summaryrefslogtreecommitdiffstats
path: root/sys/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-181-7/+0
* xen: add a hook to perform AP startuproyger2014-03-111-0/+1
* xen: add hook for AP bootstrap memory reservationroyger2014-03-111-0/+1
* xen: implement hook to fetch and parse e820 memory maproyger2014-03-111-0/+1
* xen: implement an early timer for Xen PVHroyger2014-03-111-0/+2
* amd64: introduce hook for custom preload metadata parsersroyger2014-03-111-0/+43
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgejhb2014-02-121-0/+4
* Drop the 3rd clause from all 3 clause BSD licenses where I am the solejhb2014-02-051-3/+0
* Rename the AMD MSR_PERFCTR[0-3] so the Pentium Pro MSR_PERFCTR[0-1]tijl2014-01-311-6/+4
* Move <machine/apicvar.h> to <x86/apicvar.h>.jhb2014-01-231-0/+225
* - Reuse legacy_pcib_(read|write)_config() methods in the QPI pcib driver.jhb2014-01-211-0/+3
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-052-18/+6
* Use fixed-width types for all fields in MP Table structures and packjhb2013-12-111-80/+76
* Move constants for indices in the local APIC's local vector table fromjhb2013-12-091-0/+10
* Fix the processor table entry structure to use a fixed-width type forjhb2013-12-051-4/+4
* x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-141-1/+9
* Add bits for the AMD features from CPUID function 0x80000001 ECX,kib2013-11-081-0/+6
* Remove references to an unused fasttrap probe hook, and remove themarkj2013-10-311-1/+0
* Remove redundand declaration, fixing the build with gcc.kib2013-10-291-1/+0
* Add a virtual table for the busdma methods on x86, to allow differentkib2013-10-271-0/+97
* Add a va_copy() to our fall-back stdarg implementation for use with lint(1)phk2013-10-071-0/+2
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-291-0/+1
* Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, thesejkim2013-08-131-0/+80
* x86: detect mwait capabilities and extensions, when presentavg2013-07-281-0/+23
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-212-0/+90
* Move the previously added CPUID7 macros to CPUID_STDEXT.rpaulo2013-04-181-17/+11
* Add the most current CPUID7_* definitions.rpaulo2013-04-181-0/+17
* Make the code to check if VMX is enabled more readable by using macrosneel2013-04-111-0/+5
* Convert machine/elf.h, machine/frame.h, machine/sigframe.h,kib2013-02-205-0/+767
* Add macros required to enable VMX operation on Intel processors.neel2013-01-051-0/+2
* Add bus_space_read_8 and bus_space_write_8 for amd64.jimharris2012-12-131-4/+34
* Revert r243960 based on feedback regarding keeping x86 headers unifiedjimharris2012-12-131-0/+38
* Add amd64 implementations for 8-byte bus_space routines.jimharris2012-12-061-38/+0
* Provide the reading and display of the Standard Extended Features,kib2012-11-011-0/+11
* Add an unified macro to deny ability from the compiler to reorderattilio2012-10-091-1/+1
* Add support for the XSAVEOPT instruction use. Our XSAVE/XRSTOR usagekib2012-07-141-0/+5
* Make the wchar_t type machine dependent.andrew2012-06-242-6/+4
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+42
* Consitently use "__LP64__".obrien2012-05-244-11/+11
* Don't expose i386-only ptrace constants on amd64. This broke gdb withjhb2012-05-171-2/+4
* Add x2apic MSR definitionsgrehan2012-04-171-1/+35
* Recognize the RDRAND instruction feature.jhb2012-04-091-0/+1
* Make machine check exception logging more readable. On newer Intel systems,jhb2012-04-021-1/+1
* Move the legacy(4) driver to x86.jhb2012-03-301-0/+63
* Fix an issue introduced in sys/x86/include/endian.h with r232721. Indim2012-03-291-2/+2
* Revert sys/x86/include/endian.h to what it was before r233419, as thatdim2012-03-291-3/+3
* Move the DTrace return IDT vector back up from 0x20 to 0x92. The 0x20jhb2012-03-281-1/+1
* Fix the following clang warning in sys/dev/dcons/dcons.c, caused by thedim2012-03-241-3/+3
* Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replacetijl2012-03-191-0/+138
* Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replacetijl2012-03-191-0/+678
OpenPOWER on IntegriCloud