summaryrefslogtreecommitdiff
path: root/sys/x86/iommu/intel_utils.c
Commit message (Expand)AuthorAgeFilesLines
* o Don't include headers from iommu.h, include them from the headerRuslan Bukin2020-07-291-3/+3
* Rename DMAR flags:Ruslan Bukin2020-07-261-20/+20
* o Make the _hw_iommu sysctl node non-static;Ruslan Bukin2020-07-251-5/+5
* o Move iommu gas prototypes, DMAR flags to iommu.h;Ruslan Bukin2020-07-251-7/+0
* Split-out the Intel GAS (Guest Address Space) management componentRuslan Bukin2020-07-251-2/+2
* Move the Intel DMAR busdma backend to a generic place soRuslan Bukin2020-07-211-1/+1
* Start splitting-out the Intel DMAR busdma backend to a generic place,Ruslan Bukin2020-07-141-18/+19
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Fix a few places that free a page from an object without busy held. This isJeff Roberson2019-12-021-1/+1
* bus_dma_dmar_set_buswide(9): KPI to indicate that the whole dmarKonstantin Belousov2019-11-181-0/+1
* Correct handling of RMRR during early enumeration stages.Konstantin Belousov2019-04-181-4/+0
* Convert x86 cache invalidation functions to ifuncs.Konstantin Belousov2018-09-191-2/+1
* sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Correct operators precedence.Konstantin Belousov2017-11-091-5/+5
* Replace manyinstances of VM_WAIT with blocking page allocation flagsJeff Roberson2017-11-081-6/+3
* Timeout DMAR commands.Konstantin Belousov2017-03-271-38/+78
* Add hw.dmar.batch_coalesce tunable/sysctl, which specifies rate atKonstantin Belousov2016-04-171-0/+4
* Split the DMAR unit domains and contexts. Domains carry address spaceKonstantin Belousov2015-06-261-27/+21
* Use VT-d interrupt remapping block (IR) to perform FSB messagesKonstantin Belousov2015-03-191-0/+52
* vm_page_lookup() accepts read-locked object.Konstantin Belousov2015-02-111-4/+2
* Right now, for non-coherent DMARs, page table update code flushes theKonstantin Belousov2015-01-111-5/+31
* 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-011-2/+5
* Revert PCI RID changes.Ryan Stone2014-04-011-5/+2
* Re-implement the DMAR I/O MMU code in terms of PCI RIDsRyan Stone2014-04-011-2/+5
* Add support for queued invalidation.Konstantin Belousov2013-11-011-19/+20
* Import the driver for VT-d DMAR hardware, as specified in the revisionKonstantin Belousov2013-10-281-0/+562