summaryrefslogtreecommitdiffstats
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* Add missing newline to output dmesg properly.akiyama2014-07-281-2/+2
* Add error return to dumpsys(), and use it in doadump().gavin2014-07-251-3/+4
* Intel desktop Haswell CPUs may report benign corrected parity errors (seemarius2014-07-241-0/+26
* Fix build with SMP disabled.jhb2014-07-152-0/+8
* Remove ia64.marcel2014-07-072-4/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-287-19/+6
* Revert r267961, r267973:gjb2014-06-277-6/+19
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-277-19/+6
* Fix compile warning: Remove duplicate external declaration.hselasky2014-06-191-2/+0
* xen: fix out-of-bounds access to ipi_handleroyger2014-06-181-1/+1
* Do not reference native_lapic_ipi_*() functions in the UP build.kib2014-06-171-0/+2
* xen: add missing filesroyger2014-06-163-0/+744
* isa: allow ISA bus to attach to xenpv busroyger2014-06-161-0/+5
* xen: add hooks for Xen PV APICroyger2014-06-162-253/+2
* amd64/i386: introduce APIC hooks for different APIC implementations.royger2014-06-163-88/+352
* xen: fix style in pv.croyger2014-06-161-8/+17
* Eliminate the fake contig_dmamap and replace it with a new flag,scottl2014-05-271-12/+13
* Now that there are separate back-end implementations of busdma, the bouncescottl2014-05-271-18/+22
* Revert r266481. It was based on faulty analysis of the problem. A correctscottl2014-05-271-25/+2
* Whitespace fix.jhb2014-05-221-3/+3
* Old PCIe implementations cannot allow a DMA transfer to cross a 4GBscottl2014-05-201-2/+25
* Add definitions for more structured extended features as well asjhb2014-05-161-6/+25
* 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
OpenPOWER on IntegriCloud