messages from 2025-09-12 23:23:25 to 2025-09-15 22:43:20 UTC [more...]
[RFC PATCH v2 0/5] KVM: SVM: Enable AVIC by default on Zen 4+
2025-09-15 22:43 UTC (9+ messages)
` [RFC PATCH v2 1/5] KVM: SVM: Stop warning if x2AVIC feature bit alone is enabled
` [RFC PATCH v2 2/5] KVM: SVM: Simplify the message printed with 'force_avic'
` [RFC PATCH v2 3/5] KVM: SVM: Move all AVIC setup to avic_hardware_setup()
` [RFC PATCH v2 4/5] KVM: SVM: Move 'force_avic' module parameter to svm.c
[PATCH v2 0/3] vhost_task: Fix a bug where KVM wakes an exited task
2025-09-15 22:23 UTC (7+ messages)
[kvm-unit-tests PATCH] lib: make limits.h more Clang friendly
2025-09-15 22:12 UTC
[PATCH v15 00/41] KVM: x86: Mega-CET
2025-09-15 22:12 UTC (63+ messages)
` [PATCH v15 01/41] KVM: SEV: Rename kvm_ghcb_get_sw_exit_code() to kvm_get_cached_sw_exit_code()
` [PATCH v15 02/41] KVM: SEV: Read save fields from GHCB exactly once
` [PATCH v15 03/41] KVM: SEV: Validate XCR0 provided by guest in GHCB
` [PATCH v15 04/41] KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
` [PATCH v15 05/41] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v15 06/41] KVM: x86: Check XSS validity against guest CPUIDs
` [PATCH v15 07/41] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v15 08/41] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v15 09/41] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v15 10/41] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v15 11/41] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v15 12/41] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v15 13/41] KVM: x86: Enable guest SSP read/write interface with new uAPIs
` [PATCH v15 14/41] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v15 15/41] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v15 16/41] KVM: VMX: Set up interception for CET MSRs
` [PATCH v15 17/41] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v15 18/41] KVM: x86: Don't emulate instructions affected by CET features
` [PATCH v15 19/41] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v15 20/41] KVM: nVMX: Virtualize NO_HW_ERROR_CODE_CC for L1 event injection to L2
` [PATCH v15 21/41] KVM: nVMX: Prepare for enabling CET support for nested guest
` [PATCH v15 22/41] KVM: nVMX: Add consistency checks for CR0.WP and CR4.CET
` [PATCH v15 23/41] KVM: nVMX: Add consistency checks for CET states
` [PATCH v15 24/41] KVM: nVMX: Advertise new VM-Entry/Exit control bits for CET state
` [PATCH v15 25/41] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [PATCH v15 26/41] KVM: nSVM: Save/load CET Shadow Stack state to/from vmcb12/vmcb02
` [PATCH v15 27/41] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [PATCH v15 28/41] KVM: x86: SVM: Pass through shadow stack MSRs as appropriate
` [PATCH v15 29/41] KVM: SEV: Synchronize MSR_IA32_XSS from the GHCB when it's valid
` [PATCH v15 30/41] KVM: SVM: Enable shadow stack virtualization for SVM
` [PATCH v15 31/41] KVM: x86: Add human friendly formatting for #XM, and #VE
` [PATCH v15 32/41] KVM: x86: Define Control Protection Exception (#CP) vector
` [PATCH v15 33/41] KVM: x86: Define AMD's #HV, #VC, and #SX exception vectors
` [PATCH v15 34/41] KVM: selftests: Add ex_str() to print human friendly name of "
` [PATCH v15 35/41] KVM: selftests: Add an MSR test to exercise guest/host and read/write
` [PATCH v15 36/41] KVM: selftests: Add support for MSR_IA32_{S,U}_CET to MSRs test
` [PATCH v15 37/41] KVM: selftests: Extend MSRs test to validate vCPUs without supported features
` [PATCH v15 38/41] KVM: selftests: Add KVM_{G,S}ET_ONE_REG coverage to MSRs test
` [PATCH v15 39/41] KVM: selftests: Add coverate for KVM-defined registers in "
` [PATCH v15 40/41] KVM: selftests: Verify MSRs are (not) in save/restore list when (un)supported
` [PATCH v15 41/41] KVM: VMX: Make CR4.CET a guest owned bit
[kvm-unit-tests PATCH v2 0/4] Better backtraces for leaf functions
2025-09-15 21:54 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] Makefile: Provide a concept of late CFLAGS
` [kvm-unit-tests PATCH v2 2/4] x86: Better backtraces for leaf functions
` [kvm-unit-tests PATCH v2 3/4] arm64: "
` [kvm-unit-tests PATCH v2 4/4] arm: Fix backtraces involving "
[PATCH] PMCR_EL0.N is RAZ/WI. At least a build failes in Ubuntu 22.04 LTS. Remove the set function
2025-09-15 21:31 UTC (4+ messages)
[kvm-unit-tests PATCH] Better backtraces for leaf functions
2025-09-15 21:27 UTC (3+ messages)
[RFC PATCH v6 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2025-09-15 21:25 UTC (4+ messages)
` [RFC PATCH v6 1/2] mm: guestmem: "
` [RFC PATCH v6 2/2] userfaulfd: add minor mode for guestmem
[PATCH v5 0/3] crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver
2025-09-15 21:22 UTC (4+ messages)
` [PATCH v5 1/3] x86/sev: Add new dump_rmp parameter to snp_leak_pages() API
` [PATCH v5 2/3] crypto: ccp - Add new HV-Fixed page allocation/free API
` [PATCH v5 3/3] crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver
[PATCH v18 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-09-15 21:07 UTC (3+ messages)
[PATCH] KVM: riscv: Power on secondary vCPUs from migration
2025-09-15 18:54 UTC (3+ messages)
[RFC] Fix potential undefined behavior in __builtin_clz usage with GCC 11.1.0
2025-09-15 18:46 UTC (3+ messages)
[PATCH v3 00/10] Error recovery for vfio-pci devices on s390x
2025-09-15 18:27 UTC (17+ messages)
` [PATCH v3 01/10] PCI: Avoid saving error values for config space
` [PATCH v3 05/10] s390/pci: Restore IRQ unconditionally for the zPCI device
` [PATCH v3 06/10] s390/pci: Update the logic for detecting passthrough device
` [PATCH v3 07/10] s390/pci: Store PCI error information for passthrough devices
` [PATCH v3 08/10] vfio-pci/zdev: Add a device feature for error information
[PATCH v2 0/2] KVM: selftests: Use $(SRCARCH) and share definition with top-level Makefile
2025-09-15 17:57 UTC (2+ messages)
[RFC PATCH] kvm/riscv: Add ctxsstatus and ctxhstatus for migration
2025-09-15 17:01 UTC (4+ messages)
[PATCH v4 0/5] Enable Shadow Stack Virtualization for SVM
2025-09-15 16:46 UTC (4+ messages)
[PATCH V2] vfio/pds: replace bitmap_free with vfree
2025-09-15 16:28 UTC (2+ messages)
[PATCH v3 1/3] vhost-net: unbreak busy polling
2025-09-15 16:03 UTC (3+ messages)
` [PATCH v3 2/3] Revert "vhost/net: Defer TX queue re-enable until after sendmsg"
` [PATCH v3 3/3] vhost-net: flush batched before enabling notifications
[PATCH net 1/2] vhost-net: unbreak busy polling
2025-09-15 16:03 UTC (3+ messages)
` [PATCH net 2/2] vhost-net: correctly flush batched packet before enabling notification
[PATCH] RISC-V: KVM: Fix SBI_FWFT_POINTER_MASKING_PMLEN algorithm
2025-09-15 15:26 UTC (2+ messages)
[kvm-unit-tests PATCH 0/2] Fix triple fault in eventinj test
2025-09-15 14:49 UTC (3+ messages)
` [PATCH 1/2] x86/eventinj: Use global asm label for nested NMI IP address verification
` [PATCH 2/2] x86/eventinj: Push SP to IRET frame
[PATCH] vhost-scsi: fix argument order in tport allocation error message
2025-09-15 14:46 UTC (2+ messages)
[PATCH v3 05/11] PCI: Add pci_reachable_set()
2025-09-15 14:32 UTC (4+ messages)
[RFC PATCH 0/7] target/i386: SEV: Add support for enabling VMSA SEV features
2025-09-15 14:25 UTC (9+ messages)
` [RFC PATCH 1/7] target/i386: SEV: Consolidate SEV feature validation to common init path
` [RFC PATCH 3/7] target/i386: SEV: Add support for enabling debug-swap SEV feature
[PATCH v2 0/4] KVM: SVM: Add Page Modification Logging (PML) support
2025-09-15 12:35 UTC (6+ messages)
` [PATCH v2 1/4] KVM: x86: Carve out PML flush routine
` [PATCH v2 2/4] KVM: x86: Move PML page to common vcpu arch structure
` [PATCH v2 3/4] x86/cpufeatures: Add Page modification logging
` [PATCH v2 4/4] KVM: SVM: Add Page modification logging support
[syzbot] Monthly kvm-x86 report (Sep 2025)
2025-09-15 12:33 UTC
[PATCH v6 0/8] Add SBI v3.0 PMU enhancements
2025-09-15 11:58 UTC (4+ messages)
[PATCH v3] riscv: skip csr restore if vcpu preempted reload
2025-09-15 11:53 UTC (3+ messages)
` "
[PATCH v2 00/20] KVM: s390: gmap rewrite, the real deal
2025-09-15 11:49 UTC (7+ messages)
` [PATCH v2 03/20] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v2 05/20] KVM: s390: Add helper functions for fault handling
[PATCH v2 00/16] KVM: arm64: TTW reporting on SEA and 52bit PA in S1 PTW
2025-09-15 11:44 UTC (17+ messages)
` [PATCH v2 01/16] KVM: arm64: Add helper computing the state of 52bit PA support
` [PATCH v2 02/16] KVM: arm64: Account for 52bit when computing maximum OA
` [PATCH v2 03/16] KVM: arm64: Compute 52bit TTBR address and alignment
` [PATCH v2 04/16] KVM: arm64: Decouple output address from the PT descriptor
` [PATCH v2 05/16] KVM: arm64: Pass the walk_info structure to compute_par_s1()
` [PATCH v2 06/16] KVM: arm64: Compute shareability for LPA2
` [PATCH v2 07/16] KVM: arm64: Populate PAR_EL1 with 52bit addresses
` [PATCH v2 08/16] KVM: arm64: Expand valid block mappings to FEAT_LPA/LPA2 support
` [PATCH v2 09/16] KVM: arm64: Report faults from S1 walk setup at the expected start level
` [PATCH v2 10/16] KVM: arm64: Allow use of S1 PTW for non-NV vcpus
` [PATCH v2 11/16] KVM: arm64: Allow EL1 control registers to be accessed from the CPU state
` [PATCH v2 12/16] KVM: arm64: Don't switch MMU on translation from non-NV context
` [PATCH v2 13/16] KVM: arm64: Add filtering hook to S1 page table walk
` [PATCH v2 14/16] KVM: arm64: Add S1 IPA to page table level walker
` [PATCH v2 15/16] KVM: arm64: Populate level on S1PTW SEA injection
` [PATCH v2 16/16] KVM: arm64: selftest: Expand external_aborts test to look for TTW levels
[PATCH net V2 1/2] vhost-net: unbreak busy polling
2025-09-15 11:38 UTC (3+ messages)
` [PATCH net V2 2/2] vhost-net: correctly flush batched packet before enabling notification
[PATCH v5 0/2] KVM: guest_memfd: use write for population
2025-09-15 11:01 UTC (13+ messages)
` [PATCH v5 1/2] KVM: guest_memfd: add generic population via write
[PATCH] vhost: vringh: Modify the return value check
2025-09-15 10:59 UTC (2+ messages)
[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
2025-09-15 10:55 UTC (9+ messages)
` [PATCH v10 02/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v10 05/43] arm64: RME: Check for RME support at KVM init
[PATCH v4 0/4] KVM: Speed up MMIO registrations
2025-09-15 9:59 UTC (2+ messages)
[PATCH v3 00/11] Fix incorrect iommu_groups with PCIe ACS
2025-09-15 9:41 UTC (2+ messages)
[RFC 00/14] cover-letter: Add virtualization support for EGM
2025-09-15 9:21 UTC (13+ messages)
` [RFC 02/14] vfio/nvgrace-gpu: Create auxiliary device "
` [RFC 03/14] vfio/nvgrace-gpu: track GPUs associated with the EGM regions
` [RFC 05/14] vfio/nvgrace-egm: Introduce module to manage EGM
` [RFC 08/14] vfio/nvgrace-egm: Expose EGM region as char device
` [RFC 10/14] vfio/nvgrace-egm: Clear Memory before handing out to VM
` [RFC 11/14] vfio/nvgrace-egm: Fetch EGM region retired pages list
[PATCH v2 0/3] KVM: Fix deadlock for invalid memslots
2025-09-15 8:21 UTC (4+ messages)
` [PATCH v2 3/3] KVM: selftests: Test prefault memory during concurrent memslot removal
[RFC PATCH] PCI: Add quirk to always map ivshmem as write-back
2025-09-15 7:43 UTC (2+ messages)
[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
2025-09-15 6:05 UTC (4+ messages)
` [RFC PATCH v2 18/23] x86/virt/tdx: Do not perform cache flushes unless CLFLUSH_BEFORE_ALLOC is set
[PATCH v1 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-09-13 10:19 UTC (3+ messages)
` [PATCH v1 10/10] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH] LoongArch: KVM: Fix VM migration failure with PTW enabled
2025-09-15 1:20 UTC (3+ messages)
[kvm-unit-tests PATCH v2 00/13] Improve CET tests
2025-09-14 11:05 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 13/13] x86: Avoid top-most page for vmalloc on x86-64
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-14 7:44 UTC (5+ messages)
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
[PATCH] docs: wmi: lenovo-wmi-gamezone: fix typo in frequency
2025-09-13 17:38 UTC
[PATCH v4 0/3] crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver
2025-09-13 10:55 UTC (5+ messages)
` [PATCH v4 1/3] x86/sev: Add new dump_rmp parameter to snp_leak_pages() API
[PATCH] vfio/pds: replace bitmap_free with vfree
2025-09-13 8:02 UTC (2+ messages)
The VFIO/IOMMU/PCI MC at LPC 2025 - Call for Papers reminder
2025-09-13 7:05 UTC (2+ messages)
[PATCH] KVM: x86: Remove outdated comments and code in kvm_on_user_return()
2025-09-13 5:06 UTC (6+ messages)
[PATCH v5 0/3] Move duplicated instructions macros into asm/insn.h
2025-09-13 1:30 UTC (3+ messages)
` [PATCH v5 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
[PATCH] RISC-V: KVM: Fix guest page fault within HLV* instructions
2025-09-13 1:24 UTC (2+ messages)
[PATCH] LoongArch: KVM: rework pch_pic_update_batch_irqs()
2025-09-13 0:29 UTC
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