aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
...
* Change the parameter passed to the inline assembly to u_shortRoman Divacky2010-09-031-23/+23
* Register an interrupt vector for DTrace return probes. There is someRui Paulo2010-08-281-0/+1
* Add two DTrace trap type values. Used by fasttrap.Rui Paulo2010-08-241-0/+2
* Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov2010-08-171-2/+8
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anJohn Baldwin2010-08-061-2/+3
* Rearrange struct pcb. r177532 (CVS r1.64 of pcb.h) moved pcb_flags to makeJung-uk Kim2010-08-021-9/+9
* - Merge savectx2() with savectx() and struct xpcb with struct pcb. [1]Jung-uk Kim2010-08-021-22/+19
* Improve cputemp(4) driver wrt newer Intel processors, especiallyXin LI2010-07-291-0/+1
* Mark the __curthread() functions as __pure2 and remove the volatile keywordJohn Baldwin2010-07-291-2/+2
* The corrected error count field is dependent on CMCI, not TES.John Baldwin2010-07-281-3/+3
* Very rough first cut at NUMA support for the physical page allocator. ForJohn Baldwin2010-07-271-0/+7
* When compat32 binary asks for the value of hw.machine_arch, report theKonstantin Belousov2010-07-221-0/+3
* Move functions declaration to MI code, following implementation.Alexander Motin2010-07-151-5/+0
* Remove obsolete undef of COPY_SIGCODE. It appears to have not beenWarner Losh2010-07-131-6/+0
* For both i386 and amd64 pmap,Konstantin Belousov2010-07-091-1/+1
* Fix style issues with the previous commit, namelyRui Paulo2010-07-071-6/+6
* Introduce USD_{SET,GET}{BASE,LIMIT}. These help setting up the userRui Paulo2010-07-061-0/+7
* Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64Konstantin Belousov2010-06-231-1/+2
* Implement new event timers infrastructure. It provides unified APIs forAlexander Motin2010-06-201-7/+0
* Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64.Alexander Motin2010-06-171-0/+8
* Restore the machine check register banks on resume. For banks beingJohn Baldwin2010-06-151-0/+1
* Introduce the x86 kernel interfaces to allow kernel code to useKonstantin Belousov2010-06-052-1/+28
* Add support for corrected machine check interrupts. CMCI is a new localJohn Baldwin2010-05-245-8/+14
* - Implement MI helper functions, dividing one or two timer interrupts withAlexander Motin2010-05-242-3/+1
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-231-0/+8
* Rename an argument from "exp" to "expect" since the former makes FlexeLintPoul-Henning Kamp2010-05-201-7/+7
* Add constants for the optional EOI suppression support in local APICs andJohn Baldwin2010-05-191-0/+3
* Add definitions for Intel AESNI CPUID bits and print the capabilitiesKonstantin Belousov2010-05-051-0/+2
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-05-052-30/+27
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-302-0/+6
* - Extract the IODEV_PIO interface from ia64 and make it MI.Attilio Rao2010-04-281-3/+18
* Style: use #define<TAB> instead of #define<SPACE>.Konstantin Belousov2010-04-271-2/+2
* Move the constants specifying the size of struct kinfo_proc intoKonstantin Belousov2010-04-241-0/+3
* Handle a case when non-canonical address is loaded into the fsbase orKonstantin Belousov2010-04-101-0/+4
* - Support for uncore counting events: one fixed PMC with the uncoreFabien Thomas2010-04-021-1/+10
* Add a handler for the local APIC error interrupt. For now it just printsJohn Baldwin2010-03-291-2/+3
* Cosmetic tweak to use a type suffix instead of a cast to force a constantJohn Baldwin2010-03-291-1/+1
* Remove unneeded type specifiers from 64-bit constants. The compilerJohn Baldwin2010-03-221-30/+30
* I am told by AMD that the machine check hardware on the instruction TLBAlan Cox2010-03-211-1/+0
* - Extend the machine check record structure to include several fields usefulJohn Baldwin2010-03-162-0/+17
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn2010-03-112-0/+10
* Implement AMD's recommended workaround for Erratum 383 on Family 10hAlan Cox2010-03-092-0/+3
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* Improving the clocks auto-tunning by firstly checking if the atrtc may beAttilio Rao2010-03-031-1/+1
* Remove redundant inclusion of <sys/cdefs.h>.Ed Schouten2010-02-201-2/+0
* Add <sys/cdefs.h>.Ed Schouten2010-02-201-0/+2
* Handling all the three clocks (hardclock, softclock, profclock) with theAttilio Rao2010-01-151-1/+7
* Use io(4) for I/O port access on ia64, rather than through sysarch(2).Marcel Moolenaar2010-01-111-0/+1
* Quiet variable "shadows" warning:David E. O'Brien2010-01-011-18/+18
* mca: improve status checking, recording and reportingAndriy Gapon2009-12-021-0/+1