kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-13 15:48:57 to 2023-02-20 10:52:04 UTC [more...]

[RFC] Support for Arm CCA VMs on Linux
 2023-02-20 10:51 UTC  (27+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 03/28] arm64: RME: Add wrappers for RMI calls
  ` [RFC PATCH 04/28] arm64: RME: Check for RME support at KVM init
  ` [RFC PATCH 05/28] arm64: RME: Define the user ABI
  ` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
  ` [RFC PATCH 07/28] arm64: kvm: Allow passing machine type in KVM creation
  ` [RFC PATCH 08/28] arm64: RME: Keep a spare page delegated to the RMM
  ` [RFC PATCH 09/28] arm64: RME: RTT handling
  ` [RFC PATCH 10/28] arm64: RME: Allocate/free RECs to match vCPUs
  ` [RFC PATCH 13/28] arm64: RME: Allow VMM to set RIPAS

[PATCH v4 00/12] Implement Eager Page Splitting for ARM
 2023-02-20  7:08 UTC  (17+ messages)
` [PATCH v4 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v4 02/12] KVM: arm64: Rename free_unlinked to free_removed
` [PATCH v4 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v4 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v4 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v4 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v4 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v4 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v4 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v4 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v4 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v4 12/12] KVM: arm64: Use local TLBI on permission relaxation

[GIT PULL] KVM/arm64 updates for 6.3
 2023-02-18 14:22 UTC 

[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
 2023-02-17 22:11 UTC  (20+ messages)
` [PATCH 01/16] arm64: Add CNTPOFF_EL2 register definition
` [PATCH 02/16] arm64: Add HAS_ECV_CNTPOFF capability
` [PATCH 03/16] kvm: arm64: Expose {un,}lock_all_vcpus() to the reset of KVM
` [PATCH 04/16] KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
` [PATCH 05/16] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
` [PATCH 06/16] KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
` [PATCH 07/16] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
` [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets
` [PATCH 09/16] KVM: arm64: timers: Allow save/restoring of the physical timer
` [PATCH 10/16] KVM: arm64: timers: Rationalise per-vcpu timer init
` [PATCH 11/16] KVM: arm64: Document KVM_ARM_SET_CNT_OFFSETS and co
` [PATCH 12/16] KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
` [PATCH 13/16] KVM: arm64: nv: timers: Support hyp timer emulation
` [PATCH 14/16] KVM: arm64: selftests: Add physical timer registers to the sysreg list
` [PATCH 15/16] KVM: arm64: selftests: Augment existing timer test to handle variable offsets
` [PATCH 16/16] KVM: arm64: selftests: Deal with spurious timer interrupts

[PATCH 0/8] Add memory fault exits to avoid slow GUP
 2023-02-17 20:47 UTC  (29+ messages)
` [PATCH 1/8] selftests/kvm: Fix bug in how demand_paging_test calculates paging rate
` [PATCH 2/8] selftests/kvm: Allow many vcpus per UFFD in demand paging test
` [PATCH 3/8] selftests/kvm: Switch demand paging uffd readers to epoll
` [PATCH 4/8] kvm: Allow hva_pfn_fast to resolve read-only faults
` [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
` [PATCH 6/8] kvm/x86: Add mem fault exit on EPT violations
` [PATCH 7/8] kvm/arm64: Implement KVM_CAP_MEM_FAULT_NOWAIT for arm64
` [PATCH 8/8] selftests/kvm: Handle mem fault exits in demand paging test

[RFC PATCH v2 0/6] KVM: arm64: Userspace SMCCC call filtering
 2023-02-17 18:35 UTC  (9+ messages)
` [RFC PATCH v2 1/6] KVM: arm64: Add a helper to check if a VM has ran once
` [RFC PATCH v2 5/6] KVM: arm64: Add support for KVM_EXIT_HYPERCALL
` [RFC PATCH v2 6/6] KVM: arm64: Indroduce support for userspace SMCCC filtering

[PATCH mm-unstable v1 0/5] mm/kvm: lockless accessed bit harvest
 2023-02-17 16:27 UTC  (13+ messages)
` [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young()
` [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v1 3/5] kvm/arm64: "
` [PATCH mm-unstable v1 4/5] kvm/powerpc: "
` [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()

[PATCH v3 00/12] Implement Eager Page Splitting for ARM
 2023-02-17  4:07 UTC  (26+ messages)
` [PATCH v3 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v3 02/12] KVM: arm64: Rename free_unlinked to free_removed
` [PATCH v3 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v3 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v3 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v3 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v3 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v3 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v3 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v3 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v3 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v3 12/12] KVM: arm64: Use local TLBI on permission relaxation

[PATCH 00/10] arm64: support Armv8.8 memcpy instructions in userspace
 2023-02-16 16:35 UTC  (14+ messages)
` [PATCH 01/10] KVM: arm64: initialize HCRX_EL2
` [PATCH 02/10] arm64: cpufeature: detect FEAT_HCX
` [PATCH 03/10] KVM: arm64: switch HCRX_EL2 between host and guest
` [PATCH 04/10] arm64: mops: document boot requirements for MOPS
` [PATCH 05/10] arm64: mops: don't disable host MOPS instructions from EL2
` [PATCH 06/10] KVM: arm64: hide MOPS from guests
` [PATCH 07/10] arm64: mops: handle MOPS exceptions
` [PATCH 08/10] arm64: mops: handle single stepping after MOPS exception
` [PATCH 09/10] arm64: mops: detect and enable FEAT_MOPS
` [PATCH 10/10] arm64: mops: allow disabling MOPS from the kernel command line

[PATCH v4 03/14] KVM: arm64: PMU: Don't use the sanitized value for PMUVer
 2023-02-16 11:30 UTC  (2+ messages)

[PATCH v2 00/12] Implement Eager Page Splitting for ARM
 2023-02-15 17:47 UTC  (17+ messages)
` [PATCH v2 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v2 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v2 09/12] KVM: arm64: Split huge pages when dirty logging is enabled

[REPOST PATCH 00/16] Add support for vPMU selftests
 2023-02-15  1:07 UTC  (17+ messages)
` [REPOST PATCH 01/16] tools: arm64: Import perf_event.h
` [REPOST PATCH 02/16] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [REPOST PATCH 03/16] KVM: selftests: aarch64: vPMU register test for implemented counters
` [REPOST PATCH 04/16] KVM: selftests: aarch64: vPMU register test for unimplemented counters
` [REPOST PATCH 05/16] selftests: KVM: aarch64: Refactor the vPMU counter access tests
` [REPOST PATCH 06/16] tools: arm64: perf_event: Define Cycle counter enable/overflow bits
` [REPOST PATCH 07/16] selftests: KVM: aarch64: Add PMU cycle counter helpers
` [REPOST PATCH 08/16] selftests: KVM: aarch64: Consider PMU event filters for VM creation
` [REPOST PATCH 09/16] selftests: KVM: aarch64: Add KVM PMU event filter test
` [REPOST PATCH 10/16] selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test
` [REPOST PATCH 11/16] selftests: KVM: aarch64: Add vCPU migration test for PMU
` [REPOST PATCH 12/16] selftests: KVM: aarch64: Test PMU overflow/IRQ functionality
` [REPOST PATCH 13/16] selftests: KVM: aarch64: Test chained events for PMU
` [REPOST PATCH 14/16] selftests: KVM: aarch64: Add PMU test to chain all the counters
` [REPOST PATCH 15/16] selftests: KVM: aarch64: Add multi-vCPU support for vPMU VM creation
` [REPOST PATCH 16/16] selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs

[kvm-unit-tests PATCH v5] arm: Replace MAX_SMP probe loop in favor of reading directly
 2023-02-14 20:18 UTC  (3+ messages)

[kvm-unit-tests PATCH v6 0/2] arm: Add PSCI CPU_OFF test
 2023-02-14 20:18 UTC  (2+ messages)

[GIT PULL] KVM/arm64 updates for 6.3
 2023-02-14 20:36 UTC 

[kvm-unit-tests PATCH v4 0/6] arm: pmu: Add support for PMUv3p5
 2023-02-14 20:18 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 3/6] arm: pmu: Rename ALL_SET and PRE_OVERFLOW

[kvm-unit-tests PATCH v2 0/2] arm/arm64: teach virt_to_pte_phys() about block descriptors
 2023-02-14 20:23 UTC  (2+ messages)

[PATCH 00/13] Extend the vPMU selftest
 2023-02-14  8:19 UTC  (16+ messages)
` [PATCH 01/13] selftests: KVM: aarch64: Rename vpmu_counter_access.c to vpmu_test.c
` [PATCH 02/13] selftests: KVM: aarch64: Refactor the vPMU counter access tests
` [PATCH 03/13] tools: arm64: perf_event: Define Cycle counter enable/overflow bits
` [PATCH 04/13] selftests: KVM: aarch64: Add PMU cycle counter helpers
` [PATCH 05/13] selftests: KVM: aarch64: Consider PMU event filters for VM creation
` [PATCH 06/13] selftests: KVM: aarch64: Add KVM PMU event filter test
` [PATCH 07/13] selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test
` [PATCH 08/13] selftests: KVM: aarch64: Add vCPU migration test for PMU
` [PATCH 09/13] selftests: KVM: aarch64: Test PMU overflow/IRQ functionality
` [PATCH 10/13] selftests: KVM: aarch64: Test chained events for PMU
` [PATCH 11/13] selftests: KVM: aarch64: Add PMU test to chain all the counters
` [PATCH 12/13] selftests: KVM: aarch64: Add multi-vCPU support for vPMU VM creation
` [PATCH 13/13] selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs

[kvm-unit-tests 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
 2023-02-14  3:44 UTC  (4+ messages)
` [kvm-unit-tests 1/3] arm: gic: Write one bit per time in gic_irq_set_clr_enable()
` [kvm-unit-tests 2/3] arm64: timer: Use gic_enable/disable_irq() macro in timer test
` [kvm-unit-tests 3/3] arm64: microbench: Use gic_enable_irq() macro in microbench test

[PATCH 00/18] KVM: arm64: Prefix patches for NV support
 2023-02-13 22:26 UTC  (2+ messages)

[PATCH v3 0/8] perf: arm: Make PMUv3 driver available for aarch32
 2023-02-13 22:05 UTC  (10+ messages)
` [PATCH v3 1/8] arm64: perf: Move PMUv3 driver to drivers/perf
` [PATCH v3 2/8] arm64: perf: Abstract system register accesses away
` [PATCH v3 3/8] perf: pmuv3: Abstract PMU version checks
` [PATCH v3 4/8] perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
` [PATCH v3 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH v3 6/8] ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementations
` [PATCH v3 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
` [PATCH v3 8/8] ARM: mach-virt: Select PMUv3 driver by default


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).