aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Fix amd64 local privilege escalation. [08:07]Simon L. B. Nielsen2008-09-031-6/+3
* Remove the rr232x driver. It has been superseced by the hptrr driver.Scott Long2008-02-062-6/+0
* MFC: Add a wrapper function that bound checks writes to the dump device.Ruslan Ermilov2008-01-302-11/+11
* MFC fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2008-01-192-2/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_7_0'.cvs2svn2007-12-222-131/+0
* MFC revision 1.679:Rui Paulo2007-12-191-0/+25
* Add the hptrr driver.Scott Long2007-12-152-0/+6
* MFCAlan Cox2007-12-131-3/+3
* MFC rev 1.5 if_wpi.cBenjamin Close2007-12-081-0/+2
* MFCKonstantin Belousov2007-12-061-2/+29
* MFC: Always assume type #1 PCI config transactions for amd64 and relax theJohn Baldwin2007-12-062-172/+11
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-12-032-0/+131
* Back out previous commit; i.e., turn hyperthreading back on by default.Colin Percival2007-11-281-1/+1
* MFC: expand critical section coverage so that shared fast and ithread handlersScott Long2007-11-261-1/+1
* MFC: Add support for debugging double fault frames.John Baldwin2007-11-214-5/+26
* MFC: Don't test the APIC flag in the cpuid features for amd64 to see if aJohn Baldwin2007-11-081-4/+0
* Change the default for hyperthreading (or, generally speaking, casesColin Percival2007-11-081-1/+1
* MFCAlan Cox2007-11-081-1/+23
* MFCAlan Cox2007-11-081-5/+4
* MFC: Update copyright attribution.John Baldwin2007-10-301-1/+2
* MFC: split nvram out of isa/clock.c into its own device (default to off).Peter Wemm2007-10-293-97/+6
* Remove debugging support from GENERIC kernels, remove warning inKen Smith2007-10-111-9/+0
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-303-0/+12
* Use the correct expanded name for SCTP.Christian Brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+3
* Fix some entries in the locks static table of witness.Attilio Rao2007-09-201-1/+0
* Fill in cr2 in the signal context from ksi->ksi_addr.Konstantin Belousov2007-09-201-0/+2
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-183-1/+15
* Fix an undefined symbol that as/ld neglected to flag as a problem. ItPeter Wemm2007-09-171-0/+1
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-1/+0
* It has been observed on the mailing lists that the different categoriesAlan Cox2007-09-151-2/+4
* Currently the LO_NOPROFILE flag (which is masked on upper level code byAttilio Rao2007-09-141-1/+1
* This is a follow-up, cleaning-up commit about recent changes involvingAttilio Rao2007-09-111-1/+1
* Regenerate.Konstantin Belousov2007-08-283-4/+19
* Implement fake linux sched_getaffinity() syscall to enable java to workKonstantin Belousov2007-08-281-1/+2
* Assign sizes to assembly language support functions.Joseph Koshy2007-08-222-4/+34
* Define an END() macro for use in i386 and amd64 assembly code, akinJoseph Koshy2007-08-222-0/+4
* In general, when we map a page into the kernel's address space, we noAlan Cox2007-08-211-4/+3
* Add a driver for the on-die digital thermal sensor found on Intel CoreDag-Erling Smørgrav2007-08-152-0/+8
* Move mp_topology() from apic_init(i386) and apic_setup_local(amd64) toPeter Wemm2007-08-022-18/+6
* If the trap number stored in the trapframe is corrupted into a negativeJohn Baldwin2007-07-261-2/+4
* If clock_ct_to_ts fails to convert time time from the real time clock,David Malone2007-07-231-2/+1
* - Optimize the amd64 cpu_switch() TD_LOCK blocking and releasing toJeff Roberson2007-07-171-15/+19
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitJohn Baldwin2007-07-121-1/+2
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.Peter Wemm2007-07-041-2/+0
* Temporary disconnect i4bing, i4bisppp and i4bipr from the build forBjoern A. Zeeb2007-07-041-2/+2
* Revert previous commit, retaining cpufreq.Nate Lawson2007-07-011-0/+3
* Add cpufreq(4) to GENERIC. It does not change the frequency by default,Nate Lawson2007-07-012-3/+3
* Pages that do belong to an object and page queue can now be freed withoutAlan Cox2007-07-011-10/+8
* Check for pte being NULL in return from pmap_pte_pde- unlikely orMatt Jacob2007-06-171-0/+6