KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-08 10:20:36 to 2016-01-25 16:38:39 UTC [more...]

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

[PATCH v2 00/21] arm64: Virtualization Host Extension support
 2016-01-25 16:37 UTC  (27+ 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 V12 3/7] dma: add Qualcomm Technologies HIDMA management driver
 2016-01-22 18:38 UTC  (16+ messages)

[PATCH v6 0/6] arm/arm64: KVM: Enhance armv7/8 fp/simd lazy switch
 2016-01-21  2:29 UTC  (23+ messages)
` [PATCH v6 1/6] arm/arm64: KVM: Introduce armv7 fp/simd vcpu fields and helpers
` [PATCH v6 2/6] arm: KVM: Introduce host fp/simd context switch function
` [PATCH v6 3/6] arm/arm64: KVM: Enable armv7 fp/simd enhanced context switch
` [PATCH v6 4/6] arm: KVM: Delete unused macros

[PATCH] arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2
 2016-01-19 16:32 UTC  (2+ messages)

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

[RFC PATCH 0/6] vfio: Add interface to map MSI pages
 2016-01-19  4:11 UTC  (7+ messages)

[PATCH] help guest boot up on AArch64 host with GICv2
 2016-01-18  9:28 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/11] pci/arm: add PCI bus support
 2016-01-15 15:42 UTC  (22+ 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 03/11] arm/pci: Read devices BARs
` [kvm-unit-tests PATCH 04/11] arm/pci: Allocate and assign memory/io space resources
` [kvm-unit-tests PATCH 05/11] arm/pci: Add pci_find_dev() and pci_bar_addr() functions
` [kvm-unit-tests PATCH 06/11] arm/pci: PCI testdev existence test
` [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
` [kvm-unit-tests PATCH 09/11] arm/pci: PCI host bridge info printing
` [kvm-unit-tests PATCH 10/11] arm/pci: PCI devices basic "
` [kvm-unit-tests PATCH 11/11] arm/pci: PCI testdev test flavour printing

ARM KVM guest virtual address to host virtual address Look up
 2016-01-15 15:38 UTC  (6+ messages)

kvmarm tags kvm-arm-for-4.2, 4.3, and v4.4-rc6 does not boot on Mustang
 2016-01-15  4:11 UTC  (7+ messages)

[PATCH 0/3] Three fixes for KVM ARM64
 2016-01-14  1:27 UTC  (9+ messages)
` [PATCH 1/3] KVM: ARM64: Fix wrong use of the CPSR MODE mask
` [PATCH 2/3] KVM: ARM64: Fix comments of the CP handler
` [PATCH 3/3] KVM: ARM64: Fix guest dead loop when register accessor returns false

[PATCH V2 0/5] Enable ACPI support for KVM ARM
 2016-01-14  0:27 UTC  (2+ messages)

stage2_unmap_vm - softlockup watchdog
 2016-01-13  1:20 UTC 

[PATCH] arm64: KVM: Fix AArch64 guest userspace exception injection
 2016-01-12 19:13 UTC  (9+ messages)

[PATCH v6 6/6] arm/arm64: KVM: Enable armv8 fp/simd enhanced context switch
 2016-01-12 14:13 UTC  (4+ messages)

[PATCH v6 5/6] arm/arm64: KVM: Introduce armv8 fp/simd vcpu fields and helpers
 2016-01-12 14:13 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: Output Guest cntvoff value
 2016-01-11 19:19 UTC  (5+ messages)

[PATCH v8 00/20] KVM: ARM64: Add guest PMU support
 2016-01-11 16:48 UTC  (30+ messages)
` [PATCH v8 20/20] KVM: ARM64: Add a new kvm ARM PMU device

[PATCH 0/2] arm: configs: improve KVM support
 2016-01-08 10:52 UTC  (4+ messages)
` [PATCH 1/2] arm: multi_v7_defconfig: Add virtio drivers


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).