summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Push down the page queues lock inside of vm_page_free_toq() andalc2010-05-061-7/+6
* Add definitions for Intel AESNI CPUID bits and print the capabilitieskib2010-05-052-2/+4
* Switch to our preferred 2-clause BSD license.joel2010-05-052-30/+26
* merge 194209 in to the i386/xen pmapkmacy2010-04-301-46/+47
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-303-4/+21
* - Extract the IODEV_PIO interface from ia64 and make it MI.attilio2010-04-282-37/+24
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-1/+1
* MFi386 r207205alc2010-04-271-13/+7
* Clearing a page table entry's accessed bit (PG_A) and setting thealc2010-04-251-22/+6
* - fix style issues on i386 as wellkmacy2010-04-241-16/+16
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-242-6/+76
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* If a conditional jump instruction has the same jt and jf, do not performjkim2010-04-222-10/+31
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-222-0/+2
* Rename the cyclic global variable lapic_cyclic_clock_func to justrpaulo2010-04-201-3/+3
* Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet.yongari2010-04-141-0/+1
* Change printf() calls to uprintf() for sigreturn() and trap() complaintskib2010-04-132-6/+10
* Add EFI boot info fields.rpaulo2010-04-071-0/+7
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+1
* - Support for uncore counting events: one fixed PMC with the uncorefabient2010-04-021-1/+10
* Add a handler for the local APIC error interrupt. For now it just printsjhb2010-03-293-20/+46
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-282-12/+12
* Correctly handle preemption of pmap_update_pde_invalidate().alc2010-03-271-2/+5
* Simplify pmap_growkernel(), making the i386 version more like the amd64alc2010-03-271-18/+5
* A ptrace(2) by one processor may trigger a promotion in the address spacealc2010-03-251-1/+1
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-252-12/+7
* Adapt r204907 and r205402, the amd64 implementation of the workaround foralc2010-03-244-53/+224
* Remove unneeded type specifiers from 64-bit constants. The compilerjhb2010-03-221-30/+30
* Merge r197455 from amd64:emaste2010-03-221-0/+4
OpenPOWER on IntegriCloud