aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* atpic: make sure atpic_init is called after IO APIC initializationRoger Pau Monné2014-08-071-1/+1
* xen: add ACPI bus to xen_nexus when running as Dom0Roger Pau Monné2014-08-042-3/+39
* xen: implement support for mapping IO APIC interrupts on XenRoger Pau Monné2014-08-042-0/+117
* x86/madt: make the interrupt override parser a public functionRoger Pau Monné2014-08-042-30/+50
* xen: change quality of the MADT ACPI enumeratorRoger Pau Monné2014-08-042-2/+2
* xen: change order of Xen intr init and IO APIC registrationRoger Pau Monné2014-08-042-2/+2
* xen: add a DDB command to print event channel informationRoger Pau Monné2014-08-041-0/+77
* xen: mask all event channels on initRoger Pau Monné2014-08-041-0/+4
* xen: implement event channel PIRQ supportRoger Pau Monné2014-08-041-18/+202
* - Output a summary of optional VT-x features in dmesg similar to CPUJohn Baldwin2014-07-301-0/+19
* Fix yet another comment typo in r269052.Marius Strobl2014-07-291-1/+1
* Fix comment typo in r269052.Marius Strobl2014-07-291-1/+1
* Add missing newline to output dmesg properly.Shunsuke Akiyama2014-07-281-2/+2
* Add error return to dumpsys(), and use it in doadump().Gavin Atkinson2014-07-251-3/+4
* Intel desktop Haswell CPUs may report benign corrected parity errors (seeMarius Strobl2014-07-241-0/+26
* Fix build with SMP disabled.John Baldwin2014-07-152-0/+8
* Remove ia64.Marcel Moolenaar2014-07-072-4/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-287-19/+6
* Revert r267961, r267973:Glen Barber2014-06-277-6/+19
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-277-19/+6
* Fix compile warning: Remove duplicate external declaration.Hans Petter Selasky2014-06-191-2/+0
* xen: fix out-of-bounds access to ipi_handleRoger Pau Monné2014-06-181-1/+1
* Do not reference native_lapic_ipi_*() functions in the UP build.Konstantin Belousov2014-06-171-0/+2
* xen: add missing filesRoger Pau Monné2014-06-163-0/+744
* isa: allow ISA bus to attach to xenpv busRoger Pau Monné2014-06-161-0/+5
* xen: add hooks for Xen PV APICRoger Pau Monné2014-06-162-253/+2
* amd64/i386: introduce APIC hooks for different APIC implementations.Roger Pau Monné2014-06-163-88/+352
* xen: fix style in pv.cRoger Pau Monné2014-06-161-8/+17
* Eliminate the fake contig_dmamap and replace it with a new flag,Scott Long2014-05-271-12/+13
* Now that there are separate back-end implementations of busdma, the bounceScott Long2014-05-271-18/+22
* Revert r266481. It was based on faulty analysis of the problem. A correctScott Long2014-05-271-25/+2
* Whitespace fix.John Baldwin2014-05-221-3/+3
* Old PCIe implementations cannot allow a DMA transfer to cross a 4GBScott Long2014-05-201-2/+25
* Add definitions for more structured extended features as well asJohn Baldwin2014-05-161-6/+25
* Make this compile with gcc.Warner Losh2014-04-051-0/+1
* Re-implement the DMAR I/O MMU code in terms of PCI RIDsRyan Stone2014-04-016-47/+64
* Revert PCI RID changes.Ryan Stone2014-04-016-64/+47
* Re-implement the DMAR I/O MMU code in terms of PCI RIDsRyan Stone2014-04-016-47/+64
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans2014-04-011-1/+1
* Change default logic to CONFORM because this routine is sharedTakanori Watanabe2014-03-281-10/+8
* Strict value checking will cause problem.Takanori Watanabe2014-03-271-4/+8
* To check polarity, check ACPI_MADT_POLARITY_CONFORMS, instead of ACPI_MADT_TR...Takanori Watanabe2014-03-271-1/+1
* Fix build without SMP.John Baldwin2014-03-261-1/+5
* Remove vestiges of knowing the ISA bus, which we gave up on around 20Warner Losh2014-03-195-106/+4
* Add support for the PCI(e)-PCI bridges to the Intel VT-d driver. TheKonstantin Belousov2014-03-183-17/+122
* It is not uncommon for BIOSes to report wrong RMRR entries in DMARKonstantin Belousov2014-03-181-0/+9
* Trim at EOL.Konstantin Belousov2014-03-181-2/+2
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-181-7/+0
* Correct type for malloc().John Baldwin2014-03-131-2/+2
* xen: add a hook to perform AP startupRoger Pau Monné2014-03-112-0/+97