aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add missed sched_pin().Konstantin Belousov2012-10-241-0/+1
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-8/+2
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-222-0/+6
* The 'testing memory' patch gets printed too many timesEitan Adler2012-10-221-2/+0
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-222-6/+0
* Explain the upcoming delay by printing a message when the kernelEitan Adler2012-10-221-0/+2
* MFamd64: add machdep.uprintf_signal.Konstantin Belousov2012-10-141-0/+19
* pciereg_cfg*: use assembly to access the mem-mapped cfg spaceAndriy Gapon2012-10-141-6/+20
* Replace all uses of the vm page queues lock by a new R/W lock.Alan Cox2012-10-123-61/+80
* MFi386 r241356Alan Cox2012-10-101-0/+9
* Revert previous commit...Kevin Lo2012-10-103-3/+3
* Add an unified macro to deny ability from the compiler to reorderAttilio Rao2012-10-091-2/+2
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofAttilio Rao2012-10-093-5/+6
* Prefer NULL over 0 for pointersKevin Lo2012-10-093-3/+3
* Add several asserts to i386 pmap, which mostly state that pv entry shallKonstantin Belousov2012-10-081-0/+9
* In a few places, like the implementation of ptrace(), a thread may callAlan Cox2012-10-082-12/+16
* Add the mps(4) driver to the i386 GENERIC config file. LSI has tested itKenneth D. Merry2012-10-011-0/+1
* Add missing header needed by free(9).Kevin Lo2012-09-301-0/+1
* Free result of device_get_children(9).Kevin Lo2012-09-301-0/+1
* - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificJohn Baldwin2012-09-281-73/+103
* Eliminate a stale comment. It describes another use case for the pmap inAlan Cox2012-09-282-14/+0
* After r205013, amd64 and i386 CPU family and model IDs were printed outDimitry Andric2012-09-211-2/+2
* Integrate nvme(4) and nvd(4) into the amd64 and i386 builds.Jim Harris2012-09-171-0/+5
* s/teh/the/gEitan Adler2012-09-141-1/+1
* Rename the IVY_RNG option to RDRAND_RNG.Konstantin Belousov2012-09-131-1/+1
* Simplify pmap_unmapdev(). Since kmem_free() eventually calls pmap_remove(),Alan Cox2012-09-102-10/+2
* userret() already checks for td_locks when INVARIANTS is enabled, soAttilio Rao2012-09-081-1/+0
* Add support for new Intel on-CPU Bull Mountain random numberKonstantin Belousov2012-09-051-0/+2
* Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update theAlan Cox2012-09-052-34/+36
* Add hpt27xx to GENERIC kernel for amd64 and i386 systems.Xin LI2012-09-041-0/+1
* Fix duplicate entries for mwl(4):John Baldwin2012-09-041-5/+0
* Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S.Dimitry Andric2012-08-291-1/+0
* Fix misspelled "Infiniband".John Baldwin2012-08-281-1/+1
* Parly revert r239255: reinstate a default maxswzone on i386, where KVA isDag-Erling Smørgrav2012-08-271-0/+14
* Grammar fix: s/NIC's/NICs/Glen Barber2012-08-262-2/+2
* As discussed on -current, remove the hardcoded default maxswzone.Dag-Erling Smørgrav2012-08-141-8/+0
* Remove the deassert INIT IPI from the IPI startup sequence for APs.John Baldwin2012-08-131-16/+1
* Add a 10 millisecond delay after sending the initial INIT IPI. ThisJohn Baldwin2012-08-131-1/+2
* Build modules along with the XENHVM kernels.Colin Percival2012-08-131-2/+0
* Eliminate an unnecessary acquisition and release of the page queues lockAlan Cox2012-08-101-2/+0
* Add lfence().Konstantin Belousov2012-08-011-0/+7
* Regen.John Baldwin2012-07-305-7/+7
* The linux_lstat() system call accepts a pointer to a 'struct l_stat', not aJohn Baldwin2012-07-301-1/+1
* Change (unused) prototype for stmxcsr() to match reality.Konstantin Belousov2012-07-301-1/+1
* MFamd64 r238623:Konstantin Belousov2012-07-267-32/+55
* MFCamd64 r238598:Konstantin Belousov2012-07-213-5/+35
* MFamd64 r238668:Konstantin Belousov2012-07-211-16/+13
* MFamd64 r238597:Konstantin Belousov2012-07-211-0/+2
* MFamd64 r238669:Konstantin Belousov2012-07-211-0/+2
* Add a clts() wrapper around the 'clts' instruction to <machine/cpufunc.h>John Baldwin2012-07-092-11/+18