summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Update the KVA_PAGES comments for the effect that PAE has on it. Itpeter2008-01-141-0/+2
* Add a CTASSERT that KERNBASE is valid. This is usually messed up by anpeter2008-01-141-0/+7
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-133-8/+6
* MFamd64 (everything possible up to 1.19; mainly the amd64 implementationsbde2008-01-111-62/+104
* Separate fpresetsticky() from the other fpset functions so that thebde2008-01-111-4/+27
* MFamd64 1.15-1.18 (cosmetic changes, mainly to comments). The inlinebde2008-01-111-15/+25
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-103-4/+4
* Convert a PMAP_DIAGNOSTIC to a KASSERT.alc2008-01-081-9/+2
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.jhb2008-01-071-0/+1
* Shrink the size of struct vm_page on amd64 and i386 by eliminatingalc2008-01-062-8/+0
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-2/+2
* Provide a legitimate pindex to vm_page_alloc() in pmap_growkernel()alc2008-01-021-5/+2
* Include a "pae" feature if an i386 kernel is built with PAE support.jhb2007-12-311-0/+4
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-291-5/+4
* Add asmc(4).rpaulo2007-12-281-1/+2
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+19
* "vt" doesn't refer to any existing device anymore. Remove it.wkoszek2007-12-251-2/+0
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-252-2/+2
* More properly handle links who only have 1 valid IRQ in their bitmask. Thejhb2007-12-211-13/+12
* Fix previous commit. The code ended up in the wrong function.rpaulo2007-12-161-21/+21
* Add the 'hptrr' driver for supporting the following Highpoint RocketRAIDscottl2007-12-153-2/+8
* Disallow the legacy USB circuit to generate an SMI# via an ICHrpaulo2007-12-121-0/+25
* Eliminate compilation warnings due to the use of non-static inlinesalc2007-12-091-3/+3
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-073-5/+77
* Hold Giant over the entire execution of the suspend path instead ofnjl2007-12-061-4/+4
* Fix the ABI change of the signal delivered on the access to the pagekib2007-12-041-2/+29
* Correct an error under COUNT_IPIS within pmap_lazyfix_action(): Incrementalc2007-12-041-1/+1
* Remove duplicate $FreeBSD$ tag.rwatson2007-12-021-2/+0
* Break out stack(9) from ddb(4):rwatson2007-12-024-39/+135
* Remove XRPU driver, after asking all the users.phk2007-12-011-2/+0
* Improve get_pv_entry()'s handling of low-memory conditions. After pagealc2007-11-301-31/+21
* Don't use plain "ret" instructions at targets of jump instructions,bde2007-11-291-2/+2
* Remove entry points for -finstrument functions since they are currentlybde2007-11-291-4/+0
* MFamd64: 1.109 of pci_cfgreg.c which changes pci_cfgdisable() into a nopjhb2007-11-281-2/+6
* Adjust the code to probe for the PCI config mechanism to use.jhb2007-11-281-25/+25
* Make ADAPTIVE_GIANT as the default in the kernel and remove the option.attilio2007-11-282-2/+0
* Remove the 'needbounce' variable from the _bus_dmamap_load_buffer()jhb2007-11-271-9/+4
* Implement read_default_ldt in linux_modify_ldt(). It copies out zeroedkib2007-11-261-0/+9
* MFP4: Add assembly language symbols used by hwpmc(4)'s callchain capture.jkoshy2007-11-231-0/+3
* Extend critical section coverage in the low-level interrupt handlers toscottl2007-11-211-1/+1
* Prevent the leakage of wired pages in the following circumstances:alc2007-11-171-0/+31
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-141-1/+8
* A bunch more files that should probably print out a thread namejulian2007-11-141-2/+2
* generally we are interested in what thread did something asjulian2007-11-141-2/+2
* Apply the same sort of locking done injulian2007-11-141-0/+10
* Drastically simplify the i386 pcpu backend by merging parts of thepeter2007-11-135-141/+25
* Link wpi(4) into the build.benjsc2007-11-081-0/+2
* Add comments explaining why all stores updating a non-kernel page tablealc2007-11-051-1/+22
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-054-4/+15
* fix build: when usb was enabled wireless drivers were brought in sosam2007-11-031-8/+0
OpenPOWER on IntegriCloud