Linux KVM for ARM
[Prev Page][Next Page]
- Re: [RFC PATCH v2 16/38] KVM: arm64: Support to inject exceptions to the virtual EL2, (continued)
- [RFC PATCH v2 15/38] KVM: arm64: Move exception macros and enums to a common file, Jintack Lim
- [RFC PATCH v2 17/38] KVM: arm64: Trap EL1 VM register accesses in virtual EL2, Jintack Lim
- [RFC PATCH v2 18/38] KVM: arm64: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual EL2, Jintack Lim
- [RFC PATCH v2 19/38] KVM: arm64: Trap CPACR_EL1 access in virtual EL2, Jintack Lim
- [RFC PATCH v2 20/38] KVM: arm64: Handle eret instruction traps, Jintack Lim
- [RFC PATCH v2 21/38] KVM: arm64: Set a handler for the system instruction traps, Jintack Lim
- [RFC PATCH v2 22/38] KVM: arm64: Handle PSCI call via smc from the guest, Jintack Lim
- [RFC PATCH v2 23/38] KVM: arm64: Inject HVC exceptions to the virtual EL2, Jintack Lim
- [RFC PATCH v2 25/38] KVM: arm64: Respect virtual CPTR_EL2.TFP setting, Jintack Lim
- [RFC PATCH v2 24/38] KVM: arm64: Respect virtual HCR_EL2.TWX setting, Jintack Lim
- [RFC PATCH v2 26/38] KVM: arm64: Add macros to support the virtual EL2 with VHE, Jintack Lim
- [RFC PATCH v2 28/38] KVM: arm64: Emulate EL12 register accesses from the virtual EL2, Jintack Lim
- [RFC PATCH v2 27/38] KVM: arm64: Add EL2 registers defined in ARMv8.1 to vcpu context, Jintack Lim
- [RFC PATCH v2 29/38] KVM: arm64: Support a VM with VHE considering EL0 of the VHE host, Jintack Lim
- [RFC PATCH v2 30/38] KVM: arm64: Allow the virtual EL2 to access EL2 states without trap, Jintack Lim
- [RFC PATCH v2 31/38] KVM: arm64: Manage the shadow states when virtual E2H bit enabled, Jintack Lim
- [RFC PATCH v2 32/38] KVM: arm64: Trap and emulate CPTR_EL2 accesses via CPACR_EL1 from the virtual EL2 with VHE, Jintack Lim
- [RFC PATCH v2 33/38] KVM: arm64: Emulate appropriate VM control system registers, Jintack Lim
- [RFC PATCH v2 35/38] KVM: arm64: Respect the virtual HCR_EL2.NV bit setting for EL12 register traps, Jintack Lim
- [RFC PATCH v2 34/38] KVM: arm64: Respect the virtual HCR_EL2.NV bit setting, Jintack Lim
- [RFC PATCH v2 36/38] KVM: arm64: Respect virtual HCR_EL2.TVM and TRVM settings, Jintack Lim
- [RFC PATCH v2 37/38] KVM: arm64: Respect the virtual HCR_EL2.NV1 bit setting, Jintack Lim
- [RFC PATCH v2 38/38] KVM: arm64: Respect the virtual CPTR_EL2.TCPAC setting, Jintack Lim
- Re: [RFC PATCH v2 00/38] Nested Virtualization on KVM/ARM, Jintack Lim
- Re: [RFC PATCH v2 00/38] Nested Virtualization on KVM/ARM, Christoffer Dall
- [PATCH] KVM: arm/arm64: Fix guest external abort matching,
James Morse
- [report] boot a vm that with PCI only hierarchy devices and with GICv3 , it's failed.,
wanghaibin
- [RFC PATCH v2 00/19] KVM: arm/arm64: Optimize arch timer register handling,
Christoffer Dall
- [RFC PATCH v2 01/19] arm64: Use physical counter for in-kernel reads, Christoffer Dall
- [RFC PATCH v2 03/19] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized, Christoffer Dall
- [RFC PATCH v2 02/19] arm64: Use the physical counter when available for read_cycles, Christoffer Dall
- [RFC PATCH v2 05/19] KVM: arm/arm64: Check that system supports split eoi/deactivate, Christoffer Dall
- [RFC PATCH v2 04/19] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context, Christoffer Dall
- [RFC PATCH v2 06/19] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic, Christoffer Dall
- [RFC PATCH v2 08/19] KVM: arm/arm64: Use separate timer for phys timer emulation, Christoffer Dall
- [RFC PATCH v2 07/19] KVM: arm/arm64: Rename soft timer to bg_timer, Christoffer Dall
- [RFC PATCH v2 09/19] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq, Christoffer Dall
- [RFC PATCH v2 10/19] KVM: arm/arm64: Move timer save/restore out of the hyp code, Christoffer Dall
- [RFC PATCH v2 12/19] KVM: arm/arm64: Set VCPU affinity for virt timer irq, Christoffer Dall
- [RFC PATCH v2 11/19] genirq: Document vcpu_info usage for per-CPU interrupts, Christoffer Dall
- [RFC PATCH v2 14/19] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg, Christoffer Dall
- [RFC PATCH v2 13/19] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit, Christoffer Dall
- [RFC PATCH v2 15/19] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps, Christoffer Dall
- [RFC PATCH v2 16/19] KVM: arm/arm64: Move phys_timer_emulate function, Christoffer Dall
- [RFC PATCH v2 17/19] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit, Christoffer Dall
- [RFC PATCH v2 19/19] KVM: arm/arm64: Rework kvm_timer_should_fire, Christoffer Dall
- [RFC PATCH v2 18/19] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate, Christoffer Dall
- [PATCH v2 0/4] kvm: arm/arm64: vgic: APRn uaccess support.,
wanghaibin
- [PATCH kvm-unit-tests 0/3] Add physical timer test,
Christoffer Dall
- [PATCH] KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capability,
Shanker Donthineni
- [PATCH 00/18] treewide: Move storage class before return type,
Joe Perches
- [PATCH 0/4] kvm: arm/arm64: vgic: vGICv2 GICC_APRn uaccess support.,
wanghaibin
- [PATCH v2] KVM: arm/arm64: Handle hva aging while destroying the vm,
Alexander Graf
- [PATCH kvm-unit-tests 0/2] arm64: add vtimer test,
Andrew Jones
- How to trap a real interrupt to EL2 ?,
Raz
- [PATCH] KVM: arm/arm64: PMU: fix overflow interrupt injection,
Andrew Jones
- [GIT PULL] KVM/ARM updates for 4.13,
Marc Zyngier
- [PATCH 01/58] KVM: arm: Restore banked registers and physical timer access on hyp_panic(), Marc Zyngier
- [PATCH 02/58] KVM: arm64: Restore host physical timer access on hyp_panic(), Marc Zyngier
- [PATCH 03/58] KVM: arm/arm64: Allow GICv2 to supply a uaccess register function, Marc Zyngier
- [PATCH 04/58] KVM: arm/arm64: Separate guest and uaccess writes to dist {sc}active, Marc Zyngier
- [PATCH 05/58] KVM: arm/arm64: Simplify active_change_prepare and plug race, Marc Zyngier
- [PATCH 06/58] KVM: arm/arm64: Use uaccess functions for GICv3 {sc}active, Marc Zyngier
- [PATCH 07/58] KVM: improve arch vcpu request defining, Marc Zyngier
- [PATCH 08/58] KVM: add kvm_request_pending, Marc Zyngier
- [PATCH 09/58] KVM: Add documentation for VCPU requests, Marc Zyngier
- [PATCH 10/58] KVM: arm/arm64: properly use vcpu requests, Marc Zyngier
- [PATCH 11/58] KVM: arm/arm64: replace pause checks with vcpu request checks, Marc Zyngier
- [PATCH 12/58] KVM: arm/arm64: use vcpu requests for power_off, Marc Zyngier
- [PATCH 13/58] KVM: arm/arm64: optimize VCPU RUN, Marc Zyngier
- [PATCH 14/58] KVM: arm/arm64: change exit request to sleep request, Marc Zyngier
- [PATCH 15/58] KVM: arm/arm64: use vcpu requests for irq injection, Marc Zyngier
- [PATCH 16/58] KVM: arm/arm64: PMU: remove request-less vcpu kick, Marc Zyngier
- [PATCH 17/58] KVM: arm/arm64: timer: remove request-less vcpu kick, Marc Zyngier
- [PATCH 18/58] KVM: arm64: Allow creating the PMU without the in-kernel GIC, Marc Zyngier
- [PATCH 19/58] KVM: arm: Handle VCPU device attributes in guest.c, Marc Zyngier
- [PATCH 20/58] KVM: arm/arm64: Move irq_is_ppi() to header file, Marc Zyngier
- [PATCH 21/58] KVM: arm/arm64: Move timer IRQ default init to arch_timer.c, Marc Zyngier
- [PATCH 22/58] KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace, Marc Zyngier
- [PATCH 23/58] KVM: arm/arm64: Introduce an allocator for in-kernel irq lines, Marc Zyngier
- [PATCH 24/58] KVM: arm/arm64: Check if irq lines to the GIC are already used, Marc Zyngier
- [PATCH 25/58] KVM: arm/arm64: Disallow userspace control of in-kernel IRQ lines, Marc Zyngier
- [PATCH 27/58] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding, Marc Zyngier
- [PATCH 26/58] KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQ, Marc Zyngier
- [PATCH 28/58] KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers, Marc Zyngier
- [PATCH 29/58] KVM: arm64: Make kvm_condition_valid32() accessible from EL2, Marc Zyngier
- [PATCH 30/58] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2, Marc Zyngier
- [PATCH 31/58] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler, Marc Zyngier
- [PATCH 32/58] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler, Marc Zyngier
- [PATCH 33/58] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler, Marc Zyngier
- [PATCH 34/58] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler, Marc Zyngier
- [PATCH 35/58] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler, Marc Zyngier
- [PATCH 36/58] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler, Marc Zyngier
- [PATCH 38/58] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line, Marc Zyngier
- [PATCH 39/58] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler, Marc Zyngier
- [PATCH 37/58] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers, Marc Zyngier
- [PATCH 40/58] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler, Marc Zyngier
- [PATCH 41/58] KVM: arm64: vgic-v3: Add misc Group-0 handlers, Marc Zyngier
- [PATCH 43/58] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line, Marc Zyngier
- [PATCH 42/58] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers, Marc Zyngier
- [PATCH 44/58] arm64: Add MIDR values for Cavium cn83XX SoCs, Marc Zyngier
- [PATCH 45/58] arm64: Add workaround for Cavium Thunder erratum 30115, Marc Zyngier
- [PATCH 46/58] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler, Marc Zyngier
- [PATCH 47/58] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler, Marc Zyngier
- [PATCH 48/58] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler, Marc Zyngier
- [PATCH 49/58] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler, Marc Zyngier
- [PATCH 50/58] KVM: arm64: Enable GICv3 common sysreg trapping via command-line, Marc Zyngier
- [PATCH 51/58] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped, Marc Zyngier
- [PATCH 52/58] KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access, Marc Zyngier
- [PATCH 53/58] KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access, Marc Zyngier
- [PATCH 54/58] arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1, Marc Zyngier
- [PATCH 55/58] arm64/kvm: vgic: use SYS_DESC(), Marc Zyngier
- [PATCH 56/58] KVM: ARM64: fix phy counter access failure in guest., Marc Zyngier
- [PATCH 57/58] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory, Marc Zyngier
- [PATCH 58/58] arm64: Remove a redundancy in sysreg.h, Marc Zyngier
- Re: [GIT PULL] KVM/ARM updates for 4.13, Paolo Bonzini
- [PATCH] arm64: kvm: reuse existing cache type/info related macros,
Sudeep Holla
- [PATCH v2 00/52] irqchip: KVM: Add support for GICv4,
Marc Zyngier
- [PATCH v2 01/52] genirq: Let irq_set_vcpu_affinity() iterate over hierarchy, Marc Zyngier
- [PATCH v2 02/52] irqchip/gic-v3: Add redistributor iterator, Marc Zyngier
- [PATCH v2 03/52] irqchip/gic-v3: Add VLPI/DirectLPI discovery, Marc Zyngier
- [PATCH v2 04/52] irqchip/gic-v3-its: Move LPI definitions around, Marc Zyngier
- [PATCH v2 05/52] irqchip/gic-v3-its: Add probing for VLPI properties, Marc Zyngier
- [PATCH v2 06/52] irqchip/gic-v3-its: Macro-ize its_send_single_command, Marc Zyngier
- [PATCH v2 07/52] irqchip/gic-v3-its: Implement irq_set_irqchip_state for pending state, Marc Zyngier
- [PATCH v2 08/52] irqchip/gic-v3-its: Split out property table allocation, Marc Zyngier
- [PATCH v2 09/52] irqchip/gic-v3-its: Allow use of indirect VCPU tables, Marc Zyngier
- [PATCH v2 10/52] irqchip/gic-v3-its: Split out pending table allocation, Marc Zyngier
- [PATCH v2 11/52] irqchip/gic-v3-its: Rework LPI freeing, Marc Zyngier
- [PATCH v2 12/52] irqchip/gic-v3-its: Generalize device table allocation, Marc Zyngier
- [PATCH v2 15/52] irqchip/gic-v3-its: Add GICv4 ITS command definitions, Marc Zyngier
- [PATCH v2 14/52] irqchip/gic-v4: Add management structure definitions, Marc Zyngier
- [PATCH v2 13/52] irqchip/gic-v3-its: Generalize LPI configuration, Marc Zyngier
- [PATCH v2 16/52] irqchip/gic-v3-its: Add VLPI configuration hook, Marc Zyngier
- [PATCH v2 17/52] irqchip/gic-v3-its: Add VLPI map/unmap operations, Marc Zyngier
- [PATCH v2 18/52] irqchip/gic-v3-its: Add VLPI configuration handling, Marc Zyngier
- [PATCH v2 19/52] irqchip/gic-v3-its: Add VPE domain infrastructure, Marc Zyngier
- [PATCH v2 20/52] irqchip/gic-v3-its: Add VPE irq domain allocation/teardown, Marc Zyngier
- [PATCH v2 21/52] irqchip/gic-v3-its: Add VPE irq domain [de]activation, Marc Zyngier
- [PATCH v2 22/52] irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors, Marc Zyngier
- [PATCH v2 23/52] irqchip/gic-v3-its: Add VPE scheduling, Marc Zyngier
- [PATCH v2 24/52] irqchip/gic-v3-its: Add VPE invalidation hook, Marc Zyngier
- [PATCH v2 25/52] irqchip/gic-v3-its: Add VPE affinity changes, Marc Zyngier
- [PATCH v2 26/52] irqchip/gic-v3-its: Add VPE interrupt masking, Marc Zyngier
- [PATCH v2 27/52] irqchip/gic-v3-its: Support VPE doorbell invalidation even when !DirectLPI, Marc Zyngier
- [PATCH v2 29/52] irqchip/gic-v4: Add per-VM VPE domain creation, Marc Zyngier
- [PATCH v2 28/52] irqchip/gic-v3-its: Set implementation defined bit to enable VLPIs, Marc Zyngier
- [PATCH v2 30/52] irqchip/gic-v4: Add VPE command interface, Marc Zyngier
- [PATCH v2 31/52] irqchip/gic-v4: Add VLPI configuration interface, Marc Zyngier
- [PATCH v2 32/52] irqchip/gic-v4: Add some basic documentation, Marc Zyngier
- [PATCH v2 33/52] irqchip/gic-v4: Enable low-level GICv4 operations, Marc Zyngier
- [PATCH v2 34/52] irqchip/gic-v3: Advertise GICv4 support to KVM, Marc Zyngier
- [PATCH v2 35/52] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around, Marc Zyngier
- [PATCH v2 36/52] KVM: arm/arm64: vITS: Add MSI translation helpers, Marc Zyngier
- [PATCH v2 37/52] KVM: arm/arm64: GICv4: Add init and teardown of the vPE irq domain, Marc Zyngier
- [PATCH v2 38/52] KVM: arm/arm64: GICv4: Wire init/teardown of per-VM support, Marc Zyngier
- [PATCH v2 39/52] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass, Marc Zyngier
- [PATCH v2 40/52] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI, Marc Zyngier
- [PATCH v2 41/52] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI, Marc Zyngier
- [PATCH v2 42/52] KVM: arm/arm64: GICv4: Handle MOVI applied to a VLPI, Marc Zyngier
- [PATCH v2 43/52] KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI, Marc Zyngier
- [PATCH v2 44/52] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE, Marc Zyngier
- [PATCH v2 45/52] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs, Marc Zyngier
- [PATCH v2 46/52] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE, Marc Zyngier
- [PATCH v2 47/52] KVM: arm/arm64: GICv4: Propagate VLPI properties at map time, Marc Zyngier
- [PATCH v2 49/52] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync, Marc Zyngier
- [PATCH v2 48/52] KVM: arm/arm64: GICv4: Add doorbell interrupt handling, Marc Zyngier
- [PATCH v2 50/52] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered, Marc Zyngier
- [PATCH v2 51/52] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint, Marc Zyngier
- [PATCH v2 52/52] KVM: arm/arm64: GICv4: Enable VLPI support, Marc Zyngier
- RE: [PATCH v2 00/52] irqchip: KVM: Add support for GICv4, Shanker Donthineni
- [PATCH] KVM: Replaces 'unsigned' with 'unsigned int' in the codebase,
Roman Storozhenko
- [PATCH v4 3/3] arm64: kvm: inject SError with user space specified syndrome,
Dongjiu Geng
- [PATCH v4 2/3] arm64: kvm: route synchronous external abort exceptions to el2,
Dongjiu Geng
- [PATCH v4 1/3] arm64: kvm: support user space to detect RAS extension feature,
Dongjiu Geng
- [PATCH v4] arm64: kvm: inject SError with user space specified syndrome,
Dongjiu Geng
- [PATCH v2] arm64: kvm: route synchronous external abort exceptions to el2,
Dongjiu Geng
- [PATCH v1] arm64: kvm: route synchronous external abort exceptions to el2, Dongjiu Geng
- [PATCH] KVM: arm/arm64: Handle hva aging while destroying the vm,
Alexander Graf
- [PATCH v3] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory,
James Morse
- [PATCH v2 0/8] ARM/ARM64 Direct EOI setup for VFIO platform interrupts,
Eric Auger
- [PATCH v2] KVM: ARM64: fix phy counter access failure in guest.,
Hu Huajun
- [PATCH v3 00/27] arm64: KVM: Mediate access to GICv3 sysregs at EL2,
Marc Zyngier
- [PATCH v3 02/27] KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers, Marc Zyngier
- [PATCH v3 03/27] KVM: arm64: Make kvm_condition_valid32() accessible from EL2, Marc Zyngier
- [PATCH v3 01/27] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding, Marc Zyngier
- [PATCH v3 04/27] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2, Marc Zyngier
- [PATCH v3 05/27] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler, Marc Zyngier
- [PATCH v3 06/27] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler, Marc Zyngier
- [PATCH v3 07/27] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler, Marc Zyngier
- [PATCH v3 08/27] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler, Marc Zyngier
- [PATCH v3 10/27] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler, Marc Zyngier
- [PATCH v3 11/27] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers, Marc Zyngier
- [PATCH v3 09/27] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler, Marc Zyngier
- [PATCH v3 12/27] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line, Marc Zyngier
- [PATCH v3 13/27] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler, Marc Zyngier
- [PATCH v3 14/27] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler, Marc Zyngier
- [PATCH v3 15/27] KVM: arm64: vgic-v3: Add misc Group-0 handlers, Marc Zyngier
- [PATCH v3 16/27] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers, Marc Zyngier
- [PATCH v3 17/27] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line, Marc Zyngier
- [PATCH v3 18/27] arm64: Add MIDR values for Cavium cn83XX SoCs, Marc Zyngier
- [PATCH v3 19/27] arm64: Add workaround for Cavium Thunder erratum 30115, Marc Zyngier
- [PATCH v3 20/27] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler, Marc Zyngier
- [PATCH v3 21/27] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler, Marc Zyngier
- [PATCH v3 22/27] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler, Marc Zyngier
- [PATCH v3 23/27] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler, Marc Zyngier
- [PATCH v3 24/27] KVM: arm64: Enable GICv3 common sysreg trapping via command-line, Marc Zyngier
- [PATCH v3 25/27] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped, Marc Zyngier
- [PATCH v3 26/27] KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access, Marc Zyngier
- [PATCH v3 27/27] KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access, Marc Zyngier
- [PATCH] KVM: ARM64: fix phy counter access failure in guest.,
Hu Huajun
- [PATCH v3 0/9] Userspace timer IRQ number control and PMU with userspace-gic,
Christoffer Dall
- [PULL v2 0/6] KVM/ARM Fixes for v4.12-rc5 - Take 2,
Christoffer Dall
- [PATCH 0/3] arm/arm64: KVM: SCTLR_EL2/HSCTLR setup fixes,
Marc Zyngier
- [PULL 0/3] KVM/ARM Fixes for v4.12-rc5,
Christoffer Dall
- [PATCH] KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages,
Marc Zyngier
- [PATCH 0/2] arm64/kvm: use SYS_REG_DESC() for VGIC-v3,
Mark Rutland
- [PATCH] kvm: arm/arm64: vgic: Fix the sequence principle about vgic save/restore.,
wanghaibin
- [PATCH] KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction,
Christoffer Dall
- [PATCH v5 00/11] KVM: arm/arm64: race fixes and vcpu requests,
Andrew Jones
- [PATCH v5 01/11] KVM: improve arch vcpu request defining, Andrew Jones
- [PATCH v5 02/11] KVM: add kvm_request_pending, Andrew Jones
- [PATCH v5 03/11] KVM: Add documentation for VCPU requests, Andrew Jones
- [PATCH v5 04/11] KVM: arm/arm64: properly use vcpu requests, Andrew Jones
- [PATCH v5 05/11] KVM: arm/arm64: replace pause checks with vcpu request checks, Andrew Jones
- [PATCH v5 06/11] KVM: arm/arm64: use vcpu requests for power_off, Andrew Jones
- [PATCH v5 07/11] KVM: arm/arm64: optimize VCPU RUN, Andrew Jones
- [PATCH v5 08/11] KVM: arm/arm64: change exit request to sleep request, Andrew Jones
- [PATCH v5 09/11] KVM: arm/arm64: use vcpu requests for irq injection, Andrew Jones
- [PATCH v5 10/11] KVM: arm/arm64: PMU: remove request-less vcpu kick, Andrew Jones
- [PATCH v5 11/11] KVM: arm/arm64: timer: remove request-less vcpu kick, Andrew Jones
- Re: [PATCH v5 00/11] KVM: arm/arm64: race fixes and vcpu requests, Christoffer Dall
- Vexpress TC2 no longer booting on v4.12-rc1,
Mathieu Poirier
- [PATCH] arm64/kvm: fix misleading kconfig text for 16K pages,
Mark Rutland
- [PATCH v2 00/25] arm64: KVM: Mediate access to GICv3 sysregs at EL2,
Marc Zyngier
- [PATCH v2 01/25] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding, Marc Zyngier
- [PATCH v2 02/25] KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers, Marc Zyngier
- [PATCH v2 03/25] KVM: arm64: Make kvm_condition_valid32() accessible from EL2, Marc Zyngier
- [PATCH v2 04/25] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2, Marc Zyngier
- [PATCH v2 05/25] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler, Marc Zyngier
- [PATCH v2 06/25] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler, Marc Zyngier
- [PATCH v2 07/25] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler, Marc Zyngier
- [PATCH v2 08/25] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler, Marc Zyngier
- [PATCH v2 09/25] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler, Marc Zyngier
- [PATCH v2 10/25] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler, Marc Zyngier
- [PATCH v2 11/25] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers, Marc Zyngier
- [PATCH v2 12/25] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line, Marc Zyngier
- [PATCH v2 13/25] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler, Marc Zyngier
- [PATCH v2 14/25] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler, Marc Zyngier
- [PATCH v2 15/25] KVM: arm64: vgic-v3: Add misc Group-0 handlers, Marc Zyngier
- [PATCH v2 16/25] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers, Marc Zyngier
- [PATCH v2 17/25] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line, Marc Zyngier
- [PATCH v2 18/25] arm64: Add MIDR values for Cavium cn83XX SoCs, Marc Zyngier
- [PATCH v2 20/25] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler, Marc Zyngier
- [PATCH v2 21/25] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler, Marc Zyngier
- [PATCH v2 19/25] arm64: Add workaround for Cavium Thunder erratum 30115, Marc Zyngier
- [PATCH v2 22/25] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler, Marc Zyngier
- [PATCH v2 23/25] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler, Marc Zyngier
- [PATCH v2 24/25] KVM: arm64: Enable GICv3 common sysreg trapping via command-line, Marc Zyngier
- [PATCH v2 25/25] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped, Marc Zyngier
- Re: [PATCH v2 00/25] arm64: KVM: Mediate access to GICv3 sysregs at EL2, David Daney
- Re: [PATCH v2 00/25] arm64: KVM: Mediate access to GICv3 sysregs at EL2, Alexander Graf
- Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support,
gengdongjiu
- [PATCH 00/10] ARM/ARM64 Direct EOI setup for VFIO wired interrupts,
Eric Auger
- [PATCH 01/10] vfio: platform: Add automasked field to vfio_platform_irq, Eric Auger
- [PATCH 02/10] VFIO: platform: Introduce direct EOI interrupt handler, Eric Auger
- [PATCH 03/10] VFIO: platform: Direct EOI irq bypass for ARM/ARM64, Eric Auger
- [PATCH 04/10] VFIO: pci: Add automasked field to vfio_pci_irq_ctx, Eric Auger
- [PATCH 05/10] VFIO: pci: Introduce direct EOI INTx interrupt handler, Eric Auger
- [PATCH 06/10] irqbypass: Add a private field in the producer, Eric Auger
- [PATCH 07/10] VFIO: pci: Direct EOI irq bypass for ARM/ARM64, Eric Auger
- [PATCH 08/10] KVM: arm/arm64: vgic: Handle unshared mapped interrupts, Eric Auger
- [PATCH 09/10] KVM: arm/arm64: vgic: Implement forwarding setting, Eric Auger
- [PATCH 10/10] KVM: arm/arm64: register DEOI irq bypass consumer on ARM/ARM64, Eric Auger
- [PATCH v2] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory,
James Morse
- [PATCH] KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration, Christoffer Dall
- [PATCH V17 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64,
Tyler Baicar
- [PATCH V17 01/11] acpi: apei: read ack upon ghes record consumption, Tyler Baicar
- [PATCH V17 02/11] ras: acpi/apei: cper: add support for generic data v3 structure, Tyler Baicar
- [PATCH V17 03/11] cper: add timestamp print to CPER status printing, Tyler Baicar
- [PATCH V17 04/11] efi: parse ARM processor error, Tyler Baicar
- [PATCH V17 05/11] arm64: exception: handle Synchronous External Abort, Tyler Baicar
- [PATCH V17 06/11] acpi: apei: handle SEA notification type for ARMv8, Tyler Baicar
- [PATCH V17 08/11] efi: print unrecognized CPER section, Tyler Baicar
- [PATCH V17 07/11] acpi: apei: panic OS with fatal error status block, Tyler Baicar
- [PATCH V17 09/11] ras: acpi / apei: generate trace event for unrecognized CPER section, Tyler Baicar
- [PATCH V17 10/11] trace, ras: add ARM processor error trace event, Tyler Baicar
- [PATCH V17 11/11] arm/arm64: KVM: add guest SEA support, Tyler Baicar
- Re: [PATCH V17 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64, Borislav Petkov
- Re: [PATCH V17 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64, Will Deacon
- Looking a bootloader code on Armv8a cpu,
Raz
- [PULL 00/13] KVM/ARM Fixes for v4.12-rc2,
Christoffer Dall
- [PULL 01/13] ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/, Christoffer Dall
- [PULL 02/13] arm64: KVM: Do not use stack-protector to compile EL2 code, Christoffer Dall
- [PULL 04/13] KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt, Christoffer Dall
- [PULL 03/13] arm: KVM: Do not use stack-protector to compile HYP code, Christoffer Dall
- [PULL 06/13] KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2 registers, Christoffer Dall
- [PULL 05/13] KVM: arm/arm64: vgic-v3: Do not use Active+Pending state for a HW interrupt, Christoffer Dall
- [PULL 07/13] kvm: arm/arm64: Fix race in resetting stage2 PGD, Christoffer Dall
- [PULL 08/13] KVM: arm: plug potential guest hardware debug leakage, Christoffer Dall
- [PULL 10/13] kvm: arm/arm64: Force reading uncached stage2 PGD, Christoffer Dall
- [PULL 11/13] kvm: arm/arm64: Fix use after free of stage2 page table, Christoffer Dall
- [PULL 09/13] KVM: arm: rename pm_fake handler to trap_raz_wi, Christoffer Dall
- [PULL 13/13] KVM: arm/arm64: Hold slots_lock when unregistering kvm io bus devices, Christoffer Dall
- [PULL 12/13] KVM: arm/arm64: Fix bug when registering redist iodevs, Christoffer Dall
- Re: [PULL 00/13] KVM/ARM Fixes for v4.12-rc2, Radim Krčmář
- [PATCH] KVM: arm/arm64: Hold slots_lock when unregisering kvm io bus devices,
Christoffer Dall
- [PATCH] KVM: arm/arm64: Fix bug when registering redist iodevs,
Christoffer Dall
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]