KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-15 15:28:03 to 2016-02-01 13:41:50 UTC [more...]

[PATCH v2 00/21] arm64: Virtualization Host Extension support
 2016-02-01 13:47 UTC  (41+ 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-01-29 21:25 UTC  (25+ messages)
` [PATCH 01/10] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
` [PATCH 02/10] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO
  ` [PATCH 03/10] vfio_iommu_type1: add reserved binding RB tree management
` [PATCH 04/10] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
` [PATCH 05/10] vfio/type1: attach a reserved iova domain to vfio_domain
` [PATCH 06/10] vfio: introduce vfio_group_alloc_map_/unmap_free_reserved_iova
` [PATCH 07/10] vfio: pci: cache the vfio_group in vfio_pci_device
` [PATCH 08/10] vfio: introduce vfio_group_require_msi_mapping
` [PATCH 09/10] vfio-pci: create an iommu mapping for msi address
` [PATCH 10/10] vfio: allow the user to register reserved iova range for MSI mapping

[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  (50+ messages)
` [PATCH v10 01/21] ARM64: Move PMU register related defines to asm/pmu.h
` [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 17/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v10 18/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [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

[kvm-unit-tests PATCH 00/11] pci/arm: add PCI bus support
 2016-01-28 16:40 UTC  (17+ messages)
` [kvm-unit-tests PATCH 01/11] arm/pci: Device tree PCI probing
` [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

[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

[PATCH v9 00/21] KVM: ARM64: Add guest PMU support
 2016-01-26  3:40 UTC  (11+ messages)
` [PATCH v9 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v9 21/21] KVM: ARM64: Add a new vcpu device control group "

[PATCH 00/27] ARM: KVM: Rewrite the world switch in C (mostly)
 2016-01-25 16:38 UTC  (28+ 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 24/27] ARM: KVM: Cleanup asm-offsets.c
` [PATCH 25/27] ARM: KVM: Remove unused hyp_pc field
` [PATCH 26/27] ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORT
` [PATCH 27/27] ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end

[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  (12+ messages)
` [PATCH v6 1/6] arm/arm64: KVM: Introduce armv7 fp/simd vcpu fields and helpers

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

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

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


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