Linux KVM for ARM
[Prev Page][Next Page]
- Re: KVM on ARM crashes with new VGIC v4.7-rc7, (continued)
- [PATCH] kvm: arm: Enforce some NS-SVC initialisation,
Robin Murphy
- [PATCH v7 00/15] kvmtool: arm: ITS emulation and GSI routing support,
Andre Przywara
- [PATCH v7 01/15] FDT: introduce global phandle allocation, Andre Przywara
- [PATCH v7 03/15] irq: move IRQ routing into irq.c, Andre Przywara
- [PATCH v7 04/15] MSI-X: update GSI routing after changed MSI-X configuration, Andre Przywara
- [PATCH v7 08/15] arm: allow creation of an MSI register frame region, Andre Przywara
- [PATCH v7 02/15] arm: use new phandle allocation functions, Andre Przywara
- [PATCH v7 09/15] arm: FDT: create MSI controller DT node, Andre Przywara
- [PATCH v7 07/15] TEMPORARY: update public headers for GICv3 ITS emulation, Andre Przywara
- [PATCH v7 11/15] PCI: inject PCI device ID on MSI injection, Andre Przywara
- [PATCH v7 05/15] virtio: fix endianness check for vhost support, Andre Przywara
- [PATCH v7 06/15] PCI: Only allocate IRQ routing entry when available, Andre Przywara
- [PATCH v7 10/15] add kvm__check_vm_capability, Andre Przywara
- [PATCH v7 12/15] arm: setup SPI IRQ routing tables, Andre Przywara
- [PATCH v7 13/15] extend GSI IRQ routing to take a device ID, Andre Przywara
- [PATCH v7 15/15] arm: gic: allow 32-bit compilation, Andre Przywara
- [PATCH v7 14/15] arm64: enable GICv3-ITS emulation, Andre Przywara
- [RFC PATCH v1 0/4] arm/arm64: vgic-new: Implement API for vGICv3 live migration,
vijay . kilari
- [PATCH v11 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes,
Eric Auger
- [PATCH v11 00/10] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 2/3: msi changes,
Eric Auger
- [PATCH v11 02/10] genirq/msi: msi_compose wrapper, Eric Auger
- [PATCH v11 01/10] genirq/msi: export msi_get_domain_info, Eric Auger
- [PATCH v11 03/10] genirq/irq: introduce msi_doorbell_info, Eric Auger
- [PATCH v11 05/10] genirq/msi-doorbell: msi_doorbell_pages, Eric Auger
- [PATCH v11 04/10] genirq/msi-doorbell: allow MSI doorbell (un)registration, Eric Auger
- [PATCH v11 06/10] genirq/msi-doorbell: msi_doorbell_safe, Eric Auger
- [PATCH v11 07/10] irqchip/gicv2m: register the MSI global doorbell, Eric Auger
- [PATCH v11 08/10] irqchip/gicv3-its: register the MSI global doorbell, Eric Auger
- [PATCH v11 09/10] genirq/msi: map/unmap the MSI doorbells on msi_domain_alloc/free_irqs, Eric Auger
- [PATCH v11 10/10] genirq/msi: use the MSI doorbell's IOVA when requested, Eric Auger
- [PATCH v2] arm64: KVM: VHE: Context switch MDSCR_EL1,
Marc Zyngier
- [PATCH v11 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes,
Eric Auger
- [PATCH v11 1/8] iommu: Add iommu_domain_msi_geometry and DOMAIN_ATTR_MSI_GEOMETRY, Eric Auger
- [PATCH v11 2/8] iommu/arm-smmu: initialize the msi geometry and advertise iommu-msi support, Eric Auger
- [PATCH v11 3/8] iommu: introduce an msi cookie, Eric Auger
- [PATCH v11 4/8] iommu/msi-iommu: initialization, Eric Auger
- [PATCH v11 5/8] iommu/msi-iommu: iommu_msi_[get,put]_doorbell_iova, Eric Auger
- [PATCH v11 6/8] iommu/msi-iommu: iommu_msi_domain, Eric Auger
- [PATCH v11 7/8] iommu/msi-iommu: iommu_msi_msg_pa_to_va, Eric Auger
- [PATCH v11 8/8] iommu/arm-smmu: get/put the msi cookie, Eric Auger
- Re: [PATCH v11 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes, Dennis Chen
- [PATCH] arm64: KVM: VHE: Context switch MDSCR_EL1,
Marc Zyngier
- [PATCH 00/13] A bunch of vgic-its fixes,
Marc Zyngier
- [PATCH 02/13] irqchip/gicv3-its: Restore all cacheability attributes, Marc Zyngier
- [PATCH 03/13] KVM: arm64: vgic-its: Generalize use of vgic_get_irq_kref, Marc Zyngier
- [PATCH 01/13] KVM: arm/arm64: Fix vGICv2 KVM_DEV_ARM_VGIC_GRP_CPU/DIST_REGS, Marc Zyngier
- [PATCH 04/13] KVM: arm64: vgic-its: Fix handling of indirect tables, Marc Zyngier
- [PATCH 05/13] KVM: arm64: vgic-its: Fix vgic_its_check_device_id BE handling, Marc Zyngier
- [PATCH 06/13] KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_id, Marc Zyngier
- [PATCH 07/13] KVM: arm64: vgic-its: Validate the device table L1 entry, Marc Zyngier
- [PATCH 08/13] KVM: arm64: vgic-its: Fix L2 entry validation for indirect tables, Marc Zyngier
- [PATCH 09/13] KVM: arm64: vgic-its: Add collection allocator/destructor, Marc Zyngier
- [PATCH 11/13] KVM: arm64: vgic-its: Turn device_id validation into generic ID validation, Marc Zyngier
- [PATCH 10/13] KVM: arm64: vgic-its: Add pointer to corresponding kvm_device, Marc Zyngier
- [PATCH 12/13] KVM: arm64: vgic-its: Make vgic_its_cmd_handle_mapi similar to other handlers, Marc Zyngier
- [PATCH 13/13] KVM: arm64: vgic-its: Simplify MAPI error handling, Marc Zyngier
- Re: [PATCH 00/13] A bunch of vgic-its fixes, Andre Przywara
- [RFC v7 0/7] KVM: arm/arm64: gsi routing support,
Eric Auger
- [PATCH] KVM: arm/arm64: fix vGICv2 KVM_DEV_ARM_VGIC_GRP_CPU/DIST_REGS, Eric Auger
- [PATCH 0/7] ARM: KVM: Support for vgic-v3,
Vladimir Murzin
- [kvm-unit-tests PATCH v3 00/10] arm/arm64: add gic framework,
Andrew Jones
- [kvm-unit-tests PATCH v3 01/10] lib: xstr: allow multiple args, Andrew Jones
- [kvm-unit-tests PATCH v3 03/10] arm/arm64: smp: support more than 8 cpus, Andrew Jones
- [kvm-unit-tests PATCH v3 02/10] arm64: fix get_"sysreg32" and make MPIDR 64bit, Andrew Jones
- [kvm-unit-tests PATCH v3 05/10] arm/arm64: irq enable/disable, Andrew Jones
- [kvm-unit-tests PATCH v3 04/10] arm/arm64: add some delay routines, Andrew Jones
- [kvm-unit-tests PATCH v3 06/10] arm/arm64: add initial gicv2 support, Andrew Jones
- [kvm-unit-tests PATCH v3 08/10] arm/arm64: gicv2: add an IPI test, Andrew Jones
- [kvm-unit-tests PATCH v3 07/10] arm/arm64: add initial gicv3 support, Andrew Jones
- [kvm-unit-tests PATCH v3 10/10] arm/arm64: gic: don't just use zero, Andrew Jones
- [kvm-unit-tests PATCH v3 09/10] arm/arm64: gicv3: add an IPI test, Andrew Jones
- [PATCH v10 00/17] KVM: arm64: GICv3 ITS emulation,
Andre Przywara
- [PATCH v10 01/17] KVM: arm/arm64: move redistributor kvm_io_devices, Andre Przywara
- [PATCH v10 02/17] KVM: arm/arm64: check return value for kvm_register_vgic_device, Andre Przywara
- [PATCH v10 03/17] KVM: extend struct kvm_msi to hold a 32-bit device ID, Andre Przywara
- [PATCH v10 04/17] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities, Andre Przywara
- [PATCH v10 05/17] KVM: kvm_io_bus: add kvm_io_bus_get_dev() call, Andre Przywara
- [PATCH v10 07/17] irqchip: refactor and add GICv3 definitions, Andre Przywara
- [PATCH v10 08/17] KVM: arm64: handle ITS related GICv3 redistributor registers, Andre Przywara
- [PATCH v10 06/17] KVM: arm/arm64: VGIC: add refcounting for IRQs, Andre Przywara
- [PATCH v10 09/17] KVM: arm64: introduce ITS emulation file with MMIO framework, Andre Przywara
- [PATCH v10 10/17] KVM: arm64: introduce new KVM ITS device, Andre Przywara
- [PATCH v10 11/17] KVM: arm64: implement basic ITS register handlers, Andre Przywara
- [PATCH v10 14/17] KVM: arm64: allow updates of LPI configuration table, Andre Przywara
- [PATCH v10 13/17] KVM: arm64: read initial LPI pending table, Andre Przywara
- [PATCH v10 12/17] KVM: arm64: connect LPIs to the VGIC emulation, Andre Przywara
- [PATCH v10 15/17] KVM: arm64: implement ITS command queue command handlers, Andre Przywara
- [PATCH v10 16/17] KVM: arm64: implement MSI injection in ITS emulation, Andre Przywara
- [PATCH v10 17/17] KVM: arm64: enable ITS emulation as a virtual MSI controller, Andre Przywara
- Re: [PATCH v10 00/17] KVM: arm64: GICv3 ITS emulation, Auger Eric
- [PATCH V3 4/5] kvm/stats: Add provisioning for 64-bit vm and vcpu statistics,
Suraj Jitindar Singh
- [patch] arm64: KVM: clean up a condition,
Dan Carpenter
- [patch V2 60/67] KVM/arm/arm64/vgic-new: Convert to hotplug state machine,
Anna-Maria Gleixner
- [patch V2 44/67] arm/kvm/vgic: Convert to hotplug state machine, Anna-Maria Gleixner
- [patch V2 45/67] arm/kvm/arch_timer: Convert to hotplug state machine, Anna-Maria Gleixner
- [PATCH v9 00/17] KVM: arm64: GICv3 ITS emulation,
Andre Przywara
- [PATCH v9 01/17] KVM: arm/arm64: move redistributor kvm_io_devices, Andre Przywara
- [PATCH v9 02/17] KVM: arm/arm64: check return value for kvm_register_vgic_device, Andre Przywara
- [PATCH v9 03/17] KVM: extend struct kvm_msi to hold a 32-bit device ID, Andre Przywara
- [PATCH v9 05/17] KVM: kvm_io_bus: add kvm_io_bus_get_dev() call, Andre Przywara
- [PATCH v9 04/17] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities, Andre Przywara
- [PATCH v9 06/17] KVM: arm/arm64: VGIC: add refcounting for IRQs, Andre Przywara
- [PATCH v9 07/17] irqchip: refactor and add GICv3 definitions, Andre Przywara
- [PATCH v9 08/17] KVM: arm64: handle ITS related GICv3 redistributor registers, Andre Przywara
- [PATCH v9 09/17] KVM: arm64: introduce ITS emulation file with MMIO framework, Andre Przywara
- [PATCH v9 11/17] KVM: arm64: implement basic ITS register handlers, Andre Przywara
- [PATCH v9 12/17] KVM: arm64: connect LPIs to the VGIC emulation, Andre Przywara
- [PATCH v9 10/17] KVM: arm64: introduce new KVM ITS device, Andre Przywara
- [PATCH v9 13/17] KVM: arm64: read initial LPI pending table, Andre Przywara
- [PATCH v9 14/17] KVM: arm64: allow updates of LPI configuration table, Andre Przywara
- [PATCH v9 16/17] KVM: arm64: implement MSI injection in ITS emulation, Andre Przywara
- [PATCH v9 17/17] KVM: arm64: enable ITS emulation as a virtual MSI controller, Andre Przywara
- [PATCH v9 15/17] KVM: arm64: implement ITS command queue command handlers, Andre Przywara
- Re: [PATCH v9 00/17] KVM: arm64: GICv3 ITS emulation, Diana Madalina Craciun
- Re: [PATCH v9 00/17] KVM: arm64: GICv3 ITS emulation, Marc Zyngier
- [patch 47/66] arm: kvm: vgic: Convert to hotplug state machine, Anna-Maria Gleixner
- [patch 48/66] arm: kvm: arch_timer: Convert to hotplug state machine, Anna-Maria Gleixner
- [RESEND PATCH v4] KVM: arm/arm64: Add VGICv3 save/restore API documentation,
Christoffer Dall
- [RFC v6 0/6] KVM: arm/arm64: gsi routing support,
Eric Auger
- [RFC PATCH v1] arm/arm64: vgic-new: Create dist and redist iodevs earlier,
vijay . kilari
- [PATCH] KVM: arm/arm64: remove kvm_vgic_*early_init() functions,
Andre Przywara
- [PATCH v8 00/17] KVM: arm64: GICv3 ITS emulation,
Andre Przywara
- [PATCH v8 01/17] KVM: arm/arm64: move redistributor kvm_io_devices, Andre Przywara
- [PATCH v8 02/17] KVM: arm/arm64: check return value for kvm_register_vgic_device, Andre Przywara
- [PATCH v8 03/17] KVM: extend struct kvm_msi to hold a 32-bit device ID, Andre Przywara
- [PATCH v8 04/17] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities, Andre Przywara
- [PATCH v8 06/17] KVM: arm/arm64: VGIC: add refcounting for IRQs, Andre Przywara
- [PATCH v8 05/17] KVM: kvm_io_bus: add kvm_io_bus_get_dev() call, Andre Przywara
- [PATCH v8 07/17] irqchip: refactor and add GICv3 definitions, Andre Przywara
- [PATCH v8 08/17] KVM: arm64: handle ITS related GICv3 redistributor registers, Andre Przywara
- [PATCH v8 09/17] KVM: arm64: introduce ITS emulation file with MMIO framework, Andre Przywara
- [PATCH v8 10/17] KVM: arm64: introduce new KVM ITS device, Andre Przywara
- [PATCH v8 11/17] KVM: arm64: implement basic ITS register handlers, Andre Przywara
- [PATCH v8 12/17] KVM: arm64: connect LPIs to the VGIC emulation, Andre Przywara
- [PATCH v8 13/17] KVM: arm64: read initial LPI pending table, Andre Przywara
- [PATCH v8 14/17] KVM: arm64: allow updates of LPI configuration table, Andre Przywara
- [PATCH v8 16/17] KVM: arm64: implement MSI injection in ITS emulation, Andre Przywara
- [PATCH v8 17/17] KVM: arm64: enable ITS emulation as a virtual MSI controller, Andre Przywara
- [PATCH v8 15/17] KVM: arm64: implement ITS command queue command handlers, Andre Przywara
- Re: [PATCH v8 00/17] KVM: arm64: GICv3 ITS emulation, Auger Eric
- Re: [PATCH v8 00/17] KVM: arm64: GICv3 ITS emulation, Marc Zyngier
- [RFC v5 0/6] KVM: arm/arm64: gsi routing support,
Eric Auger
- [PATCH] KVM: arm/arm64: The GIC is dead, long live the GIC,
Marc Zyngier
- [PATCH] updated: arm64: KVM: vgic: deal with GIC sub-page alignment,
Itaru Kitayama
- [PATCH v2 00/18] arm/arm64: KVM: Merge boot and runtime page tables,
Marc Zyngier
- [PATCH v2 01/18] arm64: KVM: Merged page tables documentation, Marc Zyngier
- [PATCH v2 02/18] arm64: KVM: Always reference __hyp_panic_string via its kernel VA, Marc Zyngier
- [PATCH v2 03/18] arm/arm64: KVM: Remove hyp_kern_va helper, Marc Zyngier
- [PATCH v2 04/18] arm64: KVM: Kill HYP_PAGE_OFFSET, Marc Zyngier
- [PATCH v2 05/18] arm64: Add ARM64_HYP_OFFSET_LOW capability, Marc Zyngier
- [PATCH v2 06/18] arm64: KVM: Define HYP offset masks, Marc Zyngier
- [PATCH v2 07/18] arm64: KVM: Refactor kern_hyp_va to deal with multiple offsets, Marc Zyngier
- [PATCH v2 08/18] arm/arm64: KVM: Export __hyp_text_start/end symbols, Marc Zyngier
- [PATCH v2 09/18] arm64: KVM: Runtime detection of lower HYP offset, Marc Zyngier
- [PATCH v2 10/18] arm/arm64: KVM: Always have merged page tables, Marc Zyngier
- [PATCH v2 11/18] arm64: KVM: Simplify HYP init/teardown, Marc Zyngier
- [PATCH v2 12/18] arm/arm64: KVM: Drop boot_pgd, Marc Zyngier
- [PATCH v2 13/18] arm/arm64: KVM: Kill free_boot_hyp_pgd, Marc Zyngier
- [PATCH v2 15/18] arm: KVM: Allow hyp teardown, Marc Zyngier
- [PATCH v2 16/18] arm/arm64: KVM: Prune unused #defines, Marc Zyngier
- [PATCH v2 17/18] arm/arm64: KVM: Check that IDMAP doesn't intersect with VA range, Marc Zyngier
- [PATCH v2 18/18] arm/arm64: Get rid of KERN_TO_HYP, Marc Zyngier
- [PATCH v2 14/18] arm: KVM: Simplify HYP init, Marc Zyngier
- Re: [PATCH v2 00/18] arm/arm64: KVM: Merge boot and runtime page tables, Christoffer Dall
- [PULL 0/2] KVM/ARM Fixes for v4.7-rc6,
Christoffer Dall
- [PATCH] KVM: arm64: Check GICV address is placed at a 4Kb boundary,
Itaru Kitayama
- [PATCH v7 00/17] KVM: arm64: GICv3 ITS emulation,
Andre Przywara
- [PATCH v7 01/17] KVM: arm/arm64: move redistributor kvm_io_devices, Andre Przywara
- [PATCH v7 02/17] KVM: arm/arm64: check return value for kvm_register_vgic_device, Andre Przywara
- [PATCH v7 03/17] KVM: extend struct kvm_msi to hold a 32-bit device ID, Andre Przywara
- [PATCH v7 04/17] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities, Andre Przywara
- [PATCH v7 07/17] irqchip: refactor and add GICv3 definitions, Andre Przywara
- [PATCH v7 05/17] KVM: kvm_io_bus: add kvm_io_bus_get_dev() call, Andre Przywara
- [PATCH v7 06/17] KVM: arm/arm64: VGIC: add refcounting for IRQs, Andre Przywara
- [PATCH v7 08/17] KVM: arm64: handle ITS related GICv3 redistributor registers, Andre Przywara
- [PATCH v7 09/17] KVM: arm64: introduce ITS emulation file with MMIO framework, Andre Przywara
- [PATCH v7 10/17] KVM: arm64: introduce new KVM ITS device, Andre Przywara
- [PATCH v7 11/17] KVM: arm64: implement basic ITS register handlers, Andre Przywara
- [PATCH v7 12/17] KVM: arm64: connect LPIs to the VGIC emulation, Andre Przywara
- [PATCH v7 13/17] KVM: arm64: read initial LPI pending table, Andre Przywara
- [PATCH v7 14/17] KVM: arm64: allow updates of LPI configuration table, Andre Przywara
- [PATCH v7 15/17] KVM: arm64: implement ITS command queue command handlers, Andre Przywara
- [PATCH v7 17/17] KVM: arm64: enable ITS emulation as a virtual MSI controller, Andre Przywara
- [PATCH v7 16/17] KVM: arm64: implement MSI injection in ITS emulation, Andre Przywara
- RE: [PATCH v7 00/17] KVM: arm64: GICv3 ITS emulation, Bharat Bhushan
- Re: [Qemu-devel] [PATCH] hw/arm/virt: gicv3: use all target-list bits,
Andrew Jones
- ARM32 guest on ARM64 host,
hiwu
- issues with emulated PCI MMIO backed by host memory under KVM,
Ard Biesheuvel
- Android guest on KVM/ARM,
Ralph Palutke
- Increase GICV size to 64KB so !4KB page-size kernels are able to initialize KVM,
Itaru Kitayama
- [PATCH v6 00/15] KVM: arm64: GICv3 ITS emulation,
Andre Przywara
- [PATCH v6 01/15] KVM: arm/arm64: move redistributor kvm_io_devices, Andre Przywara
- [PATCH v6 02/15] KVM: arm/arm64: check return value for kvm_register_vgic_device, Andre Przywara
- [PATCH v6 03/15] KVM: extend struct kvm_msi to hold a 32-bit device ID, Andre Przywara
- [PATCH v6 04/15] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities, Andre Przywara
- [PATCH v6 05/15] KVM: arm/arm64: VGIC: add refcounting for IRQs, Andre Przywara
- [PATCH v6 06/15] KVM: arm64: handle ITS related GICv3 redistributor registers, Andre Przywara
- [PATCH v6 07/15] KVM: arm64: introduce ITS emulation file with MMIO framework, Andre Przywara
- [PATCH v6 08/15] KVM: arm64: introduce new KVM ITS device, Andre Przywara
- [PATCH v6 09/15] KVM: arm64: implement basic ITS register handlers, Andre Przywara
- [PATCH v6 11/15] KVM: arm64: read initial LPI pending table, Andre Przywara
- [PATCH v6 12/15] KVM: arm64: allow updates of LPI configuration table, Andre Przywara
- [PATCH v6 10/15] KVM: arm64: connect LPIs to the VGIC emulation, Andre Przywara
- [PATCH v6 13/15] KVM: arm64: implement ITS command queue command handlers, Andre Przywara
- [PATCH v6 14/15] KVM: arm64: implement MSI injection in ITS emulation, Andre Przywara
- [PATCH v6 15/15] KVM: arm64: enable ITS emulation as a virtual MSI controller, Andre Przywara
- [PATCH] kvmtool: devices.c: Update parent when inserting into rbtree, James Morse
- [PATCH] kvmtool/arm: Fix timer trigger, Marc Zyngier
- [PATCH 0/5] arm/arm64: KVM: Tighten memory protection flags,
Marc Zyngier
- Status of live migration on ARMv7,
ib10evp0
- [PATCH] KVM: arm/arm64: Stop leaking vcpu pid references,
James Morse
- [PATCH] arm64: KVM: fix build with CONFIG_ARM_PMU disabled,
Sudeep Holla
- [PATCH 00/15] arm/arm64: KVM: Merge boot and runtime page tables,
Marc Zyngier
- [PATCH 01/15] arm64: KVM: Merged page tables documentation, Marc Zyngier
- [PATCH 02/15] arm64: KVM: Kill HYP_PAGE_OFFSET, Marc Zyngier
- [PATCH 03/15] arm64: Add ARM64_HYP_OFFSET_LOW capability, Marc Zyngier
- [PATCH 04/15] arm64: KVM: Define HYP offset masks, Marc Zyngier
- [PATCH 05/15] arm64: KVM: Refactor kern_hyp_va/hyp_kern_va to deal with multiple offsets, Marc Zyngier
- [PATCH 06/15] arm/arm64: KVM: Export __hyp_text_start/end symbols, Marc Zyngier
- [PATCH 07/15] arm64: KVM: Runtime detection of lower HYP offset, Marc Zyngier
- [PATCH 08/15] arm/arm64: KVM: Always have merged page tables, Marc Zyngier
- [PATCH 09/15] arm64: KVM: Simplify HYP init/teardown, Marc Zyngier
- [PATCH 10/15] arm/arm64: KVM: Drop boot_pgd, Marc Zyngier
- [PATCH 11/15] arm/arm64: KVM: Kill free_boot_hyp_pgd, Marc Zyngier
- [PATCH 12/15] arm: KVM: Simplify HYP init, Marc Zyngier
- [PATCH 14/15] arm/arm64: KVM: Prune unused #defines, Marc Zyngier
- [PATCH 13/15] arm: KVM: Allow hyp teardown, Marc Zyngier
- [PATCH 15/15] arm/arm64: KVM: Check that IDMAP doesn't intersect with VA range, Marc Zyngier
- Re: [PATCH 00/15] arm/arm64: KVM: Merge boot and runtime page tables, Christoffer Dall
- [kvm-unit-tests PATCH v2 00/10] arm/arm64: add gic framework,
Andrew Jones
- [kvm-unit-tests PATCH v2 01/10] lib: xstr: allow multiple args, Andrew Jones
- [kvm-unit-tests PATCH v2 02/10] arm64: fix get_"sysreg32" and make MPIDR 64bit, Andrew Jones
- [kvm-unit-tests PATCH v2 03/10] arm/arm64: smp: support more than 8 cpus, Andrew Jones
- [kvm-unit-tests PATCH v2 05/10] arm/arm64: irq enable/disable, Andrew Jones
- [kvm-unit-tests PATCH v2 04/10] arm/arm64: add some delay routines, Andrew Jones
- [kvm-unit-tests PATCH v2 06/10] arm/arm64: add initial gicv2 support, Andrew Jones
- [kvm-unit-tests PATCH v2 07/10] arm/arm64: add initial gicv3 support, Andrew Jones
- [kvm-unit-tests PATCH v2 08/10] arm/arm64: gicv2: add an IPI test, Andrew Jones
- [kvm-unit-tests PATCH v2 10/10] arm/arm64: gic: don't just use zero, Andrew Jones
- [kvm-unit-tests PATCH v2 09/10] arm/arm64: gicv3: add an IPI test, Andrew Jones
- Re: [kvm-unit-tests PATCH v2 00/10] arm/arm64: add gic framework, Alex Bennée
- [PATCH v5 00/13] KVM: arm64: GICv3 ITS emulation,
Andre Przywara
- [PATCH v5 02/13] KVM: arm/arm64: check return value for kvm_register_vgic_device, Andre Przywara
- [PATCH v5 03/13] KVM: extend struct kvm_msi to hold a 32-bit device ID, Andre Przywara
- [PATCH v5 01/13] KVM: arm/arm64: move redistributor kvm_io_devices, Andre Przywara
- [PATCH v5 04/13] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities, Andre Przywara
- [PATCH v5 05/13] KVM: arm64: handle ITS related GICv3 redistributor registers, Andre Przywara
- [PATCH v5 07/13] KVM: arm64: introduce new KVM ITS device, Andre Przywara
- [PATCH v5 08/13] KVM: arm64: implement basic ITS register handlers, Andre Przywara
- [PATCH v5 09/13] KVM: arm64: connect LPIs to the VGIC emulation, Andre Przywara
- [PATCH v5 06/13] KVM: arm64: introduce ITS emulation file with stub functions, Andre Przywara
- [PATCH v5 12/13] KVM: arm64: implement MSI injection in ITS emulation, Andre Przywara
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]