Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2017-06-07 10:11:30 to 2017-06-28 15:05:54 UTC [more...]

[PATCH v2 00/52] irqchip: KVM: Add support for GICv4
 2017-06-28 15:04 UTC  (51+ messages)
` [PATCH v2 01/52] genirq: Let irq_set_vcpu_affinity() iterate over hierarchy
` [PATCH v2 02/52] irqchip/gic-v3: Add redistributor iterator
` [PATCH v2 03/52] irqchip/gic-v3: Add VLPI/DirectLPI discovery
` [PATCH v2 04/52] irqchip/gic-v3-its: Move LPI definitions around
` [PATCH v2 05/52] irqchip/gic-v3-its: Add probing for VLPI properties
` [PATCH v2 06/52] irqchip/gic-v3-its: Macro-ize its_send_single_command
` [PATCH v2 07/52] irqchip/gic-v3-its: Implement irq_set_irqchip_state for pending state
` [PATCH v2 08/52] irqchip/gic-v3-its: Split out property table allocation
` [PATCH v2 09/52] irqchip/gic-v3-its: Allow use of indirect VCPU tables
` [PATCH v2 10/52] irqchip/gic-v3-its: Split out pending table allocation
` [PATCH v2 11/52] irqchip/gic-v3-its: Rework LPI freeing
` [PATCH v2 12/52] irqchip/gic-v3-its: Generalize device table allocation
` [PATCH v2 13/52] irqchip/gic-v3-its: Generalize LPI configuration
` [PATCH v2 14/52] irqchip/gic-v4: Add management structure definitions
` [PATCH v2 15/52] irqchip/gic-v3-its: Add GICv4 ITS command definitions
` [PATCH v2 16/52] irqchip/gic-v3-its: Add VLPI configuration hook
` [PATCH v2 17/52] irqchip/gic-v3-its: Add VLPI map/unmap operations
` [PATCH v2 18/52] irqchip/gic-v3-its: Add VLPI configuration handling
` [PATCH v2 19/52] irqchip/gic-v3-its: Add VPE domain infrastructure
` [PATCH v2 20/52] irqchip/gic-v3-its: Add VPE irq domain allocation/teardown
` [PATCH v2 21/52] irqchip/gic-v3-its: Add VPE irq domain [de]activation
` [PATCH v2 22/52] irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors
` [PATCH v2 23/52] irqchip/gic-v3-its: Add VPE scheduling
` [PATCH v2 24/52] irqchip/gic-v3-its: Add VPE invalidation hook
` [PATCH v2 25/52] irqchip/gic-v3-its: Add VPE affinity changes
` [PATCH v2 26/52] irqchip/gic-v3-its: Add VPE interrupt masking
` [PATCH v2 27/52] irqchip/gic-v3-its: Support VPE doorbell invalidation even when !DirectLPI
` [PATCH v2 28/52] irqchip/gic-v3-its: Set implementation defined bit to enable VLPIs
` [PATCH v2 29/52] irqchip/gic-v4: Add per-VM VPE domain creation
` [PATCH v2 30/52] irqchip/gic-v4: Add VPE command interface
` [PATCH v2 31/52] irqchip/gic-v4: Add VLPI configuration interface
` [PATCH v2 32/52] irqchip/gic-v4: Add some basic documentation
` [PATCH v2 33/52] irqchip/gic-v4: Enable low-level GICv4 operations
` [PATCH v2 34/52] irqchip/gic-v3: Advertise GICv4 support to KVM
` [PATCH v2 35/52] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
` [PATCH v2 36/52] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PATCH v2 37/52] KVM: arm/arm64: GICv4: Add init and teardown of the vPE irq domain
` [PATCH v2 38/52] KVM: arm/arm64: GICv4: Wire init/teardown of per-VM support
` [PATCH v2 39/52] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v2 40/52] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v2 41/52] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v2 42/52] KVM: arm/arm64: GICv4: Handle MOVI applied to a VLPI
` [PATCH v2 43/52] KVM: arm/arm64: GICv4: Handle CLEAR "
` [PATCH v2 44/52] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v2 45/52] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v2 46/52] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v2 47/52] KVM: arm/arm64: GICv4: Propagate VLPI properties at map time
` [PATCH v2 48/52] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v2 49/52] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v2 50/52] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered

***SPAM*** ***SPAM*** Components&PCBA on stop:176608
 2017-06-27 15:34 UTC 

[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  (13+ messages)
` [RFC 06/55] KVM: arm64: Add EL2 execution context for nesting
` [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  (6+ messages)

[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  (2+ messages)

[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  (5+ messages)
` [PATCH 03/11] KVM: arm64: Change hyp_panic()s dependency on tpidr_el2

[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  (6+ messages)
` [PATCH 2/3] arm64: KVM: Allow unaligned accesses at EL2


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