kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-22 02:00:35 to 2019-11-07 16:04:28 UTC [more...]

[PATCH 0/2] KVM: arm64: Reduce occurence of GICv4 doorbells on non-oversubscribed systems
 2019-11-07 16:04 UTC  (2+ messages)
` [PATCH 1/2] KVM: vgic-v4: Track the number of VLPIs per vcpu

[PATCH] KVM: arm/arm64: Let the timer expire in hardirq context on RT
 2019-11-07  9:54 UTC 

[RFC PATCH v6 0/7] Enable ptp_kvm for arm64
 2019-11-07  8:01 UTC  (11+ messages)
` [RFC PATCH v6 1/7] arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()
` [RFC PATCH v6 2/7] psci: Let arm_smccc_1_1_invoke available by modules
` [RFC PATCH v6 3/7] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v6 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v6 5/7] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v6 6/7] ptp: arm64: Enable ptp_kvm for arm64
` [RFC PATCH v6 7/7] kvm: arm64: Add capability check extension for ptp_kvm

[PATCH v2] KVM: arm64: Don't set HCR_EL2.TVM when S2FWB is supported
 2019-11-06 15:20 UTC  (9+ messages)

[PATCH v4 0/5] KVM: Unify mmu_memory_cache functionality across architectures
 2019-11-05 11:03 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: x86: Move memcache allocation to GFP_PGTABLE_USER
` [PATCH v4 2/5] KVM: x86: Move mmu_memory_cache functions to common code
` [PATCH v4 3/5] KVM: x86: Rename mmu_memory_cache to kvm_mmu_memcache
` [PATCH v4 4/5] KVM: arm/arm64: Move to common kvm_mmu_memcache infrastructure
` [PATCH v4 5/5] KVM: mips: "

[PATCH v2 00/36] irqchip/gic-v4: GICv4.1 architecture support
 2019-11-05 12:12 UTC  (63+ messages)
` [PATCH v2 01/36] KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put
` [PATCH v2 02/36] irqchip/gic-v3-its: Factor out wait_for_syncr primitive
` [PATCH v2 03/36] irqchip/gic-v3-its: Allow LPI invalidation via the DirectLPI interface
` [PATCH v2 04/36] irqchip/gic-v3-its: Make is_v4 use a TYPER copy
` [PATCH v2 05/36] irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy instead
` [PATCH v2 06/36] irqchip/gic-v3-its: Kill its->device_ids "
` [PATCH v2 07/36] irqchip/gic-v3-its: Add get_vlpi_map() helper
` [PATCH v2 08/36] irqchip/gic-v3: Detect GICv4.1 supporting RVPEID
` [PATCH v2 09/36] irqchip/gic-v3: Add GICv4.1 VPEID size discovery
` [PATCH v2 10/36] irqchip/gic-v3: Workaround Cavium TX1 erratum when reading GICD_TYPER2
` [PATCH v2 11/36] irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocation
` [PATCH v2 12/36] irqchip/gic-v4.1: Implement the v4.1 flavour of VMAPP
` [PATCH v2 13/36] irqchip/gic-v4.1: Don't use the VPE proxy if RVPEID is set
` [PATCH v2 14/36] irqchip/gic-v4.1: Implement the v4.1 flavour of VMOVP
` [PATCH v2 15/36] irqchip/gic-v4.1: Plumb skeletal VPE irqchip
` [PATCH v2 16/36] irqchip/gic-v4.1: Add mask/unmask doorbell callbacks
` [PATCH v2 17/36] irqchip/gic-v4.1: Add VPE residency callback
` [PATCH v2 18/36] irqchip/gic-v4.1: Add VPE eviction callback
` [PATCH v2 19/36] irqchip/gic-v4.1: Add VPE INVALL callback
` [PATCH v2 20/36] irqchip/gic-v4.1: Suppress per-VLPI doorbell
` [PATCH v2 21/36] irqchip/gic-v4.1: Allow direct invalidation of VLPIs
` [PATCH v2 22/36] irqchip/gic-v4.1: Advertise support v4.1 to KVM
` [PATCH v2 23/36] irqchip/gic-v4.1: Map the ITS SGIR register page
` [PATCH v2 24/36] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v2 25/36] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH v2 26/36] irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
` [PATCH v2 27/36] irqchip/gic-v4.1: Plumb get/set_irqchip_state "
` [PATCH v2 28/36] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH v2 29/36] irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
` [PATCH v2 30/36] irqchip/gic-v4.1: Add VSGI allocation/teardown
` [PATCH v2 31/36] irqchip/gic-v4.1: Add VSGI property setup
` [PATCH v2 32/36] irqchip/gic-v4.1: Eagerly vmap vPEs
` [PATCH v2 33/36] KVM: arm64: GICv4.1: Let doorbells be auto-enabled
` [PATCH v2 34/36] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH v2 35/36] KVM: arm64: GICv4.1: Configure SGIs as HW interrupts
` [PATCH v2 36/36] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[RFC PATCH 0/2] Add virtual SDEI support for arm64
 2019-10-31 13:07 UTC  (6+ messages)
` [RFC PATCH 1/2] kvm/arm: add capability to forward hypercall to user space

[PATCH 0/3] KVM: arm/arm64: vgic: Some cleanups and fixes
 2019-10-29 22:52 UTC  (15+ messages)
` [PATCH 1/3] KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi()
` [PATCH 2/3] KVM: arm/arm64: vgic: Fix some comments typo
` [PATCH 3/3] KVM: arm/arm64: vgic: Don't rely on the wrong pending table

[PATCH] KVM: arm/arm64: show halt poll counters in debugfs
 2019-10-29 10:23 UTC  (2+ messages)

[PATCH v2 0/5] arm64: KVM: Add workaround for errata 1319367 and 1319537
 2019-10-28 11:06 UTC  (11+ messages)
` [PATCH v2 2/5] arm64: KVM: Reorder system register restoration and stage-2 activation
` [PATCH v2 3/5] arm64: KVM: Disable EL1 PTW when invalidating S2 TLBs
` [PATCH v2 4/5] arm64: KVM: Prevent speculative S1 PTW when restoring vcpu context

[PATCH v3 00/15] KVM: Dynamically size memslot arrays
 2019-10-25 16:30 UTC  (18+ messages)
` [PATCH v3 01/15] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v3 02/15] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v3 03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v3 04/15] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v3 05/15] KVM: Drop kvm_arch_create_memslot()
` [PATCH v3 06/15] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v3 07/15] KVM: Refactor error handling for setting memory region
` [PATCH v3 08/15] KVM: Move setting of memslot into helper routine
` [PATCH v3 09/15] KVM: Move memslot deletion to helper function
` [PATCH v3 10/15] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v3 11/15] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v3 12/15] KVM: Provide common implementation for generic dirty log functions
` [PATCH v3 13/15] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v3 14/15] KVM: Terminate memslot walks via used_slots
` [PATCH v3 15/15] KVM: Dynamically size memslot array based on number of used slots

[PATCH v7 00/10] arm64: Stolen time support
 2019-10-25 15:57 UTC  (7+ messages)
` [PATCH v7 09/10] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [PATCH v7 10/10] arm64: Retrieve stolen time as paravirtualized guest

[PATCH v1 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2019-10-25 14:52 UTC  (4+ messages)
` [PATCH v1 1/3] arm64: cpufeature: Extract capped fields
` [PATCH v1 2/3] KVM: arm64: limit PMU version to ARMv8.4
` [PATCH v1 3/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters

[PATCH] KVM: arm64: Don't set HCR_EL2.TVM when S2FWB is supported
 2019-10-25 14:41 UTC  (2+ messages)

[PATCH RFC 0/7] Support KVM being compiled as a kernel module on arm64
 2019-10-25 10:43 UTC  (14+ messages)
` [PATCH RFC 1/7] KVM: ARM: call hyp_cpu_pm_exit on correct fail and exit path
` [PATCH RFC 2/7] KVM: arch_timer: Fix resource leak on error path
` [PATCH RFC 3/7] KVM: vgic: make vgic parameters work well for module
` [PATCH RFC 4/7] KVM: vgic: Add hyp uninitialize function
` [PATCH RFC 5/7] KVM: arch_timer: "
` [PATCH RFC 6/7] KVM: arm/arm64: Move target table register into register table init function
` [PATCH RFC 7/7] KVM: ARM: Support KVM being compiled as a kernel module

[PATCH v2] irqchip/gic-v3-its: Use the exact ITSList for VMOVP
 2019-10-25  9:06 UTC  (3+ messages)

[PATCH v2 00/15] KVM: Dynamically size memslot arrays
 2019-10-24 20:48 UTC  (27+ messages)
` [PATCH v2 01/15] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v2 02/15] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v2 09/15] KVM: Move memslot deletion to helper function
` [PATCH v2 12/15] KVM: Provide common implementation for generic dirty log functions
` [PATCH v2 14/15] KVM: Terminate memslot walks via used_slots
` [PATCH v2 15/15] KVM: Dynamically size memslot array based on number of used slots

[PATCH] KVM: arm64: Select SCHED_INFO before SCHEDSTATS
 2019-10-24 13:31 UTC  (6+ messages)
      ` [PATCH v2] KVM: arm64: Select TASK_DELAY_ACCT+TASKSTATS rather than SCHEDSTATS

[PATCH v2 03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
 2019-10-24 11:55 UTC  (2+ messages)

[PATCH 00/45] KVM: Refactor vCPU creation
 2019-10-24  7:05 UTC  (11+ messages)
` [PATCH 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH 42/45] KVM: arm64: Free sve_state via arm specific hook
` [PATCH 43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
` [PATCH 45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init()

[PATCH -next] KVM: arm/arm64: Remove duplicated include from arm.c
 2019-10-23  6:18 UTC 

[PATCH] irqchip/gic-v3-its: Use the exact ITSList for VMOVP
 2019-10-23  2:08 UTC  (3+ messages)

[GIT PULL] KVM/arm fixes for 5.4-rc5
 2019-10-22 11:34 UTC  (2+ 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 NNTP newsgroup(s).