public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2017-05-16 02:17:25 to 2017-06-01 10:20:57 UTC [more...]

[PATCH v2 00/25] arm64: KVM: Mediate access to GICv3 sysregs at EL2
 2017-06-01 10:21 UTC  (22+ messages)
` [PATCH v2 01/25] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
` [PATCH v2 02/25] KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
` [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 09/25] KVM: arm64: vgic-v3: Add ICV_AP1Rn_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 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 18/25] arm64: Add MIDR values for Cavium cn83XX SoCs
` [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 24/25] KVM: arm64: Enable GICv3 common sysreg trapping via command-line
` [PATCH v2 25/25] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped

[PATCH 00/10] ARM/ARM64 Direct EOI setup for VFIO wired interrupts
 2017-05-31 19:31 UTC  (25+ messages)
` [PATCH 01/10] vfio: platform: Add automasked field to vfio_platform_irq
` [PATCH 02/10] VFIO: platform: Introduce direct EOI interrupt handler
` [PATCH 03/10] VFIO: platform: Direct EOI irq bypass for ARM/ARM64
` [PATCH 04/10] VFIO: pci: Add automasked field to vfio_pci_irq_ctx
` [PATCH 05/10] VFIO: pci: Introduce direct EOI INTx interrupt handler
` [PATCH 06/10] irqbypass: Add a private field in the producer
` [PATCH 07/10] VFIO: pci: Direct EOI irq bypass for ARM/ARM64
` [PATCH 08/10] KVM: arm/arm64: vgic: Handle unshared mapped interrupts
` [PATCH 09/10] KVM: arm/arm64: vgic: Implement forwarding setting
` [PATCH 10/10] KVM: arm/arm64: register DEOI irq bypass consumer on ARM/ARM64

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

[edk2] [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support
 2017-05-31  2:13 UTC  (3+ messages)

[PATCH v4 00/11] KVM: arm/arm64: race fixes and vcpu requests
 2017-05-26  9:43 UTC  (11+ messages)
` [PATCH v4 01/11] KVM: improve arch vcpu request defining
` [PATCH v4 03/11] KVM: Add documentation for VCPU requests
` [PATCH v4 05/11] KVM: arm/arm64: replace pause checks with vcpu request checks
` [PATCH v4 07/11] KVM: arm/arm64: optimize VCPU RUN
` [PATCH v4 08/11] KVM: arm/arm64: change exit request to sleep request
` [PATCH v4 09/11] KVM: arm/arm64: use vcpu requests for irq injection
` [PATCH v4 10/11] KVM: arm/arm64: PMU: remove request-less vcpu kick
` [PATCH v4 11/11] KVM: arm/arm64: timer: "

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

[PATCH v2] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory
 2017-05-24 16:32 UTC 

[PATCH] KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration
 2017-05-24  7:43 UTC 

[RFC PATCH] kvm: arm: vgic-v3: add the emulate GICC_CTLR layout support for vmcr ctlr field
 2017-05-23 18:13 UTC  (6+ messages)

[PATCH v2 0/3] Fix race condition and simplify vgic active handler
 2017-05-23 10:36 UTC  (11+ messages)
` [PATCH v2 1/3] KVM: arm/arm64: Allow GICv2 to supply a uaccess register function
` [PATCH v2 2/3] KVM: arm/arm64: Separate guest and uaccess writes to dist {sc}active
` [PATCH v2 3/3] KVM: arm/arm64: Simplify active_change_prepare and plug race

[PATCH V17 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-05-23  9:30 UTC  (13+ messages)
` [PATCH V17 01/11] acpi: apei: read ack upon ghes record consumption
` [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 04/11] efi: parse ARM processor error
` [PATCH V17 05/11] arm64: exception: handle Synchronous External Abort
` [PATCH V17 06/11] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V17 07/11] acpi: apei: panic OS with fatal error status block
` [PATCH V17 08/11] efi: print unrecognized CPER section
` [PATCH V17 09/11] ras: acpi / apei: generate trace event for "
` [PATCH V17 10/11] trace, ras: add ARM processor error trace event
` [PATCH V17 11/11] arm/arm64: KVM: add guest SEA support

[PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support
 2017-05-22 14:23 UTC  (6+ messages)
` [Qemu-devel] "

[PATCH v3 3/3] arm/arm64: signal SIBGUS and inject SEA Error
 2017-05-21  9:23 UTC  (8+ messages)

[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
 2017-05-21  9:08 UTC  (6+ messages)
` [PATCH v3 2/3] arm64: kvm: inject SError with virtual syndrome

Looking a bootloader code on Armv8a cpu
 2017-05-20  8:43 UTC  (2+ messages)

[PATCH 00/11] arm64/firmware: Software Delegated Exception Interface
 2017-05-19  1:48 UTC  (3+ messages)
` [PATCH 06/11] dt-bindings: add devicetree binding for describing arm64 SDEI firmware

[PULL 00/13] KVM/ARM Fixes for v4.12-rc2
 2017-05-18 18:34 UTC  (15+ messages)
` [PULL 01/13] ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/
` [PULL 02/13] arm64: KVM: Do not use stack-protector to compile EL2 code
` [PULL 03/13] arm: KVM: Do not use stack-protector to compile HYP code
` [PULL 04/13] KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt
` [PULL 05/13] KVM: arm/arm64: vgic-v3: "
` [PULL 06/13] KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2 registers
` [PULL 07/13] kvm: arm/arm64: Fix race in resetting stage2 PGD
` [PULL 08/13] KVM: arm: plug potential guest hardware debug leakage
` [PULL 09/13] KVM: arm: rename pm_fake handler to trap_raz_wi
` [PULL 10/13] kvm: arm/arm64: Force reading uncached stage2 PGD
` [PULL 11/13] kvm: arm/arm64: Fix use after free of stage2 page table
` [PULL 12/13] KVM: arm/arm64: Fix bug when registering redist iodevs
` [PULL 13/13] KVM: arm/arm64: Hold slots_lock when unregistering kvm io bus devices

[PATCH] KVM: arm/arm64: Hold slots_lock when unregisering kvm io bus devices
 2017-05-17 19:46 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: Fix bug when registering redist iodevs
 2017-05-17 19:45 UTC  (2+ messages)

[PATCH v2 00/11] Fixes to v7 of the vITS save/restore series
 2017-05-17 13:19 UTC  (8+ messages)
` [PATCH v2 07/11] KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUs

[PATCH V16 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-05-16 17:16 UTC  (10+ messages)
` [PATCH V16 08/11] efi: print unrecognized CPER section
` [PATCH V16 09/11] ras: acpi / apei: generate trace event for "
` [PATCH V16 10/11] trace, ras: add ARM processor error trace event

[PATCH v3 0/2] kvm: arm/arm64: Fixes for race conditions
 2017-05-16 13:29 UTC  (6+ messages)
` [PATCH v3 1/2] kvm: arm/arm64: Force reading uncached stage2 PGD
` [PATCH v3 2/2] kvm: arm/arm64: Fix use after free of stage2 page table

[PATCH 0/5] Userspace timer IRQ number control and PMU with userspace-gic
 2017-05-16 10:38 UTC  (8+ messages)
` [PATCH 5/5] KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace

[PATCH v3 00/10] KVM: arm/arm64: race fixes and vcpu requests
 2017-05-16 10:06 UTC  (7+ messages)
` [PATCH v3 04/10] KVM: arm/arm64: use vcpu request in kvm_arm_halt_vcpu


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