messages from 2026-05-26 20:00:53 to 2026-05-27 15:41:13 UTC [more...]
[kvm-unit-tests PATCH v3 00/20] x86: Better backtraces for leaf functions
2026-05-27 15:41 UTC (6+ messages)
[PATCH RFC 00/12] Document synchronization used in managing guest faults
2026-05-27 15:40 UTC (14+ messages)
` [PATCH RFC 01/12] Documentation: KVM: Elaborate comment on kvm_usage_lock
` [PATCH RFC 02/12] Documentation: KVM: Consolidate notes about cpu_read_lock() and kvm_lock
` [PATCH RFC 03/12] Documentation: KVM: Consolidate notes about kvm->slots_lock and irq_lock
` [PATCH RFC 04/12] Documentation: KVM: Turn - into bullet point
` [PATCH RFC 05/12] Documentation: KVM: Explain what rule the exception section is meant for
` [PATCH RFC 06/12] Documentation: KVM: Have actual headings for exceptions
` [PATCH RFC 07/12] Documentation: KVM: Drop mention of kvm->lock in SRCU documentation
` [PATCH RFC 08/12] Documentation: KVM: Add example for kvm->srcu in relation to mutex/lock
` [PATCH RFC 09/12] Documentation: KVM: Document synchronization for managing guest faults
` [PATCH RFC 10/12] KVM: guest_memfd: Clarify comment about gmem.file vs kvm->srcu
` [PATCH RFC 11/12] KVM: mmu: Point users of host_pfn_mapping_level() to docs
` [PATCH RFC 12/12] Documentation: KVM: Focus acquisition order section on preventing deadlocks
[PATCH v3 0/2] x86/tdx: Port I/O emulation fixes
2026-05-27 15:38 UTC (6+ messages)
` [PATCH v3 1/2] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v3 2/2] x86/tdx: Fix zero-extension for 32-bit port I/O
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-05-27 15:35 UTC (27+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions
` [PATCH 02/15] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH 04/15] x86/virt/tdx: Enable the Extensions right after basic TDX Module init
` [RFC PATCH 14/15] x86/virt/tdx: Embed version info in SEAMCALL leaf function definitions
` [RFC PATCH 15/15] x86/virt/tdx: Enable TDX Quoting extension
[PATCH v6 00/43] guest_memfd: In-place conversion support
2026-05-27 15:35 UTC (8+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
2026-05-27 15:34 UTC (7+ messages)
` [PATCH v5 5/5] iommufd/vdevice: add TSM request ioctl
[kvm-unit-tests PATCH] x86/vmx: Remove the superfluous vmx_cet config entry
2026-05-27 15:23 UTC
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-05-27 15:21 UTC (13+ messages)
` [PATCH v14 13/44] arm64: RMI: Define the user ABI
` [PATCH v14 17/44] arm64: RMI: RTT tear down
` [PATCH v14 19/44] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v14 23/44] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v14 28/44] arm64: RMI: Create the realm descriptor
[kvm-unit-tests PATCH v3 0/2] nVMX: Improve DEBUGCTL test coverage
2026-05-27 15:21 UTC (5+ messages)
` [kvm-unit-tests PATCH v3 1/2] nVMX: Remove the IA32_DEBUGCTLMSR access in debugctls test
` [kvm-unit-tests PATCH v3 2/2] x86/vmx: (Re)Add a nVMX test to validate load/save of DEBUGCTL
[PATCH v3 0/5] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
2026-05-27 15:20 UTC (8+ messages)
` [PATCH v3 1/5] KVM: s390: Track page size in struct guest_fault
` [PATCH v3 2/5] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v3 3/5] KVM: s390: Update KVM_PRE_FAULT_MEMORY API documentation
` [PATCH v3 4/5] KVM: selftests: Fix pre_fault_memory_test to run on s390
` [PATCH v3 5/5] KVM: selftests: Enable pre_fault_memory_test for s390
[kvm-unit-tests PATCH v2 0/4] nVMX: Improve IA32_DEBUGCTLMSR test on debug controls
2026-05-27 15:20 UTC (10+ messages)
` [kvm-unit-tests PATCH v2 2/4] nVMX: Validate DEBUGCTLMSR_BUS_LOCK_DETECT states during VMX transitions
` [kvm-unit-tests PATCH v2 4/4] nVMX: Validate DEBUGCTLMSR_LBR "
[PATCH v13 0/8] vfio/pci: Add PCIe TPH support
2026-05-27 14:00 UTC (14+ messages)
` [PATCH v13 1/8] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v13 2/8] PCI/TPH: Cache TPH requester capability at probe time
` [PATCH v13 3/8] PCI/TPH: Add requester selection policy to pcie_enable_tph()
` [PATCH v13 4/8] PCI/TPH: Add requester policy to pcie_tph_get_cpu_st()
` [PATCH v13 5/8] PCI/TPH: expose the enabled TPH requester type
` [PATCH v13 6/8] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST_CONFIG for PCIe TPH ST configuration
` [PATCH v13 7/8] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_CPU_ST to query TPH steering tag
` [PATCH v13 8/8] vfio/pci: Virtualize PCIe TPH capability registers
[RFC v3 00/10] KVM: selftests: add powerpc support
2026-05-27 13:32 UTC (12+ messages)
` [RFC v3 01/10] KVM: selftests: Move pgd_created check into virt_pgd_alloc
` [RFC v3 02/10] KVM: selftests: Add aligned guest physical page allocator
` [RFC v3 03/10] KVM: PPC: selftests: add support for powerpc
` [RFC v3 04/10] KVM: PPC: selftests: powerpc enable kvm_create_max_vcpus test
` [RFC v3 05/10] KVM: selftests: Print the vcpu_id when KVM_CREATE_VCPU ioctl fails
` [RFC v3 06/10] KVM: PPC: selftests: Use u64 instead of uint64_t
` [RFC v3 07/10] KVM: PPC: selftests: Use s64 instead of int64_t
` [RFC v3 08/10] KVM: PPC: selftests: Use u32 instead of uint32_t
` [RFC v3 09/10] KVM: PPC: selftests: Use u8 instead of uint8_t
` [RFC v3 10/10] KVM: PPC: selftests: Replace u64 gpa, u64 gva|vaddr with gpa_t and gva_t
[PATCH v3 0/4] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
2026-05-27 13:25 UTC (12+ messages)
` [PATCH v3 3/4] KVM: x86: Virtualize AMD CPUID faulting
[PATCH v5 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
2026-05-27 12:53 UTC (6+ messages)
` [PATCH v5 2/4] dma-buf: add optional get_tph() callback
[PATCH v2 0/2] s390x/kvm: Add ASTFLE facility 2 for nested virtualization
2026-05-27 12:19 UTC (2+ messages)
[PATCH 0/4] KVM: x86: small MMU-adjacent cleanups
2026-05-27 12:06 UTC (5+ messages)
` [PATCH 1/4] KVM: x86: remove nested_mmu from mmu_is_nested()
` [PATCH 2/4] KVM: nVMX: remove unnecessary code in prepare_vmcs02
` [PATCH 3/4] KVM: nSVM: invalidate cached PDPTRs across nested NPT transitions
` [PATCH 4/4] KVM: x86: check that kvm_handle_invpcid is only invoked with shadow paging
[PATCH v6 0/8] target/arm: fully model WFxT instructions for A-profile
2026-05-27 11:43 UTC (9+ messages)
` [PATCH v6 1/8] target/arm: fix WFET typo in syndrome
` [PATCH v6 2/8] target/arm: teach arm_cpu_has_work about halting reasons
` [PATCH v6 3/8] target/arm: redefine event stream fields
` [PATCH v6 4/8] target/arm: ensure aarch64 DISAS_WFE will exit
` [PATCH v6 5/8] target/arm: implements SEV/SEVL for all modes
` [PATCH v6 6/8] target/arm: enable event stream on WFE instructions
` [PATCH v6 7/8] target/arm: handle the WFE trap case
` [PATCH v6 8/8] target/arm: implement WFET
[RFC v2 5/5] KVM: selftests: Print the vcpu_id when KVM_CREATE_VCPU ioctl fails
2026-05-27 11:30 UTC (3+ messages)
[RFC v2 3/5] KVM: PPC: selftests: add support for powerpc
2026-05-27 11:16 UTC (3+ messages)
[PATCH v10 00/25] Runtime TDX module update support
2026-05-27 11:30 UTC (13+ messages)
` [PATCH v10 01/25] x86/virt/tdx: Clarify try_init_module_global() result caching
` [PATCH v10 02/25] x86/virt/tdx: Move TDX global initialization states to file scope
` [PATCH v10 03/25] x86/virt/tdx: Consolidate TDX global initialization states
` [PATCH v10 04/25] x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.h
` [PATCH v10 13/25] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v10 21/25] x86/virt/tdx: Refresh TDX module version after update
[kvm-unit-tests PATCH v2] arm: add wfx test case
2026-05-27 11:18 UTC
[PATCH v2 00/39] KVM: arm64: Add GICv5 IRS support
2026-05-27 10:51 UTC (3+ messages)
` [PATCH v2 03/39] irqchip/gic-v5: Setup gic_kvm_info on ACPI hosts
[PATCH v4 00/21] KVM: x86: Enable APX for guests
2026-05-27 10:24 UTC (7+ messages)
` [PATCH v4 06/21] x86/fpu: Ignore APX when copying from/to guest FPU
[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
2026-05-27 10:23 UTC (10+ messages)
` [PATCH v2 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v2 2/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v2 3/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH v2 4/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v2 5/9] vfio/pci: Provide a user-facing name for BAR mappings
` [PATCH v2 6/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v2 7/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v2 8/9] vfio/pci: Permanently revoke a DMABUF on request
` [PATCH v2 9/9] vfio/pci: Add mmap() attributes to DMABUF feature
[PATCH v12 4/6] PCI/TPH: Move tph_req_type initialization into pci_tph_init
2026-05-27 9:54 UTC (3+ messages)
` [PATCH v12 5/6] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST for PCIe TPH steering tag management
[RFC] KVM/x86: Killing kvm_get_time_and_clockread() in favour of ktime_get_snapshot()
2026-05-27 8:49 UTC (5+ messages)
[Bug 220776] New: When passthrough device to KVM guest with iommufd+hugepage, more hugepage are used than assigned, and DMAR error reported from host dmesg
2026-05-27 7:51 UTC (2+ messages)
` [Bug 220776] "
[PATCH v2 0/3] KVM: riscv: add check_supported_reg() into get-reg-list test
2026-05-27 6:57 UTC (7+ messages)
` [PATCH v2 1/3] KVM: RISC-V: SBI FWFT: Fix stale feature exposure after runtime extension changes
` [PATCH v2 2/3] KVM: riscv: selftests: Refactor ISA and SBI extension sublist macros
` [PATCH v2 3/3] KVM: riscv: selftests: Split SBI FWFT into separate feature-specific sublists
[PATCH] LoongArch: KVM: Check return values for put_user
2026-05-27 6:16 UTC (2+ messages)
[PATCH v6 06/43] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
2026-05-27 3:29 UTC (2+ messages)
[PATCH v2] KVM: VMX: Handle bad values on proxied writes to LBR MSRs
2026-05-27 2:59 UTC (2+ messages)
` 回复:[PATCH "
[PATCH net] vsock/virtio: bind uarg before filling zerocopy skb
2026-05-27 2:42 UTC
[PATCH v2 00/10] selftests/vfio: igb: Add driver for Intel
2026-05-27 2:40 UTC (15+ messages)
` [PATCH v2 01/10] selftests/vfio: igb: Add driver for IGB QEMU device
` [PATCH v2 02/10] selftests/vfio: igb: Use PHY internal loopback on 82576
` [PATCH v2 03/10] selftests/vfio: igb: Use advanced TX and RX descriptors
` [PATCH v2 04/10] selftests/vfio: igb: Program MSI-X interrupt routing
` [PATCH v2 05/10] selftests/vfio: igb: Extend memcpy completion timeout for line-rate hardware
` [PATCH v2 06/10] selftests/vfio: igb: Disable PCIe completion timeout retries
` [PATCH v2 07/10] selftests/vfio: Add vfio_pci_irq_reenable() helper
` [PATCH v2 08/10] selftests/vfio: igb: Factor hardware programming into igb_hw_init()
` [PATCH v2 09/10] selftests/vfio: igb: Recover after DMA-read faults
` [PATCH v2 10/10] selftests/vfio: igb: Use offical IGB headers in selftest driver
[PATCH net v2] vsock/virtio: bind uarg before filling zerocopy skb
2026-05-27 2:33 UTC
[PATCH v3 00/16] KVM: selftests: Link with VFIO selftests lib and test device interrupts
2026-05-27 2:23 UTC (13+ messages)
` [PATCH v3 03/16] KVM: selftests: Add guest read/write macros
` [PATCH v3 05/16] KVM: selftests: Add helper to generate random u64 in range [min,max]
` [PATCH v3 06/16] KVM: selftests: Add IRQ injection test
` [PATCH v3 12/16] KVM: selftests: Verify non-postable IRQ remapping
` [PATCH v3 13/16] KVM: selftests: Verify vCPU migration during IRQ delivery
[PATCH net] vsock/virtio: bind uarg before filling zerocopy skb
2026-05-27 1:46 UTC (2+ messages)
[PATCH v6 38/43] KVM: selftests: Provide common function to set memory attributes
2026-05-27 1:45 UTC (2+ messages)
[PATCH v6 34/43] KVM: selftests: Test that shared/private status is consistent across processes
2026-05-27 1:29 UTC (2+ messages)
[PATCH] KVM: Delete guest-triggerable (in theory) BUG_ON() in ioeventfd datamatch
2026-05-27 1:24 UTC (3+ messages)
[PATCH v6 42/43] KVM: selftests: Add script to exercise private_mem_conversions_test
2026-05-27 1:21 UTC (2+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2026-05-28
2026-05-26 23:49 UTC
[PATCH v6 00/16]
2026-05-26 23:31 UTC (9+ messages)
` [PATCH v6 01/16] KVM: nSVM: Stop leaking single-stepping on VMRUN into L2
` [PATCH v6 08/16] KVM: x86/pmu: Add support for KVM_X86_PMU_OP_OPTIONAL_RET0
[RFC PATCH 1/8] timekeeping: Add clocksource read_raw() method and raw_cycles to snapshot
2026-05-26 23:06 UTC (8+ messages)
` [RFC PATCH 2/8] clocksource/hyperv: Implement read_raw() for TSC page clocksource
` [RFC PATCH 3/8] x86/kvmclock: Implement read_raw() for kvmclock clocksource
` [RFC PATCH 4/8] KVM: x86: Use ktime_get_snapshot_id() for master clock
` [RFC PATCH 5/8] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [RFC PATCH 6/8] KVM: x86: Replace pvclock_gtod_data vclock_mode with boolean
` [RFC PATCH 7/8] KVM: x86: Remove pvclock_gtod_data and private timekeeping code
` [RFC PATCH 8/8] ptp: vmclock: Use raw_cycles from snapshot for precise TSC pairing
[PATCH] KVM: VMX: Use _safe MSR accessors in LBR handler
2026-05-26 22:12 UTC (3+ messages)
[PATCH 1/2] kvm: rework memory prefault
2026-05-26 21:20 UTC (4+ messages)
` [PATCH 2/2] s390: kvm: arm64: add HAS_IOMEM dependency
[PATCH v2 0/4] struct page to PFN conversion for TDX guest private memory
2026-05-26 20:00 UTC (3+ 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