aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/iommu
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-5/+4
* Revert r267961, r267973:Glen Barber2014-06-271-4/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-5/+4
* 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
* 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
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-8/+8
* Fix gcc warning about an uninitialized bool in sys/x86/iommu/intel_drv.c.Dimitry Andric2013-11-091-0/+2
* Fix gcc warning about an empty device_printf() format string inDimitry Andric2013-11-091-1/+1
* Fix (erroneous) gcc warnings about usage of uninitialized variables inDimitry Andric2013-11-091-0/+3
* Fix gcc warnings about casting away const in sys/x86/iommu/intel_drv.c.Dimitry Andric2013-11-091-5/+5
* Initialize variable in sys/x86/iommu/busdma_dmar.c, to avoid possibleDimitry Andric2013-11-081-0/+1
* Add support for queued invalidation.Konstantin Belousov2013-11-019-162/+843
* Return BUS_PROBE_NOWILDCARD from the DMAR probe method.Konstantin Belousov2013-11-011-1/+1
* Remove redundand assignment to error variable and check for its value [1].Konstantin Belousov2013-10-281-6/+3
* Import the driver for VT-d DMAR hardware, as specified in the revisionKonstantin Belousov2013-10-2811-0/+5705