messages from 2025-08-05 08:32:06 to 2025-08-12 20:30:37 UTC [more...]
[PATCH v2 0/5] KVM: arm64: FEAT_RASv1p1 support and RAS selection
2025-08-12 20:30 UTC (13+ messages)
` [PATCH v2 1/5] arm64: Add capability denoting FEAT_RASv1p1
` [PATCH v2 2/5] KVM: arm64: Handle RASv1p1 registers
` [PATCH v2 3/5] KVM: arm64: Ignore HCR_EL2.FIEN set by L1 guest's EL2
` [PATCH v2 4/5] KVM: arm64: Expose FEAT_RASv1p1 in a canonical manner
` [PATCH v2 5/5] KVM: arm64: Make ID_AA64PFR0_EL1.RAS writable
[PATCH 0/2] KVM: arm64: AT + SR accessor fixes
2025-08-12 20:23 UTC (4+ messages)
` [PATCH 1/2] KVM: arm64: nv: Fix ATS12 handling of single-stage translation
` [PATCH 2/2] KVM: arm64: Fix vcpu_{read,write}_sys_reg() accessors
[PATCH v3 00/29] KVM: arm64: SMMUv3 driver for pKVM
2025-08-12 13:48 UTC (17+ messages)
` [PATCH v3 29/29] iommu/arm-smmu-v3-kvm: Add IOMMU ops
[PATCH v2 0/6] initialize SCTRL2_ELx
2025-08-12 10:29 UTC (15+ messages)
` [PATCH v2 1/6] arm64: make SCTLR2_EL1 accessible
` [PATCH v2 2/6] arm64: initialise SCTLR2_ELx register at boot time
` [PATCH v2 3/6] arm64: save/restore SCTLR2_EL1 when cpu_suspend()/resume()
` [PATCH v2 4/6] arm64: init SCTLR2_EL1 at cpu_soft_restart()
` [PATCH v2 5/6] arm64: make the per-task SCTLR2_EL1
` [PATCH v2 6/6] KVM: arm64: initialise SCTLR2_EL1 at __kvm_host_psci_cpu_entry()
[PATCH v6 0/5] support FEAT_LSUI and apply it on futex atomic ops
2025-08-11 16:36 UTC (6+ messages)
` [PATCH v6 1/5] arm64: cpufeature: add FEAT_LSUI
` [PATCH v6 2/5] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v6 3/5] arm64: Kconfig: add LSUI Kconfig
` [PATCH v6 4/5] arm64: futex: refactor futex atomic operation
` [PATCH v6 5/5] arm64: futex: support futex with FEAT_LSUI
[PATCH v4 5/5] KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE
2025-08-11 12:40 UTC (4+ messages)
[PATCH v2 0/8] KVM: arm64: Reserve pKVM VM handle during initial VM setup
2025-08-11 10:19 UTC (9+ messages)
` [PATCH v2 1/8] KVM: arm64: Rename pkvm.enabled to pkvm.is_protected
` [PATCH v2 2/8] KVM: arm64: Rename 'host_kvm' to 'kvm' in pKVM host code
` [PATCH v2 3/8] KVM: arm64: Clarify comments to distinguish pKVM mode from protected VMs
` [PATCH v2 4/8] KVM: arm64: Decouple hyp VM creation state from its handle
` [PATCH v2 5/8] KVM: arm64: Separate allocation and insertion of pKVM VM table entries
` [PATCH v2 6/8] KVM: arm64: Consolidate pKVM hypervisor VM initialization logic
` [PATCH v2 7/8] KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initialization
` [PATCH v2 8/8] KVM: arm64: Reserve pKVM handle during pkvm_init_host_vm()
[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
2025-08-10 21:12 UTC (2+ messages)
[PATCH v2] KVM: arm64: ptdump: Don't test PTE_VALID alongside other attributes
2025-08-09 13:53 UTC
[PATCH RFC v2 0/2] KVM: arm64: PMU: Use multiple host PMUs
2025-08-09 6:15 UTC (9+ messages)
` [PATCH RFC v2 1/2] KVM: arm64: PMU: Introduce KVM_ARM_VCPU_PMU_V3_COMPOSITION
` [PATCH RFC v2 2/2] KVM: arm64: selftests: Test guest PMUv3 composition
[PATCH v10 0/6] KVM: arm64: Support FF-A 1.2
2025-08-09 2:33 UTC (7+ messages)
` [PATCH v10 1/6] KVM: arm64: Correct return value on host version downgrade attempt
` [PATCH v10 2/6] KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handler
` [PATCH v10 3/6] KVM: arm64: Mark FFA_NOTIFICATION_* calls as unsupported
` [PATCH v10 4/6] KVM: arm64: Mark optional FF-A 1.2 interfaces "
` [PATCH v10 5/6] KVM: arm64: Mask response to FFA_FEATURE call
` [PATCH v10 6/6] KVM: arm64: Bump the supported version of FF-A to 1.2
[RFC PATCH v1 00/38] ARM CCA Device Assignment support
2025-08-08 23:37 UTC (35+ messages)
` [RFC PATCH v1 04/38] tsm: Support DMA Allocation from private memory
` [RFC PATCH v1 06/38] iommufd: Add and option to request for bar mapping with IORESOURCE_EXCLUSIVE
` [RFC PATCH v1 10/38] iommufd/vdevice: Add TSM map ioctl
` [RFC PATCH v1 38/38] coco: guest: arm64: Add support for fetching device info
[PATCH 0/2] KVM: arm64: Destroy the stage-2 page-table periodically
2025-08-08 18:57 UTC (7+ messages)
` [PATCH 1/2] KVM: arm64: Split kvm_pgtable_stage2_destroy()
` [PATCH 2/2] KVM: arm64: Destroy the stage-2 page-table periodically
[PATCH v2 0/3] KVM: arm64: Fixes to handling of restricted registers for protected VMs
2025-08-08 17:51 UTC (5+ messages)
` [PATCH v2 1/3] KVM: arm64: Handle AIDR_EL1 and REVIDR_EL1 in host "
` [PATCH v2 2/3] KVM: arm64: Sync protected guest VBAR_EL1 on injecting an undef exception
` [PATCH v2 3/3] arm64: vgic-v2: Fix guest endianness check in hVHE mode
[PATCH] KVM: arm64: nv: Handle SEAs due to VNCR redirection
2025-08-08 17:51 UTC (2+ messages)
[PATCH v2] KVM: arm64: selftest: Add standalone test checking for KVM's own UUID
2025-08-08 17:51 UTC (2+ messages)
[PATCH] KVM: arm64: nv: Properly check ESR_EL2.VNCR on taking a VNCR_EL2 related fault
2025-08-08 17:51 UTC (2+ messages)
[PATCH] kvm: arm64: use BUG() instead of BUG_ON(1)
2025-08-08 17:51 UTC (3+ messages)
[PATCH v9 0/6] KVM: arm64: Support FF-A 1.2
2025-08-08 12:41 UTC (5+ messages)
` [PATCH v9 2/6] KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handler
` [PATCH v9 4/6] KVM: arm64: Mark optional FF-A 1.2 interfaces as unsupported
[PATCH v6 00/12] perf: arm_spe: Armv8.8 SPE features
2025-08-08 12:39 UTC (15+ messages)
` [PATCH v6 01/12] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v6 02/12] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v6 03/12] perf: arm_spe: Expose event filter
` [PATCH v6 04/12] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v6 05/12] arm64/boot: Factor out a macro to check SPE version
` [PATCH v6 06/12] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v6 07/12] KVM: arm64: Add trap configs for PMSDSFR_EL1
` [PATCH v6 08/12] perf: Add perf_event_attr::config4
` [PATCH v6 09/12] perf: arm_spe: Add support for filtering on data source
` [PATCH v6 10/12] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v6 11/12] perf tools: Add support for perf_event_attr::config4
` [PATCH v6 12/12] perf docs: arm-spe: Document new SPE filtering features
[PATCH v1 0/8] KVM: arm64: Reserve pKVM VM handle during initial VM setup
2025-08-08 11:32 UTC (3+ messages)
` [PATCH v1 1/8] KVM: arm64: Rename pkvm.enabled to pkvm.is_protected
[PATCH v5 00/12] perf: arm_spe: Armv8.8 SPE features
2025-08-08 9:18 UTC (3+ messages)
` [PATCH v5 05/12] arm64/boot: Factor out a macro to check SPE version
[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
2025-08-08 8:35 UTC (48+ messages)
` [PATCH v5 01/44] perf: Skip pmu_ctx based on event_type
` [PATCH v5 02/44] perf: Add generic exclude_guest support
` [PATCH v5 03/44] perf: Move security_perf_event_free() call to __free_event()
` [PATCH v5 04/44] perf: Add APIs to create/release mediated guest vPMUs
` [PATCH v5 05/44] perf: Clean up perf ctx time
` [PATCH v5 06/44] perf: Add a EVENT_GUEST flag
` [PATCH v5 07/44] perf: Add APIs to load/put guest mediated PMU context
` [PATCH v5 08/44] perf: core/x86: Register a new vector for handling mediated guest PMIs
` [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
` [PATCH v5 10/44] perf/x86/core: Do not set bit width for unavailable counters
` [PATCH v5 11/44] perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_cap
` [PATCH v5 12/44] perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
` [PATCH v5 13/44] perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
` [PATCH v5 14/44] KVM: VMX: Setup canonical VMCS config prior to kvm_x86_vendor_init()
` [PATCH v5 15/44] KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRs
` [PATCH v5 16/44] KVM: Add a simplified wrapper for registering perf callbacks
` [PATCH v5 17/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
` [PATCH v5 18/44] KVM: x86/pmu: Start stubbing in mediated PMU support
` [PATCH v5 19/44] KVM: x86/pmu: Implement Intel mediated PMU requirements and constraints
` [PATCH v5 20/44] KVM: x86/pmu: Implement AMD mediated PMU requirements
` [PATCH v5 21/44] KVM: x86/pmu: Register PMI handler for mediated vPMU
` [PATCH v5 22/44] KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers
` [PATCH v5 23/44] KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h header
` [PATCH v5 24/44] KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS
` [PATCH v5 25/44] KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updates
` [PATCH v5 26/44] KVM: VMX: Add helpers to toggle/change a bit in VMCS execution controls
` [PATCH v5 27/44] KVM: x86/pmu: Disable RDPMC interception for compatible mediated vPMU
` [PATCH v5 28/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU
` [PATCH v5 29/44] KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalents
` [PATCH v5 30/44] KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86
` [PATCH v5 31/44] KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
` [PATCH v5 33/44] KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accesses
` [PATCH v5 34/44] KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
` [PATCH v5 35/44] KVM: x86/pmu: Reprogram mediated PMU event selectors on event filter updates
` [PATCH v5 36/44] KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMD
` [PATCH v5 37/44] KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
` [PATCH v5 38/44] KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
` [PATCH v5 39/44] KVM: x86/pmu: Handle emulated instruction for mediated vPMU
` [PATCH v5 40/44] KVM: nVMX: Add macros to simplify nested MSR interception setting
` [PATCH v5 41/44] KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
` [PATCH v5 42/44] KVM: nSVM: "
` [PATCH v5 43/44] KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
` [PATCH v5 44/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match
[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
2025-08-07 8:12 UTC (3+ messages)
` [PATCH v17 23/24] KVM: selftests: guest_memfd mmap() test when mmap is supported
[PATCH] KVM: arm64: ptdump: Fix exec attribute printing
2025-08-07 3:12 UTC (5+ messages)
[PATCH 6.1.y] KVM: arm64: sys_regs: disable -Wuninitialized-const-pointer warning
2025-08-06 22:25 UTC (2+ messages)
[PATCH v1 0/2] KVM: arm: nv: fix AT S* behaviour
2025-08-06 20:30 UTC (10+ messages)
` [PATCH v1 2/2] KVM: arm64: nv: update CPU register PAR_EL1 after 'at s*'
` [PATCH v1 1/2] KVM: arm64: nv: fix S2 translation for nVHE guests
[PATCH] KVM: arm64: selftest: Add standalone test checking for KVM's own UUID
2025-08-06 17:10 UTC (3+ messages)
[PATCH v3 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-08-06 15:03 UTC (3+ messages)
` [PATCH v3 1/3] KVM: arm64: VM exit to userspace to handle SEA
[PATCH 0/5] KVM: Drop vm_dead, pivot on vm_bugged for -EIO
2025-08-06 6:06 UTC (5+ messages)
` [PATCH 5/5] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM
[PATCH v1 0/4] KVM: arm64: Fixes to handling of restricted registers for protected VMs
2025-08-05 18:43 UTC (13+ messages)
` [PATCH v1 1/4] KVM: arm64: Handle AIDR_EL1 and REVIDR_EL1 in host "
` [PATCH v1 2/4] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code
` [PATCH v1 3/4] KVM: arm64: Sync protected guest VBAR_EL1 on injecting an undef exception
` [PATCH v1 4/4] arm64: vgic-v2: Fix guest endianness check in hVHE mode
[PATCH v7 0/5] KVM: arm64: Support FF-A 1.2 and SEND_DIRECT2 ABI
2025-08-05 14:49 UTC (5+ messages)
` [PATCH v7 4/5] KVM: arm64: Bump the supported version of FF-A to 1.2
[RFC PATCH v1 03/38] tsm: Move dsm_dev from pci_tdi to pci_tsm
2025-08-05 9:24 UTC (2+ messages)
[PATCH 07/11] arm64: make the per-task SCTLR2_EL1
2025-08-05 9:01 UTC (2+ messages)
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