messages from 2025-11-21 18:09:19 to 2025-11-24 13:40:38 UTC [more...]
[PATCH v2 00/45] KVM: arm64: Add LR overflow infrastructure
2025-11-24 13:40 UTC (8+ messages)
` [PATCH v2 29/45] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity
[PATCH net-next v11 00/13] vsock: add namespace support to vhost-vsock and loopback
2025-11-24 13:02 UTC (9+ messages)
` [PATCH net-next v11 03/13] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H
` [PATCH net-next v11 05/13] vsock: add netns support to virtio transports
[PATCH v5 00/23] KVM: s390: gmap rewrite, the real deal
2025-11-24 13:01 UTC (27+ messages)
` [PATCH v5 01/23] KVM: s390: Refactor pgste lock and unlock functions
` [PATCH v5 02/23] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v5 03/23] s390: Move sske_frame() to a header
` [PATCH v5 04/23] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v5 05/23] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v5 06/23] KVM: s390: Rename some functions in gaccess.c
` [PATCH v5 07/23] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v5 08/23] KVM: s390: KVM page table management functions: allocation
` [PATCH v5 09/23] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v5 10/23] KVM: s390: KVM page table management functions: walks
` [PATCH v5 11/23] KVM: s390: KVM page table management functions: storage keys
` [PATCH v5 12/23] KVM: s390: KVM page table management functions: lifecycle management
` [PATCH v5 13/23] KVM: s390: KVM page table management functions: CMMA
` [PATCH v5 14/23] KVM: s390: New gmap code
` [PATCH v5 15/23] KVM: s390: Add helper functions for fault handling
` [PATCH v5 16/23] KVM: s390: Add some helper functions needed for vSIE
` [PATCH v5 17/23] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v5 18/23] KVM: s390: Storage key functions refactoring
` [PATCH v5 19/23] KVM: s390: Switch to new gmap
` [PATCH v5 20/23] KVM: s390: Remove gmap from s390/mm
` [PATCH v5 21/23] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v5 22/23] KVM: s390: Enable 1M pages for gmap
` [PATCH v5 23/23] KVM: s390: Storage key manipulation IOCTL
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-24 12:27 UTC (15+ messages)
` [PATCH v3 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH v3 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH v3 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
[PATCH v5 0/7] vfio/nvgrace-gpu: Support huge PFNMAP and wait for GPU ready post reset
2025-11-24 11:59 UTC (8+ messages)
` [PATCH v5 1/7] vfio/nvgrace-gpu: Use faults to map device memory
` [PATCH v5 2/7] vfio: export function to map the VMA
` [PATCH v5 3/7] vfio/nvgrace-gpu: Add support for huge pfnmap
` [PATCH v5 4/7] vfio: use vfio_pci_core_setup_barmap to map bar in mmap
` [PATCH v5 5/7] vfio/nvgrace-gpu: split the code to wait for GPU ready
` [PATCH v5 6/7] vfio/nvgrace-gpu: Inform devmem unmapped after reset
` [PATCH v5 7/7] vfio/nvgrace-gpu: wait for the GPU mem to be ready
[PATCH 0/5] KVM: arm64: Add support for FEAT_IDST
2025-11-24 11:48 UTC (4+ messages)
` [PATCH 4/5] KVM: arm64: Report optional ID register traps with a 0x18 syndrome
[PATCH] KVM: use call_rcu instead of synchronize_srcu_expedited() for MMIO unregistration
2025-11-24 11:28 UTC (2+ messages)
[PATCH v3 00/18] vfio: selftests: Support for multi-device tests
2025-11-24 11:20 UTC (24+ messages)
` [PATCH v3 01/18] vfio: selftests: Move run.sh into scripts directory
` [PATCH v3 02/18] vfio: selftests: Split run.sh into separate scripts
` [PATCH v3 03/18] vfio: selftests: Allow passing multiple BDFs on the command line
` [PATCH v3 04/18] vfio: selftests: Rename struct vfio_iommu_mode to iommu_mode
` [PATCH v3 05/18] vfio: selftests: Introduce struct iommu
` [PATCH v3 06/18] vfio: selftests: Support multiple devices in the same container/iommufd
` [PATCH v3 07/18] vfio: selftests: Eliminate overly chatty logging
` [PATCH v3 08/18] vfio: selftests: Prefix logs with device BDF where relevant
` [PATCH v3 09/18] vfio: selftests: Upgrade driver logging to dev_err()
` [PATCH v3 10/18] vfio: selftests: Rename struct vfio_dma_region to dma_region
` [PATCH v3 11/18] vfio: selftests: Move IOMMU library code into iommu.c
` [PATCH v3 12/18] vfio: selftests: Move IOVA allocator into iova_allocator.c
` [PATCH v3 13/18] vfio: selftests: Stop passing device for IOMMU operations
` [PATCH v3 14/18] vfio: selftests: Rename vfio_util.h to libvfio.h
` [PATCH v3 15/18] vfio: selftests: Move vfio_selftests_*() helpers into libvfio.c
` [PATCH v3 16/18] vfio: selftests: Split libvfio.h into separate header files
` [PATCH v3 17/18] vfio: selftests: Eliminate INVALID_IOVA
` [PATCH v3 18/18] vfio: selftests: Add vfio_pci_device_init_perf_test
[PATCH v1 00/26] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
2025-11-24 10:52 UTC (12+ messages)
` [PATCH v1 08/26] x86/virt/tdx: Add tdx_enable_ext() to enable of TDX Module Extensions
[PATCH 0/5] mm, kvm: add guest_memfd support for uffd minor faults
2025-11-24 11:05 UTC (9+ messages)
` [PATCH 1/5] userfaultfd: move vma_can_userfault out of line
` [PATCH 2/5] userfaultfd, shmem: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH 3/5] mm: introduce VM_FAULT_UFFD_MINOR fault reason
` [PATCH 4/5] guest_memfd: add support for userfaultfd minor mode
` [PATCH 5/5] KVM: selftests: test userfaultfd minor for guest_memfd
[PATCH RFC v2 00/11] KVM: s390: Add VSIE SIGP Interpretation (vsie_sigpif)
2025-11-24 10:59 UTC (7+ messages)
` [PATCH RFC v2 10/11] KVM: s390: Add VSIE shadow configuration
` [PATCH RFC v2 11/11] KVM: s390: Add VSIE shadow stat counters
[PATCH v3 00/12] Coalesced Interrupt Delivery with posted MSI
2025-11-24 10:48 UTC (2+ messages)
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-24 9:49 UTC (2+ messages)
[PATCH] KVM: VMX: Always reflect SGX EPCM #PFs back into the guest
2025-11-24 9:53 UTC (3+ messages)
[PATCH v3 00/21] paravirt: cleanup and reorg
2025-11-24 9:42 UTC (2+ messages)
[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
2025-11-24 9:31 UTC (5+ messages)
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory
[PATCH v2 0/3] LoongArch: KVM: Add paravirt preempt support
2025-11-24 9:33 UTC (16+ messages)
` [PATCH v2 1/3] LoongArch: KVM: Add paravirt preempt feature in hypervisor side
` [PATCH v2 2/3] LoongArch: Add paravirt support with vcpu_is_preempted() in guest side
` [PATCH v2 3/3] LoongArch: Add paravirt preempt print prompt
[PATCH v4 00/16] TDX: Enable Dynamic PAMT
2025-11-24 9:26 UTC (5+ messages)
` [PATCH v4 02/16] x86/tdx: Add helpers to check return status codes
` [PATCH v4 03/16] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
[PATCH net-next v6 0/8] tun/tap & vhost-net: netdev queue flow control to avoid ptr_ring tail drop
2025-11-24 9:19 UTC (5+ messages)
[syzbot] [net?] [virt?] [kvm?] BUG: soft lockup in vsock_loopback_work
2025-11-24 7:46 UTC
[PATCH] KVM: selftests: Fix core dump in rseq_test
2025-11-24 5:04 UTC
[PATCH v3] RISC-V: KVM: Transparent huge page support
2025-11-24 4:21 UTC (2+ messages)
[PATCH v2 02/22] vfio/hisi: Convert to the get_region_info op
2025-11-24 2:45 UTC (3+ messages)
[PATCH 6.12.y] KVM: arm64: Make all 32bit ID registers fully writable
2025-11-23 10:39 UTC
[PATCH v4] RISC-V: KVM: Flush VS-stage TLB after VCPU migration for split two-stage TLBs
2025-11-23 6:04 UTC (2+ messages)
[PATCH v3] RISC-V: KVM: Fix guest page fault within HLV* instructions
2025-11-23 5:22 UTC (2+ messages)
[PATCH] RISC-V: KVM: Allow to downgrade HGATP mode via SATP mode
2025-11-23 2:33 UTC (2+ messages)
[PATCH v5 00/28] vfio/xe: Add driver variant for Xe VF migration
2025-11-22 18:38 UTC (7+ messages)
` [PATCH v5 24/28] drm/xe/pf: Enable SR-IOV "
` [PATCH v5 25/28] drm/xe/pci: Introduce a helper to allow VF access to PF xe_device
` [PATCH v5 26/28] drm/xe/pf: Export helpers for VFIO
[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2025-11-22 16:23 UTC (12+ messages)
` [PATCH v2 1/5] arm64/sysreg: Add HDBSS related register information
` [PATCH v2 2/5] KVM: arm64: Support set the DBM attr during memory abort
` [PATCH v2 3/5] KVM: arm64: Add support for FEAT_HDBSS
` [PATCH v2 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
[PATCH v4 RESEND 7/7] vfio/nvgrace-gpu: wait for the GPU mem to be ready
2025-11-22 14:13 UTC
[PATCH 00/14] Error message improvements
2025-11-22 13:58 UTC (8+ messages)
` [PATCH 09/14] error: Use error_setg_file_open() for simplicity and consistency
[PATCH v4 00/11] VMSCAPE optimization for BHI variant
2025-11-22 11:05 UTC (17+ messages)
` [PATCH v4 04/11] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v4 09/11] x86/vmscape: Deploy BHB clearing mitigation
[PATCH v4 01/10] PCI: Avoid saving error values for config space
2025-11-22 10:58 UTC (11+ messages)
[PATCH] x86/kvm: Avoid freeing stack-allocated node in kvm_async_pf_queue_task
2025-11-22 9:08 UTC
[PATCH] LoongArch: KVM: Use 64-bit register definition with eiointc
2025-11-22 3:38 UTC (2+ messages)
[PATCH] LoongArch: KVM: Get VM PMU capability from HW GCFG register
2025-11-22 2:39 UTC (2+ messages)
[PATCH v7 0/5] Disable ATS via iommu during PCI resets
2025-11-22 1:57 UTC (6+ messages)
` [PATCH v7 1/5] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v7 2/5] iommu: Tidy domain for iommu_setup_dma_ops()
` [PATCH v7 3/5] iommu: Add iommu_driver_get_domain_for_dev() helper
` [PATCH v7 4/5] iommu: Introduce pci_dev_reset_iommu_prepare/done()
` [PATCH v7 5/5] PCI: Suspend iommu function prior to resetting a device
[PATCH 0/3] KVM: x86: Accelerate reading CR3 for guest debug
2025-11-21 23:12 UTC (6+ messages)
` [PATCH 1/3] KVM: x86: Add CR3 to guest debug info
` [PATCH 2/3] KVM: selftests: Use TEST_ASSERT_EQ() in debug_regs
` [PATCH 3/3] KVM: selftests: Verify CR3 "
[PATCH v3 0/5] KVM: nVMX: Mark APIC page dirty on VM-Exit
2025-11-21 22:34 UTC (6+ messages)
` [PATCH v3 1/5] KVM: Use vCPU specific memslots in __kvm_vcpu_map()
` [PATCH v3 2/5] KVM: x86: Mark vmcs12 pages as dirty if and only if they're mapped
` [PATCH v3 3/5] KVM: nVMX: Precisely mark vAPIC and PID maps dirty when delivering nested PI
` [PATCH v3 4/5] KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and rename
` [PATCH v3 5/5] KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pages
[PATCH v2 08/10] KVM: x86: Add nested context management
2025-11-21 21:34 UTC (2+ messages)
[PATCH v3 0/7] vfio/nvgrace-gpu: Support huge PFNMAP and wait for GPU ready post reset
2025-11-21 21:08 UTC (5+ messages)
` [PATCH v3 5/7] vfio: move barmap to a separate function and export
[PATCH v3 0/4] KVM: SVM: GIF and EFER.SVME are independent
2025-11-21 20:48 UTC (5+ messages)
` [PATCH v3 1/4] KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0
` [PATCH v3 2/4] KVM: SVM: Don't set GIF when clearing EFER.SVME
` [PATCH v3 3/4] KVM: selftests: Use TEST_ASSERT_EQ() in test_vmx_nested_state()
` [PATCH v3 4/4] KVM: selftests: Extend vmx_set_nested_state_test to cover SVM
[PATCH v2] KVM: x86: Enforce use of EXPORT_SYMBOL_FOR_KVM_INTERNAL
2025-11-21 19:05 UTC
[PATCH v2 0/4] KVM: x86: Cleanup #MC and XCR0/XSS/PKRU handling
2025-11-21 18:58 UTC (5+ messages)
` [PATCH v2 2/4] KVM: VMX: Handle #MCs on VM-Enter/TD-Enter outside of the fastpath
[PATCH v2 00/23] Extend test coverage for nested SVM
2025-11-21 18:55 UTC (2+ messages)
[PATCH v2 0/4] KVM: selftests: Test SET_NESTED_STATE with 48-bit L2 on 57-bit L1
2025-11-21 18:55 UTC (2+ messages)
[PATCH -next] KVM: x86: Remove unused declaration kvm_mmu_may_ignore_guest_pat()
2025-11-21 18:55 UTC (2+ messages)
[PATCH v5 0/9] x86/bugs: KVM: L1TF and MMIO Stale Data cleanups
2025-11-21 18:55 UTC (2+ messages)
[PATCH] KVM: x86: Allocate/free user_return_msrs at kvm.ko (un)loading time
2025-11-21 18:55 UTC (2+ messages)
[PATCH 00/10] KVM: emulate: enable AVX moves
2025-11-21 18:55 UTC (2+ messages)
[PATCH v2] KVM: x86: Add a helper to dedup loading guest/host XCR0 and XSS
2025-11-21 18:55 UTC (2+ messages)
[kvm-unit-tests GIT PULL] x86: A pile of changes
2025-11-21 18:44 UTC
[PATCH 0/6] vfio: Reset migration device state using dedicated callback
2025-11-21 18:16 UTC (3+ messages)
` [PATCH 1/6] vfio: Introduce .migration_reset_state() callback
[kvm-unit-tests PATCH v4 0/8] x86/pmu: Fix test errors on GNR/SRF/CWF
2025-11-21 18:12 UTC (2+ messages)
[kvm-unit-tests PATCH v2 00/11] x86: xsave: Cleanups and AVX testing
2025-11-21 18:09 UTC (8+ messages)
` [kvm-unit-tests PATCH v2 05/11] x86: xsave: Dedup XGETBV and XSETBV #UD tests
` [kvm-unit-tests PATCH v2 06/11] x86: xsave: Programmatically test more unsupported XCR accesses
` [kvm-unit-tests PATCH v2 07/11] x86: xsave: Define XFEATURE_MASK_<feature> bits in processor.h
` [kvm-unit-tests PATCH v2 08/11] x86: xsave: Add testcase for emulation of AVX instructions
` [kvm-unit-tests PATCH v2 09/11] x86: xsave: Always verify XCR0 is actually written
` [kvm-unit-tests PATCH v2 10/11] x86: xsave: Drop remaining indentation quirks and printf markers
` [kvm-unit-tests PATCH v2 11/11] x86: xsave: Verify XSETBV and XGETBV ignore RCX[63:32]
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