Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-08-05 07:00:30 to 2016-09-01 12:03:50 UTC [more...]

[PATCH] KVM: arm/arm64: Get rid of exported aliases to static functions
 2016-09-01 12:11 UTC  (2+ messages)

[PATCH 0/5] arm64: KVM: vgic-v2: Allow unsafe GICV accesses
 2016-09-01 11:56 UTC  (11+ messages)
` [PATCH 1/5] arm/arm64: KVM: Don't BUG_ON if IT bits are set in ARM mode
` [PATCH 2/5] arm64: KVM: Allow kvm_skip_instr32 to be shared between kernel and HYP code
` [PATCH 3/5] arm64: KVM: vgic-v2: Add the GICV emulation infrastructure
` [PATCH 4/5] arm64: KVM: vgic-v2: Add GICV access from HYP
` [PATCH 5/5] arm64: KVM: vgic-v2: Enable GICV access from HYP if access from guest is unsafe

[PATCH 0/2] arm{,64}/kvm: excise redundant cache maintenance
 2016-09-01 11:15 UTC  (5+ messages)
` [PATCH 1/2] arm/kvm: "
` [PATCH 2/2] arm64/kvm: remove unused stub functions

[kvm-unit-tests PATCH v3 00/10] arm/arm64: add gic framework
 2016-09-01 10:20 UTC  (16+ messages)
` [kvm-unit-tests PATCH v3 01/10] lib: xstr: allow multiple args
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 02/10] arm64: fix get_"sysreg32" and make MPIDR 64bit
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 03/10] arm/arm64: smp: support more than 8 cpus
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 04/10] arm/arm64: add some delay routines
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 05/10] arm/arm64: irq enable/disable
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 06/10] arm/arm64: add initial gicv2 support
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 07/10] arm/arm64: add initial gicv3 support
  ` [Qemu-devel] "

[PATCH] KVM: arm: vgic: Drop build compatibility hack for older kernel versions
 2016-09-01 10:27 UTC  (3+ messages)

[PATCH] KVM: Remove deprecated create_singlethread_workqueue
 2016-09-01  9:59 UTC  (3+ messages)

[RFC PATCH 0/7] Add support for monitoring guest TLB operations
 2016-08-31 11:01 UTC  (20+ messages)
` [RFC PATCH 1/7] perf/trace: Add notification for perf trace events
` [RFC PATCH 2/7] KVM: Track the pid of the VM process
` [RFC PATCH 3/7] KVM: arm/arm64: Register perf trace event notifier
` [RFC PATCH 4/7] arm64: tlbflush.h: add __tlbi() macro
` [RFC PATCH 5/7] arm64/kvm: hyp: tlb: use __tlbi() helper
` [RFC PATCH 6/7] arm64: KVM: Handle trappable TLB instructions
` [RFC PATCH 7/7] arm64: KVM: Enable selective trapping of "

[PATCH v3] arm64: KVM: Optimize __guest_enter/exit() to save a few instructions
 2016-08-31 10:11 UTC  (2+ messages)

[RFC PATCH v3 0/5] arm/arm64: vgic-new: Implement API for vGICv3 live migration
 2016-08-30 14:07 UTC  (14+ messages)
` [RFC PATCH v3 1/5] arm/arm64: vgic-new: Implement support for userspace access
` [RFC PATCH v3 2/5] arm/arm64: vgic-new: Add distributor and redistributor access
` [RFC PATCH v3 3/5] arm/arm64: vgic-new: Introduce find_reg_by_id()
` [RFC PATCH v3 4/5] arm/arm64: vgic-new: Implement VGICv3 CPU interface access
` [RFC PATCH v3 5/5] arm/arm64: vgic-new: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl

[PATCH v2] arm64: KVM: Save four instructions in __guest_enter/exit()
 2016-08-30 12:22 UTC  (4+ messages)

[PATCH] arm64: KVM: Save two instructions in __guest_enter()
 2016-08-29 18:15 UTC  (5+ messages)

[PATCH v2] arm: KVM: Fix idmap overlap detection when the kernel is idmap'ed
 2016-08-25 18:34 UTC  (2+ messages)

[PATCH] kvmtool: ARM: madvise mergeable and hugepage separately
 2016-08-25 11:01 UTC  (3+ messages)

[PATCH] arm64: KVM: Enable support for Cortex-A72
 2016-08-24 10:54 UTC  (6+ messages)

[RFC PATCH v2 0/4] arm/arm64: vgic-new: Implement API for vGICv3 live migration
 2016-08-22  6:15 UTC  (15+ messages)
` [RFC PATCH v2 1/4] arm/arm64: vgic-new: Introduce 64-bit reg access support
` [RFC PATCH v2 2/4] arm/arm64: vgic-new: Add distributor and redistributor access
` [RFC PATCH v2 3/4] arm/arm64: vgic-new: Introduce find_reg_by_id()
` [RFC PATCH v2 4/4] arm/arm64: vgic-new: Implement VGICv3 CPU interface access

[PATCH] arm: KVM: Fix idmap overlap detection when the kernel is idmap'ed
 2016-08-18 14:10 UTC 

[PULL 00/12] KVM/ARM Fixes for v4.8-rc3
 2016-08-18 10:19 UTC  (14+ messages)
` [PULL 01/12] KVM: arm64: ITS: return 1 on successful MSI injection
` [PULL 02/12] KVM: arm64: vgic-its: Handle errors from vgic_add_lpi
` [PULL 03/12] KVM: arm64: vgic-its: Plug race in vgic_put_irq
` [PULL 04/12] KVM: arm64: vgic-its: Make updates to propbaser/pendbaser atomic
` [PULL 05/12] KVM: arm64: ITS: move ITS registration into first VCPU run
` [PULL 06/12] KVM: arm64: check for ITS device on MSI injection
` [PULL 07/12] KVM: arm64: ITS: avoid re-mapping LPIs
` [PULL 08/12] KVM: arm/arm64: Change misleading use of is_error_pfn
` [PULL 09/12] arm64: Document workaround for Cortex-A72 erratum #853709
` [PULL 10/12] KVM: arm/arm64: timer: Workaround misconfigured timer interrupt
` [PULL 11/12] arm64: KVM: remove misleading comment on pmu status
` [PULL 12/12] arm64: KVM: report configured SRE value to 32-bit world

[PATCH] kvm: arm: Enforce some NS-SVC initialisation
 2016-08-17 11:32 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] arm64: KVM: remove misleading comment on pmu status
 2016-08-17 11:18 UTC  (5+ messages)
` [PATCH] arm64: KVM: report configured SRE value to 32-bit world

[PATCH] arm64: Document workaround for Cortex-A72 erratum #853709
 2016-08-17 10:21 UTC  (3+ messages)
` [PATCH] KVM: arm/arm64: timer: Workaround misconfigured timer interrupt

[PATCH] KVM: arm64: ITS: avoid re-mapping LPIs
 2016-08-17  8:59 UTC  (5+ messages)

[PATCH v2 0/2] Rework vgic_attr_regs_access
 2016-08-17  5:46 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: arm/arm64: Factor out vgic_attr_regs_access functionality
` [PATCH v2 2/2] KVM: arm/arm64: Rename vgic_attr_regs_access to vgic_attr_regs_access_v2

[PATCH 0/2] Rework vgic_attr_regs_access
 2016-08-16 17:35 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm/arm64: Factor out vgic_attr_regs_access functionality
` [PATCH 2/2] KVM: arm/arm64: Rename vgic_attr_regs_access to vgic_attr_regs_access_v2

[PATCH v2 0/7] ARM: KVM: Support for vgic-v3
 2016-08-16 10:46 UTC  (8+ messages)
` [PATCH v2 1/7] arm64: KVM: Move GIC accessors to arch_gicv3.h
` [PATCH v2 2/7] arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hyp
` [PATCH v2 3/7] KVM: arm: vgic-new: improve compatibility with 32-bit
` [PATCH v2 4/7] ARM: update MPIDR accessors macro
` [PATCH v2 5/7] ARM: move system register accessors to asm/cp15.h
` [PATCH v2 6/7] ARM: KVM: Get ready to use vgic-v3
` [PATCH v2 7/7] ARM: KVM: Unlock vgic-v3 support

[PATCH v3] KVM: arm64: vgic-its: Make updates to propbaser/pendbaser atomic
 2016-08-15 21:15 UTC 

[PATCH v2 0/2] KVM: Synchronize KVM devices list access and create ops
 2016-08-12 12:36 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: PPC: Move xics_debugfs_init out of create
` [PATCH v2 2/2] KVM: Protect device ops->create and list_add with kvm->lock

[PATCH v2] KVM: arm64: ITS: move ITS registration into first VCPU run
 2016-08-10 14:34 UTC  (5+ messages)
` [PATCH] KVM: arm64: vgic-its: Grab kvm->lock when reading kvm->devices

[PATCH 0/2] KVM: Synchronize KVM devices list access and create ops
 2016-08-09 15:20 UTC  (8+ messages)
` [PATCH 1/2] KVM: PPC: Move xics_debugfs_init out of create
` [PATCH 2/2] KVM: Protect device ops->create and list_add with kvm->lock

[PATCH v3] KVM: arm64: ITS: return 1 on successful MSI injection
 2016-08-09 14:43 UTC  (3+ messages)

[PATCH] KVM: arm64: check for ITS device on MSI injection
 2016-08-09 14:48 UTC  (2+ messages)

[PATCH v2 0/3] KVM: arm64: vgic-its-fixes
 2016-08-09 13:04 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: arm64: vgic-its: Handle errors from vgic_add_lpi
` [PATCH v2 2/3] KVM: arm64: vgic-its: Plug race in vgic_put_irq
` [PATCH v2 3/3] KVM: arm64: vgic-its: Make updates to propbaser/pendbaser atomic

[PATCH 0/3] KVM: arm64: vgic-its fixes
 2016-08-09 11:56 UTC  (13+ messages)
` [PATCH v2 1/3] KVM: arm64: vgic-its: Handle errors from vgic_add_lpi
` [PATCH 2/3] KVM: arm64: vgic-its: Plug race in vgic_put_irq
` [PATCH 3/3] KVM: arm64: vgic-its: Make updates to propbaser/pendbaser atomic

[PATCH 3/4] KVM: arm/arm64: Check for broadcast TLBI support
 2016-08-06  7:22 UTC  (2+ messages)

arm64: Implement IPI based TLB invalidation
 2016-08-05 16:37 UTC  (5+ messages)
` [PATCH] arm64: Add workaround for Cavium erratum 26026

[PATCH] KVM: arm/arm64: initialize new VGIC even without host GIC
 2016-08-05  9:34 UTC  (4+ messages)


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