KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-27 03:48:12 to 2016-02-04 19:20:42 UTC [more...]

[PATCH v3 00/23] arm64: Virtualization Host Extension support
 2016-02-04 19:26 UTC  (29+ messages)
` [PATCH v3 01/23] arm/arm64: KVM: Add hook for C-based stage2 init
` [PATCH v3 02/23] arm64: KVM: Switch to "
` [PATCH v3 03/23] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH v3 04/23] arm64: Allow the arch timer to use the HYP timer
` [PATCH v3 05/23] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH v3 06/23] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH v3 07/23] arm64: KVM: VHE: Patch out use of HVC
` [PATCH v3 08/23] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH v3 09/23] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH v3 10/23] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH v3 11/23] arm64: KVM: VHE: Split save/restore of registers shared between guest and host
` [PATCH v3 12/23] arm64: KVM: VHE: Use unified system register accessors
` [PATCH v3 13/23] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH v3 14/23] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH v3 15/23] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH v3 16/23] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH v3 17/23] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH v3 18/23] arm64: KVM: VHE: Add alternative panic handling
` [PATCH v3 19/23] arm64: KVM: Move most of the fault decoding to C
` [PATCH v3 20/23] arm64: perf: Count EL2 events if the kernel is running in HYP
` [PATCH v3 21/23] arm64: hw_breakpoint: Allow EL2 breakpoints if "
` [PATCH v3 22/23] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH v3 23/23] arm64: Panic when VHE and non VHE CPUs coexist

MPIDR Aff0 question
 2016-02-04 18:51 UTC  (2+ messages)

PCIe passthrough support on ARM
 2016-02-04 17:30 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/11] pci/arm: add PCI bus support
 2016-02-04 15:31 UTC  (16+ messages)
` [kvm-unit-tests PATCH 01/11] arm/pci: Device tree PCI probing
` [kvm-unit-tests PATCH 02/11] arm/pci: PCI bus scanning
` [kvm-unit-tests PATCH 07/11] arm/pci: PCI device operation test
` [kvm-unit-tests PATCH 08/11] arm/pci: PCI device read/write test

[PATCH v2 00/28] ARM: KVM: Rewrite the world switch in C (mostly)
 2016-02-04 11:00 UTC  (29+ messages)
` [PATCH v2 01/28] ARM: KVM: Move the HYP code to its own section
` [PATCH v2 02/28] ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end
` [PATCH v2 03/28] ARM: KVM: Move VFP registers to a CPU context structure
` [PATCH v2 04/28] ARM: KVM: Move CP15 array into the "
` [PATCH v2 05/28] ARM: KVM: Move GP registers "
` [PATCH v2 06/28] ARM: KVM: Add a HYP-specific header file
` [PATCH v2 07/28] ARM: KVM: Add system register accessor macros
` [PATCH v2 08/28] ARM: KVM: Add TLB invalidation code
` [PATCH v2 09/28] ARM: KVM: Add CP15 save/restore code
` [PATCH v2 10/28] ARM: KVM: Add timer save/restore
` [PATCH v2 11/28] ARM: KVM: Add vgic v2 save/restore
` [PATCH v2 12/28] ARM: KVM: Add VFP save/restore
` [PATCH v2 13/28] ARM: KVM: Add banked registers save/restore
` [PATCH v2 14/28] ARM: KVM: Add guest entry code
` [PATCH v2 15/28] ARM: KVM: Add VFP lazy save/restore handler
` [PATCH v2 16/28] ARM: KVM: Add the new world switch implementation
` [PATCH v2 17/28] ARM: KVM: Add populating of fault data structure
` [PATCH v2 18/28] ARM: KVM: Add HYP mode entry code
` [PATCH v2 19/28] ARM: KVM: Add panic handling code
` [PATCH v2 20/28] ARM: KVM: Change kvm_call_hyp return type to unsigned long
` [PATCH v2 21/28] ARM: KVM: Remove the old world switch
` [PATCH v2 22/28] ARM: KVM: Switch to C-based stage2 init
` [PATCH v2 23/28] ARM: KVM: Remove __weak attributes
` [PATCH v2 24/28] ARM: KVM: Turn CP15 defines to an enum
` [PATCH v2 25/28] ARM: KVM: Cleanup asm-offsets.c
` [PATCH v2 26/28] ARM: KVM: Remove unused hyp_pc field
` [PATCH v2 27/28] ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORT
` [PATCH v2 28/28] ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end

[PATCH] KVM: arm/arm64: fix reference to uninitialised VGIC
 2016-02-04  7:36 UTC  (3+ messages)

[PATCH v2 00/21] arm64: Virtualization Host Extension support
 2016-02-03 19:12 UTC  (72+ messages)
` [PATCH v2 01/21] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH v2 02/21] arm64: Allow the arch timer to use the HYP timer
` [PATCH v2 03/21] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH v2 04/21] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH v2 05/21] arm64: KVM: VHE: Turn VTCR_EL2 setup into a reusable macro
` [PATCH v2 06/21] arm64: KVM: VHE: Patch out use of HVC
` [PATCH v2 07/21] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH v2 08/21] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH v2 09/21] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH v2 10/21] arm64: KVM: VHE: Split save/restore of sysregs shared between EL1 and EL2
` [PATCH v2 11/21] arm64: KVM: VHE: Use unified system register accessors
` [PATCH v2 12/21] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH v2 13/21] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH v2 14/21] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH v2 15/21] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH v2 16/21] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH v2 17/21] arm64: KVM: VHE: Add alternative panic handling
` [PATCH v2 18/21] arm64: KVM: Introduce hyp_alternate_value helper
` [PATCH v2 19/21] arm64: KVM: Move most of the fault decoding to C
` [PATCH v2 20/21] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH v2 21/21] arm64: Panic when VHE and non VHE CPUs coexist

[PATCH 00/10] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-03 15:36 UTC  (13+ messages)

[PATCH v3 0/6] acpi, clocksource, kvm: add GTDT and ARM memory-mapped timer support
 2016-02-01 20:26 UTC  (7+ messages)
` [PATCH v3 1/6] ACPI: add GTDT table parse driver into ACPI driver
` [PATCH v3 2/6] clocksource: simplify ACPI code in arm_arch_timer.c
` [PATCH v3 3/6] clocksource: add memory-mapped timer support "
` [PATCH v3 4/6] clocksource: move some enums to arm_arch_timer.h
` [PATCH v3 5/6] kvm: arm64: wrapping DT support for virt arch timer
` [PATCH v3 6/6] kvm: arm64: Add ACPI "

[PATCH] help guest boot up on AArch64 host with GICv2
 2016-01-29 18:55 UTC  (10+ messages)

[PATCH v10 00/21] KVM: ARM64: Add guest PMU support
 2016-01-29 13:17 UTC  (47+ messages)
` [PATCH v10 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v10 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v10 04/21] KVM: ARM64: Add access handler for PMCR register
` [PATCH v10 05/21] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v10 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v10 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v10 08/21] KVM: ARM64: Add access handler for event type register
` [PATCH v10 09/21] KVM: ARM64: Add access handler for event counter register
` [PATCH v10 10/21] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v10 11/21] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v10 12/21] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v10 13/21] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v10 14/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v10 15/21] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v10 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v10 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v10 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v10 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3

[RFC PATCH 0/5] arm/arm64: Making HYP vgic/timer save/restore common
 2016-01-28 15:56 UTC  (6+ messages)
` [RFC PATCH 1/5] arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
` [RFC PATCH 2/5] arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hyp
` [RFC PATCH 3/5] ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
` [RFC PATCH 4/5] ARM: KVM: Use common version of vgic-v2-sr.c
` [RFC PATCH 5/5] ARM: KVM: Use common version of timer-sr.c

[GIT PULL] KVM/ARM updates for 4.5-rc2
 2016-01-28 10:30 UTC  (6+ messages)
` [PATCH 1/5] arm64: KVM: Fix AArch64 guest userspace exception injection
` [PATCH 2/5] arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2
` [PATCH 3/5] arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guests
` [PATCH 4/5] arm64: KVM: Fix comments of the CP handler
` [PATCH 5/5] arm64: KVM: Fix guest dead loop when register accessor returns false


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 read-only IMAP folder(s) and NNTP newsgroup(s).