summaryrefslogtreecommitdiffstats
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* Make this compile with gcc.imp2014-04-051-0/+1
* Re-implement the DMAR I/O MMU code in terms of PCI RIDsrstone2014-04-016-47/+64
* Revert PCI RID changes.rstone2014-04-016-64/+47
* Re-implement the DMAR I/O MMU code in terms of PCI RIDsrstone2014-04-016-47/+64
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4tijl2014-04-011-1/+1
* Change default logic to CONFORM because this routine is sharedtakawata2014-03-281-10/+8
* Strict value checking will cause problem.takawata2014-03-271-4/+8
* To check polarity, check ACPI_MADT_POLARITY_CONFORMS, instead of ACPI_MADT_TR...takawata2014-03-271-1/+1
* Fix build without SMP.jhb2014-03-261-1/+5
* Remove vestiges of knowing the ISA bus, which we gave up on around 20imp2014-03-195-106/+4
* Add support for the PCI(e)-PCI bridges to the Intel VT-d driver. Thekib2014-03-183-17/+122
* It is not uncommon for BIOSes to report wrong RMRR entries in DMARkib2014-03-181-0/+9
* Trim at EOL.kib2014-03-181-2/+2
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-181-7/+0
* Correct type for malloc().jhb2014-03-131-2/+2
* xen: add a hook to perform AP startuproyger2014-03-112-0/+97
* xen: changes to hvm code in order to support PVH guestsroyger2014-03-111-5/+42
* xen: add hook for AP bootstrap memory reservationroyger2014-03-111-0/+1
* xen: add an apic_enumerator for PVHroyger2014-03-111-0/+134
* xen: use the same hypercall mechanism for XEN and XENHVMroyger2014-03-111-14/+10
* xen: implement hook to fetch and parse e820 memory maproyger2014-03-112-0/+26
* xen: implement an early timer for Xen PVHroyger2014-03-114-53/+123
* amd64: introduce hook for custom preload metadata parsersroyger2014-03-112-0/+106
* howto_names: unify declarationroyger2014-03-111-0/+1
* xen: add and enable Xen console for PVH guestsroyger2014-03-111-0/+4
* xen: add PV/PVH kernel entry pointroyger2014-03-112-0/+120
* amd64/i386: switch IPI handlers to C code.royger2014-03-111-183/+10
* Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.jkim2014-03-041-1/+1
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgejhb2014-02-124-3/+72
* Drop the 3rd clause from all 3 clause BSD licenses where I am the solejhb2014-02-057-21/+0
* Move a warning about LINT pins configured with a level trigger underjhb2014-02-051-1/+1
* 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-239-8/+233
* - Reuse legacy_pcib_(read|write)_config() methods in the QPI pcib driver.jhb2014-01-214-67/+14
* - Only check the ivars for direct descendants.jhb2014-01-201-4/+6
* The changes in r233781 attempted to make logging during a machine checkjhb2014-01-081-5/+19
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-052-18/+6
* Fix i386 build.jhb2013-12-241-0/+1
* Add a resume hook for bhyve that runs a function on all CPUs duringjhb2013-12-231-0/+5
* Use fixed-width types for all fields in MP Table structures and packjhb2013-12-112-80/+83
* Do not DELAY() for P-state transition unless we want to see the result.mav2013-12-101-3/+2
* Move constants for indices in the local APIC's local vector table fromjhb2013-12-094-31/+42
* Fix the processor table entry structure to use a fixed-width type forjhb2013-12-051-4/+4
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-8/+8
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-141-1/+9
* Fix gcc warning about an uninitialized bool in sys/x86/iommu/intel_drv.c.dim2013-11-091-0/+2
* Fix gcc warning about an empty device_printf() format string indim2013-11-091-1/+1
* Fix (erroneous) gcc warnings about usage of uninitialized variables indim2013-11-091-0/+3
* Fix gcc warnings about casting away const in sys/x86/iommu/intel_drv.c.dim2013-11-091-5/+5
OpenPOWER on IntegriCloud