public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2017-06-06 13:23:00 to 2017-06-27 13:31:10 UTC [more...]

[PATCH] KVM: Replaces 'unsigned' with 'unsigned int' in the codebase
 2017-06-27 13:31 UTC  (5+ messages)

[PATCH v4 2/3] arm64: kvm: route synchronous external abort exceptions to el2
 2017-06-27 12:15 UTC  (2+ messages)

[RFC 00/55] Nested Virtualization on KVM/ARM
 2017-06-26 15:21 UTC  (16+ messages)
` [RFC 06/55] KVM: arm64: Add EL2 execution context for nesting
` [RFC 10/55] KVM: arm64: Synchronize EL1 system registers on virtual EL2 entry and exit
` [RFC 11/55] KVM: arm64: Emulate taking an exception to the guest hypervisor
` [RFC 21/55] KVM: arm64: Forward HVC instruction "

[PATCH v4 3/3] arm64: kvm: inject SError with user space specified syndrome
 2017-06-26 12:46 UTC 

[PATCH v4 1/3] arm64: kvm: support user space to detect RAS extension feature
 2017-06-26 12:45 UTC 

[PATCH v4] arm64: kvm: inject SError with user space specified syndrome
 2017-06-26 11:39 UTC 

[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
 2017-06-26  5:22 UTC  (3+ messages)

[PATCH v2] arm64: kvm: route synchronous external abort exceptions to el2
 2017-06-26  1:03 UTC  (2+ messages)

[PATCH v2] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory
 2017-06-24 15:07 UTC  (19+ messages)

[PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support
 2017-06-24 14:20 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH v1] arm64: kvm: route synchronous external abort exceptions to el2
 2017-06-24 12:07 UTC 

[PATCH] KVM: arm/arm64: Handle hva aging while destroying the vm
 2017-06-23 15:21 UTC 

[PATCH v3] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory
 2017-06-22 16:48 UTC  (2+ messages)

[PATCH V17 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-06-21 13:10 UTC  (8+ messages)
` [PATCH V17 08/11] efi: print unrecognized CPER section

[RFC PATCH 00/33] irqchip: Core support for GICv4
 2017-06-19 15:48 UTC  (37+ messages)
` [RFC PATCH 01/33] irqchip/gic-v3: Add redistributor iterator
` [RFC PATCH 07/33] irqchip/gic-v3-its: Macro-ize its_send_single_command
` [RFC PATCH 09/33] irqchip/gic-v3-its: Split out property table allocation
` [RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables
` [RFC PATCH 15/33] irqchip/gic-v4: Add management structure definitions
` [RFC PATCH 17/33] irqchip/gic-v3-its: Add VLPI configuration hook
` [RFC PATCH 18/33] irqchip/gic-v3-its: Add VLPI map/unmap operations
` [RFC PATCH 20/33] irqchip/gic-v3-its: Add VPE domain infrastructure
` [RFC PATCH 23/33] irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors
` [RFC PATCH 24/33] irqchip/gic-v3-its: Add VPE scheduling
` [RFC PATCH 28/33] irqchip/gic-v3-its: Support VPE doorbell invalidation even when !DirectLPI

[PATCH v2 0/8] ARM/ARM64 Direct EOI setup for VFIO platform interrupts
 2017-06-15 12:52 UTC  (9+ messages)
` [PATCH v2 1/8] VFIO: platform: Differentiate auto-masking from user masking
` [PATCH v2 2/8] VFIO: platform: Introduce direct EOI interrupt handler
` [PATCH v2 3/8] VFIO: platform: Direct EOI irq bypass for ARM/ARM64
` [PATCH v2 4/8] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v2 5/8] KVM: arm/arm64: vgic: Handle mapped level sensitive SPIs
` [PATCH v2 6/8] KVM: arm/arm64: vgic: Implement forwarding setting
` [PATCH v2 7/8] virt: irqbypass: Add a type field to the irqbypass producer
` [PATCH v2 8/8] KVM: arm/arm64: register DEOI irq bypass consumer on ARM/ARM64

[PATCH 00/10] ARM/ARM64 Direct EOI setup for VFIO wired interrupts
 2017-06-14  8:41 UTC  (15+ messages)
` [PATCH 05/10] VFIO: pci: Introduce direct EOI INTx interrupt handler
` [PATCH 08/10] KVM: arm/arm64: vgic: Handle unshared mapped interrupts

[PATCH v2] KVM: ARM64: fix phy counter access failure in guest
 2017-06-12 14:37 UTC  (4+ messages)

[PATCH] KVM: ARM64: fix phy counter access failure in guest
 2017-06-09 16:22 UTC  (2+ messages)

[PATCH v3 00/27] arm64: KVM: Mediate access to GICv3 sysregs at EL2
 2017-06-09 15:34 UTC  (37+ messages)
` [PATCH v3 01/27] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
` [PATCH v3 02/27] KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
` [PATCH v3 03/27] KVM: arm64: Make kvm_condition_valid32() accessible from EL2
` [PATCH v3 04/27] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
` [PATCH v3 05/27] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
` [PATCH v3 06/27] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
` [PATCH v3 07/27] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
` [PATCH v3 08/27] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
` [PATCH v3 09/27] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
` [PATCH v3 10/27] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
` [PATCH v3 11/27] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
` [PATCH v3 12/27] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
` [PATCH v3 13/27] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
` [PATCH v3 14/27] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
` [PATCH v3 15/27] KVM: arm64: vgic-v3: Add misc Group-0 handlers
` [PATCH v3 16/27] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
` [PATCH v3 17/27] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
` [PATCH v3 18/27] arm64: Add MIDR values for Cavium cn83XX SoCs
` [PATCH v3 19/27] arm64: Add workaround for Cavium Thunder erratum 30115
` [PATCH v3 20/27] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
` [PATCH v3 21/27] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
` [PATCH v3 22/27] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
` [PATCH v3 23/27] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
` [PATCH v3 24/27] KVM: arm64: Enable GICv3 common sysreg trapping via command-line
` [PATCH v3 25/27] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
` [PATCH v3 26/27] KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
` [PATCH v3 27/27] KVM: arm64: Log an error if trapping a write-to-read-only "

[PATCH 00/31] arm64: KVM: Mediate access to GICv3 sysregs at EL2
 2017-06-09 10:43 UTC  (7+ messages)
` [PATCH 08/31] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
` [PATCH 24/31] arm64: Add MIDR values for Cavium cn83XX SoCs
` [PATCH 25/31] arm64: Add workaround for Cavium Thunder erratum 30115

[PATCH v3 0/9] Userspace timer IRQ number control and PMU with userspace-gic
 2017-06-08 15:40 UTC  (19+ messages)
` [PATCH v3 1/9] KVM: arm64: Allow creating the PMU without the in-kernel GIC
` [PATCH v3 2/9] KVM: arm: Handle VCPU device attributes in guest.c
` [PATCH v3 3/9] KVM: arm/arm64: Move irq_is_ppi() to header file
` [PATCH v3 4/9] KVM: arm/arm64: Move timer IRQ default init to arch_timer.c
` [PATCH v3 5/9] KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace
` [PATCH v3 6/9] KVM: arm/arm64: Introduce an allocator for in-kernel irq lines
` [PATCH v3 7/9] KVM: arm/arm64: Check if irq lines to the GIC are already used
` [PATCH v3 8/9] KVM: arm/arm64: Disallow userspace control of in-kernel IRQ lines
` [PATCH v3 9/9] KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQ

[PATCH v2 00/25] arm64: KVM: Mediate access to GICv3 sysregs at EL2
 2017-06-08 14:35 UTC  (38+ messages)
` [PATCH v2 07/25] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
` [PATCH v2 10/25] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
` [PATCH v2 12/25] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
` [PATCH v2 13/25] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
` [PATCH v2 17/25] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
` [PATCH v2 19/25] arm64: Add workaround for Cavium Thunder erratum 30115
` [PATCH v2 21/25] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
` [PATCH v2 22/25] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
` [PATCH v2 23/25] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
` [PATCH v2 25/25] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped

[PULL v2 0/6] KVM/ARM Fixes for v4.12-rc5 - Take 2
 2017-06-08 13:04 UTC  (8+ messages)
` [PULL v2 1/6] KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration
` [PULL v2 2/6] KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction
` [PULL v2 3/6] KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
` [PULL v2 4/6] arm64: KVM: Preserve RES1 bits in SCTLR_EL2
` [PULL v2 5/6] arm64: KVM: Allow unaligned accesses at EL2
` [PULL v2 6/6] arm: KVM: Allow unaligned accesses at HYP

[PATCH 00/11] arm64/firmware: Software Delegated Exception Interface
 2017-06-08 10:34 UTC  (19+ messages)
` [PATCH 01/11] KVM: arm64: Store vcpu on the stack during __guest_enter()
` [PATCH 02/11] KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
` [PATCH 03/11] KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
` [PATCH 05/11] arm64: KVM: Stop save/restoring host tpidr_el1 on VHE
` [PATCH 06/11] dt-bindings: add devicetree binding for describing arm64 SDEI firmware
` [PATCH 11/11] KVM: arm64: Delegate support for SDEI to userspace

[kvmtool PATCH v10 00/15] kvmtool: arm: ITS emulation and GSI routing support
 2017-06-08  9:36 UTC  (3+ messages)

[PATCH 0/3] arm/arm64: KVM: SCTLR_EL2/HSCTLR setup fixes
 2017-06-07 10:11 UTC  (9+ messages)
` [PATCH 1/3] arm64: KVM: Preserve RES1 bits in SCTLR_EL2
` [PATCH 2/3] arm64: KVM: Allow unaligned accesses at EL2
` [PATCH 3/3] arm: KVM: Allow unaligned accesses at HYP

[PULL 0/3] KVM/ARM Fixes for v4.12-rc5
 2017-06-07  9:24 UTC  (6+ messages)
` [PULL 1/3] KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration
` [PULL 2/3] KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction
` [PULL 3/3] KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages

[PATCH 0/2] arm64/kvm: use SYS_REG_DESC() for VGIC-v3
 2017-06-06 14:46 UTC  (3+ messages)

[PATCH] KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
 2017-06-06 13:28 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox