public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2026-01-12 16:13:37 to 2026-01-15 19:08:56 UTC [more...]

[PATCH v3 00/47] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-01-15 19:08 UTC  (97+ messages)
` [PATCH v3 01/47] arm_mpam: Remove duplicate linux/srcu.h header
` [PATCH v3 02/47] arm_mpam: Use non-atomic bitops when modifying feature bitmap
` [PATCH v3 03/47] arm64/sysreg: Add MPAMSM_EL1 register
` [PATCH v3 04/47] KVM: arm64: Preserve host MPAM configuration when changing traps
` [PATCH v3 05/47] KVM: arm64: Make MPAMSM_EL1 accesses UNDEF
` [PATCH v3 06/47] arm64: mpam: Context switch the MPAM registers
` [PATCH v3 07/47] arm64: mpam: Re-initialise MPAM regs when CPU comes online
` [PATCH v3 08/47] arm64: mpam: Advertise the CPUs MPAM limits to the driver
` [PATCH v3 09/47] arm64: mpam: Add cpu_pm notifier to restore MPAM sysregs
` [PATCH v3 10/47] arm64: mpam: Initialise and context switch the MPAMSM_EL1 register
` [PATCH v3 11/47] arm64: mpam: Add helpers to change a task or cpu's MPAM PARTID/PMG values
` [PATCH v3 12/47] KVM: arm64: Force guest EL1 to use user-space's partid configuration
` [PATCH v3 13/47] KVM: arm64: Use kernel-space partid configuration for hypercalls
` [PATCH v3 14/47] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [PATCH v3 15/47] arm_mpam: resctrl: Sort the order of the domain lists
` [PATCH v3 16/47] arm_mpam: resctrl: Pick the caches we will use as resctrl resources
` [PATCH v3 17/47] arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()
` [PATCH v3 18/47] arm_mpam: resctrl: Add resctrl_arch_get_config()
` [PATCH v3 19/47] arm_mpam: resctrl: Implement helpers to update configuration
` [PATCH v3 20/47] arm_mpam: resctrl: Add plumbing against arm64 task and cpu hooks
` [PATCH v3 21/47] arm_mpam: resctrl: Add CDP emulation
` [PATCH v3 22/47] arm_mpam: resctrl: Convert to/from MPAMs fixed-point formats
` [PATCH v3 23/47] arm_mpam: resctrl: Add kunit test for control format conversions
` [PATCH v3 24/47] arm_mpam: resctrl: Add rmid index helpers
` [PATCH v3 25/47] arm_mpam: resctrl: Add kunit test for rmid idx conversions
` [PATCH v3 26/47] arm_mpam: resctrl: Wait for cacheinfo to be ready
` [PATCH v3 27/47] arm_mpam: resctrl: Add support for 'MB' resource
` [PATCH v3 28/47] arm_mpam: resctrl: Add support for csu counters
` [PATCH v3 29/47] arm_mpam: resctrl: Pick classes for use as mbm counters
` [PATCH v3 30/47] arm_mpam: resctrl: Pre-allocate free running monitors
` [PATCH v3 31/47] arm_mpam: resctrl: Pre-allocate assignable monitors
` [PATCH v3 32/47] arm_mpam: resctrl: Add kunit test for ABMC/CDP interactions
` [PATCH v3 33/47] arm_mpam: resctrl: Add resctrl_arch_config_cntr() for ABMC use
` [PATCH v3 34/47] arm_mpam: resctrl: Allow resctrl to allocate monitors
` [PATCH v3 35/47] arm_mpam: resctrl: Add resctrl_arch_rmid_read() and resctrl_arch_reset_rmid()
` [PATCH v3 36/47] arm_mpam: resctrl: Add resctrl_arch_cntr_read() & resctrl_arch_reset_cntr()
` [PATCH v3 37/47] arm_mpam: resctrl: Update the rmid reallocation limit
` [PATCH v3 38/47] arm_mpam: resctrl: Add empty definitions for assorted resctrl functions
` [PATCH v3 39/47] arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
` [PATCH v3 40/47] arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrl
` [PATCH v3 41/47] arm_mpam: Generate a configuration for min controls
` [PATCH v3 42/47] arm_mpam: resctrl: Add kunit test for mbw min control generation
` [PATCH v3 43/47] arm_mpam: Add quirk framework
` [PATCH v3 44/47] arm_mpam: Add workaround for T241-MPAM-1
` [PATCH v3 45/47] arm_mpam: Add workaround for T241-MPAM-4
` [PATCH v3 46/47] arm_mpam: Add workaround for T241-MPAM-6
` [PATCH v3 47/47] arm_mpam: Quirk CMN-650's CSU NRDY behaviour
` [PATCH RESEND v2 0/45] arm_mpam: Add KVM/arm64 and resctrl glue code

[PATCH v5 00/24] ARM64 PMU Partitioning
 2026-01-15 18:09 UTC  (4+ messages)

[PATCH v6 0/9] KVM: arm64: Fixes for guest CPU feature trapping and enabling
 2026-01-15 18:03 UTC  (7+ messages)
` [PATCH v6 8/9] KVM: arm64: Check whether a VM IOCTL is allowed in pKVM

[kvm-unit-tests PATCH v5 00/11] arm64: EL2 support
 2026-01-15 17:51 UTC  (17+ messages)
` [kvm-unit-tests PATCH v5 01/11] arm64: set SCTLR_EL1 to a known value for secondary cores
` [kvm-unit-tests PATCH v5 02/11] arm64: drop to EL1 if booted at EL2
` [kvm-unit-tests PATCH v5 03/11] arm64: efi: initialise SCTLR_ELx fully
` [kvm-unit-tests PATCH v5 04/11] arm64: efi: initialise the EL
` [kvm-unit-tests PATCH v5 05/11] arm64: timer: use hypervisor timers when at EL2
` [kvm-unit-tests PATCH v5 06/11] arm64: micro-bench: fix timer IRQ
` [kvm-unit-tests PATCH v5 07/11] arm64: micro-bench: use smc when at EL2
` [kvm-unit-tests PATCH v5 08/11] arm64: selftest: update test for running "
` [kvm-unit-tests PATCH v5 09/11] arm64: pmu: count EL2 cycles
` [kvm-unit-tests PATCH v5 10/11] arm64: run at EL2 if supported
` [kvm-unit-tests PATCH v5 11/11] arm64: add EL2 environment variable

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-15 17:45 UTC  (20+ messages)
` [PATCH v9 01/13] set_memory: add folio_{zap,restore}_direct_map helpers
    ` [PATCH v9 01/13] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v9 04/13] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v9 05/13] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v9 06/13] KVM: arm64: "
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v9 08/13] KVM: selftests: load elf via bounce buffer
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v9 10/13] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v9 11/13] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v9 12/13] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v9 13/13] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v4 0/5] KVM: selftests: Alignment fixes and arm64 MMU cleanup
 2026-01-15 13:44 UTC  (2+ messages)

[PATCH v4 0/9] KVM: arm64: Add support for FEAT_IDST
 2026-01-15 12:07 UTC  (2+ messages)

[PATCH v2 0/6] KVM: arm64: VTCR_EL2 conversion to feature dependency framework
 2026-01-15 11:49 UTC  (2+ messages)

KVM/arm64 fixes for 6.19
 2026-01-15 10:04 UTC  (2+ messages)

[PATCH v4 0/3] KVM ARM64 pre_fault_memory
 2026-01-15  9:51 UTC  (5+ messages)
` [PATCH v4 1/3] KVM: arm64: Add pre_fault_memory implementation
` [PATCH v4 2/3] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH v4 3/3] KVM: selftests: Add option for different backing in pre-fault tests

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-01-15  9:02 UTC  (33+ messages)
` [PATCH v9 18/30] KVM: arm64: Support SME priority registers
` [PATCH v9 19/30] KVM: arm64: Provide assembly for SME register access
` [PATCH v9 20/30] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v9 21/30] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v9 22/30] KVM: arm64: Expose SME specific state to userspace
` [PATCH v9 23/30] KVM: arm64: Context switch SME state for guests
` [PATCH v9 24/30] KVM: arm64: Handle SME exceptions
` [PATCH v9 25/30] KVM: arm64: Expose SME to nested guests
` [PATCH v9 26/30] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v9 27/30] KVM: arm64: selftests: Remove spurious check for single bit safe values
` [PATCH v9 28/30] KVM: arm64: selftests: Skip impossible invalid value tests

[PATCH v8 00/13] Direct Map Removal Support for guest_memfd
 2026-01-14 13:57 UTC  (12+ messages)
` [PATCH v8 01/13] x86: export set_direct_map_valid_noflush to KVM module
` [PATCH v8 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v8 05/13] KVM: guest_memfd: Add flag to remove from direct map

[PATCH] KVM: arm64: fix missing <asm/stackpage/nvhe.h> include
 2026-01-14 11:24 UTC  (2+ messages)

[PATCH v2 0/1] KVM: arm64: Calculate hyp VA size only once
 2026-01-14 10:51 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v2 18/45] arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()
 2026-01-13 17:18 UTC  (3+ messages)

[RFC PATCH v6 00/35] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2026-01-13 17:03 UTC  (19+ messages)
` [RFC PATCH v6 03/35] KVM: arm64: Add CONFIG_KVM_ARM_SPE Kconfig option
` [RFC PATCH v6 19/35] KVM: arm64: Trap PMBIDR_EL1 and PMSIDR_EL1
` [RFC PATCH v6 29/35] KVM: arm64: Pin the SPE buffer in the host and map it at stage 2

[PATCH v3 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-01-13 12:16 UTC  (19+ messages)
` [PATCH v3 21/36] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v3 22/36] KVM: arm64: gic-v5: Trap and mask guest ICC_PPI_ENABLERx_EL1 writes
` [PATCH v3 26/36] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH v3 24/36] KVM: arm64: gic-v5: Create, init vgic_v5
` [PATCH v3 27/36] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v3 30/36] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v3 35/36] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH v3 36/36] KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI

[PATCH v4 00/21] KVM: selftests: Add Nested NPT support
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v2 00/45] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-01-12 16:45 UTC  (4+ messages)
` [PATCH v2 25/45] arm_mpam: resctrl: Add support for 'MB' resource


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox