messages from 2026-01-09 10:21:05 to 2026-01-13 15:06:23 UTC [more...]
[PATCH v3 00/47] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-01-13 15:06 UTC (58+ 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
[RFC PATCH v6 00/35] KVM: arm64: Add Statistical Profiling Extension (SPE) support
2026-01-13 15:00 UTC (25+ messages)
` [RFC PATCH v6 03/35] KVM: arm64: Add CONFIG_KVM_ARM_SPE Kconfig option
` [RFC PATCH v6 14/35] KVM: arm64: Add SPE VCPU device attribute to set the max buffer size
` [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 v9 00/30] KVM: arm64: Implement support for SME
2026-01-13 14:58 UTC (40+ messages)
` [PATCH v9 11/30] KVM: arm64: Define internal features "
` [PATCH v9 12/30] KVM: arm64: Rename sve_state_reg_region
` [PATCH v9 13/30] KVM: arm64: Store vector lengths in an array
` [PATCH v9 14/30] KVM: arm64: Implement SME vector length configuration
` [PATCH v9 15/30] KVM: arm64: Support SME control registers
` [PATCH v9 16/30] KVM: arm64: Support TPIDR2_EL0
` [PATCH v9 17/30] KVM: arm64: Support SME identification registers for guests
` [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 v3 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-01-13 12:16 UTC (59+ messages)
` [PATCH v3 02/36] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH v3 03/36] arm64/sysreg: Drop ICH_HFGRTR_EL2.ICC_HAPR_EL1 and make RES1
` [PATCH v3 01/36] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
` [PATCH v3 06/36] KVM: arm64: gic: Set vgic_model before initing private IRQs
` [PATCH v3 05/36] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH v3 04/36] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH v3 09/36] KVM: arm64: gic-v5: Add Arm copyright header
` [PATCH v3 07/36] KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers
` [PATCH v3 08/36] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v3 11/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v3 12/36] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v3 10/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v3 13/36] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v3 14/36] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH v3 18/36] KVM: arm64: gic: Introduce queue_irq_unlock and set_pending_state to irq_ops
` [PATCH v3 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v3 16/36] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v3 17/36] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v3 20/36] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v3 19/36] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v3 22/36] KVM: arm64: gic-v5: Trap and mask guest ICC_PPI_ENABLERx_EL1 writes
` [PATCH v3 23/36] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH v3 21/36] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v3 25/36] KVM: arm64: gic-v5: Reset vcpu state
` [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 26/36] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH v3 29/36] KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
` [PATCH v3 28/36] KVM: arm64: gic: Hide GICv5 for protected guests
` [PATCH v3 30/36] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v3 33/36] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH v3 32/36] irqchip/gic-v5: Check if impl is virt capable
` [PATCH v3 34/36] Documentation: KVM: Introduce documentation for VGICv5
` [PATCH v3 31/36] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [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
[PATCH] KVM: arm64: fix missing <asm/stackpage/nvhe.h> include
2026-01-12 16:04 UTC
[PATCH v2 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-01-12 12:41 UTC (17+ messages)
` [PATCH v2 02/36] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH v2 22/36] KVM: arm64: gic-v5: Trap and mask guest PPI register accesses
` [PATCH v2 26/36] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH v2 33/36] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH v2 36/36] KVM: arm64: gic-v5: Communicate userspace-drivable PPIs via a UAPI
[PATCH 00/30] KVM: arm64: Add support for protected guest memory with pKVM
2026-01-12 9:25 UTC (39+ messages)
` [PATCH 01/30] KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers
` (subset) "
` [PATCH 02/30] KVM: arm64: Remove redundant 'pgt' pointer checks from MMU notifiers
` [PATCH 06/30] KVM: arm64: Remove pointless is_protected_kvm_enabled() checks from hyp
` [PATCH 10/30] KVM: arm64: Introduce __pkvm_host_donate_guest()
` [PATCH 14/30] KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()
` [PATCH 17/30] KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
` [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 22/30] KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
` [PATCH 24/30] KVM: arm64: Implement the MEM_SHARE hypercall for protected VMs
` [PATCH 27/30] KVM: arm64: Add some initial documentation for pKVM
[PATCH] KVM: arm64: gic: Check for vGICv3 when clearing TWI
2026-01-10 10:22 UTC (2+ messages)
[PATCH v2] KVM: arm64: Remove unused vcpu_{clear,set}_wfx_traps()
2026-01-10 10:22 UTC (2+ messages)
[PATCH v2 0/6] KVM: arm64: VTCR_EL2 conversion to feature dependency framework
2026-01-10 10:22 UTC (3+ messages)
` [PATCH v2 1/6] KVM: arm64: Fix EL2 S1 XN handling for hVHE setups
` (subset) "
[PATCH v3 0/4] KVM: arm64: pKVM fixes
2026-01-10 10:22 UTC (2+ messages)
[PATCH] KVM: arm64: Don't blindly set set PSTATE.PAN on guest exit
2026-01-10 10:22 UTC (2+ messages)
[PATCH] KVM: arm64: nv: Respect stage-2 write permssion when setting stage-1 AF
2026-01-10 10:22 UTC (3+ messages)
[PATCH v4 0/2] KVM: arm64: Support FF-A direct messaging interfaces
2026-01-09 22:34 UTC (3+ messages)
` [PATCH v4 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler
` [PATCH v4 2/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 "
[PATCH kvmtool 00/15] arm64: Handle PSCI calls in userspace
2026-01-09 17:14 UTC (7+ messages)
` [PATCH kvmtool v4 15/15] arm64: smccc: Start sending PSCI to userspace
[PATCH v3 0/2] KVM: arm64: Support FF-A direct messaging interfaces
2026-01-09 11:37 UTC (5+ messages)
` [PATCH v3 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler
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