Linux KVM for ARM
[Prev Page][Next Page]
- Re: [PATCH 08/26] KVM: arm64: Use TTL hint in when invalidating stage-2 translations, (continued)
- [PATCH 09/26] KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu, Marc Zyngier
- [PATCH 24/26] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user, Marc Zyngier
- [PATCH 10/26] KVM: arm64: Refactor vcpu_{read,write}_sys_reg, Marc Zyngier
- [PATCH 13/26] KVM: arm64: Introduce accessor for ctxt->sys_reg, Marc Zyngier
- [PATCH 18/26] KVM: arm64: Don't use empty structures as CPU reset state, Marc Zyngier
- [PATCH 11/26] KVM: arm64: Add missing reset handlers for PMU emulation, Marc Zyngier
- [PATCH 14/26] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access, Marc Zyngier
- [PATCH 21/26] KVM: arm64: Move SP_EL1 to the system register array, Marc Zyngier
- [PATCH 20/26] KVM: arm64: Move ELR_EL1 to the system register array, Marc Zyngier
- [PATCH 16/26] KVM: arm64: pauth: Use ctxt_sys_reg() instead of raw sys_regs access, Marc Zyngier
- [PATCH 12/26] KVM: arm64: Move sysreg reset check to boot time, Marc Zyngier
- [PATCH 22/26] KVM: arm64: Disintegrate SPSR array, Marc Zyngier
- [PATCH 26/26] KVM: arm64: Parametrize exception entry with a target EL, Marc Zyngier
- [PATCH 23/26] KVM: arm64: Move SPSR_EL1 to the system register array, Marc Zyngier
- [PATCH 15/26] KVM: arm64: sve: Use __vcpu_sys_reg() instead of raw sys_regs access, Marc Zyngier
- [PATCH 19/26] KVM: arm64: Make struct kvm_regs userspace-only, Marc Zyngier
- [PATCH 17/26] KVM: arm64: debug: Use ctxt_sys_reg() instead of raw sys_regs access, Marc Zyngier
- [PATCH 25/26] KVM: arm64: timers: Move timer registers to the sys_regs file, Marc Zyngier
- [PATCH 4/5] kvm: Replace vcpu->swait with rcuwait,
Davidlohr Bueso
- [PATCH v2 0/8] Relax sanity checking for mismatched AArch32 EL1,
Will Deacon
- [PATCH v4 0/4] KVM: arm64: Tidy up arch Kconfig and Makefiles,
Fuad Tabba
- [PATCH] arm64/kvm: Fix duplicate tracepoint definitions after KVM consolidation,
Will Deacon
- [RFC PATCH v11 0/9] Enable ptp_kvm for arm64,
Jianyong Wu
- [PATCH 0/7] clean up redundant 'kvm_run' parameters,
Tianjia Zhang
- [PATCH] KVM: X86: Fix compile error in svm/sev.c,
Tianjia Zhang
- [PATCH v3 0/4] KVM: arm64: Tidy up arch Kconfig and Makefiles,
Fuad Tabba
- [PATCH v2 0/4] KVM: arm64: Tidy up arch Kconfig and Makefiles,
Fuad Tabba
- [PATCH 0/4] KVM: arm64: Tidy up arch Kconfig and Makefiles,
Fuad Tabba
- [PATCH v2 0/6] KVM: arm: vgic fixes for 5.7,
Marc Zyngier
- [PATCH v2] KVM: Optimize kvm_arch_vcpu_ioctl_run function,
Tianjia Zhang
- [PATCH] KVM: arm64: Drop PTE_S2_MEMATTR_MASK,
Zenghui Yu
- [PATCH] KVM: arm/arm64: release kvm->mmu_lock in loop to prevent starvation,
Jiang Yi
- [PATCH RFC] KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supported,
Zenghui Yu
- [PATCH 0/8] Relax sanity checking for mismatched AArch32 EL1,
Will Deacon
- [PATCH v2 00/33] Documentation fixes for Kernel 5.8,
Mauro Carvalho Chehab
- [PATCH v2] kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place,
Emanuele Giuseppe Esposito
- [PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK,
Mike Rapoport
- [PATCH v4 03/14] arm64: add support for folded p4d page tables, Mike Rapoport
- [PATCH v4 04/14] hexagon: remove __ARCH_USE_5LEVEL_HACK, Mike Rapoport
- [PATCH v4 05/14] ia64: add support for folded p4d page tables, Mike Rapoport
- [PATCH v4 06/14] nios2: add support for folded p4d page tables, Mike Rapoport
- [PATCH v4 07/14] openrisc: add support for folded p4d page tables, Mike Rapoport
- [PATCH v4 08/14] powerpc: add support for folded p4d page tables, Mike Rapoport
- [PATCH v4 09/14] sh: fault: Modernize printing of kernel messages, Mike Rapoport
- [PATCH v4 10/14] sh: drop __pXd_offset() macros that duplicate pXd_index() ones, Mike Rapoport
- [PATCH v4 11/14] sh: add support for folded p4d page tables, Mike Rapoport
- [PATCH v4 12/14] unicore32: remove __ARCH_USE_5LEVEL_HACK, Mike Rapoport
- [PATCH v4 13/14] asm-generic: remove pgtable-nop4d-hack.h, Mike Rapoport
- [PATCH v4 14/14] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h, Mike Rapoport
[PATCH v11 00/13] SMMUv3 Nested Stage Setup (IOMMU part),
Eric Auger
- [PATCH v11 01/13] iommu: Introduce attach/detach_pasid_table API, Eric Auger
- [PATCH v11 02/13] iommu: Introduce bind/unbind_guest_msi, Eric Auger
- [PATCH v11 03/13] iommu/arm-smmu-v3: Maintain a SID->device structure, Eric Auger
- [PATCH v11 04/13] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg, Eric Auger
- [PATCH v11 05/13] iommu/smmuv3: Get prepared for nested stage support, Eric Auger
- [PATCH v11 06/13] iommu/smmuv3: Implement attach/detach_pasid_table, Eric Auger
- [PATCH v11 07/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs, Eric Auger
- [PATCH v11 08/13] iommu/smmuv3: Implement cache_invalidate, Eric Auger
- [PATCH v11 09/13] dma-iommu: Implement NESTED_MSI cookie, Eric Auger
- [PATCH v11 10/13] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement, Eric Auger
- [PATCH v11 11/13] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions, Eric Auger
- [PATCH v11 12/13] iommu/smmuv3: Implement bind/unbind_guest_msi, Eric Auger
- [PATCH v11 13/13] iommu/smmuv3: Report non recoverable faults, Eric Auger
- Re: [PATCH v11 00/13] SMMUv3 Nested Stage Setup (IOMMU part), Zhangfei Gao
[PATCH 0/3] KVM: arm: vgic fixes for 5.7,
Marc Zyngier
[PATCH V2 00/16] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes,
Anshuman Khandual
[PATCH] arm64: kvm: Delete duplicated label: in invalid_vector,
Fangrui Song
[PATCH 0/2] KVM: arm64: vgic_irq: Fix memory leaks,
Zenghui Yu
[PATCH] kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place,
Emanuele Giuseppe Esposito
[PATCH v2] KVM/arm64: Support enabling dirty log gradually in small chunks,
Keqian Zhu
[PATCH] KVM: Optimize kvm_arch_vcpu_ioctl_run function,
Tianjia Zhang
[PATCH] KVM: handle the right RAS SEA(Synchronous External Abort) type,
Dongjiu Geng
[PATCH RFCv1 0/7] Support Async Page Fault,
Gavin Shan
Contribution to KVM.,
Javier Romero
[PATCH 00/35] Documentation fixes for Kernel 5.8,
Mauro Carvalho Chehab
[PATCH] KVM: arm64: arch_timer shouldn't assume the vcpu is loaded,
James Morse
I{S,C}ACTIVER implemention question,
Julien Grall
[PULL kvm-unit-tests 00/39] arm/arm64: The old and new,
Andrew Jones
- [PULL kvm-unit-tests 05/39] arm64: timer: Make irq_received volatile, Andrew Jones
- [PULL kvm-unit-tests 03/39] arm64: timer: Add ISB after register writes, Andrew Jones
- [PULL kvm-unit-tests 04/39] arm64: timer: Add ISB before reading the counter value, Andrew Jones
- [PULL kvm-unit-tests 02/39] arm/arm64: psci: Don't run C code without stack or vectors, Andrew Jones
- [PULL kvm-unit-tests 01/39] Makefile: Use no-stack-protector compiler options, Andrew Jones
- [PULL kvm-unit-tests 06/39] arm64: timer: EOIR the interrupt after masking the timer, Andrew Jones
- [PULL kvm-unit-tests 07/39] arm64: timer: Wait for the GIC to sample timer interrupt state, Andrew Jones
- [PULL kvm-unit-tests 08/39] arm64: timer: Check the timer interrupt state, Andrew Jones
- [PULL kvm-unit-tests 09/39] arm64: timer: Test behavior when timer disabled or masked, Andrew Jones
- [PULL kvm-unit-tests 10/39] arm/arm64: Perform dcache clean + invalidate after turning MMU off, Andrew Jones
- [PULL kvm-unit-tests 11/39] arm/arm64: gic: Move gic_state enumeration to asm/gic.h, Andrew Jones
- [PULL kvm-unit-tests 12/39] arm64: timer: Use the proper RDist register name in GICv3, Andrew Jones
- [PULL kvm-unit-tests 13/39] arm64: timer: Use existing helpers to access counter/timers, Andrew Jones
- [PULL kvm-unit-tests 15/39] arm64: Provide read/write_sysreg_s, Andrew Jones
- [PULL kvm-unit-tests 14/39] arm64: timer: Speed up gic-timer-state check, Andrew Jones
- [PULL kvm-unit-tests 17/39] arm: pmu: Don't check PMCR.IMP anymore, Andrew Jones
- [PULL kvm-unit-tests 16/39] arm: pmu: Let pmu tests take a sub-test parameter, Andrew Jones
- [PULL kvm-unit-tests 18/39] arm: pmu: Add a pmu struct, Andrew Jones
- [PULL kvm-unit-tests 20/39] arm: pmu: Check Required Event Support, Andrew Jones
- [PULL kvm-unit-tests 19/39] arm: pmu: Introduce defines for PMU versions, Andrew Jones
- [PULL kvm-unit-tests 22/39] arm: pmu: Test SW_INCR event count, Andrew Jones
- [PULL kvm-unit-tests 23/39] arm: pmu: Test chained counters, Andrew Jones
- [PULL kvm-unit-tests 24/39] arm: pmu: test 32-bit <-> 64-bit transitions, Andrew Jones
- [PULL kvm-unit-tests 25/39] arm: gic: Introduce gic_irq_set_clr_enable() helper, Andrew Jones
- [PULL kvm-unit-tests 21/39] arm: pmu: Basic event counter Tests, Andrew Jones
- [PULL kvm-unit-tests 26/39] arm: pmu: Test overflow interrupts, Andrew Jones
- [PULL kvm-unit-tests 27/39] libcflat: Add other size defines, Andrew Jones
- [PULL kvm-unit-tests 28/39] page_alloc: Introduce get_order(), Andrew Jones
- [PULL kvm-unit-tests 29/39] arm/arm64: gic: Introduce setup_irq() helper, Andrew Jones
- [PULL kvm-unit-tests 30/39] arm/arm64: gicv3: Add some re-distributor defines, Andrew Jones
- [PULL kvm-unit-tests 31/39] arm/arm64: gicv3: Set the LPI config and pending tables, Andrew Jones
- [PULL kvm-unit-tests 32/39] arm/arm64: ITS: Introspection tests, Andrew Jones
- [PULL kvm-unit-tests 33/39] arm/arm64: ITS: its_enable_defaults, Andrew Jones
- [PULL kvm-unit-tests 34/39] arm/arm64: ITS: Device and collection Initialization, Andrew Jones
- [PULL kvm-unit-tests 36/39] arm/arm64: ITS: INT functional tests, Andrew Jones
- [PULL kvm-unit-tests 35/39] arm/arm64: ITS: Commands, Andrew Jones
- [PULL kvm-unit-tests 38/39] arm/arm64: ITS: migration tests, Andrew Jones
- [PULL kvm-unit-tests 39/39] arm/arm64: ITS: pending table migration test, Andrew Jones
- [PULL kvm-unit-tests 37/39] arm/run: Allow Migration tests, Andrew Jones
- Re: [PULL kvm-unit-tests 00/39] arm/arm64: The old and new, Paolo Bonzini
[kvm-unit-tests PATCH v4 00/12] KVM: arm64: PMUv3 Event Counter Tests,
Eric Auger
- [kvm-unit-tests PATCH v4 02/12] arm: pmu: Let pmu tests take a sub-test parameter, Eric Auger
- [kvm-unit-tests PATCH v4 01/12] arm64: Provide read/write_sysreg_s, Eric Auger
- [kvm-unit-tests PATCH v4 03/12] arm: pmu: Don't check PMCR.IMP anymore, Eric Auger
- [kvm-unit-tests PATCH v4 04/12] arm: pmu: Add a pmu struct, Eric Auger
- [kvm-unit-tests PATCH v4 05/12] arm: pmu: Introduce defines for PMU versions, Eric Auger
- [kvm-unit-tests PATCH v4 06/12] arm: pmu: Check Required Event Support, Eric Auger
- [kvm-unit-tests PATCH v4 08/12] arm: pmu: Test SW_INCR event count, Eric Auger
- [kvm-unit-tests PATCH v4 09/12] arm: pmu: Test chained counters, Eric Auger
- [kvm-unit-tests PATCH v4 07/12] arm: pmu: Basic event counter Tests, Eric Auger
- [kvm-unit-tests PATCH v4 10/12] arm: pmu: test 32-bit <-> 64-bit transitions, Eric Auger
- [kvm-unit-tests PATCH v4 11/12] arm: gic: Introduce gic_irq_set_clr_enable() helper, Eric Auger
- [kvm-unit-tests PATCH v4 12/12] arm: pmu: Test overflow interrupts, Eric Auger
[kvm-unit-tests PATCH v8 00/13] arm/arm64: Add ITS tests,
Eric Auger
- [kvm-unit-tests PATCH v8 01/13] libcflat: Add other size defines, Eric Auger
- [kvm-unit-tests PATCH v8 02/13] page_alloc: Introduce get_order(), Eric Auger
- [kvm-unit-tests PATCH v8 03/13] arm/arm64: gic: Introduce setup_irq() helper, Eric Auger
- [kvm-unit-tests PATCH v8 04/13] arm/arm64: gicv3: Add some re-distributor defines, Eric Auger
- [kvm-unit-tests PATCH v8 05/13] arm/arm64: gicv3: Set the LPI config and pending tables, Eric Auger
- [kvm-unit-tests PATCH v8 06/13] arm/arm64: ITS: Introspection tests, Eric Auger
- [kvm-unit-tests PATCH v8 07/13] arm/arm64: ITS: its_enable_defaults, Eric Auger
- [kvm-unit-tests PATCH v8 08/13] arm/arm64: ITS: Device and collection Initialization, Eric Auger
- [kvm-unit-tests PATCH v8 09/13] arm/arm64: ITS: Commands, Eric Auger
- [kvm-unit-tests PATCH v8 10/13] arm/arm64: ITS: INT functional tests, Eric Auger
- [kvm-unit-tests PATCH v8 11/13] arm/run: Allow Migration tests, Eric Auger
- [kvm-unit-tests PATCH v8 12/13] arm/arm64: ITS: migration tests, Eric Auger
- [kvm-unit-tests PATCH v8 13/13] arm/arm64: ITS: pending table migration test, Eric Auger
- [PATCH kvm-unit-tests] fixup! arm/arm64: ITS: pending table migration test, Andrew Jones
[PATCH 0/2] KVM: arm64: PSCI fixes,
Marc Zyngier
[PATCH] KVM: Fix spelling in code comments,
Fuad Tabba
[kvm-unit-tests PATCH 0/2] arm/arm64: Add IPI/vtimer latency,
Jingyi Wang
[GIT PULL] KVM/arm updates for Linux 5.7,
Marc Zyngier
- [PATCH 01/15] KVM: arm64: Use the correct timer structure to access the physical counter, Marc Zyngier
- [PATCH 02/15] arm: Unplug KVM from the build system, Marc Zyngier
- [PATCH 03/15] arm: Remove KVM from config files, Marc Zyngier
- [PATCH 06/15] arm: Remove GICv3 vgic compatibility macros, Marc Zyngier
- [PATCH 05/15] arm: Remove HYP/Stage-2 page-table support, Marc Zyngier
- [PATCH 08/15] MAINTAINERS: RIP KVM/arm, Marc Zyngier
- [PATCH 07/15] arm: Remove the ability to set HYP vectors outside of the decompressor, Marc Zyngier
- [PATCH 09/15] KVM: arm64: GICv4.1: Let doorbells be auto-enabled, Marc Zyngier
- [PATCH 04/15] arm: Remove 32bit KVM host support, Marc Zyngier
- [PATCH 11/15] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts, Marc Zyngier
- [PATCH 12/15] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor, Marc Zyngier
- [PATCH 10/15] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers, Marc Zyngier
- [PATCH 13/15] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable, Marc Zyngier
- [PATCH 15/15] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs, Marc Zyngier
- [PATCH 14/15] KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs, Marc Zyngier
- Re: [GIT PULL] KVM/arm updates for Linux 5.7, Paolo Bonzini
kvm stage 2 mapping logic,
Janne Karhunen
[PATCH] KVM: arm64: vgic-v3: Clear pending bit in guest memory after synchronization,
Zenghui Yu
[RFC PATCH] arm64: unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE},
Andrew Scull
[PATCH 0/3] KVM: arm64: Some optimizations about enabling dirty log,
Keqian Zhu
[PATCH v2 0/7] Removing support for 32bit KVM/arm host,
Marc Zyngier
[PATCH 3/4] kvm: Replace vcpu->swait with rcuwait,
Davidlohr Bueso
[PATCH v4 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS,
Beata Michalska
Re: [PATCH] KVM: arm64: Add support for IDSR exits to userspace,
Lev Aronsky
[PATCH v3 0/9] KVM: Move x86 init ops to separate struct,
Sean Christopherson
[PATCH v6 00/23] irqchip/gic-v4: GICv4.1 architecture support,
Marc Zyngier
- [PATCH v6 02/23] irqchip/gic-v4.1: Skip absent CPUs while iterating over redistributors, Marc Zyngier
- [PATCH v6 01/23] irqchip/gic-v3: Use SGIs without active state if offered, Marc Zyngier
- [PATCH v6 03/23] irqchip/gic-v4.1: Ensure mutual exclusion between vPE affinity change and RD access, Marc Zyngier
- [PATCH v6 04/23] irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operation, Marc Zyngier
- [PATCH v6 05/23] irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RD, Marc Zyngier
- [PATCH v6 06/23] irqchip/gic-v4.1: Advertise support v4.1 to KVM, Marc Zyngier
- [PATCH v6 07/23] irqchip/gic-v4.1: Map the ITS SGIR register page, Marc Zyngier
- [PATCH v6 08/23] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip, Marc Zyngier
- [PATCH v6 09/23] irqchip/gic-v4.1: Add initial SGI configuration, Marc Zyngier
- [PATCH v6 23/23] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs, Marc Zyngier
- [PATCH v6 13/23] irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer, Marc Zyngier
- [PATCH v6 20/23] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor, Marc Zyngier
- [PATCH v6 16/23] irqchip/gic-v4.1: Eagerly vmap vPEs, Marc Zyngier
- [PATCH v6 12/23] irqchip/gic-v4.1: Plumb set_vcpu_affinity SGI callbacks, Marc Zyngier
- [PATCH v6 18/23] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers, Marc Zyngier
- [PATCH v6 21/23] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable, Marc Zyngier
- [PATCH v6 15/23] irqchip/gic-v4.1: Add VSGI property setup, Marc Zyngier
- [PATCH v6 17/23] KVM: arm64: GICv4.1: Let doorbells be auto-enabled, Marc Zyngier
- [PATCH v6 10/23] irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks, Marc Zyngier
- [PATCH v6 19/23] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts, Marc Zyngier
- [PATCH v6 11/23] irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacks, Marc Zyngier
- [PATCH v6 22/23] KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs, Marc Zyngier
- [PATCH v6 14/23] irqchip/gic-v4.1: Add VSGI allocation/teardown, Marc Zyngier
[PATCH v10 00/11] SMMUv3 Nested Stage Setup (VFIO part),
Eric Auger
- [PATCH v10 01/11] vfio: VFIO_IOMMU_SET_PASID_TABLE, Eric Auger
- [PATCH v10 02/11] vfio: VFIO_IOMMU_CACHE_INVALIDATE, Eric Auger
- [PATCH v10 03/11] vfio: VFIO_IOMMU_SET_MSI_BINDING, Eric Auger
- [PATCH v10 04/11] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type, Eric Auger
- [PATCH v10 05/11] vfio/pci: Register an iommu fault handler, Eric Auger
- [PATCH v10 06/11] vfio/pci: Allow to mmap the fault queue, Eric Auger
- [PATCH v10 07/11] vfio: Use capability chains to handle device specific irq, Eric Auger
- [PATCH v10 08/11] vfio: Add new IRQ for DMA fault reporting, Eric Auger
- [PATCH v10 09/11] vfio/pci: Add framework for custom interrupt indices, Eric Auger
- [PATCH v10 10/11] vfio/pci: Register and allow DMA FAULT IRQ signaling, Eric Auger
- [PATCH v10 11/11] vfio: Document nested stage control, Eric Auger
[PATCH v10 00/13] SMMUv3 Nested Stage Setup (IOMMU part),
Eric Auger
- [PATCH v10 01/13] iommu: Introduce attach/detach_pasid_table API, Eric Auger
- [PATCH v10 02/13] iommu: Introduce bind/unbind_guest_msi, Eric Auger
- [PATCH v10 03/13] iommu/arm-smmu-v3: Maintain a SID->device structure, Eric Auger
- [PATCH v10 04/13] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg, Eric Auger
- [PATCH v10 05/13] iommu/smmuv3: Get prepared for nested stage support, Eric Auger
- [PATCH v10 06/13] iommu/smmuv3: Implement attach/detach_pasid_table, Eric Auger
- [PATCH v10 07/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs, Eric Auger
- [PATCH v10 08/13] iommu/smmuv3: Implement cache_invalidate, Eric Auger
- [PATCH v10 09/13] dma-iommu: Implement NESTED_MSI cookie, Eric Auger
- [PATCH v10 13/13] iommu/smmuv3: Report non recoverable faults, Eric Auger
- [PATCH v10 10/13] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement, Eric Auger
- [PATCH v10 12/13] iommu/smmuv3: Implement bind/unbind_guest_msi, Eric Auger
- [PATCH v10 11/13] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions, Eric Auger
[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests,
Eric Auger
- [kvm-unit-tests PATCH v7 01/13] libcflat: Add other size defines, Eric Auger
- [kvm-unit-tests PATCH v7 02/13] page_alloc: Introduce get_order(), Eric Auger
- [kvm-unit-tests PATCH v7 03/13] arm/arm64: gic: Introduce setup_irq() helper, Eric Auger
- [kvm-unit-tests PATCH v7 04/13] arm/arm64: gicv3: Add some re-distributor defines, Eric Auger
- [kvm-unit-tests PATCH v7 05/13] arm/arm64: gicv3: Set the LPI config and pending tables, Eric Auger
- [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests, Eric Auger
- [kvm-unit-tests PATCH v7 07/13] arm/arm64: ITS: its_enable_defaults, Eric Auger
- [kvm-unit-tests PATCH v7 08/13] arm/arm64: ITS: Device and collection Initialization, Eric Auger
- [kvm-unit-tests PATCH v7 09/13] arm/arm64: ITS: Commands, Eric Auger
- [kvm-unit-tests PATCH v7 10/13] arm/arm64: ITS: INT functional tests, Eric Auger
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]