| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve PCB flags handling and make it more robust. Add two new functions | jkim | 2010-12-22 | 1 | -10/+42 |
* | Merge amd64 and i386 bus.h and move the resulting header to x86. Replace | tijl | 2010-12-20 | 1 | -1081/+3 |
* | Inform a compiler which asm statements in the x86 implementation of | kib | 2010-12-18 | 1 | -9/+10 |
* | Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86. | jkim | 2010-12-08 | 1 | -0/+1 |
* | Retire write-only PCB_FULLCTX pcb flag on amd64. | kib | 2010-12-07 | 1 | -1/+0 |
* | Revert r216134. This checkin broke platforms where bus_space are macros: | brucec | 2010-12-03 | 1 | -18/+12 |
* | Disallow passing in a count of zero bytes to the bus_space(9) functions. | brucec | 2010-12-02 | 1 | -12/+18 |
* | Make the size of the direct map easily configurable. Changing NDMPML4E | alc | 2010-11-26 | 2 | -6/+13 |
* | Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs() | kib | 2010-11-26 | 1 | -3/+2 |
* | Merge amd64/i386 _align.h by aligning on the size of register_t (copied | tijl | 2010-11-26 | 1 | -50/+3 |
* | specialreg.h: add definitions for some useful bits found in CPUID.6 EAX and ECX | avg | 2010-11-23 | 1 | -0/+9 |
* | specialreg.h: add definitions for MPERF/APERF pair of MSRs | avg | 2010-11-19 | 1 | -0/+2 |
* | specialreg.h: add AMD-specific "Hardware Configuration Register" MSR | avg | 2010-11-19 | 1 | -0/+1 |
* | specialreg.h: add definition for AMD Core Performance Boost bit | avg | 2010-11-19 | 1 | -0/+1 |
* | Move identical copies of apm_bios.h to sys/x86/include, replace them with | jkim | 2010-11-11 | 1 | -261/+3 |
* | amd64: introduce minidump version 2 | avg | 2010-11-11 | 1 | -2/+2 |
* | - Remove <machine/mutex.h>. Most of the headers were empty, and the | jhb | 2010-11-09 | 1 | -35/+0 |
* | Move the mptable.h under x86/include/. | attilio | 2010-11-09 | 1 | -146/+0 |
* | Move <machine/apicreg.h> to <x86/apicreg.h>. | jhb | 2010-11-01 | 1 | -445/+0 |
* | Move the <machine/mca.h> header to <x86/mca.h>. | jhb | 2010-11-01 | 1 | -56/+0 |
* | [1] According to the x86 architectural specifications, no virtual-to- | alc | 2010-10-27 | 1 | -0/+1 |
* | Use intr_disable() and intr_restore() instead of frobbing the flags register | jhb | 2010-10-25 | 1 | -5/+5 |
* | Display PCID capability of CPU and add CPUID define for it. | kib | 2010-10-05 | 1 | -0/+1 |
* | amd64: reduce VM_KMEM_SIZE_SCALE to 1 allowing kernel to use more memory | avg | 2010-09-17 | 1 | -1/+1 |
* | Refactor timer management code with priority to one-shot operation mode. | mav | 2010-09-13 | 1 | -2/+1 |
* | Change the parameter passed to the inline assembly to u_short | rdivacky | 2010-09-03 | 1 | -23/+23 |
* | Register an interrupt vector for DTrace return probes. There is some | rpaulo | 2010-08-28 | 1 | -0/+1 |
* | Add two DTrace trap type values. Used by fasttrap. | rpaulo | 2010-08-24 | 1 | -0/+2 |
* | Supply some useful information to the started image using ELF aux vectors. | kib | 2010-08-17 | 1 | -2/+8 |
* | Add a new ipi_cpu() function to the MI IPI API that can be used to send an | jhb | 2010-08-06 | 1 | -2/+3 |
* | Rearrange struct pcb. r177532 (CVS r1.64 of pcb.h) moved pcb_flags to make | jkim | 2010-08-02 | 1 | -9/+9 |
* | - Merge savectx2() with savectx() and struct xpcb with struct pcb. [1] | jkim | 2010-08-02 | 1 | -22/+19 |
* | Improve cputemp(4) driver wrt newer Intel processors, especially | delphij | 2010-07-29 | 1 | -0/+1 |
* | Mark the __curthread() functions as __pure2 and remove the volatile keyword | jhb | 2010-07-29 | 1 | -2/+2 |
* | The corrected error count field is dependent on CMCI, not TES. | jhb | 2010-07-28 | 1 | -3/+3 |
* | Very rough first cut at NUMA support for the physical page allocator. For | jhb | 2010-07-27 | 1 | -0/+7 |
* | When compat32 binary asks for the value of hw.machine_arch, report the | kib | 2010-07-22 | 1 | -0/+3 |
* | Move functions declaration to MI code, following implementation. | mav | 2010-07-15 | 1 | -5/+0 |
* | Remove obsolete undef of COPY_SIGCODE. It appears to have not been | imp | 2010-07-13 | 1 | -6/+0 |
* | For both i386 and amd64 pmap, | kib | 2010-07-09 | 1 | -1/+1 |
* | Fix style issues with the previous commit, namely | rpaulo | 2010-07-07 | 1 | -6/+6 |
* | Introduce USD_{SET,GET}{BASE,LIMIT}. These help setting up the user | rpaulo | 2010-07-06 | 1 | -0/+7 |
* | Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64 | kib | 2010-06-23 | 1 | -1/+2 |
* | Implement new event timers infrastructure. It provides unified APIs for | mav | 2010-06-20 | 1 | -7/+0 |
* | Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64. | mav | 2010-06-17 | 1 | -0/+8 |
* | Restore the machine check register banks on resume. For banks being | jhb | 2010-06-15 | 1 | -0/+1 |
* | Introduce the x86 kernel interfaces to allow kernel code to use | kib | 2010-06-05 | 2 | -1/+28 |
* | Add support for corrected machine check interrupts. CMCI is a new local | jhb | 2010-05-24 | 5 | -8/+14 |
* | - Implement MI helper functions, dividing one or two timer interrupts with | mav | 2010-05-24 | 2 | -3/+1 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 1 | -0/+8 |