summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the misuse of PG_FRAME to truncate a virtual address to a virtualalc2007-04-131-3/+3
* MFamd64alc2007-04-121-0/+1
* Fix PAE on SMP by enabling EFER_NXE on all APs.ru2007-04-121-0/+10
* Remove trailing '.' for consistency!pjd2007-04-101-1/+1
* Add UFS_GJOURNAL options to the GENERIC kernel.pjd2007-04-101-0/+1
* Add the PG_NX support for i386/PAE.ru2007-04-068-34/+135
* MFP4: Turn emul_lock into a mutex.jkim2007-04-021-2/+2
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-311-0/+1
* Correct BB-profiling and adjust comments.jkim2007-03-311-24/+23
* Fix off-by-4 error in address validation for i386, reduce PCB reloading, andjkim2007-03-301-15/+10
* Fix more style(9) nits[1] and remove unnecessary use of '#if !defined(_KERNEL)'.jkim2007-03-301-39/+39
* Use the same wisdom of sys/i386/i386/support.s 1.97 to remove obfuscation.jkim2007-03-301-9/+8
* MFP4: Linux futex support for amd64.jkim2007-03-301-61/+2
* Implement the openat() linux syscalljulian2007-03-295-5/+11
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-272-4/+5
* Remove unnecessary giant acquisition around panic in #ifdef DIAGNOSTICkris2007-03-261-2/+0
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-263-16/+154
* Fix a silly bogon that broke ibcs2_rename().jhb2007-03-261-1/+1
* In order to satisfy ACPI's need for an identity mapping, modify thealc2007-03-242-32/+40
* Catch up with ACPI-CA 20070320 import.jkim2007-03-225-170/+162
* Change the amd64, i386, and ia64 nexus drivers to setup bus space tags andjhb2007-03-211-41/+34
* Add a new apic0 psuedo-device to claim memory resources for the memoryjhb2007-03-203-0/+85
* Add a new ram0 pseudo-device that claims memory resouces for physicaljhb2007-03-201-0/+78
* - Add macros for newly added CPUID bits in the corresponding header files.jkim2007-03-202-2/+4
* Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-204-6/+6
* display two new Intel feature bitssam2007-03-191-2/+2
* Eliminate an unused parameter.alc2007-03-173-3/+3
* Create an identity mapping (V=P) super page for the low memory region onnjl2007-03-142-11/+13
* Add another CPUID for AMD CPUs and fix style(9) while I am here.jkim2007-03-122-113/+114
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+25
* Defer calling lapic_init() until we've completed the 'MPTable: <...>'jhb2007-03-091-2/+4
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-091-0/+2
* Don't increment total_bounced when doing no-op dmamap_sync ops.scottl2007-03-061-1/+2
* Change the x86 interrupt code to use FreeBSD CPU IDs (i.e. PCPU_GET(cpuid))jhb2007-03-065-21/+26
* Trim trailing whitespace.jhb2007-03-051-8/+8
* Acquiring smp_ipi_mtx on every call to pmap_invalidate_*() is wasteful.alc2007-03-053-68/+17
* Use vm_paddr_t rather than uintptr_t when passing the physical address ofjhb2007-03-056-13/+12
* Add a simple device driver to "eat" any I/O APICs that show up as PCIjhb2007-03-051-1/+48
* Partial fix for a bug in rev.1.231. If suspend/resume clobbers thebde2007-03-051-0/+1
* style(9).nyan2007-03-041-2/+2
* MFP4: 115220, 115222jkim2007-03-022-175/+187
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-2/+1
* MFP4: 115094jkim2007-02-271-3/+4
* Partial MFp4 of 114977:netchild2007-02-243-19/+23
* MFp4 (114193 (i386 part), 114194, 114195, 114200):netchild2007-02-231-39/+42
* Use ih_filter instead of ih_handler in a couple of places. This fixesjhb2007-02-231-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-236-23/+29
* Unbreak ddb stepping over special frames after the following commit:kib2007-02-191-2/+2
* Eliminate some acquisitions and releases of the page queues lock that arealc2007-02-181-2/+0
* Add bootverbose printfs to indicate which IDT vectors are assigned to MSIjhb2007-02-151-0/+6
OpenPOWER on IntegriCloud