summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* For both i386 and amd64 pmap,kib2010-07-091-1/+1
* Fix style issues with the previous commit, namelyrpaulo2010-07-071-6/+6
* Introduce USD_{SET,GET}{BASE,LIMIT}. These help setting up the userrpaulo2010-07-061-0/+7
* Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64kib2010-06-231-1/+2
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-201-7/+0
* Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64.mav2010-06-171-0/+8
* Restore the machine check register banks on resume. For banks beingjhb2010-06-151-0/+1
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-052-1/+28
* Add support for corrected machine check interrupts. CMCI is a new localjhb2010-05-245-8/+14
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-242-3/+1
* Reorganize syscall entry and leave handling.kib2010-05-231-0/+8
* Rename an argument from "exp" to "expect" since the former makes FlexeLintphk2010-05-201-7/+7
* Add constants for the optional EOI suppression support in local APICs andjhb2010-05-191-0/+3
* Add definitions for Intel AESNI CPUID bits and print the capabilitieskib2010-05-051-0/+2
* Switch to our preferred 2-clause BSD license.joel2010-05-052-30/+27
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-302-0/+6
* - Extract the IODEV_PIO interface from ia64 and make it MI.attilio2010-04-281-3/+18
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-2/+2
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+3
* Handle a case when non-canonical address is loaded into the fsbase orkib2010-04-101-0/+4
* - Support for uncore counting events: one fixed PMC with the uncorefabient2010-04-021-1/+10
* Add a handler for the local APIC error interrupt. For now it just printsjhb2010-03-291-2/+3
* Cosmetic tweak to use a type suffix instead of a cast to force a constantjhb2010-03-291-1/+1
* Remove unneeded type specifiers from 64-bit constants. The compilerjhb2010-03-221-30/+30
* I am told by AMD that the machine check hardware on the instruction TLBalc2010-03-211-1/+0
* - Extend the machine check record structure to include several fields usefuljhb2010-03-162-0/+17
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-112-0/+10
* Implement AMD's recommended workaround for Erratum 383 on Family 10halc2010-03-092-0/+3
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Improving the clocks auto-tunning by firstly checking if the atrtc may beattilio2010-03-031-1/+1
* Remove redundant inclusion of <sys/cdefs.h>.ed2010-02-201-2/+0
* Add <sys/cdefs.h>.ed2010-02-201-0/+2
* Handling all the three clocks (hardclock, softclock, profclock) with theattilio2010-01-151-1/+7
* Use io(4) for I/O port access on ia64, rather than through sysarch(2).marcel2010-01-111-0/+1
* Quiet variable "shadows" warning:obrien2010-01-011-18/+18
* mca: improve status checking, recording and reportingavg2009-12-021-0/+1
* x86 cpu features: add MOVBE reporting and flagavg2009-11-301-0/+1
* Uppercase the UL suffix on a constant, so Flexelint doesn't worry thatphk2009-11-161-1/+1
* Amd64 init_secondary() calls initializecpu() while curthread is stillkib2009-11-131-0/+1
* Add a facility for associating optional descriptions with active interruptjhb2009-10-151-0/+1
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+6
* atomic_cmpset_barr_* was added in order to cope with compilers willing toattilio2009-10-091-32/+44
* - All the functions in atomic.h needs to be in "physical" form (likeattilio2009-10-061-46/+29
* Per their definition, atomic instructions used in conjuction withattilio2009-10-061-46/+67
* cpufunc.h: unify/correct style of c extension namesavg2009-09-301-3/+3
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andjkim2009-09-271-0/+264
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-231-0/+3
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Consolidate CPUID to CPU family/model macros for amd64 and i386 to reducejkim2009-09-101-2/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-14/+56
OpenPOWER on IntegriCloud