| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/arm/smmuv3: Advertise SMMUv3.2 range invalidation | Eric Auger | 2020-08-24 | 1 | -0/+1 |
* | hw/arm/smmuv3: Support HAD and advertise SMMUv3.1 support | Eric Auger | 2020-08-24 | 1 | -1/+5 |
* | hw/arm/smmuv3: Let AIDR advertise SMMUv3.0 support | Eric Auger | 2020-08-24 | 1 | -0/+3 |
* | hw/arm/smmuv3: Get prepared for range invalidation | Eric Auger | 2020-08-24 | 1 | -23/+41 |
* | hw/arm/smmuv3: Introduce smmuv3_s1_range_inval() helper | Eric Auger | 2020-08-24 | 1 | -19/+17 |
* | hw/arm/smmu-common: Manage IOTLB block entries | Eric Auger | 2020-08-24 | 1 | -3/+3 |
* | hw/arm/smmu: Introduce SMMUTLBEntry for PTW and IOTLB value | Eric Auger | 2020-08-24 | 1 | -5/+5 |
* | hw/arm/smmu-common: Add IOTLB helpers | Eric Auger | 2020-08-24 | 1 | -24/+2 |
* | hw: Remove unnecessary cast when calling dma_memory_read() | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -6/+4 |
* | hw/arm/smmuv3: Report F_STE_FETCH fault address in correct word position | Simon Veith | 2019-12-20 | 1 | -1/+1 |
* | hw/arm/smmuv3: Align stream table base address to table size | Simon Veith | 2019-12-20 | 1 | -4/+14 |
* | hw/arm/smmuv3: Check stream IDs against actual table LOG2SIZE | Simon Veith | 2019-12-20 | 1 | -2/+6 |
* | hw/arm/smmuv3: Apply address mask to linear strtab base address | Simon Veith | 2019-12-20 | 1 | -1/+1 |
* | memory: allow memory_region_register_iommu_notifier() to fail | Eric Auger | 2019-10-04 | 1 | -8/+10 |
* | hw/arm/smmuv3: Remove spurious error messages on IOVA invalidations | Eric Auger | 2019-09-03 | 1 | -8/+11 |
* | hw/arm/smmuv3: Log a guest error when decoding an invalid STE | Eric Auger | 2019-09-03 | 1 | -0/+1 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/boards.h a bit less | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | hw/arm/smmuv3: Fix decoding of ID register range | Peter Maydell | 2019-06-13 | 1 | -1/+1 |
* | hw/arm/smmuv3: Remove SMMUNotifierNode | Eric Auger | 2019-04-29 | 1 | -21/+7 |
* | hw/arm/smmuv3: fix eventq recording and IRQ triggerring | Eric Auger | 2018-09-25 | 1 | -1/+1 |
* | arm/smmuv3: Fix missing VMSD terminator | Dr. David Alan Gilbert | 2018-07-30 | 1 | -0/+1 |
* | hw/arm/smmuv3: Add notifications on invalidation | Eric Auger | 2018-06-26 | 1 | -2/+97 |
* | hw/arm/smmuv3: IOTLB emulation | Eric Auger | 2018-06-26 | 1 | -4/+94 |
* | hw/arm/smmuv3: Cache/invalidate config data | Eric Auger | 2018-06-26 | 1 | -5/+130 |
* | hw/arm/smmuv3: Fix translate error handling | Jia He | 2018-06-26 | 1 | -29/+65 |
* | iommu: Add IOMMU index argument to translate method | Peter Maydell | 2018-06-15 | 1 | -1/+1 |
* | hw/arm/smmuv3: Fix Coverity issue in smmuv3_record_event | Eric Auger | 2018-05-18 | 1 | -1/+1 |
* | hw/arm/smmuv3: Abort on vfio or vhost case | Eric Auger | 2018-05-04 | 1 | -0/+11 |
* | hw/arm/smmuv3: Implement translate callback | Eric Auger | 2018-05-04 | 1 | -0/+358 |
* | hw/arm/smmuv3: Event queue recording helper | Eric Auger | 2018-05-04 | 1 | -4/+100 |
* | hw/arm/smmuv3: Implement MMIO write operations | Eric Auger | 2018-05-04 | 1 | -5/+165 |
* | hw/arm/smmuv3: Queue helpers | Eric Auger | 2018-05-04 | 1 | -0/+136 |
* | hw/arm/smmuv3: Wired IRQ and GERROR helpers | Eric Auger | 2018-05-04 | 1 | -0/+64 |
* | hw/arm/smmuv3: Skeleton | Prem Mallappa | 2018-05-04 | 1 | -0/+366 |