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