index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
smmu-common.c
Age
Commit message (
Expand
)
Author
2024-08-16
docs: Fix some typos (found by typos) and grammar issues
Stefan Weil
2024-07-18
hw/arm/smmu: Refactor SMMU OAS
Mostafa Saleh
2024-07-18
hw/arm/smmu: Support nesting in the rest of commands
Mostafa Saleh
2024-07-18
hw/arm/smmu: Introduce smmu_iotlb_inv_asid_vmid
Mostafa Saleh
2024-07-18
hw/arm/smmu: Support nesting in smmuv3_range_inval()
Mostafa Saleh
2024-07-18
hw/arm/smmu-common: Support nested translation
Mostafa Saleh
2024-07-18
hw/arm/smmu-common: Add support for nested TLB
Mostafa Saleh
2024-07-18
hw/arm/smmu-common: Rework TLB lookup for nesting
Mostafa Saleh
2024-07-18
hw/arm/smmu: Consolidate ASID and VMID types
Mostafa Saleh
2024-07-18
hw/arm/smmu: Split smmuv3_translate()
Mostafa Saleh
2024-07-18
hw/arm/smmu: Use enum for SMMU stage
Mostafa Saleh
2024-07-18
hw/arm/smmu: Fix IPA for stage-2 events
Mostafa Saleh
2024-07-18
hw/arm/smmu-common: Add missing size check for stage-1
Mostafa Saleh
2024-07-01
hw/arm/smmu-common: Replace smmu_iommu_mr with smmu_find_sdev
Nicolin Chen
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-02
hw/arm/smmu: Avoid using inlined functions with external linkage again
Philippe Mathieu-Daudé
2024-02-15
hw/arm/smmuv3: add support for stage 1 access fault
Luc Michel
2024-02-14
smmu: Clear SMMUPciBus pointer cache when system reset
Zhenzhong Duan
2023-11-03
hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
Yi Liu
2023-07-25
hw/arm/smmu: Handle big-endian hosts correctly
Peter Maydell
2023-05-30
hw/arm/smmuv3: Add CMDs related to stage-2
Mostafa Saleh
2023-05-30
hw/arm/smmuv3: Add VMID to TLB tagging
Mostafa Saleh
2023-05-30
hw/arm/smmuv3: Add page table walk for stage-2
Mostafa Saleh
2023-05-30
hw/arm/smmuv3: Refactor stage-1 PTW
Mostafa Saleh
2023-03-02
smmu: switch to use memory_region_unmap_iommu_notifier_range()
Jason Wang
2023-02-16
hw/arm/smmu-common: Fix TTB1 handling
Jean-Philippe Brucker
2023-02-16
hw/arm/smmu-common: Support 64-bit addresses
Jean-Philippe Brucker
2023-01-28
hw: Use TYPE_PCI_BUS definition where appropriate
Philippe Mathieu-Daudé
2023-01-05
hw/arm/smmu-common: Avoid using inlined functions with external linkage
Philippe Mathieu-Daudé
2023-01-05
hw/arm/smmu-common: Reduce smmu_inv_notifiers_mr() scope
Philippe Mathieu-Daudé
2022-12-15
hw/arm: Convert TYPE_ARM_SMMU to 3-phase reset
Peter Maydell
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-03-12
hw/arm/smmuv3: Enforce invalidation on a power of two range
Eric Auger
2021-03-12
hw/arm/smmu-common: Fix smmu_iotlb_inv_iova when asid is not set
Eric Auger
2020-12-08
memory: Add IOMMUTLBEvent
Eugenio Pérez
2020-12-08
memory: Rename memory_region_notify_one to memory_region_notify_iommu_one
Eugenio Pérez
2020-08-24
hw/arm/smmuv3: Support HAD and advertise SMMUv3.1 support
Eric Auger
2020-08-24
hw/arm/smmuv3: Get prepared for range invalidation
Eric Auger
2020-08-24
hw/arm/smmu-common: Manage IOTLB block entries
Eric Auger
2020-08-24
hw/arm/smmu: Introduce SMMUTLBEntry for PTW and IOTLB value
Eric Auger
2020-08-24
hw/arm/smmu: Introduce smmu_get_iotlb_key()
Eric Auger
2020-08-24
hw/arm/smmu-common: Add IOTLB helpers
Eric Auger
2020-08-24
hw/arm/smmu-common: Factorize some code in smmu_ptw_64()
Eric Auger
2020-03-05
hw/arm/smmu-common: Simplify smmu_find_smmu_pcibus() logic
Philippe Mathieu-Daudé
2020-03-05
hw/arm/smmu-common: a fix to smmu_find_smmu_pcibus
Eric Auger
2020-02-20
hw: Remove unnecessary cast when calling dma_memory_read()
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
[next]