Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-03-01 18:21:59 to 2016-03-14 12:19:10 UTC [more...]

[PATCH v3 0/9] arm64: Add support of KVM with ACPI
 2016-03-14 12:19 UTC  (24+ messages)
` [PATCH v3 1/9] clocksource: arm_arch_timer: Gather KVM specific information in a structure
` [PATCH v3 2/9] clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQ
` [PATCH v3 3/9] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v3 4/9] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH v3 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure
` [PATCH v3 6/9] irqchip/gic-v3: Parse and export virtual GIC information
` [PATCH v3 7/9] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables
` [PATCH v3 8/9] KVM: arm/arm64: vgic: Rely on the GIC driver "
` [PATCH v3 9/9] clocksource: arm_arch_timer: Remove arch_timer_get_timecounter

[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
 2016-03-14 11:13 UTC  (4+ messages)

[Question] Linux 3.10 supporting AArch64 KVM
 2016-03-13 18:18 UTC  (2+ messages)

[PATCH] kvmtool: arm: move PMU support into arm64 only
 2016-03-11  6:28 UTC 

[RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-03-10 11:52 UTC  (10+ messages)
  ` [RFC v5 01/17] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
  ` [RFC v5 06/17] dma-reserved-iommu: iommu_get/put_single_reserved
` [RFC v5 03/17] iommu: introduce a reserved iova cookie
` [RFC v5 12/17] msi: IOMMU map the doorbell address when needed
` [RFC v5 17/17] vfio/type1: return MSI mapping requirements with VFIO_IOMMU_GET_INFO

[PULL] KVM/ARM updates for 4.6
 2016-03-09 10:50 UTC  (97+ messages)
` [PATCH 01/95] arm/arm64: KVM: Add hook for C-based stage2 init
` [PATCH 02/95] ARM: KVM: Move the HYP code to its own section
` [PATCH 03/95] ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end
` [PATCH 04/95] ARM: KVM: Move VFP registers to a CPU context structure
` [PATCH 05/95] ARM: KVM: Move CP15 array into the "
` [PATCH 06/95] ARM: KVM: Move GP registers "
` [PATCH 07/95] ARM: KVM: Add a HYP-specific header file
` [PATCH 08/95] ARM: KVM: Add system register accessor macros
` [PATCH 09/95] ARM: KVM: Add TLB invalidation code
` [PATCH 10/95] ARM: KVM: Add CP15 save/restore code
` [PATCH 11/95] ARM: KVM: Add timer save/restore
` [PATCH 12/95] ARM: KVM: Add vgic v2 save/restore
` [PATCH 13/95] ARM: KVM: Add VFP save/restore
` [PATCH 14/95] ARM: KVM: Add banked registers save/restore
` [PATCH 15/95] ARM: KVM: Add guest entry code
` [PATCH 16/95] ARM: KVM: Add VFP lazy save/restore handler
` [PATCH 17/95] ARM: KVM: Add the new world switch implementation
` [PATCH 18/95] ARM: KVM: Add populating of fault data structure
` [PATCH 19/95] ARM: KVM: Add HYP mode entry code
` [PATCH 20/95] ARM: KVM: Add panic handling code
` [PATCH 21/95] ARM: KVM: Change kvm_call_hyp return type to unsigned long
` [PATCH 22/95] ARM: KVM: Remove the old world switch
` [PATCH 23/95] ARM: KVM: Switch to C-based stage2 init
` [PATCH 24/95] ARM: KVM: Remove __weak attributes
` [PATCH 25/95] ARM: KVM: Turn CP15 defines to an enum
` [PATCH 26/95] ARM: KVM: Cleanup asm-offsets.c
` [PATCH 27/95] ARM: KVM: Remove unused hyp_pc field
` [PATCH 28/95] ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORT
` [PATCH 29/95] ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end
` [PATCH 30/95] arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP
` [PATCH 31/95] arm64: KVM: Switch to C-based stage2 init
` [PATCH 32/95] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH 33/95] arm64: Allow the arch timer to use the HYP timer
` [PATCH 34/95] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH 35/95] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH 36/95] arm64: KVM: VHE: Patch out use of HVC
` [PATCH 37/95] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH 38/95] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH 39/95] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH 40/95] arm64: KVM: VHE: Split save/restore of registers shared between guest and host
` [PATCH 41/95] arm64: KVM: VHE: Use unified system register accessors
` [PATCH 42/95] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH 43/95] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH 44/95] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH 45/95] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH 46/95] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH 47/95] arm64: KVM: VHE: Add alternative panic handling
` [PATCH 48/95] arm64: KVM: Move most of the fault decoding to C
` [PATCH 49/95] arm64: perf: Count EL2 events if the kernel is running in HYP
` [PATCH 50/95] arm64: hw_breakpoint: Allow EL2 breakpoints if "
` [PATCH 51/95] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH 52/95] arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
` [PATCH 53/95] arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hyp
` [PATCH 54/95] ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
` [PATCH 55/95] ARM: KVM: Use common version of vgic-v2-sr.c
` [PATCH 56/95] ARM: KVM: Use common version of timer-sr.c
` [PATCH 57/95] arm64: KVM: Move __cpu_init_stage2 after kvm_call_hyp
` [PATCH 58/95] arm64: KVM: Add temporary kvm_perf_event.h
` [PATCH 59/95] arm64: KVM: Define PMU data structure for each vcpu
` [PATCH 60/95] arm64: KVM: Add access handler for PMCR register
` [PATCH 61/95] arm64: KVM: Add access handler for PMSELR register
` [PATCH 62/95] arm64: KVM: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH 63/95] arm64: KVM: Add access handler for event counter register
` [PATCH 64/95] arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH 65/95] arm64: KVM: PMU: Add perf event map and introduce perf event creating function
` [PATCH 66/95] arm64: KVM: Add access handler for event type register
` [PATCH 67/95] arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH 68/95] arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH 69/95] arm64: KVM: Add access handler for PMSWINC register
` [PATCH 70/95] arm64: KVM: Add helper to handle PMCR register bits
` [PATCH 71/95] arm64: KVM: Add access handler for PMUSERENR register
` [PATCH 72/95] arm64: KVM: Add PMU overflow interrupt routing
` [PATCH 73/95] arm64: KVM: Reset PMU state when resetting vcpu
` [PATCH 74/95] arm64: KVM: Free perf event of PMU when destroying vcpu
` [PATCH 75/95] arm64: KVM: Add a new feature bit for PMUv3
` [PATCH 76/95] arm64: KVM: Introduce per-vcpu kvm device controls
` [PATCH 77/95] arm64: KVM: Add a new vcpu device control group for PMUv3
` [PATCH 78/95] arm64: KVM: Switch the sys_reg search to be a binary search
` [PATCH 79/95] ARM: KVM: Properly sort the invariant table
` [PATCH 80/95] ARM: KVM: Enforce sorting of all CP tables
` [PATCH 81/95] ARM: KVM: Rename struct coproc_reg::is_64 to is_64bit
` [PATCH 82/95] ARM: KVM: Switch the CP reg search to be a binary search
` [PATCH 83/95] KVM: arm/arm64: timer: Add active state caching
` [PATCH 84/95] KVM: arm/arm64: vgic-v2: Avoid accessing GICH registers
` [PATCH 85/95] KVM: arm/arm64: vgic-v2: Save maintenance interrupt state only if required
` [PATCH 86/95] KVM: arm/arm64: vgic-v2: Move GICH_ELRSR saving to its own function
` [PATCH 87/95] KVM: arm/arm64: vgic-v2: Do not save an LR known to be empty
` [PATCH 88/95] KVM: arm/arm64: vgic-v2: Reset LRs at boot time
` [PATCH 89/95] KVM: arm/arm64: vgic-v2: Only wipe LRs on vcpu exit
` [PATCH 90/95] KVM: arm/arm64: vgic-v2: Make GICD_SGIR quicker to hit
` [PATCH 91/95] arm64: KVM: vgic-v3: Avoid accessing ICH registers
` [PATCH 92/95] arm64: KVM: vgic-v3: Save maintenance interrupt state only if required
` [PATCH 93/95] arm64: KVM: vgic-v3: Do not save an LR known to be empty
` [PATCH 94/95] arm64: KVM: vgic-v3: Reset LRs at boot time
` [PATCH 95/95] arm64: KVM: vgic-v3: Only wipe LRs on vcpu exit

[PATCH v3 00/12] Virtual GIC save/restore optimization
 2016-03-09  3:12 UTC  (16+ messages)
` [PATCH v3 01/12] KVM: arm/arm64: vgic-v2: Avoid accessing GICH registers
` [PATCH v3 02/12] KVM: arm/arm64: vgic-v2: Save maintenance interrupt state only if required
` [PATCH v3 03/12] KVM: arm/arm64: vgic-v2: Move GICH_ELRSR saving to its own function
` [PATCH v3 04/12] KVM: arm/arm64: vgic-v2: Do not save an LR known to be empty
` [PATCH v3 05/12] KVM: arm/arm64: vgic-v2: Reset LRs at boot time
` [PATCH v3 06/12] KVM: arm/arm64: vgic-v2: Only wipe LRs on vcpu exit
` [PATCH v3 07/12] KVM: arm/arm64: vgic-v2: Make GICD_SGIR quicker to hit
` [PATCH v3 08/12] arm64: KVM: vgic-v3: Avoid accessing ICH registers
` [PATCH v3 09/12] arm64: KVM: vgic-v3: Save maintenance interrupt state only if required
` [PATCH v3 10/12] arm64: KVM: vgic-v3: Do not save an LR known to be empty
` [PATCH v3 11/12] arm64: KVM: vgic-v3: Reset LRs at boot time
` [PATCH v3 12/12] arm64: KVM: vgic-v3: Only wipe LRs on vcpu exit

[PATCH v2 00/17] KVM/ARM: Guest Entry/Exit optimizations
 2016-03-04 11:45 UTC  (27+ messages)
` [PATCH v2 07/17] arm64: KVM: vgic-v2: Avoid accessing GICH registers
` [PATCH v2 08/17] arm64: KVM: vgic-v2: Save maintenance interrupt state only if required
` [PATCH v2 09/17] arm64: KVM: vgic-v2: Move GICH_ELRSR saving to its own function
` [PATCH v2 10/17] arm64: KVM: vgic-v2: Do not save an LR known to be empty
` [PATCH v2 11/17] arm64: KVM: vgic-v2: Only wipe LRs on vcpu exit
` [PATCH v2 12/17] arm64: KVM: vgic-v2: Make GICD_SGIR quicker to hit
` [PATCH v2 14/17] arm64: KVM: vgic-v3: Save maintenance interrupt state only if required
` [PATCH v2 15/17] arm64: KVM: vgic-v3: Do not save an LR known to be empty
` [PATCH v2 16/17] arm64: KVM: vgic-v3: Only wipe LRs on vcpu exit
` [PATCH v2 17/17] arm64: KVM: vgic-v3: Do not save ICH_AP0Rn_EL2 for GICv2 emulation

[PATCH v2 0/6] arm64: Add support of KVM with ACPI
 2016-03-04 10:32 UTC  (4+ messages)
` [PATCH v2 2/6] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables

[PATCH 0/4] kvmtool: add PRE_INIT support for ARM/ARM64
 2016-03-03 21:08 UTC  (8+ messages)
` [PATCH 3/4] pre_init: add support for i386 also
` [PATCH 4/4] pre_init: add ARM implementations

Intermittent guest kernel crashes with v4.5-rc6
 2016-03-03 14:38 UTC  (11+ messages)

[PATCH 0/3] kvmtool: fix vhost-net support
 2016-03-02 22:20 UTC  (8+ messages)
` [PATCH 1/3] irq: move IRQ routing into irq.c
` [PATCH 2/3] MSI-X: update GSI routing after changed MSI-X configuration
` [PATCH 3/3] virtio: fix endianness check for vhost support

[PATCH v2 0/8] arm64: Support for systems without AArch32 state
 2016-03-02 15:25 UTC  (8+ messages)
` [PATCH v2 8/8] arm64: kvm: Check support for AArch32 for 32bit guests

[PATCH v7 0/6] KVM: arm64: Implement API for vGICv3 live migration
 2016-03-02 12:48 UTC  (4+ messages)
` [PATCH v7 1/6] KVM: arm/arm64: Add VGICv3 save/restore API documentation

[PULL] KVM/ARM updates for 4.5-rc7
 2016-03-02  9:35 UTC  (3+ messages)
` [PATCH] arm/arm64: KVM: Fix ioctl error handling


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