summaryrefslogtreecommitdiffstats
path: root/sys/x86/iommu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-8/+8
* 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
* Initialize variable in sys/x86/iommu/busdma_dmar.c, to avoid possibledim2013-11-081-0/+1
* Add support for queued invalidation.kib2013-11-019-162/+843
* Return BUS_PROBE_NOWILDCARD from the DMAR probe method.kib2013-11-011-1/+1
* Remove redundand assignment to error variable and check for its value [1].kib2013-10-281-6/+3
* Import the driver for VT-d DMAR hardware, as specified in the revisionkib2013-10-2811-0/+5705
OpenPOWER on IntegriCloud