Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-03-14 16:53:11 to 2016-04-03 10:07:29 UTC [more...]

[PATCH v4 00/12] KVM: arm64: GICv3 ITS emulation
 2016-04-03 10:08 UTC  (16+ messages)
` [PATCH v4 01/12] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v4 02/12] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v4 03/12] KVM: arm64: Introduce new MMIO region for the ITS base address
` [PATCH v4 04/12] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v4 05/12] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH v4 06/12] KVM: arm64: implement basic ITS register handlers
` [PATCH v4 07/12] KVM: arm64: add data structures to model ITS interrupt translation
` [PATCH v4 08/12] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v4 09/12] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v4 10/12] KVM: arm64: implement ITS command queue command handlers
` [PATCH v4 11/12] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v4 12/12] KVM: arm64: enable ITS emulation as a virtual MSI controller

[PATCH] arm64: KVM: Add braces to multi-line if statement in virtual PMU code
 2016-04-01 14:23 UTC  (5+ messages)

[RFC PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-01 12:17 UTC  (94+ messages)
` [RFC PATCH 01/45] KVM: arm/arm64: add missing MMIO data write-back
` [RFC PATCH 02/45] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [RFC PATCH 03/45] KVM: arm/arm64: arch_timer: rework VGIC <-> timer interface
` [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions
` [RFC PATCH 05/45] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [RFC PATCH 06/45] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [RFC PATCH 07/45] KVM: arm/arm64: vgic-new: Add vgic GICv2 change_affinity
` [RFC PATCH 08/45] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush
` [RFC PATCH 10/45] KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
` [RFC PATCH 11/45] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [RFC PATCH 12/45] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [RFC PATCH 13/45] KVM: arm/arm64: vgic-new: Export register access interface
` [RFC PATCH 14/45] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [RFC PATCH 15/45] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [RFC PATCH 16/45] KVM: arm/arm64: vgic-new: Add PENDING "
` [RFC PATCH 17/45] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [RFC PATCH 18/45] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [RFC PATCH 19/45] KVM: arm/arm64: vgic-new: Add CONFIG "
` [RFC PATCH 20/45] KVM: arm/arm64: vgic-new: Add TARGET "
` [RFC PATCH 21/45] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [RFC PATCH 22/45] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [RFC PATCH 23/45] KVM: arm/arm64: vgic-new: Add GICv3 emulation framework
` [RFC PATCH 24/45] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [RFC PATCH 25/45] KVM: arm/arm64: vgic-new: Add GICv3 redistributor TYPER handler
` [RFC PATCH 26/45] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [RFC PATCH 27/45] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [RFC PATCH 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [RFC PATCH 29/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [RFC PATCH 30/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [RFC PATCH 31/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [RFC PATCH 32/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [RFC PATCH 33/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [RFC PATCH 34/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [RFC PATCH 35/45] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [RFC PATCH 36/45] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [RFC PATCH 37/45] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [RFC PATCH 38/45] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [RFC PATCH 39/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [RFC PATCH 40/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [RFC PATCH 41/45] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [RFC PATCH 42/45] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [RFC PATCH 43/45] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [RFC PATCH 44/45] KVM: arm/arm64: vgic-new: Add dummy MSI implementation
` [RFC PATCH 45/45] KVM: arm/arm64: vgic-new: enable build

[PULL 0/2] KVM/ARM Fixes for v4.6-rc2
 2016-04-01 10:37 UTC  (4+ messages)
` [PULL 1/2] arm64: kvm: 4.6-rc1: Fix VTCR_EL2 VS setting
` [PULL 2/2] arm64: KVM: Register CPU notifiers when the kernel runs at HYP

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

[PATCH v2] arm64: KVM: Register CPU notifiers when the kernel runs at HYP
 2016-03-31  8:26 UTC  (3+ messages)

[PATCH] arm64: kvm: 4.6-rc1: Fix VTCR_EL2 VS setting
 2016-03-30 20:09 UTC  (2+ messages)

[PATCH] arm64: KVM: Register CPU notifiers when the kernel runs at HYP
 2016-03-30 16:46 UTC  (3+ messages)

[RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-03-29 17:26 UTC  (7+ messages)
` [RFC v5 03/17] iommu: introduce a reserved iova cookie
` [RFC v5 06/17] dma-reserved-iommu: iommu_get/put_single_reserved

[PATCH] arm64: perf: Move PMU register related defines to asm/perf_event.h
 2016-03-24 16:01 UTC 

[PATCH v3 0/9] arm64: Add support of KVM with ACPI
 2016-03-22 12:02 UTC  (8+ messages)
` [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

[PULL 0/3] KVM/ARM Fixes for v4.6-rc1
 2016-03-22 10:48 UTC  (5+ messages)
` [PULL 1/3] KVM: arm/arm64: disable preemption when calling smp_call_function_many
` [PULL 2/3] arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE
` [PULL 3/3] kvm: arm64: Disable compiler instrumentation for hypervisor code

[RFC PATCH 00/12] kvm-arm: Add stage2 page table walker
 2016-03-22 10:30 UTC  (23+ messages)
` [RFC PATCH 02/12] arm64: kvm: Fix {V}TCR_EL2_TG0 mask
` [RFC PATCH 03/12] arm64: kvm: Cleanup VTCR_EL2/VTTBR computation
` [RFC PATCH 04/12] kvm-arm: Rename kvm_pmd_huge to huge_pmd
` [RFC PATCH 05/12] kvm-arm: Move kvm_pud_huge to arch specific headers
` [RFC PATCH 06/12] kvm-arm: Pass kvm parameter for pagetable helpers
` [RFC PATCH 07/12] kvm: arm: Introduce stage2 page table helpers
` [RFC PATCH 08/12] kvm: arm64: "
` [RFC PATCH 09/12] kvm-arm: Switch to kvm pagetable helpers
` [RFC PATCH 10/12] kvm: arm64: Get rid of fake page table levels
` [RFC PATCH 11/12] kvm-arm: Cleanup stage2 pgd handling

[PATCH] arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE
 2016-03-22  7:33 UTC  (12+ messages)

[PATCH] kvm: arm64: Disable compiler instrumentation for hypervisor code
 2016-03-21 13:01 UTC  (2+ messages)

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

[Question] Linux 3.10 supporting AArch64 KVM
 2016-03-15 11:43 UTC  (3+ messages)


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