summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-201-7/+0
* 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/+25
* MFamd64: Add a new macro PCPU_XEN_FIELDS to hold XEN-specific per-CPUjhb2010-06-021-28/+11
* Add support for corrected machine check interrupts. CMCI is a new localjhb2010-05-245-9/+17
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-242-5/+2
* 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-8/+8
* 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/+26
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+3
* - 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-1/+1
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* Add EFI boot info fields.rpaulo2010-04-071-0/+7
* - 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
* Adapt r204907 and r205402, the amd64 implementation of the workaround foralc2010-03-242-0/+2
* Remove unneeded type specifiers from 64-bit constants. The compilerjhb2010-03-221-30/+30
* - Extend the machine check record structure to include several fields usefuljhb2010-03-162-0/+17
* Use unsigned long long constants for fields in 64-bit machine checkjhb2010-03-161-12/+12
* 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
* Handle a race between pmap_kextract() and pmap_promote_pde(). This race isalc2010-01-231-2/+19
* 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
* Make pmap_set_pg() static.alc2010-01-071-1/+0
* 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
* 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/+2
* atomic_cmpset_barr_* was added in order to cope with compilers willing toattilio2009-10-091-64/+48
* - All the functions in atomic.h needs to be in "physical" form (likeattilio2009-10-061-45/+50
* Per their definition, atomic instructions used in conjuction withattilio2009-10-061-46/+73
* make read_eflags and write_eflags accomplish the same effect on PVM as native,kmacy2009-10-011-10/+10
* cpufunc.h: unify/correct style of c extension namesavg2009-09-301-2/+2
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andjkim2009-09-271-6/+6
* 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
* fix UP compilationkmacy2009-09-111-1/+1
* Consolidate CPUID to CPU family/model macros for amd64 and i386 to reducejkim2009-09-101-2/+2
* - Teach vesa(4) and dpms(4) about x86emu. [1]delphij2009-09-091-120/+0
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-6/+53
* whitespace commitjulian2009-09-041-2/+2
* Bring i386 up to date with amd64 and others.julian2009-09-041-5/+5
* Improve pmap_change_attr() so that it is able to demote a large (2/4MB)jhb2009-08-311-0/+4
* Adjust the handling of the local APIC PMC interrupt vector:jhb2009-08-142-1/+3
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-132-9/+4
OpenPOWER on IntegriCloud