| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Relax one of the new assertions in pmap_enter() a little. Specifically, | alc | 2010-06-11 | 1 | -1/+2 |
* | Do not require pos parameter to be zero in MAP_ANONYMOUS mmap requests | kan | 2010-06-10 | 1 | -2/+6 |
* | Reduce the scope of the page queues lock and the number of | alc | 2010-06-10 | 1 | -13/+20 |
* | Move the MD support for PCI message signalled interrupts to the x86 tree | jhb | 2010-06-08 | 1 | -602/+0 |
* | Move the machine check support code to the x86 tree since it is identical | jhb | 2010-06-08 | 1 | -859/+0 |
* | Move the I/O APIC code to the x86 tree since it is identical on i386 and | jhb | 2010-06-08 | 1 | -914/+0 |
* | - Use a bit more care when moving I/O APIC interrupts between CPUs. Mask | jhb | 2010-06-08 | 1 | -4/+22 |
* | Style-compilant order of declarations. | kib | 2010-06-06 | 1 | -4/+4 |
* | Introduce the x86 kernel interfaces to allow kernel code to use | kib | 2010-06-05 | 10 | -33/+206 |
* | Eliminate a stale comment. | alc | 2010-05-31 | 1 | -4/+0 |
* | Simplify the inner loop of pmap_collect(): While iterating over the page's | alc | 2010-05-30 | 1 | -6/+3 |
* | When I pushed down the page queues lock into pmap_is_modified(), I created | alc | 2010-05-29 | 1 | -7/+19 |
* | Defer initializing machine checks for the boot CPU until the local APIC is | jhb | 2010-05-28 | 2 | -1/+13 |
* | Defer freeing any page table pages in pmap_remove_all() until after the | alc | 2010-05-28 | 1 | -2/+2 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 1 | -5/+10 |
* | Add support for corrected machine check interrupts. CMCI is a new local | jhb | 2010-05-24 | 7 | -28/+257 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 1 | -51/+56 |
* | - Implement MI helper functions, dividing one or two timer interrupts with | mav | 2010-05-24 | 3 | -6/+1 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 5 | -277/+101 |
* | Unify local_apic.c for x86 archs, | mav | 2010-05-23 | 1 | -1418/+0 |
* | - Adjust the whitespace for the lines that output fields in 'show pcpu' in | jhb | 2010-05-21 | 1 | -7/+7 |
* | Rename an argument from "exp" to "expect" since the former makes FlexeLint | phk | 2010-05-20 | 1 | -7/+7 |
* | Add constants for the optional EOI suppression support in local APICs and | jhb | 2010-05-19 | 1 | -0/+3 |
* | On entry to pmap_enter(), assert that the page is busy. While I'm | alc | 2010-05-16 | 1 | -2/+14 |
* | Do not use .extern, it is not strictly needed with gas and it is custom | kib | 2010-05-13 | 1 | -1/+0 |
* | Route all returns from the interrupts and faults through the doreti_iret | kib | 2010-05-12 | 2 | -7/+8 |
* | Remove unneeded overrides of the segment registers in the inner trap | kib | 2010-05-12 | 1 | -4/+0 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -4/+11 |
* | Push down the page queues lock inside of vm_page_free_toq() and | alc | 2010-05-06 | 1 | -7/+6 |
* | Add definitions for Intel AESNI CPUID bits and print the capabilities | kib | 2010-05-05 | 2 | -2/+4 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-05-05 | 2 | -30/+27 |
* | Style and comment adjustements. | kib | 2010-05-03 | 1 | -34/+45 |
* | Remove debugging code that was not used once since commit. | kib | 2010-05-01 | 1 | -85/+1 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 3 | -6/+17 |
* | - Extract the IODEV_PIO interface from ia64 and make it MI. | attilio | 2010-04-28 | 2 | -37/+24 |
* | Style: use #define<TAB> instead of #define<SPACE>. | kib | 2010-04-27 | 1 | -2/+2 |
* | missed pv access before pmap lock | kmacy | 2010-04-25 | 1 | -1/+1 |
* | Incremental reduction of delta with head_page_lock_2 branch | kmacy | 2010-04-25 | 1 | -25/+38 |
* | Set USB_DEBUG like the other platforms, I had turned it off to test the build | thompsa | 2010-04-25 | 1 | -1/+1 |
* | Clearing a page table entry's accessed bit (PG_A) and setting the | alc | 2010-04-25 | 1 | -23/+6 |
* | apply style(9) changes applied to head_page_lock_2 | kmacy | 2010-04-24 | 1 | -17/+17 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 1 | -3/+45 |
* | Move the constants specifying the size of struct kinfo_proc into | kib | 2010-04-24 | 1 | -0/+3 |
* | If a conditional jump instruction has the same jt and jf, do not perform | jkim | 2010-04-22 | 2 | -10/+31 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 1 | -0/+1 |
* | As was done in r155238 for i386 and in r155239 for amd64, clear the carry | kib | 2010-04-21 | 1 | -1/+2 |
* | Rename the cyclic global variable lapic_cyclic_clock_func to just | rpaulo | 2010-04-20 | 1 | -3/+3 |
* | Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet. | yongari | 2010-04-14 | 1 | -0/+1 |
* | ld_gs_base is executing with stack containing only the frame, | kib | 2010-04-14 | 1 | -1/+0 |
* | Change printf() calls to uprintf() for sigreturn() and trap() complaints | kib | 2010-04-13 | 3 | -12/+19 |