kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-01 21:09:53 to 2023-03-13 12:48:54 UTC [more...]

[PATCH v2 00/19] KVM: arm64: Rework timer offsetting for fun and profit
 2023-03-13 12:48 UTC  (5+ messages)
` [PATCH v2 01/19] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
` [PATCH v2 02/19] KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
` [PATCH v2 03/19] arm64: Add CNTPOFF_EL2 register definition
` [PATCH v2 04/19] arm64: Add HAS_ECV_CNTPOFF capability

[PATCH 15/16] KVM: arm64: selftests: Augment existing timer test to handle variable offsets
 2023-03-13 11:43 UTC  (6+ messages)

Circular lockdep in kvm_reset_vcpu() ?
 2023-03-13 10:09 UTC  (3+ messages)

[PATCH 0/2] KVM: arm64: Plug a couple of MM races
 2023-03-13  9:14 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Disable interrupts while walking userspace PTs
` [PATCH 2/2] KVM: arm64: Check for kvm_vma_mte_allowed in the critical section

[PATCH v3 0/6] Support writable CPU ID registers from userspace
 2023-03-13  4:15 UTC  (10+ messages)
` [PATCH v3 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [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 0/2] KVM: arm64: PMU: Preserve vPMC registers properly on migration
 2023-03-13  3:35 UTC  (9+ 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 v2 2/2] KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU
 2023-03-13  3:32 UTC 

[PATCH v2 1/2] KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value
 2023-03-13  3:32 UTC 

[PATCH v2 0/2] KVM: arm64: PMU: Preserve vPMC registers properly on migration
 2023-03-13  3:29 UTC 

[PATCH] KVM: selftests: Add coverage of MTE system registers
 2023-03-12 19:35 UTC  (6+ messages)

[PATCH v6 00/12] Implement Eager Page Splitting for ARM
 2023-03-12 13:22 UTC  (21+ 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 0/2] KVM: Fix race between reboot and hardware enabling
 2023-03-12 10:21 UTC  (5+ messages)
` [PATCH 1/2] KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdown
` [PATCH 2/2] KVM: Don't enable hardware after a restart/shutdown is initiated

[GIT PULL] KVM/arm64 fixes for 6.3, part #1
 2023-03-11 21:41 UTC 

[PATCH v2] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
 2023-03-11 21:36 UTC  (2+ messages)

[REPOST PATCH 00/16] Add support for vPMU selftests
 2023-03-10 23:58 UTC  (30+ 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
` [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 16/16] selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs

[RFC] Support for Arm CCA VMs on Linux
 2023-03-10 15:47 UTC  (45+ 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 06/28] arm64: RME: ioctls to create and configure realms
  ` [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] KVM: arm64: Avoid inverted vcpu->mutex v. kvm->lock ordering
 2023-03-09  8:53 UTC  (3+ messages)

[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
 2023-03-09  8:29 UTC  (12+ messages)
` [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets

[PATCH] KVM: arm64: fix repeated words in comments
 2023-03-09  7:59 UTC 

[PATCH v4 00/30] EFI and ACPI support for arm64
 2023-03-09  7:11 UTC  (3+ messages)
` [PATCH v4 04/30] lib: Apply Lindent to acpi.{c,h}

[PATCH v1 0/2] KVM: selftests: Fixes for broken tests
 2023-03-08 11:18 UTC  (5+ messages)
` [PATCH v1 2/2] KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48

[PATCH v2 0/3] KVM: selftests: Fixes for broken tests
 2023-03-08 11:09 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: selftests: Fixup config fragment for access_tracking_perf_test
` [PATCH v2 2/3] KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48
` [PATCH v2 3/3] KVM: selftests: arm64: Fix ttbr0_el1 encoding "

[PATCH v2 0/3] KVM: arm64: Floating point documentation updates and code tweaks
 2023-03-07 17:37 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Document check for TIF_FOREIGN_FPSTATE
` [PATCH v2 2/3] KVM: arm64: Restructure check for SVE support in FP trap handler
` [PATCH v2 3/3] KVM: arm64: Clarify host SME state management

[kvm-unit-tests PATCH v3 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
 2023-03-07 13:44 UTC  (5+ 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

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-03-07 12:00 UTC  (2+ messages)

[kvm-unit-tests PATCH v10 0/7] MTTCG sanity tests for ARM
 2023-03-07 11:28 UTC  (8+ 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
` [kvm-unit-tests PATCH v10 6/7] arm/barrier-litmus-tests: add simple mp and sal litmus tests
` [kvm-unit-tests PATCH v10 7/7] arm/tcg-test: some basic TCG exercising tests

[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

[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  (20+ 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 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [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

[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


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