| Commit message (Expand) | Author | Age | Files | Lines |
* | intel_iommu: support snoop control | Jason Wang | 2022-03-06 | 1 | -1/+13 |
* | intel-iommu: correctly check passthrough during translation | Jason Wang | 2022-01-08 | 1 | -15/+23 |
* | dma: Let dma_memory_read/write() take MemTxAttrs argument | Philippe Mathieu-Daudé | 2021-12-30 | 1 | -11/+17 |
* | intel-iommu: ignore leaf SNP bit in scalable mode | Jason Wang | 2021-11-29 | 1 | -0/+6 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson | 2021-11-03 | 1 | -1/+1 |
|\ |
|
| * | util: Make some iova_tree parameters const | Eugenio Pérez | 2021-11-02 | 1 | -1/+1 |
* | | hw/i386/pc: Remove x86_iommu_get_type() | Jean-Philippe Brucker | 2021-11-01 | 1 | -3/+0 |
|/ |
|
* | intel_iommu: Fix typo in comments | Cai Huoqing | 2021-09-16 | 1 | -4/+4 |
* | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | Do not include hw/boards.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | dma: Introduce dma_aligned_pow2_mask() | Eric Auger | 2021-03-12 | 1 | -23/+7 |
* | intel_iommu: Fix mask may be uninitialized in vtd_context_device_invalidate | Eric Auger | 2021-03-12 | 1 | -0/+2 |
* | i386: move kvm accel files into kvm/ | Claudio Fontana | 2020-12-16 | 1 | -1/+1 |
* | intel_iommu: Skip page walking on device iotlb invalidations | Eugenio Pérez | 2020-12-08 | 1 | -0/+4 |
* | memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationType | Eugenio Pérez | 2020-12-08 | 1 | -1/+1 |
* | memory: Add IOMMUTLBEvent | Eugenio Pérez | 2020-12-08 | 1 | -39/+49 |
* | memory: Rename memory_region_notify_one to memory_region_notify_iommu_one | Eugenio Pérez | 2020-12-08 | 1 | -2/+2 |
* | intel_iommu: Fix two misuse of "0x%u" prints | Peter Xu | 2020-10-30 | 1 | -2/+2 |
* | x86-iommu: Rename QOM type macros | Eduardo Habkost | 2020-09-02 | 1 | -1/+1 |
* | hw: Remove superfluous breaks | Liao Pingfang | 2020-09-01 | 1 | -1/+0 |
* | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster | 2020-07-24 | 1 | -3/+3 |
* | intel_iommu: Use correct shift for 256 bits qi descriptor | Liu Yi L | 2020-07-22 | 1 | -1/+6 |
* | intel_iommu: "aw-bits" error message still refers to "x-aw-bits" | Menno Lageman | 2020-07-07 | 1 | -1/+1 |
* | hw/i386/intel_iommu: Fix out-of-bounds access on guest IRT | Jan Kiszka | 2020-03-16 | 1 | -0/+6 |
* | hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logic | Philippe Mathieu-Daudé | 2020-03-08 | 1 | -15/+17 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | intel_iommu: add present bit check for pasid table entries | Liu Yi L | 2020-01-06 | 1 | -19/+73 |
* | intel_iommu: a fix to vtd_find_as_from_bus_num() | Liu Yi L | 2020-01-06 | 1 | -0/+1 |
* | intel_iommu: fix bug to read DMAR_RTADDR_REG | Yi Sun | 2020-01-05 | 1 | -4/+3 |
* | intel_iommu: TM field should not be in reserved bits | Qi, Yadong | 2019-11-25 | 1 | -3/+6 |
* | intel_iommu: refine SL-PEs reserved fields checking | Qi, Yadong | 2019-11-25 | 1 | -17/+20 |
* | hw/i386: split PCMachineState deriving X86MachineState from it | Paolo Bonzini | 2019-10-22 | 1 | -1/+2 |
* | memory: allow memory_region_register_iommu_notifier() to fail | Eric Auger | 2019-10-04 | 1 | -3/+5 |
* | intel_iommu: Remove the caching-mode check during flag change | Peter Xu | 2019-09-16 | 1 | -4/+0 |
* | intel_iommu: Sanity check vfio-pci config on machine init done | Peter Xu | 2019-09-16 | 1 | -3/+36 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | intel_iommu: Fix unexpected unmaps during global unmap | Peter Xu | 2019-07-05 | 1 | -26/+41 |
* | intel_iommu: Fix incorrect "end" for vtd_address_space_unmap | Yan Zhao | 2019-07-05 | 1 | -2/+2 |
* | Categorize devices: iommu | Ernest Esene | 2019-04-25 | 1 | -0/+2 |
* | intel_iommu: Drop extended root field | Peter Xu | 2019-04-02 | 1 | -4/+2 |
* | intel_iommu: Fix root_scalable migration breakage | Peter Xu | 2019-04-02 | 1 | -4/+20 |
* | intel_iommu: Correct caching-mode error message | Alex Williamson | 2019-04-02 | 1 | -1/+1 |
* | intel-iommu: optimize nodmar memory regions | Peter Xu | 2019-03-20 | 1 | -33/+58 |
* | intel_iommu: add scalable-mode option to make scalable mode work | Yi Sun | 2019-03-13 | 1 | -0/+25 |
* | intel_iommu: add 256 bits qi_desc support | Liu, Yi L | 2019-03-13 | 1 | -11/+29 |
* | intel_iommu: scalable mode emulation | Liu, Yi L | 2019-03-13 | 1 | -92/+402 |
* | intel_iommu: reset intr_enabled when system reset | Peter Xu | 2019-02-05 | 1 | -0/+1 |
* | intel_iommu: fix operator in vtd_switch_address_space | Peter Xu | 2019-02-05 | 1 | -1/+1 |