| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement new event timers infrastructure. It provides unified APIs for | mav | 2010-06-20 | 2 | -8/+2 |
* | Only enable kdtrace hook in the LINT on the architectures that implement it. | kib | 2010-06-18 | 1 | -0/+6 |
* | Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64. | mav | 2010-06-17 | 1 | -12/+23 |
* | Restore the machine check register banks on resume. For banks being | jhb | 2010-06-15 | 2 | -0/+3 |
* | Fix bug introduced in SVN rev 194985. When calling pic_assign_cpu() | mav | 2010-06-14 | 1 | -1/+1 |
* | Check general TSC presence before doing more specific checks and printfs. | mav | 2010-06-12 | 1 | -1/+5 |
* | Update several places that iterate over CPUs to use CPU_FOREACH(). | jhb | 2010-06-11 | 3 | -12/+7 |
* | Relax one of the new assertions in pmap_enter() a little. Specifically, | alc | 2010-06-11 | 2 | -2/+4 |
* | 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 | 2 | -22/+32 |
* | 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 | -884/+0 |
* | Move the I/O APIC code to the x86 tree since it is identical on i386 and | jhb | 2010-06-08 | 1 | -922/+0 |
* | - Use a bit more care when moving I/O APIC interrupts between CPUs. Mask | jhb | 2010-06-08 | 1 | -4/+22 |
* | 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 |