messages from 2015-07-08 09:50:49 to 2015-07-17 15:28:42 UTC [more...]
[PATCH 00/18] KVM: ARM64: Add guest PMU support
2015-07-17 15:28 UTC (41+ messages)
` [PATCH 01/18] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH 02/18] KVM: ARM64: Add initial support for PMU
` [PATCH 03/18] KVM: ARM64: Add offset defines for PMU registers
` [PATCH 04/18] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH 06/18] KVM: ARM64: Add reset and access handlers for PMCEID0_EL0 and PMCEID1_EL0 register
` [PATCH 07/18] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH 09/18] KVM: ARM64: Add reset and access handlers for PMXEVCNTR_EL0 register
` [PATCH 10/18] KVM: ARM64: Add reset and access handlers for PMCCNTR_EL0 register
` [PATCH 11/18] KVM: ARM64: Add reset and access handlers for PMCNTENSET_EL0 and PMCNTENCLR_EL0 register
` [PATCH 12/18] KVM: ARM64: Add reset and access handlers for PMINTENSET_EL1 and PMINTENCLR_EL1 register
` [PATCH 13/18] KVM: ARM64: Add reset and access handlers for PMOVSSET_EL0 and PMOVSCLR_EL0 register
` [PATCH 14/18] KVM: ARM64: Add reset and access handlers for PMUSERENR_EL0 register
` [PATCH 15/18] KVM: ARM64: Add reset and access handlers for PMSWINC_EL0 register
` [PATCH 16/18] KVM: ARM64: Add access handlers for PMEVCNTRn_EL0 and PMEVTYPERn_EL0 register
` [PATCH 17/18] KVM: ARM64: Add PMU overflow interrupt routing
[PATCH v2] target-arm: kvm: Differentiate registers based on write-back levels
2015-07-17 15:39 UTC (3+ messages)
[PATCH v4 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
2015-07-17 10:28 UTC (5+ messages)
` [PATCH v4 1/2] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore "
` [PATCH v4 2/2] arm: KVM: keep arm vfp/simd exit handling consistent with arm64
[PATCH v2 0/7] KVM: arm/arm64: gsi routing support
2015-07-17 10:21 UTC (24+ messages)
` [PATCH v2 1/7] KVM: api: introduce KVM_IRQ_ROUTING_EXTENDED_MSI
` [PATCH v2 2/7] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry
` [PATCH v2 3/7] KVM: irqchip: convey devid to kvm_set_msi
` [PATCH v2 4/7] KVM: arm/arm64: enable irqchip routing
` [PATCH v2 5/7] KVM: arm/arm64: build a default routing table
` [PATCH v2 6/7] KVM: arm/arm64: enable MSI routing
` [PATCH v2 7/7] KVM: arm: implement kvm_set_msi by gsi direct mapping
[PATCH] arm64/kvm: Add generic v8 KVM target
2015-07-17 10:19 UTC (14+ messages)
[PATCH v4 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits for non-VHE
2015-07-16 19:22 UTC (7+ messages)
` [PATCH v4 1/2] arm64: KVM: Optimize arm64 non-VHE fpsimd skip 30-50% save/restore on exits
` [PATCH v4 2/2] keep arm vfp/simd exit handling consistent with arm64
[PATCH 00/13] arm64: Virtualization Host Extension support
2015-07-16 18:08 UTC (29+ messages)
` [PATCH 01/13] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH 02/13] arm64: Allow the arch timer to use the HYP timer
` [PATCH 03/13] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH 04/13] arm64: KVM: skip HYP setup when already running in HYP
` [PATCH 05/13] arm64: KVM: VHE: macroize VTCR_EL2 setup
` [PATCH 06/13] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH 07/13] arm64: KVM: VHE: Patch out use of HVC
` [PATCH 08/13] arm64: KVM: VHE: Preserve VHE config in world switch
` [PATCH 09/13] arm64: KVM: VHE: Add alternatives for VHE-enabled world-switch
` [PATCH 10/13] arm64: Add support for running Linux in EL2 mode
` [PATCH 11/13] arm64: Panic when VHE and non VHE CPUs coexist
` [PATCH 12/13] arm64: KVM: Split sysreg save/restore
` [PATCH 13/13] arm64: KVM: VHE: Early interrupt handling
[PATCH] arm64: KVM: Enable minimalistic support for Thunder
2015-07-16 17:40 UTC (5+ messages)
[PATCH v2 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
2015-07-16 13:30 UTC (8+ messages)
` [PATCH v2 1/3] KVM: arm: Fix NULL pointer dereference if KVM is used "
` [PATCH v2 2/3] KVM: arm: Detect vGIC presence at runtime
` [PATCH v2 3/3] KVM: arm64: Introduce default dummy save/restore functions
[PATCH v2 00/15] KVM: arm64: GICv3 ITS emulation
2015-07-15 12:02 UTC (20+ messages)
` [PATCH v2 01/15] KVM: arm/arm64: VGIC: don't track used LRs in the distributor
` [PATCH v2 02/15] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v2 03/15] KVM: arm/arm64: add emulation model specific destroy function
` [PATCH v2 04/15] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v2 05/15] KVM: arm/arm64: make GIC frame address initialization model specific
` [PATCH v2 06/15] KVM: arm64: Introduce new MMIO region for the ITS base address
` [PATCH v2 07/15] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v2 08/15] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH v2 09/15] KVM: arm64: implement basic ITS register handlers
` [PATCH v2 10/15] KVM: arm64: add data structures to model ITS interrupt translation
` [PATCH v2 11/15] KVM: arm64: handle pending bit for LPIs in ITS emulation
` [PATCH v2 12/15] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v2 13/15] KVM: arm64: implement ITS command queue command handlers
` [PATCH v2 14/15] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v2 15/15] KVM: arm64: enable ITS emulation as a virtual MSI controller
[RFC PATCH] target-arm: kvm: Differentiate registers based on write-back levels
2015-07-14 14:54 UTC (4+ messages)
Extensions for KVM MSI related ioctls
2015-07-13 14:29 UTC (5+ messages)
[PATCH v3 00/11] KVM: arm: debug infrastructure support
2015-07-13 12:12 UTC (12+ messages)
` [PATCH v3 08/11] KVM: arm: implement dirty bit mechanism for debug registers
[PATCH] KVM: Add Kconfig option to signal cross-endian guests
2015-07-13 9:24 UTC (8+ messages)
[PULL] KVM/ARM changes for 4.2
2015-07-10 14:16 UTC (3+ messages)
` [PATCH 05/12] arm/arm64: KVM: Properly account for guest CPU time
` KVM/ARM: trap every load /store instruction
***SPAM*** KVM on ARM: How to add some functions into interrupt.S with C code?
2015-07-10 13:38 UTC (2+ messages)
[PATCH 0/6] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
2015-07-10 8:21 UTC (11+ messages)
` [PATCH 1/6] irqchip: GICv3: Convert to EOImode == 1
` [PATCH 2/6] irqchip: GIC: "
` [PATCH 3/6] irqchip: GICv3: Skip LPI deactivation
` [PATCH 4/6] irqchip: GIC: Use chip_data instead of handler_data for cascaded interrupts
` [PATCH 5/6] irqchip: GICv3: Don't deactivate interrupts forwarded to a guest
` [PATCH 6/6] irqchip: GIC: "
[RFC PATCH] KVM: arm/arm64: Don't let userspace update CNTVOFF once guest is running
2015-07-09 16:06 UTC (22+ messages)
[RFC v2 0/6] IRQ bypass manager and irqfd consumer
2015-07-09 16:06 UTC (7+ messages)
[PATCH 0/2] Allow to use KVM without in-kernel irqchip
2015-07-09 13:47 UTC (8+ messages)
` [PATCH 1/2] Fix NULL pointer dereferences if KVM is used "
` [PATCH 2/2] Detect vGIC presence at runtime
[PATCH v8 00/11] KVM Guest Debug support for arm64
2015-07-09 9:53 UTC (6+ messages)
` [PATCH v8 08/11] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v8 11/11] KVM: arm64: add trace points for guest_debug debug
[PATCH v2 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
2015-07-08 17:56 UTC (11+ messages)
` [PATCH v2 01/10] arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
` [PATCH v2 02/10] arm/arm64: KVM: Move vgic handling to a non-preemptible section
` [PATCH v2 03/10] KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
` [PATCH v2 04/10] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH v2 05/10] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [PATCH v2 06/10] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH v2 07/10] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH v2 08/10] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
` [PATCH v2 09/10] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH v2 10/10] KVM: arm/arm64: vgic: Allow non-shared device HW interrupts
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).