kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-16 15:01:44 to 2018-08-13 14:59:00 UTC [more...]

[PATCH 00/37] KVM/arm updates for v4.19
 2018-08-13 14:57 UTC  (4+ messages)
` [PATCH 01/37] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH 02/37] arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present
` [PATCH 03/37] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set

[PATCH] KVM: arm/arm64: Skip updating page table entry if no change
 2018-08-13 14:27 UTC  (5+ messages)

[PATCH v3 0/2] KVM: Fix refaulting due to page table update
 2018-08-13 10:43 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: arm/arm64: Skip updating PMD entry if no change
` [PATCH v3 2/2] KVM: arm/arm64: Skip updating PTE "

[PATCH v2 0/2] KVM: Fix refaulting due to page table update
 2018-08-13 10:18 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: arm/arm64: Skip updating PMD entry if no change
` [PATCH v2 2/2] KVM: arm/arm64: Skip updating PTE "

[PATCH v2 0/4] KVM: arm/arm64: vgic-v3: Group0 SGI support
 2018-08-11 16:22 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encoding
` [PATCH v2 2/4] KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
` [PATCH v2 3/4] KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accesses
` [PATCH v2 4/4] KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accesses

[PATCH 0/4] KVM: arm/arm64: vgic-v3: Group0 SGI support
 2018-08-09 11:59 UTC  (11+ messages)
` [PATCH 1/4] KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encoding
` [PATCH 2/4] KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
` [PATCH 3/4] KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accesses
` [PATCH 4/4] KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accesses

[RFC PATCH 00/16] KVM: arm64: Initial support for SVE guests
 2018-08-09 10:19 UTC  (70+ messages)
` [RFC PATCH 07/16] arm64/sve: Enable SVE state tracking for non-task contexts
` [RFC PATCH 08/16] KVM: arm64: Support dynamically hideable system registers
` [RFC PATCH 09/16] KVM: arm64: Allow ID registers to by dynamically read-as-zero
` [RFC PATCH 10/16] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest
` [RFC PATCH 11/16] KVM: arm64/sve: System register context switch and access support
` [RFC PATCH 12/16] KVM: arm64/sve: Context switch the SVE registers
` [RFC PATCH 13/16] KVM: Allow 2048-bit register access via KVM_{GET, SET}_ONE_REG
` [RFC PATCH 14/16] KVM: arm64/sve: Add SVE support to register access ioctl interface
` [RFC PATCH 15/16] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
` [RFC PATCH 16/16] KVM: arm64/sve: Report and enable SVE API extensions for userspace

[PATCH] KVM: arm: Use true and false for boolean values
 2018-08-08  0:04 UTC 

[PATCH 1/2] KVM: arm/arm64: vgic: move DEBUG_SPINLOCK_BUG_ON to vgic.h
 2018-08-06 14:13 UTC  (3+ messages)
` [PATCH 2/2] KVM: arm/arm64: vgic: no need to call spin_lock_irqsave/restore when irq is disabled

[kvm-unit-tests PATCH v2 0/4] arm: add GICv2 MMIO tests
 2018-08-03 13:13 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 1/4] mark exit() and abort() as non-returning functions
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v2 2/4] arm/arm64: GIC: basic GICv2 MMIO tests
` [kvm-unit-tests PATCH v2 3/4] arm/arm64: GICv2: add GICD_IPRIORITYR testing
` [kvm-unit-tests PATCH v2 4/4] arm/arm64: GICv2: add GICD_ITARGETSR testing
  ` [Qemu-devel] "

VCPU hotplug on KVM/ARM
 2018-08-01  8:09 UTC  (14+ messages)
          ` [Qemu-devel] "

[PATCH v3 0/2] kvm: arm/arm64: Fix emulated physical timer IRQ injection
 2018-07-25  9:21 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: arm/arm64: Fix potential loss of ptimer interrupts
` [PATCH v3 2/2] KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked

[PATCH v3 0/2] kvm: arm/arm64: Fix emulated physical timer IRQ injection
 2018-07-25  9:19 UTC 

[PATCH v4 00/20] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-07-23 14:20 UTC  (30+ messages)
` [PATCH v4 01/20] virtio: mmio-v1: Validate queue PFN
` [PATCH v4 02/20] virtio: pci-legacy: Validate queue pfn
` [PATCH v4 03/20] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
` [PATCH v4 04/20] kvm: arm/arm64: Remove spurious WARN_ON
` [PATCH v4 05/20] kvm: arm64: Add helper for loading the stage2 setting for a VM
` [PATCH v4 06/20] arm64: Add a helper for PARange to physical shift conversion
` [PATCH v4 07/20] kvm: arm64: Clean up VTCR_EL2 initialisation
` [PATCH v4 08/20] kvm: arm64: Configure VTCR_EL2 per VM
` [PATCH v4 09/20] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [PATCH v4 10/20] kvm: arm64: Prepare for dynamic stage2 page table layout
` [PATCH v4 11/20] kvm: arm64: Make stage2 page table layout dynamic
` [PATCH v4 12/20] kvm: arm64: Dynamic configuration of VTTBR mask
` [PATCH v4 13/20] kvm: arm64: Configure VTCR_EL2.SL0 per VM
` [PATCH v4 14/20] kvm: arm64: Switch to per VM IPA limit
` [PATCH v4 15/20] vgic: Add support for 52bit guest physical address
` [PATCH v4 16/20] kvm: arm64: Add 52bit support for PAR to HPFAR conversoin
` [PATCH v4 17/20] kvm: arm64: Set a limit on the IPA size
` [PATCH v4 18/20] kvm: arm64: Limit the minimum number of page table levels
` [PATCH v4 19/20] kvm: arm/arm64: Expose supported physical address limit for VM
` [PATCH v4 20/20] kvm: arm64: Allow tuning the physical address size "
` [kvmtool PATCH v4 21/24] kvmtool: Allow backends to run checks on the KVM device fd
` [kvmtool PATCH v4 22/24] kvmtool: arm64: Add support for guest physical address size
` [kvmtool PATCH v4 23/24] kvmtool: arm64: Switch memory layout
` [kvmtool PATCH v4 24/24] kvmtool: arm: Add support for creating VM with PA size

[PATCH v9 0/4] support exception state migration and set VSESR_EL2 by user space
 2018-07-20 10:13 UTC  (6+ messages)
` [PATCH v9 1/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH v9 2/4] arm64: KVM: export the capability to set guest SError syndrome
` [PATCH v9 3/4] KVM: arm64: Share the parts of get/set events useful to 32bit
` [PATCH v9 4/4] KVM: arm: Add 32bit get/set events support

[PATCH v4 00/10] KVM: arm/arm64: vgic: Virtual interrupt grouping support
 2018-07-20 10:12 UTC  (29+ messages)
` [PATCH v4 01/10] KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3
` [PATCH v4 02/10] KVM: arm/arm64: vgic: Keep track of implementation revision
` [PATCH v4 03/10] KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero
` [PATCH v4 04/10] KVM: arm/arm64: vgic: Add group field to struct irq
` [PATCH v4 05/10] KVM: arm/arm64: vgic: Signal IRQs using their configured group
` [PATCH v4 06/10] KVM: arm/arm64: vgic: Permit uaccess writes to return errors
` [PATCH v4 07/10] KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writes
` [PATCH v4 08/10] KVM: arm/arm64: vgic: Allow configuration of interrupt groups
` [PATCH v4 09/10] KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR
` [PATCH v4 10/10] KVM: arm/arm64: vgic: Update documentation of the GIC devices wrt IIDR

[PATCH v8 0/4] support exception state migration and set VSESR_EL2 by user space
 2018-07-19 14:37 UTC  (13+ messages)
` [PATCH v8 1/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH v8 2/4] arm64: KVM: export the capability to set guest SError syndrome

[PATCH v2] kvm: arm/arm64: Fix emulated physical timer IRQ injection
 2018-07-17 12:46 UTC  (2+ messages)

[PATCH] kvm: arm/arm64: Fix emulated physical timer IRQ injection
 2018-07-17 12:29 UTC  (5+ messages)

[kvm-unit-tests PATCH 0/2] arm64: extend arch timer tests
 2018-07-17 10:53 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: timer: add TVAL accessors
` [kvm-unit-tests PATCH 2/2] arm64: timer: Add TVAL timeout IRQ trigger test


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 NNTP newsgroup(s).