summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Do not try to enable new features in the %cr4 if running underkib2012-11-091-1/+15
* Rework the known rwlock to benefit about staying on their ownattilio2012-11-031-10/+1
* Enable the new instructions for reading and writing bases for %fs,kib2012-11-012-1/+18
* Provide the reading and display of the Standard Extended Features,kib2012-11-013-0/+19
* The 'testing memory' patch gets printed too many timeseadler2012-10-221-2/+0
* Explain the upcoming delay by printing a message when the kerneleadler2012-10-221-0/+2
* Print the %rip value for uprintf_signal.kib2012-10-141-1/+3
* pciereg_cfg*: use assembly to access the mem-mapped cfg spaceavg2012-10-141-6/+19
* Revert previous commit...kevlo2012-10-101-1/+1
* Add an unified macro to deny ability from the compiler to reorderattilio2012-10-091-2/+2
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofattilio2012-10-093-5/+6
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificjhb2012-09-281-10/+42
* Eliminate a stale comment. It describes another use case for the pmap inalc2012-09-281-7/+0
* After r205013, amd64 and i386 CPU family and model IDs were printed outdim2012-09-211-2/+2
* Integrate nvme(4) and nvd(4) into the amd64 and i386 builds.jimharris2012-09-171-0/+5
* Rename the IVY_RNG option to RDRAND_RNG.kib2012-09-131-1/+1
* Simplify pmap_unmapdev(). Since kmem_free() eventually calls pmap_remove(),alc2012-09-101-4/+1
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
* Add support for new Intel on-CPU Bull Mountain random numberkib2012-09-051-0/+2
* Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update thealc2012-09-051-22/+22
* Add hpt27xx to GENERIC kernel for amd64 and i386 systems.delphij2012-09-041-0/+1
* Fix duplicate entries for mwl(4):jhb2012-09-041-6/+1
* Fix misspelled "Infiniband".jhb2012-08-281-1/+1
* Grammar fix: s/NIC's/NICs/gjb2012-08-261-1/+1
* As discussed on -current, remove the hardcoded default maxswzone.des2012-08-141-8/+0
* Add a hackish debugging facility to provide a bit of information aboutkib2012-08-141-2/+20
* Real hardware, as opposed to QEMU, does not allow to have a call gatekib2012-08-142-6/+27
* Remove the deassert INIT IPI from the IPI startup sequence for APs.jhb2012-08-131-16/+1
* Add a 10 millisecond delay after sending the initial INIT IPI. Thisjhb2012-08-131-1/+2
* Build modules along with the XENHVM kernels.cperciva2012-08-131-2/+0
* The assertion that I added in r238889 could legitimately fail when aalc2012-08-081-1/+2
* Do not apply errata 721 workaround when under hypervisor, sincekib2012-08-071-1/+7
* Remove duplicate header inclusion of <sys/sysent.h>pluknet2012-08-071-1/+0
* Shave off a few more cycles from the average execution time of pmap_enter()alc2012-08-051-7/+2
* Add lfence().kib2012-08-011-0/+7
* Revise pmap_enter()'s handling of mapping updates that change thealc2012-08-011-22/+30
* Change (unused) prototype for stmxcsr() to match reality.kib2012-07-301-1/+1
* Shave off a few more cycles from pmap_enter()'s critical section. Inalc2012-07-291-14/+17
* Forcibly shut up clang warning about NULL pointer dereference.kib2012-07-231-0/+7
* Constently use 2-space sentence breaks.kib2012-07-211-2/+2
* Stop caching curpcb in the local variable.kib2012-07-211-16/+12
* The PT_I386_{GET,SET}XMMREGS and PT_{GET,SET}XSTATE operate on thekib2012-07-211-1/+6
* Stop clearing x87 exceptions in the #MF handler on amd64. If user codekib2012-07-211-18/+13
* Introduce curpcb magic variable, similar to curthread, which is MDkib2012-07-195-14/+30
* Don't unnecessarily set PGA_REFERENCED in pmap_enter().alc2012-07-191-7/+5
* On AMD64, provide siginfo.si_code for floating point errors when errorkib2012-07-183-15/+34
* Add stmxcsr.kib2012-07-181-0/+2
* Add support for the XSAVEOPT instruction use. Our XSAVE/XRSTOR usagekib2012-07-143-1/+73
* Wring a few cycles out of pmap_enter(). In particular, on a user-spacealc2012-07-131-75/+86
OpenPOWER on IntegriCloud