messages from 2025-12-23 09:35:31 to 2026-01-07 12:46:05 UTC [more...]
[PATCH] KVM: arm64: Don't blindly set set PSTATE.PAN on guest exit
2026-01-07 12:46 UTC
[PATCH v2 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-01-07 12:28 UTC (38+ messages)
` [PATCH v2 01/36] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
` [PATCH v2 02/36] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH v2 04/36] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH v2 05/36] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH v2 08/36] KVM: arm64: Introduce kvm_call_hyp_nvhe_res()
` [PATCH v2 09/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v2 07/36] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v2 10/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v2 11/36] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v2 12/36] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v2 13/36] KVM: arm64: gic: Set vgic_model before initing private IRQs
` [PATCH v2 16/36] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v2 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v2 17/36] KVM: arm64: gic: Introduce irq_queue and set_pending_state to irq_ops
` [PATCH v2 18/36] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v2 27/36] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
[PATCH 0/3] KVM: arm64: Trivial FPSIMD cleanups
2026-01-07 11:59 UTC (10+ messages)
` [PATCH 1/3] KVM: arm64: Fix comment in fpsimd_lazy_switch_to_host()
` [PATCH 2/3] KVM: arm64: Shuffle KVM_HOST_DATA_FLAG_* indices
` [PATCH 3/3] KVM: arm64: Remove ISB after writing FPEXC32_EL2
[PATCH v4 0/5] KVM: selftests: arm64: Improve diagnostics from set_id_regs
2026-01-07 11:44 UTC (8+ messages)
` [PATCH v4 1/5] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH v4 2/5] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v4 3/5] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
` [PATCH v4 4/5] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only
` [PATCH v4 5/5] KVM: selftests: arm64: Use is_aarch32_id_reg() in test_vm_ftr_id_regs()
[PATCH v3 0/5] KVM: selftests: Alignment fixes and arm64 MMU cleanup
2026-01-06 19:48 UTC (8+ messages)
` [PATCH v3 1/5] KVM: arm64: selftests: Disable unused TTBR1_EL1 translations
` [PATCH v3 2/5] KVM: arm64: selftests: Fix incorrect rounding in page_align()
` [PATCH v3 3/5] KVM: riscv: "
` [PATCH v3 4/5] KVM: selftests: Move page_align() to shared header
` [PATCH v3 5/5] KVM: selftests: Fix typos and stale comments in kvm_util
[PATCH] KVM: arm64: gic: Check for vGICv3 when clearing TWI
2026-01-06 18:13 UTC (2+ messages)
[PATCH 00/30] KVM: arm64: Add support for protected guest memory with pKVM
2026-01-06 16:26 UTC (45+ messages)
` [PATCH 01/30] KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers
` [PATCH 02/30] KVM: arm64: Remove redundant 'pgt' pointer checks from MMU notifiers
` [PATCH 03/30] KVM: arm64: Rename __pkvm_pgtable_stage2_unmap()
` [PATCH 04/30] KVM: arm64: Don't advertise unsupported features for protected guests
` [PATCH 05/30] KVM: arm64: Expose self-hosted debug regs as RAZ/WI "
` [PATCH 06/30] KVM: arm64: Remove pointless is_protected_kvm_enabled() checks from hyp
` [PATCH 07/30] KVM: arm64: Ignore MMU notifier callbacks for protected VMs
` [PATCH 08/30] KVM: arm64: Prevent unsupported memslot operations on "
` [PATCH 09/30] KVM: arm64: Split teardown hypercall into two phases
` [PATCH 10/30] KVM: arm64: Introduce __pkvm_host_donate_guest()
` [PATCH 11/30] KVM: arm64: Hook up donation hypercall to pkvm_pgtable_stage2_map()
` [PATCH 12/30] KVM: arm64: Handle aborts from protected VMs
` [PATCH 13/30] KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
` [PATCH 14/30] KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()
` [PATCH 15/30] KVM: arm64: Refactor enter_exception64()
` [PATCH 16/30] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH 17/30] KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
` [PATCH 18/30] KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()
` [PATCH 19/30] KVM: arm64: Annotate guest donations with handle and gfn in host stage-2
` [PATCH 20/30] KVM: arm64: Introduce hypercall to force reclaim of a protected page
` [PATCH 21/30] KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
` [PATCH 22/30] KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
` [PATCH 23/30] KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
` [PATCH 24/30] KVM: arm64: Implement the MEM_SHARE hypercall for "
` [PATCH 25/30] KVM: arm64: Implement the MEM_UNSHARE "
` [PATCH 26/30] KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
` [PATCH 27/30] KVM: arm64: Add some initial documentation for pKVM
` [PATCH 28/30] KVM: arm64: Extend pKVM page ownership selftests to cover guest donation
` [PATCH 29/30] KVM: arm64: Register 'selftest_vm' in the VM table
` [PATCH 30/30] KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaim
[PATCH v2 00/45] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-01-06 15:23 UTC (96+ messages)
` [PATCH v2 01/45] arm_mpam: Stop using uninitialized variables in __ris_msmon_read()
` [PATCH v2 02/45] arm_mpam: Remove duplicate linux/srcu.h header
` [PATCH v2 03/45] arm_mpam: Use non-atomic bitops when modifying feature bitmap
` [PATCH v2 04/45] arm64/sysreg: Add MPAMSM_EL1 register
` [PATCH v2 05/45] KVM: arm64: Preserve host MPAM configuration when changing traps
` [PATCH v2 06/45] KVM: arm64: Make MPAMSM_EL1 accesses UNDEF
` [PATCH v2 07/45] arm64: mpam: Context switch the MPAM registers
` [PATCH v2 08/45] arm64: mpam: Re-initialise MPAM regs when CPU comes online
` [PATCH v2 09/45] arm64: mpam: Advertise the CPUs MPAM limits to the driver
` [PATCH v2 10/45] arm64: mpam: Add cpu_pm notifier to restore MPAM sysregs
` [PATCH v2 11/45] arm64: mpam: Initialise and context switch the MPAMSM_EL1 register
` [PATCH v2 12/45] arm64: mpam: Add helpers to change a task or cpu's MPAM PARTID/PMG values
` [PATCH v2 13/45] KVM: arm64: Force guest EL1 to use user-space's partid configuration
` [PATCH v2 15/45] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [PATCH v2 16/45] arm_mpam: resctrl: Sort the order of the domain lists
` [PATCH v2 17/45] arm_mpam: resctrl: Pick the caches we will use as resctrl resources
` [PATCH v2 18/45] arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()
` [PATCH v2 19/45] arm_mpam: resctrl: Add resctrl_arch_get_config()
` [PATCH v2 20/45] arm_mpam: resctrl: Implement helpers to update configuration
` [PATCH v2 21/45] arm_mpam: resctrl: Add plumbing against arm64 task and cpu hooks
` [PATCH v2 22/45] arm_mpam: resctrl: Add CDP emulation
` [PATCH v2 23/45] arm_mpam: resctrl: Add rmid index helpers
` [PATCH v2 24/45] arm_mpam: resctrl: Convert to/from MPAMs fixed-point formats
` [PATCH v2 25/45] arm_mpam: resctrl: Add support for 'MB' resource
` [PATCH v2 0/45] arm_mpam: Add KVM/arm64 and resctrl glue code
` [PATCH v2 26/45] arm_mpam: resctrl: Add kunit test for control format conversions
` [PATCH v2 27/45] arm_mpam: resctrl: Add support for csu counters
` [PATCH v2 28/45] arm_mpam: resctrl: Pick classes for use as mbm counters
` [PATCH v2 29/45] arm_mpam: resctrl: Pre-allocate free running monitors
` [PATCH v2 30/45] arm_mpam: resctrl: Pre-allocate assignable monitors
` [PATCH v2 32/45] arm_mpam: resctrl: Add resctrl_arch_config_cntr() for ABMC use
` [PATCH v2 33/45] arm_mpam: resctrl: Allow resctrl to allocate monitors
` [PATCH v2 34/45] arm_mpam: resctrl: Add resctrl_arch_rmid_read() and resctrl_arch_reset_rmid()
` [PATCH v2 35/45] arm_mpam: resctrl: Add resctrl_arch_cntr_read() & resctrl_arch_reset_cntr()
` [PATCH v2 36/45] arm_mpam: resctrl: Update the rmid reallocation limit
` [PATCH v2 37/45] arm_mpam: resctrl: Add empty definitions for assorted resctrl functions
` [PATCH v2 38/45] arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
` [PATCH v2 39/45] arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrl
` [PATCH v2 40/45] arm_mpam: Generate a configuration for min controls
` [PATCH v2 41/45] arm_mpam: Add quirk framework
` [PATCH v2 43/45] arm_mpam: Add workaround for T241-MPAM-4
[PATCH RESEND v2 00/12] coc: tsm: Implement ->connect()/->disconnect() callbacks for ARM CCA IDE setup
2026-01-06 12:33 UTC (3+ messages)
` [PATCH RESEND v2 02/12] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
[PATCH v3 0/4] KVM: selftests: arm64: Improve diagnostics from set_id_regs
2026-01-05 17:00 UTC (12+ messages)
` [PATCH v3 1/4] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH v3 2/4] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v3 3/4] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
` [PATCH v3 4/4] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only
[RFC PATCH v6 00/35] KVM: arm64: Add Statistical Profiling Extension (SPE) support
2026-01-05 16:42 UTC (7+ messages)
` [RFC PATCH v6 16/35] KVM: arm64: Advertise SPE version in ID_AA64DFR0_EL1.PMSver
` [RFC PATCH v6 17/35] KVM: arm64: Add writable SPE system registers to VCPU context
[PATCH v4 00/21] KVM: selftests: Add Nested NPT support
2026-01-02 17:36 UTC (30+ messages)
` [PATCH v4 01/21] KVM: selftests: Make __vm_get_page_table_entry() static
` [PATCH v4 02/21] KVM: selftests: Stop passing a memslot to nested_map_memslot()
` [PATCH v4 03/21] KVM: selftests: Rename nested TDP mapping functions
` [PATCH v4 04/21] KVM: selftests: Kill eptPageTablePointer
` [PATCH v4 05/21] KVM: selftests: Stop setting A/D bits when creating EPT PTEs
` [PATCH v4 06/21] KVM: selftests: Add "struct kvm_mmu" to track a given MMU instance
` [PATCH v4 07/21] KVM: selftests: Plumb "struct kvm_mmu" into x86's MMU APIs
` [PATCH v4 08/21] KVM: selftests: Add a "struct kvm_mmu_arch arch" member to kvm_mmu
` [PATCH v4 09/21] KVM: selftests: Move PTE bitmasks "
` [PATCH v4 10/21] KVM: selftests: Use a TDP MMU to share EPT page tables between vCPUs
` [PATCH v4 11/21] KVM: selftests: Stop passing VMX metadata to TDP mapping functions
` [PATCH v4 12/21] KVM: selftests: Add a stage-2 MMU instance to kvm_vm
` [PATCH v4 13/21] KVM: selftests: Reuse virt mapping functions for nested EPTs
` [PATCH v4 14/21] KVM: selftests: Move TDP mapping functions outside of vmx.c
` [PATCH v4 15/21] KVM: selftests: Allow kvm_cpu_has_ept() to be called on AMD CPUs
` [PATCH v4 16/21] KVM: selftests: Add support for nested NPTs
` [PATCH v4 17/21] KVM: selftests: Set the user bit on nested NPT PTEs
` [PATCH v4 18/21] KVM: selftests: Extend vmx_dirty_log_test to cover SVM
` [PATCH v4 19/21] KVM: selftests: Extend memstress to run on nested SVM
` [PATCH v4 20/21] KVM: selftests: Rename vm_get_page_table_entry() to vm_get_pte()
` [PATCH v4 21/21] KVM: selftests: Test READ=>WRITE dirty logging behavior for shadow MMU
[PATCH v11 RESEND 0/9] support FEAT_LSUI
2025-12-31 10:07 UTC (2+ messages)
[PATCH 0/1] KVM: arm64: Fix hyp VA size between layout and MMU
2025-12-30 15:37 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
2025-12-29 23:57 UTC (4+ messages)
` [PATCH v6 15/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2025-12-28 13:21 UTC (5+ messages)
` [PATCH v2 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
[PATCH v8 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
2025-12-23 9:33 UTC (3+ messages)
` [PATCH v8 2/7] KVM: arm64: Add documentation for KVM_EXIT_ARM_LDST64B
` [PATCH v8 3/7] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox