summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Reduce the number of global TLB shootdowns generated by pmap_qenter().alc2010-07-101-6/+9
* Fix spacing.kib2010-07-091-1/+1
* For both i386 and amd64 pmap,kib2010-07-092-2/+2
* Revert r209638. After commit, there appeared to be more people who likedmav2010-07-021-2/+2
* Make stray irq counters have format alike to other counters. Unified formatmav2010-07-011-2/+2
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Regeneratekib2010-06-284-448/+448
* Import the acpi_aibs(4) driver written by Constantine A. Murenin.rpaulo2010-06-251-0/+3
* Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64kib2010-06-233-0/+12
* Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() forkib2010-06-231-8/+4
* After the FPU use requires #MF working due to INT13 FPU exception handlingkib2010-06-233-43/+33
* Remove the support for int13 FPU exception reporting on i386. It iskib2010-06-234-142/+32
* Remove unused i586 optimized bcopy/bzero/etc implementations that utilizekib2010-06-234-832/+7
* Some style fixes for r209371.mav2010-06-221-2/+4
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-202-8/+2
* Only enable kdtrace hook in the LINT on the architectures that implement it.kib2010-06-181-0/+6
* Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64.mav2010-06-171-12/+23
* Restore the machine check register banks on resume. For banks beingjhb2010-06-152-0/+3
* Fix bug introduced in SVN rev 194985. When calling pic_assign_cpu()mav2010-06-141-1/+1
* Check general TSC presence before doing more specific checks and printfs.mav2010-06-121-1/+5
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-113-12/+7
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-112-2/+4
* Do not require pos parameter to be zero in MAP_ANONYMOUS mmap requestskan2010-06-101-2/+6
* Reduce the scope of the page queues lock and the number ofalc2010-06-102-22/+32
* Move the MD support for PCI message signalled interrupts to the x86 treejhb2010-06-081-602/+0
* Move the machine check support code to the x86 tree since it is identicaljhb2010-06-081-884/+0
* Move the I/O APIC code to the x86 tree since it is identical on i386 andjhb2010-06-081-922/+0
* - Use a bit more care when moving I/O APIC interrupts between CPUs. Maskjhb2010-06-081-4/+22
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-059-47/+230
* In the unlikely event that pmap_ts_referenced() demoted five superpagealc2010-06-031-1/+2
* MFamd64: Add a new macro PCPU_XEN_FIELDS to hold XEN-specific per-CPUjhb2010-06-021-28/+11
* Eliminate a stale comment.alc2010-05-312-8/+0
* Simplify the inner loop of pmap_collect(): While iterating over the page'salc2010-05-302-8/+5
* Merge various changes from i386/i386/pmap.c:alc2010-05-301-72/+57
* When I pushed down the page queues lock into pmap_is_modified(), I createdalc2010-05-291-7/+19
* Defer initializing machine checks for the boot CPU until the local APIC isjhb2010-05-282-1/+13
* Defer freeing any page table pages in pmap_remove_all() until after thealc2010-05-281-2/+2
* Clarify a potential issue in get_fpcontext() use.kib2010-05-271-0/+14
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-262-9/+16
* Only enable CMCI on i386 if 'device apic' is enabled in the kernel sincejhb2010-05-251-0/+25
* Add support for corrected machine check interrupts. CMCI is a new localjhb2010-05-247-29/+261
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-242-105/+109
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-243-8/+2
* Reorganize syscall entry and leave handling.kib2010-05-235-159/+78
* Unify local_apic.c for x86 archs,mav2010-05-231-1427/+0
* Rename an argument from "exp" to "expect" since the former makes FlexeLintphk2010-05-201-8/+8
* Add constants for the optional EOI suppression support in local APICs andjhb2010-05-191-0/+3
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-162-9/+30
* Apply a patch that has been lingering in my inbox for far too long:phk2010-05-151-4/+13
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-082-24/+28
OpenPOWER on IntegriCloud