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
/
smmuv3.c
Age
Commit message (
Expand
)
Author
2024-09-05
hw/arm/smmuv3: Update comment documenting "stage" property
Peter Maydell
2024-07-18
hw/arm/smmu: Refactor SMMU OAS
Mostafa Saleh
2024-07-18
hw/arm/smmuv3: Support and advertise nesting
Mostafa Saleh
2024-07-18
hw/arm/smmuv3: Handle translation faults according to SMMUPTWEventInfo
Mostafa Saleh
2024-07-18
hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()
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/smmuv3: Translate CD and TT using stage-2 table
Mostafa Saleh
2024-07-18
hw/arm/smmu: Introduce CACHED_ENTRY_TO_ADDR
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/smmuv3: Fix encoding of CLASS in events
Mostafa Saleh
2024-07-18
hw/arm/smmu: Fix IPA for stage-2 events
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-02-15
hw/arm/smmuv3: add support for stage 1 access fault
Luc Michel
2024-02-13
hw/arm/smmuv3: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
2023-12-29
hw/arm: Constify VMState
Richard Henderson
2023-10-19
hw/arm/smmuv3: Advertise SMMUv3.1-XNX feature
Peter Maydell
2023-10-19
hw/arm/smmuv3: Sort ID register setting into field order
Peter Maydell
2023-09-29
hw/arm/smmuv3.c: Avoid shadowing variable
Peter Maydell
2023-07-25
hw/arm/smmu: Handle big-endian hosts correctly
Peter Maydell
2023-05-30
hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2
Mostafa Saleh
2023-05-30
hw/arm/smmuv3: Add stage-2 support in iova notifier
Mostafa Saleh
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: Make TLB lookup work for stage-2
Mostafa Saleh
2023-05-30
hw/arm/smmuv3: Parse STE config for stage-2
Mostafa Saleh
2023-05-30
hw/arm/smmuv3: Refactor stage-1 PTW
Mostafa Saleh
2023-02-16
hw/arm/smmuv3: Add GBPA register
Mostafa Saleh
2022-12-15
hw/arm: Convert TYPE_ARM_SMMUV3 to 3-phase reset
Peter Maydell
2022-04-28
hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2
Peter Maydell
2022-04-28
hw/arm/smmuv3: Add space in guest error message
Jean-Philippe Brucker
2022-04-28
hw/arm/smmuv3: Cache event fault record
Jean-Philippe Brucker
2022-04-22
hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_trans...
Xiang Chen
2022-02-08
hw/arm/smmuv3: Fix device reset
Eric Auger
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-05-25
hw/arm/smmuv3: Another range invalidation fix
Eric Auger
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-04-30
hw/arm/smmuv3: Support 16K translation granule
Kunkun Jiang
2021-04-12
hw/arm/smmuv3: Emulate CFGI_STE_RANGE for an aligned range of StreamIDs
Zenghui Yu
2021-03-12
hw/arm/smmuv3: Fix SMMU_CMD_CFGI_STE_RANGE handling
Eric Auger
2021-03-12
hw/arm/smmuv3: Enforce invalidation on a power of two range
Eric Auger
2021-02-05
vhost: Unbreak SMMU and virtio-iommu on dev-iotlb support
Peter Xu
2021-02-02
hw/arm/smmuv3: Fix addr_mask for range-based invalidation
Zenghui Yu
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
[next]