summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Don't assume that all Linux TCP-level socket options are identical tojhb2013-01-231-0/+7
* Fix build with SMP disabled.`jhb2013-01-191-0/+5
* Don't attempt to use clflush on the local APIC register window. Variousjhb2013-01-171-0/+11
* Add VirtIO to the i386 and amd64 GENERIC kernelsbryanv2013-01-132-0/+17
* Enable the UFS quotas for big-iron GENERIC kernels.kib2013-01-031-0/+1
* As discussed on -current last October, remove the firewire drivers fromdes2013-01-031-9/+0
* Fix !INVARIANTS && !SMP build.marius2013-01-031-0/+2
* Revert r243960 based on feedback regarding keeping x86 headers unifiedjimharris2012-12-131-22/+0
* Add amd64 implementations for 8-byte bus_space routines.jimharris2012-12-061-0/+22
* Print the frame addresses for the backtraces on i386 and amd64. Itkib2012-12-031-6/+11
* Remove duplicate code. Reduce diff between amd64 and i386.jkim2012-12-011-25/+19
* Use volatile keywords properly.jkim2012-11-301-11/+11
* Tidy up inline assembly. No functional change.jkim2012-11-301-8/+8
* Fix a minor warning in sys/i386/xen/clock.c.dim2012-11-121-1/+1
* Allow maxusers to scale on machines with large address space.alfred2012-11-101-0/+9
* Rework the known rwlock to benefit about staying on their ownattilio2012-11-031-10/+1
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-2/+5
* Add missed sched_pin().kib2012-10-241-0/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-8/+2
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-222-0/+6
* The 'testing memory' patch gets printed too many timeseadler2012-10-221-2/+0
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-222-6/+0
* Explain the upcoming delay by printing a message when the kerneleadler2012-10-221-0/+2
* MFamd64: add machdep.uprintf_signal.kib2012-10-141-0/+19
* pciereg_cfg*: use assembly to access the mem-mapped cfg spaceavg2012-10-141-6/+20
* Replace all uses of the vm page queues lock by a new R/W lock.alc2012-10-123-61/+80
* MFi386 r241356alc2012-10-101-0/+9
* Revert previous commit...kevlo2012-10-103-3/+3
* 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-093-3/+3
* Add several asserts to i386 pmap, which mostly state that pv entry shallkib2012-10-081-0/+9
* In a few places, like the implementation of ptrace(), a thread may callalc2012-10-082-12/+16
* Add the mps(4) driver to the i386 GENERIC config file. LSI has tested itken2012-10-011-0/+1
* Add missing header needed by free(9).kevlo2012-09-301-0/+1
* Free result of device_get_children(9).kevlo2012-09-301-0/+1
* - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificjhb2012-09-281-73/+103
* Eliminate a stale comment. It describes another use case for the pmap inalc2012-09-282-14/+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
* s/teh/the/geadler2012-09-141-1/+1
* 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-102-10/+2
* 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-052-34/+36
* Add hpt27xx to GENERIC kernel for amd64 and i386 systems.delphij2012-09-041-0/+1
* Fix duplicate entries for mwl(4):jhb2012-09-041-5/+0
* Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S.dim2012-08-291-1/+0
* Fix misspelled "Infiniband".jhb2012-08-281-1/+1
OpenPOWER on IntegriCloud