messages from 2025-08-05 13:20:20 to 2025-08-06 20:47:46 UTC [more...]
[PATCH 0/2] Support for SEV-ES guest shadow stack
2025-08-06 20:46 UTC (3+ messages)
` [PATCH 1/2] x86/boot: Move boot_*msr helpers to asm/shared/msr.h
` [PATCH 2/2] x86/sev-es: Include XSS value in GHCB CPUID request
[PATCH v3 0/5] Enable Shadow Stack Virtualization for SVM
2025-08-06 20:45 UTC (6+ messages)
` [PATCH v3 1/5] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [PATCH v3 2/5] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [PATCH v3 3/5] KVM: x86: SVM: Pass through shadow stack MSRs
` [PATCH v3 4/5] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [PATCH v3 5/5] KVM: SVM: Enable shadow stack virtualization for SVM
[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
2025-08-06 19:57 UTC (45+ 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 RFC net-next v4 00/12] vsock: add namespace support to vhost-vsock
2025-08-06 19:13 UTC (16+ messages)
` [PATCH RFC net-next v4 01/12] vsock: a per-net vsock NS mode state
` [PATCH RFC net-next v4 02/12] vsock: add net to vsock skb cb
` [PATCH RFC net-next v4 03/12] vsock: add netns to af_vsock core
` [PATCH RFC net-next v4 04/12] vsock/virtio: add netns to virtio transport common
` [PATCH RFC net-next v4 05/12] vhost/vsock: add netns support
` [PATCH RFC net-next v4 06/12] vsock/virtio: use the global netns
` [PATCH RFC net-next v4 07/12] hv_sock: add netns hooks
` [PATCH RFC net-next v4 08/12] vsock/vmci: "
` [PATCH RFC net-next v4 09/12] vsock/loopback: add netns support
` [PATCH RFC net-next v4 10/12] selftests/vsock: improve logging in vmtest.sh
` [PATCH RFC net-next v4 11/12] selftests/vsock: invoke vsock_test through helpers
` [PATCH RFC net-next v4 12/12] selftests/vsock: add namespace tests
[PATCH RFC v2 0/2] KVM: arm64: PMU: Use multiple host PMUs
2025-08-06 18:24 UTC (5+ 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] KVM: x86: Synchronize APIC State with QEMU when irqchip=split
2025-08-06 18:20 UTC (2+ messages)
[PATCH 00/18] KVM: x86: Fastpath cleanups and PMU prep work
2025-08-06 17:42 UTC (31+ messages)
` [PATCH 01/18] KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't valid
` [PATCH 02/18] KVM: x86: Add kvm_icr_to_lapic_irq() helper to allow for fastpath IPIs
` [PATCH 03/18] KVM: x86: Only allow "fast" IPIs in fastpath WRMSR(X2APIC_ICR) handler
` [PATCH 04/18] KVM: x86: Drop semi-arbitrary restrictions on IPI type in fastpath
` [PATCH 05/18] KVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE in fastpath exits
` [PATCH 06/18] KVM: x86: Acquire SRCU in WRMSR fastpath iff instruction needs to be skipped
` [PATCH 07/18] KVM: x86: Unconditionally grab data from EDX:EAX in WRMSR fastpath
` [PATCH 08/18] KVM: x86: Fold WRMSR fastpath helpers into the main handler
` [PATCH 09/18] KVM: x86/pmu: Move kvm_init_pmu_capability() to pmu.c
` [PATCH 10/18] KVM: x86/pmu: Add wrappers for counting emulated instructions/branches
` [PATCH 11/18] KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRs
` [PATCH 12/18] KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled()
` [PATCH 13/18] KVM: x86/pmu: Open code pmc_event_is_allowed() in its callers
` [PATCH 14/18] KVM: x86/pmu: Drop redundant check on PMC being globally enabled for emulation
` [PATCH 15/18] KVM: x86/pmu: Drop redundant check on PMC being locally "
` [PATCH 16/18] KVM: x86/pmu: Rename check_pmu_event_filter() to pmc_is_event_allowed()
` [PATCH 17/18] KVM: x86: Push acquisition of SRCU in fastpath into kvm_pmu_trigger_event()
` [PATCH 18/18] KVM: x86: Add a fastpath handler for INVD
[PATCH v2 0/2] Few timer and AIA fixes for KVM RISC-V
2025-08-06 17:15 UTC (2+ messages)
[PATCH v2] KVM: arm64: selftest: Add standalone test checking for KVM's own UUID
2025-08-06 17:13 UTC
[PATCH] KVM: arm64: selftest: Add standalone test checking for KVM's own UUID
2025-08-06 17:10 UTC (3+ messages)
[PATCH 0/2] vfio: Deprecate fsl-mc, platform, and amba
2025-08-06 17:03 UTC (3+ messages)
` [PATCH 1/2] vfio/fsl-mc: Mark for removal
` [PATCH 2/2] vfio/platform: "
[PATCH v2 0/5] KVM: arm64: FEAT_RASv1p1 support and RAS selection
2025-08-06 16:56 UTC (6+ 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
[RFC PATCH 00/20] TD-Preserving updates
2025-08-06 16:33 UTC (13+ messages)
` [RFC PATCH 07/20] x86/virt/tdx: Expose SEAMLDR information via sysfs
[PATCH v2 0/4] KVM: VMX: Handle the immediate form of MSR instructions
2025-08-06 15:59 UTC (4+ messages)
` [PATCH v2 2/4] "
[PATCH v3 0/6] KVM: VMX: Handle the immediate form of MSR instructions
2025-08-06 15:48 UTC (10+ messages)
` [PATCH v3 1/6] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [PATCH v3 2/6] KVM: x86: Rename local "ecx" variables to "msr" and "pmc" as appropriate
` [PATCH v3 3/6] KVM: x86: Rename handle_fastpath_set_msr_irqoff() to handle_fastpath_wrmsr()
` [PATCH v3 4/6] KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel
` [PATCH v3 5/6] KVM: VMX: Support the immediate form of WRMSRNS in the VM-Exit fastpath
` [PATCH v3 6/6] KVM: x86: Advertise support for the immediate form of MSR instructions
[GIT PULL] VFIO updates for v6.17-rc1 v2
2025-08-06 15:35 UTC
[PATCHv2 01/12] x86/tdx: Consolidate TDX error handling
2025-08-06 15:19 UTC (11+ 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] MAINTAINERS: Update Shameer Kolothum's email address
2025-08-06 14:12 UTC (2+ messages)
[PATCH v2 00/16] Fix incorrect iommu_groups with PCIe ACS
2025-08-06 13:40 UTC (10+ messages)
[PATCH] vfio/type1: Absorb num_pages_contiguous()
2025-08-06 13:23 UTC (8+ messages)
[PATCH v5 0/7] TDX host: kexec/kdump support
2025-08-06 13:00 UTC (4+ messages)
` [PATCH v5 1/7] x86/kexec: Consolidate relocate_kernel() function parameters
[PATCH v1] vhost: fix missing descriptor reclaim on copy_to_iter failure
2025-08-06 11:46 UTC
[Invitation] bi-weekly guest_memfd upstream call on 2025-08-07
2025-08-06 11:10 UTC
[PATCH] RISC-V: KVM: fix stack overrun when loading vlenb
2025-08-06 10:05 UTC (3+ messages)
[PATCH v2 0/2] KVM: s390: Fix two bugs
2025-08-06 9:03 UTC (5+ messages)
` [PATCH v2 1/2] KVM: s390: Fix incorrect usage of mmu_notifier_register()
` [PATCH v2 2/2] KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion
[PATCH v2 0/3] LoongArch: KVM: Small enhancements about IPI and
2025-08-06 9:00 UTC (4+ messages)
` [PATCH v2 1/3] LoongArch: KVM: Access mailbox directly in mail_send()
` [PATCH v2 2/3] LoongArch: KVM: Add implementation with IOCSR_IPI_SET
` [PATCH v2 3/3] LoongArch: KVM: Make function kvm_own_lbt() robust
[PATCH RFC] target/arm/kvm: Choose PMU backend
2025-08-06 8:48 UTC
[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] KVM: PPC: Fix misleading interrupts comment in kvmppc_prepare_to_enter()
2025-08-06 5:56 UTC
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-08-06 0:50 UTC (10+ messages)
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc
[RFC PATCH] KVM: TDX: Decouple TDX init mem region from kvm_gmem_populate()
2025-08-06 0:09 UTC (15+ messages)
[RFC PATCH 0/1] Tweak TLB flushing when VMX is running on Hyper-V
2025-08-05 23:42 UTC (10+ messages)
` [RFC PATCH 1/1] KVM: VMX: Use Hyper-V EPT flush for local TLB flushes
[RFC PATCH 0/9] vfio: Introduce mmap maple tree
2025-08-05 19:00 UTC (7+ messages)
` "
[PATCH 0/3] use vm_flags_t consistently
2025-08-05 16:13 UTC (9+ messages)
` [PATCH 2/3] mm: update core kernel code to "
[PATCH v7 00/30] TDX KVM selftests
2025-08-05 15:41 UTC (5+ messages)
` [PATCH v7 05/30] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
[PATCH 00/33] vfio: Introduce selftests for VFIO
2025-08-05 15:08 UTC (2+ messages)
[GIT PULL] VFIO updates for v6.17-rc1
2025-08-05 14:26 UTC (30+ 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;
as well as URLs for NNTP newsgroup(s).