| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce the x86 kernel interfaces to allow kernel code to use | kib | 2010-06-05 | 9 | -47/+230 |
* | In the unlikely event that pmap_ts_referenced() demoted five superpage | alc | 2010-06-03 | 1 | -1/+2 |
* | MFamd64: Add a new macro PCPU_XEN_FIELDS to hold XEN-specific per-CPU | jhb | 2010-06-02 | 1 | -28/+11 |
* | Eliminate a stale comment. | alc | 2010-05-31 | 2 | -8/+0 |
* | Simplify the inner loop of pmap_collect(): While iterating over the page's | alc | 2010-05-30 | 2 | -8/+5 |
* | Merge various changes from i386/i386/pmap.c: | alc | 2010-05-30 | 1 | -72/+57 |
* | 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 |
* | Clarify a potential issue in get_fpcontext() use. | kib | 2010-05-27 | 1 | -0/+14 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 2 | -9/+16 |
* | Only enable CMCI on i386 if 'device apic' is enabled in the kernel since | jhb | 2010-05-25 | 1 | -0/+25 |
* | Add support for corrected machine check interrupts. CMCI is a new local | jhb | 2010-05-24 | 7 | -29/+261 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 2 | -105/+109 |
* | - Implement MI helper functions, dividing one or two timer interrupts with | mav | 2010-05-24 | 3 | -8/+2 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 5 | -159/+78 |
* | Unify local_apic.c for x86 archs, | mav | 2010-05-23 | 1 | -1427/+0 |
* | Rename an argument from "exp" to "expect" since the former makes FlexeLint | phk | 2010-05-20 | 1 | -8/+8 |
* | 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 | 2 | -9/+30 |
* | Apply a patch that has been lingering in my inbox for far too long: | phk | 2010-05-15 | 1 | -4/+13 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 2 | -24/+28 |
* | 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/+26 |
* | merge 194209 in to the i386/xen pmap | kmacy | 2010-04-30 | 1 | -46/+47 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 3 | -4/+21 |
* | - 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 | -1/+1 |
* | MFi386 r207205 | alc | 2010-04-27 | 1 | -13/+7 |
* | Clearing a page table entry's accessed bit (PG_A) and setting the | alc | 2010-04-25 | 1 | -22/+6 |
* | - fix style issues on i386 as well | kmacy | 2010-04-24 | 1 | -16/+16 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 2 | -6/+76 |
* | Move the constants specifying the size of struct kinfo_proc into | kib | 2010-04-24 | 1 | -0/+2 |
* | 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 | 2 | -0/+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 |
* | Change printf() calls to uprintf() for sigreturn() and trap() complaints | kib | 2010-04-13 | 2 | -6/+10 |
* | Add EFI boot info fields. | rpaulo | 2010-04-07 | 1 | -0/+7 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 1 | -6/+1 |
* | - Support for uncore counting events: one fixed PMC with the uncore | fabient | 2010-04-02 | 1 | -1/+10 |
* | Add a handler for the local APIC error interrupt. For now it just prints | jhb | 2010-03-29 | 3 | -20/+46 |
* | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | ed | 2010-03-28 | 2 | -12/+12 |
* | Correctly handle preemption of pmap_update_pde_invalidate(). | alc | 2010-03-27 | 1 | -2/+5 |
* | Simplify pmap_growkernel(), making the i386 version more like the amd64 | alc | 2010-03-27 | 1 | -18/+5 |
* | A ptrace(2) by one processor may trigger a promotion in the address space | alc | 2010-03-25 | 1 | -1/+1 |
* | Change the arguments of exec_setregs() so that it receives a pointer | nwhitehorn | 2010-03-25 | 2 | -12/+7 |
* | Adapt r204907 and r205402, the amd64 implementation of the workaround for | alc | 2010-03-24 | 4 | -53/+224 |
* | Remove unneeded type specifiers from 64-bit constants. The compiler | jhb | 2010-03-22 | 1 | -30/+30 |