| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change the parameter passed to the inline assembly to u_short | Roman Divacky | 2010-09-03 | 1 | -23/+23 |
* | Register an interrupt vector for DTrace return probes. There is some | Rui Paulo | 2010-08-28 | 1 | -0/+1 |
* | Add two DTrace trap type values. Used by fasttrap. | Rui Paulo | 2010-08-24 | 1 | -0/+2 |
* | Supply some useful information to the started image using ELF aux vectors. | Konstantin Belousov | 2010-08-17 | 1 | -2/+8 |
* | Add a new ipi_cpu() function to the MI IPI API that can be used to send an | John Baldwin | 2010-08-06 | 1 | -2/+3 |
* | Rearrange struct pcb. r177532 (CVS r1.64 of pcb.h) moved pcb_flags to make | Jung-uk Kim | 2010-08-02 | 1 | -9/+9 |
* | - Merge savectx2() with savectx() and struct xpcb with struct pcb. [1] | Jung-uk Kim | 2010-08-02 | 1 | -22/+19 |
* | Improve cputemp(4) driver wrt newer Intel processors, especially | Xin LI | 2010-07-29 | 1 | -0/+1 |
* | Mark the __curthread() functions as __pure2 and remove the volatile keyword | John Baldwin | 2010-07-29 | 1 | -2/+2 |
* | The corrected error count field is dependent on CMCI, not TES. | John Baldwin | 2010-07-28 | 1 | -3/+3 |
* | Very rough first cut at NUMA support for the physical page allocator. For | John Baldwin | 2010-07-27 | 1 | -0/+7 |
* | When compat32 binary asks for the value of hw.machine_arch, report the | Konstantin Belousov | 2010-07-22 | 1 | -0/+3 |
* | Move functions declaration to MI code, following implementation. | Alexander Motin | 2010-07-15 | 1 | -5/+0 |
* | Remove obsolete undef of COPY_SIGCODE. It appears to have not been | Warner Losh | 2010-07-13 | 1 | -6/+0 |
* | For both i386 and amd64 pmap, | Konstantin Belousov | 2010-07-09 | 1 | -1/+1 |
* | Fix style issues with the previous commit, namely | Rui Paulo | 2010-07-07 | 1 | -6/+6 |
* | Introduce USD_{SET,GET}{BASE,LIMIT}. These help setting up the user | Rui Paulo | 2010-07-06 | 1 | -0/+7 |
* | Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64 | Konstantin Belousov | 2010-06-23 | 1 | -1/+2 |
* | Implement new event timers infrastructure. It provides unified APIs for | Alexander Motin | 2010-06-20 | 1 | -7/+0 |
* | Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64. | Alexander Motin | 2010-06-17 | 1 | -0/+8 |
* | Restore the machine check register banks on resume. For banks being | John Baldwin | 2010-06-15 | 1 | -0/+1 |
* | Introduce the x86 kernel interfaces to allow kernel code to use | Konstantin Belousov | 2010-06-05 | 2 | -1/+28 |
* | Add support for corrected machine check interrupts. CMCI is a new local | John Baldwin | 2010-05-24 | 5 | -8/+14 |
* | - Implement MI helper functions, dividing one or two timer interrupts with | Alexander Motin | 2010-05-24 | 2 | -3/+1 |
* | Reorganize syscall entry and leave handling. | Konstantin Belousov | 2010-05-23 | 1 | -0/+8 |
* | Rename an argument from "exp" to "expect" since the former makes FlexeLint | Poul-Henning Kamp | 2010-05-20 | 1 | -7/+7 |
* | Add constants for the optional EOI suppression support in local APICs and | John Baldwin | 2010-05-19 | 1 | -0/+3 |
* | Add definitions for Intel AESNI CPUID bits and print the capabilities | Konstantin Belousov | 2010-05-05 | 1 | -0/+2 |
* | Switch to our preferred 2-clause BSD license. | Joel Dahl | 2010-05-05 | 2 | -30/+27 |
* | On Alan's advice, rather than do a wholesale conversion on a single | Kip Macy | 2010-04-30 | 2 | -0/+6 |
* | - Extract the IODEV_PIO interface from ia64 and make it MI. | Attilio Rao | 2010-04-28 | 1 | -3/+18 |
* | Style: use #define<TAB> instead of #define<SPACE>. | Konstantin Belousov | 2010-04-27 | 1 | -2/+2 |
* | Move the constants specifying the size of struct kinfo_proc into | Konstantin Belousov | 2010-04-24 | 1 | -0/+3 |
* | Handle a case when non-canonical address is loaded into the fsbase or | Konstantin Belousov | 2010-04-10 | 1 | -0/+4 |
* | - Support for uncore counting events: one fixed PMC with the uncore | Fabien Thomas | 2010-04-02 | 1 | -1/+10 |
* | Add a handler for the local APIC error interrupt. For now it just prints | John Baldwin | 2010-03-29 | 1 | -2/+3 |
* | Cosmetic tweak to use a type suffix instead of a cast to force a constant | John Baldwin | 2010-03-29 | 1 | -1/+1 |
* | Remove unneeded type specifiers from 64-bit constants. The compiler | John Baldwin | 2010-03-22 | 1 | -30/+30 |
* | I am told by AMD that the machine check hardware on the instruction TLB | Alan Cox | 2010-03-21 | 1 | -1/+0 |
* | - Extend the machine check record structure to include several fields useful | John Baldwin | 2010-03-16 | 2 | -0/+17 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | Nathan Whitehorn | 2010-03-11 | 2 | -0/+10 |
* | Implement AMD's recommended workaround for Erratum 383 on Family 10h | Alan Cox | 2010-03-09 | 2 | -0/+3 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-03 | 1 | -7/+0 |
* | Improving the clocks auto-tunning by firstly checking if the atrtc may be | Attilio Rao | 2010-03-03 | 1 | -1/+1 |
* | Remove redundant inclusion of <sys/cdefs.h>. | Ed Schouten | 2010-02-20 | 1 | -2/+0 |
* | Add <sys/cdefs.h>. | Ed Schouten | 2010-02-20 | 1 | -0/+2 |
* | Handling all the three clocks (hardclock, softclock, profclock) with the | Attilio Rao | 2010-01-15 | 1 | -1/+7 |
* | Use io(4) for I/O port access on ia64, rather than through sysarch(2). | Marcel Moolenaar | 2010-01-11 | 1 | -0/+1 |
* | Quiet variable "shadows" warning: | David E. O'Brien | 2010-01-01 | 1 | -18/+18 |
* | mca: improve status checking, recording and reporting | Andriy Gapon | 2009-12-02 | 1 | -0/+1 |