kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-12 15:01:09 to 2023-03-23 22:54:39 UTC [more...]

[PATCH v2 00/19] KVM: arm64: Rework timer offsetting for fun and profit
 2023-03-23 22:54 UTC  (23+ 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 v2 05/19] KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
` [PATCH v2 06/19] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
` [PATCH v2 07/19] KVM: arm64: Expose {un,}lock_all_vcpus() to the reset of KVM
` [PATCH v2 08/19] KVM: arm64: timers: Allow userspace to set the global counter offset
` [PATCH v2 09/19] KVM: arm64: timers: Allow save/restoring of the physical timer
` [PATCH v2 10/19] KVM: arm64: timers: Rationalise per-vcpu timer init
` [PATCH v2 11/19] KVM: arm64: timers: Abstract per-timer IRQ access
` [PATCH v2 12/19] KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_data
` [PATCH v2 13/19] KVM: arm64: Abstract the number of valid timers per vcpu
` [PATCH v2 14/19] KVM: arm64: Document KVM_ARM_SET_CNT_OFFSETS and co
` [PATCH v2 15/19] KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
` [PATCH v2 16/19] KVM: arm64: nv: timers: Support hyp timer emulation
` [PATCH v2 17/19] KVM: arm64: selftests: Add physical timer registers to the sysreg list
` [PATCH v2 18/19] KVM: arm64: selftests: Augment existing timer test to handle variable offset
` [PATCH v2 19/19] KVM: arm64: selftests: Deal with spurious timer interrupts

[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-03-23 22:50 UTC  (2+ messages)

[PATCH v2 0/4] KVM: arm64: Fix vcpu->mutex v. kvm->lock inversion
 2023-03-23 22:48 UTC  (17+ messages)
` [PATCH v2 1/4] KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON
` [PATCH v2 2/4] KVM: arm64: Avoid lock inversion when setting the VM register width
` [PATCH v2 3/4] KVM: arm64: Use config_lock to protect data ordered against KVM_RUN
` [PATCH v2 4/4] KVM: arm64: Use config_lock to protect vgic state

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

[PATCH v2 0/3] KVM: selftests: Fixes for broken tests
 2023-03-23 18:56 UTC  (4+ messages)

[PATCH v4 00/30] EFI and ACPI support for arm64
 2023-03-23 17:52 UTC  (17+ messages)
` [PATCH v4 04/30] lib: Apply Lindent to acpi.{c,h}
` [PATCH v4 12/30] arm64: Add support for setting up the PSCI conduit through ACPI
` [PATCH v4 28/30] arm64: Add support for efi in Makefile
` [PATCH v4 30/30] arm64: Add an efi/run script

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-03-22 14:42 UTC  (4+ messages)
` [RFC PATCH 39/45] iommu/arm-smmu-v3-kvm: Initialize page table configuration

[RFC] Support for Arm CCA VMs on Linux
 2023-03-22 11:51 UTC  (16+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [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 00/11] KVM: arm64: Userspace SMCCC call filtering
 2023-03-21 17:36 UTC  (19+ messages)
` [PATCH 01/11] KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALL
` [PATCH 02/11] KVM: arm64: Add a helper to check if a VM has ran once
` [PATCH 03/11] KVM: arm64: Add vm fd device attribute accessors
` [PATCH 04/11] KVM: arm64: Rename SMC/HVC call handler to reflect reality
` [PATCH 05/11] KVM: arm64: Start handling SMCs from EL1
` [PATCH 06/11] KVM: arm64: Refactor hvc filtering to support different actions
` [PATCH 07/11] KVM: arm64: Use a maple tree to represent the SMCCC filter
` [PATCH 08/11] KVM: arm64: Add support for KVM_EXIT_HYPERCALL
` [PATCH 09/11] KVM: arm64: Indroduce support for userspace SMCCC filtering
` [PATCH 10/11] KVM: selftests: Add a helper for SMCCC calls with SMC instruction
` [PATCH 11/11] KVM: selftests: Add test for SMCCC filter

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

[kvm-unit-tests PATCH v3 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
 2023-03-21 15:41 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] Clean up the arm/run script
 2023-03-21 15:41 UTC  (2+ messages)

[kvm-unit-tests PATCH] arm/pl031: Apply gic_enable_irq
 2023-03-21 15:41 UTC  (2+ messages)

[kvm-unit-tests PATCH v10 0/7] MTTCG sanity tests for ARM
 2023-03-21 15:26 UTC  (11+ 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 4/7] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v10 5/7] arm/locking-tests: add comprehensive locking test

[PATCH 0/2] KVM: arm64: Support for per-guest fine grained traps configuration
 2023-03-17 18:02 UTC  (9+ 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 00/10] arm64: support Armv8.8 memcpy instructions in userspace
 2023-03-17 16:04 UTC  (19+ messages)
` [PATCH 01/10] KVM: arm64: initialize HCRX_EL2
` [PATCH 02/10] arm64: cpufeature: detect FEAT_HCX
` [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 v2 0/2] KVM: arm64: Plug a couple of MM races
 2023-03-17  9:03 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: arm64: Disable interrupts while walking userspace PTs
` [PATCH v2 2/2] KVM: arm64: Check for kvm_vma_mte_allowed in the critical section

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

[GIT PULL] KVM/arm64 fixes for 6.3, part #2
 2023-03-17  3:09 UTC 

[PATCH v6 00/12] Implement Eager Page Splitting for ARM
 2023-03-15 21:00 UTC  (17+ messages)
` [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 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()

[kvm-unit-tests PATCH 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-03-15 11:07 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/6] arm: pmu: pmu-chain-promotion: Improve debug messages
` [kvm-unit-tests PATCH 2/6] arm: pmu: pmu-chain-promotion: Introduce defines for count and margin values
` [kvm-unit-tests PATCH 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop
` [kvm-unit-tests PATCH 4/6] arm: pmu: Fix chain counter enable/disable sequences
` [kvm-unit-tests PATCH 5/6] arm: pmu: Add pmu-memaccess-reliability test
` [kvm-unit-tests PATCH 6/6] arm: pmu-chain-promotion: Increase the count and margin values

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

[PATCH] KVM: arm64: Retry fault if vma_lookup() results become invalid
 2023-03-14 18:10 UTC  (4+ messages)

[PATCH v3 0/6] Support writable CPU ID registers from userspace
 2023-03-14 17:25 UTC  (13+ messages)
` [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 v2 0/6] KVM: Standardize on "int" return types instead of "long"
 2023-03-14 13:35 UTC  (2+ messages)

Circular lockdep in kvm_reset_vcpu() ?
 2023-03-14 11:42 UTC  (8+ messages)

[GIT PULL] KVM/arm64 fixes for 6.3, part #1
 2023-03-14 11:34 UTC  (2+ messages)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-03-14 11:02 UTC  (4+ messages)

[PATCH v2 2/2] KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU
 2023-03-13 19:02 UTC  (2+ messages)

[PATCH v2 1/2] KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value
 2023-03-13 19:02 UTC  (2+ messages)

[PATCH v2 0/2] KVM: arm64: PMU: Preserve vPMC registers properly on migration
 2023-03-13 18:04 UTC  (2+ messages)

[PATCH 0/2] KVM: Fix race between reboot and hardware enabling
 2023-03-13 17:57 UTC  (5+ messages)
` [PATCH 2/2] KVM: Don't enable hardware after a restart/shutdown is initiated

[PATCH 0/2] KVM: arm64: Plug a couple of MM races
 2023-03-13 17:40 UTC  (8+ 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 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] KVM: selftests: Add coverage of MTE system registers
 2023-03-12 19:35 UTC  (5+ 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).