kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-23 17:43:33 to 2023-03-07 11:28:49 UTC [more...]

[kvm-unit-tests PATCH v10 0/7] MTTCG sanity tests for ARM
 2023-03-07 11:28 UTC  (6+ messages)
` [kvm-unit-tests PATCH v10 1/7] Makefile: add GNU global tags support
` [kvm-unit-tests PATCH v10 2/7] add .gitpublish metadata
` [kvm-unit-tests PATCH v10 3/7] lib: add isaac prng library from CCAN
` [kvm-unit-tests PATCH v10 4/7] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v10 5/7] arm/locking-tests: add comprehensive locking test

[REPOST PATCH 00/16] Add support for vPMU selftests
 2023-03-07  6:09 UTC  (15+ messages)
` [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

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

[PATCH 15/16] KVM: arm64: selftests: Augment existing timer test to handle variable offsets
 2023-03-06 22:08 UTC  (2+ messages)

[PATCH v2 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-03-06 20:04 UTC  (15+ messages)
` [PATCH v2 01/12] arm64/mm: Update non-range tlb invalidation routines for FEAT_LPA2
` [PATCH v2 02/12] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2]
` [PATCH v2 03/12] KVM: arm64: Add ARM64_HAS_LPA2 CPU capability
` [PATCH v2 04/12] KVM: arm64: Add new (V)TCR_EL2 field definitions for FEAT_LPA2
` [PATCH v2 05/12] KVM: arm64: Use LPA2 page-tables for stage2 if HW supports it
` [PATCH v2 06/12] KVM: arm64: Use LPA2 page-tables for hyp stage1 "
` [PATCH v2 07/12] KVM: arm64: Insert PS field at TCR_EL2 assembly time
` [PATCH v2 08/12] KVM: arm64: Convert translation level parameter to s8
` [PATCH v2 09/12] KVM: arm64: Support up to 5 levels of translation in kvm_pgtable
` [PATCH v2 10/12] KVM: arm64: Allow guests with >48-bit IPA size on FEAT_LPA2 systems
` [PATCH v2 11/12] KVM: selftests: arm64: Determine max ipa size per-page size
` [PATCH v2 12/12] KVM: selftests: arm64: Support P52V48 4K and 16K guest_modes

[RFC] Support for Arm CCA VMs on Linux
 2023-03-06 19:10 UTC  (55+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [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
  ` [RFC PATCH 15/28] KVM: arm64: Handle realm MMIO emulation
  ` [RFC PATCH 16/28] arm64: RME: Allow populating initial contents
  ` [RFC PATCH 17/28] arm64: RME: Runtime faulting of memory

[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
 2023-03-06 19:01 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: Refactor stats descriptor generation macros
` [PATCH v2 2/4] KVM: Refactor designated initializer macros for struct _kvm_stats_desc
` [PATCH v2 3/4] KVM: Allow custom names for KVM_STAT()
` [PATCH v2 4/4] KVM: x86: Drop union for pages_{4k,2m,1g} stats

[PATCH] KVM: selftests: Comment newly defined aarch64 ID registers
 2023-03-06 16:15 UTC 

[PATCH 0/2] KVM: arm64: Support for per-guest fine grained traps configuration
 2023-03-06 16:08 UTC  (3+ messages)
` [PATCH 1/2] arm64: Add feature detection for fine grained traps
` [PATCH 2/2] KVM: arm64: Move FGT value configuration to vCPU state

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

[kvm-unit-tests PATCH v2 0/2] Clean up the arm/run script
 2023-03-03  4:10 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm: Replace the obsolete qemu script
` [kvm-unit-tests PATCH v2 2/2] arm: Clean up the run script

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

[PATCH v1 0/2] KVM: selftests: Fixes for broken tests
 2023-03-02 15:27 UTC  (4+ messages)
` [PATCH v1 1/2] KVM: selftests: Fixup config fragment for access_tracking_perf_test
` [PATCH v1 2/2] KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48

[PATCH v1] KVM: selftests: arm64: Fix ttbr0_el1 encode for PA bits > 48
 2023-03-02 15:20 UTC 

[kvm-unit-tests] arm: Replace the obsolete qemu script
 2023-03-02 12:12 UTC  (6+ messages)

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

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

[PATCH 0/2] KVM: arm64: PMU: Preserve vPMC registers properly on migration
 2023-03-02  5:50 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value
` [PATCH 2/2] KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU

[PATCH v4 00/12] Implement Eager Page Splitting for ARM
 2023-03-01 20:10 UTC  (8+ messages)
` [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 v2 0/6] KVM: Standardize on "int" return types instead of "long"
 2023-03-01  3:36 UTC  (4+ messages)
` [PATCH v2 6/6] KVM: Change return type of kvm_arch_vm_ioctl() to "int"

[PATCH v2] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
 2023-02-28 19:22 UTC  (4+ messages)

[PATCH v3 0/6] Support writable CPU ID registers from userspace
 2023-02-28  6:22 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v3 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v3 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v3 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v3 5/6] KVM: arm64: Introduce ID register specific descriptor
` [PATCH v3 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v2 0/6] Support writable CPU ID registers from userspace
 2023-02-28  1:52 UTC  (13+ messages)
` [PATCH v2 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v2 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v2 5/6] KVM: arm64: Introduce ID register specific descriptor

[PATCH 13/16] KVM: arm64: nv: timers: Support hyp timer emulation
 2023-02-25 10:34 UTC  (3+ messages)

[PATCH 12/16] KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
 2023-02-25 10:32 UTC  (3+ messages)

[RFC PATCH v2 0/6] KVM: arm64: Userspace SMCCC call filtering
 2023-02-24 21:42 UTC  (6+ messages)
` [RFC PATCH v2 5/6] KVM: arm64: Add support for KVM_EXIT_HYPERCALL

[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
 2023-02-24 20:07 UTC  (13+ messages)
` [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets

[PATCH 00/18] KVM: arm64: Prefix patches for NV support
 2023-02-24 19:03 UTC  (5+ messages)
` [PATCH 08/18] KVM: arm64: nv: Handle HCR_EL2.NV system register traps

[PATCH 07/16] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
 2023-02-24 10:54 UTC  (3+ messages)

[PATCH 06/16] KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
 2023-02-24  8:59 UTC  (3+ messages)

[PATCH 04/16] KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
 2023-02-23 22:30 UTC  (2+ messages)

[PATCH 03/16] kvm: arm64: Expose {un,}lock_all_vcpus() to the reset of KVM
 2023-02-23 22:30 UTC  (2+ messages)

[PATCH mm-unstable v1 0/5] mm/kvm: lockless accessed bit harvest
 2023-02-23 21:12 UTC  (25+ 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 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()


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