Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2017-06-04 12:40:13 to 2017-06-12 09:20:01 UTC [more...]

[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  (69+ messages)
` [PATCH v2 03/25] KVM: arm64: Make kvm_condition_valid32() accessible from EL2
` [PATCH v2 04/25] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
` [PATCH v2 05/25] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
` [PATCH v2 06/25] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
` [PATCH v2 07/25] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
` [PATCH v2 08/25] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
` [PATCH v2 09/25] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
` [PATCH v2 10/25] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
` [PATCH v2 11/25] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
` [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 14/25] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
` [PATCH v2 15/25] KVM: arm64: vgic-v3: Add misc Group-0 handlers
` [PATCH v2 16/25] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
` [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 20/25] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
` [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

[PATCH 00/10] ARM/ARM64 Direct EOI setup for VFIO wired interrupts
 2017-06-08 10:14 UTC  (11+ messages)
` [PATCH 08/10] KVM: arm/arm64: vgic: Handle unshared mapped interrupts

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

[RFC 00/55] Nested Virtualization on KVM/ARM
 2017-06-07 17:21 UTC  (10+ messages)
` [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

[PATCH V17 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-06-07 11:50 UTC  (9+ messages)
` [PATCH V17 02/11] ras: acpi/apei: cper: add support for generic data v3 structure
` [PATCH V17 03/11] cper: add timestamp print to CPER status printing
` [PATCH V17 08/11] efi: print unrecognized CPER section

[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

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

[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  (5+ messages)
` [PATCH 1/2] arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1
` [PATCH 2/2] arm64/kvm: vgic: use SYS_DESC()

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

[PATCH] kvm: arm/arm64: vgic: Fix the sequence principle about vgic save/restore
 2017-06-06  9:55 UTC  (7+ messages)

[PATCH] KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction
 2017-06-05 13:17 UTC  (2+ messages)

Vexpress TC2 no longer booting on v4.12-rc1
 2017-06-05  9:27 UTC  (6+ messages)

[PATCH v5 00/11] KVM: arm/arm64: race fixes and vcpu requests
 2017-06-04 14:56 UTC  (15+ messages)
` [PATCH v5 01/11] KVM: improve arch vcpu request defining
` [PATCH v5 02/11] KVM: add kvm_request_pending
` [PATCH v5 03/11] KVM: Add documentation for VCPU requests
` [PATCH v5 04/11] KVM: arm/arm64: properly use vcpu requests
` [PATCH v5 05/11] KVM: arm/arm64: replace pause checks with vcpu request checks
` [PATCH v5 06/11] KVM: arm/arm64: use vcpu requests for power_off
` [PATCH v5 07/11] KVM: arm/arm64: optimize VCPU RUN
` [PATCH v5 08/11] KVM: arm/arm64: change exit request to sleep request
` [PATCH v5 09/11] KVM: arm/arm64: use vcpu requests for irq injection
` [PATCH v5 10/11] KVM: arm/arm64: PMU: remove request-less vcpu kick
` [PATCH v5 11/11] KVM: arm/arm64: timer: "

[PATCH v2 0/3] Fix race condition and simplify vgic active handler
 2017-06-04 14:45 UTC  (8+ messages)
` [PATCH v2 3/3] KVM: arm/arm64: Simplify active_change_prepare and plug race


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