messages from 2026-03-03 19:15:48 to 2026-03-05 01:41:49 UTC [more...]
[PATCH v2 00/16] KVM: x86: Enable APX for guests
2026-03-05 1:41 UTC (5+ messages)
` [PATCH v2 01/16] KVM: x86: Rename register accessors to be GPR-specific
` [PATCH v2 03/16] KVM: x86: Implement accessors for extended GPRs
[PATCH v2 0/7] Add RMPOPT support
2026-03-05 1:40 UTC (6+ messages)
` [PATCH v2 3/7] x86/sev: add support for RMPOPT instruction
[RFC PATCH] KVM: optionally commit write on ioeventfd write
2026-03-05 1:26 UTC (3+ messages)
` [PATCH] KVM: optionally post "
[PATCH v9 00/22] Enable FRED with KVM VMX
2026-03-05 0:58 UTC (18+ messages)
` [PATCH v9 03/22] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v9 07/22] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v9 08/22] KVM: VMX: Set FRED MSR intercepts
` [PATCH v9 12/22] KVM: VMX: Virtualize FRED event_data
` [PATCH v9 15/22] KVM: x86: Mark CR4.FRED as not reserved
[PATCH v6 0/9] VMSCAPE optimization for BHI variant
2026-03-05 0:41 UTC (4+ messages)
` [PATCH v6 2/9] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
[PATCH v4 00/24] Runtime TDX Module update support
2026-03-04 23:49 UTC (19+ messages)
` [PATCH v4 12/24] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v4 13/24] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v4 14/24] x86/virt/tdx: Reset software states during TDX Module shutdown
` [PATCH v4 15/24] x86/virt/seamldr: Log TDX Module update failures
` [PATCH v4 16/24] x86/virt/seamldr: Install a new TDX Module
` [PATCH v4 17/24] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v4 18/24] x86/virt/tdx: Restore TDX Module state
` [PATCH v4 19/24] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v4 23/24] x86/virt/tdx: Document TDX Module updates
[PATCH RFC v2 00/15] Add virtualization support for EGM
2026-03-04 23:48 UTC (30+ messages)
` [PATCH RFC v2 02/15] vfio/nvgrace-gpu: Create auxiliary device "
` [PATCH RFC v2 03/15] vfio/nvgrace-gpu: track GPUs associated with the EGM regions
` [PATCH RFC v2 04/15] vfio/nvgrace-gpu: Introduce functions to fetch and save EGM info
` [PATCH RFC v2 05/15] vfio/nvgrace-egm: Introduce module to manage EGM
` [PATCH RFC v2 06/15] vfio/nvgrace-egm: Introduce egm class and register char device numbers
` [PATCH RFC v2 07/15] vfio/nvgrace-egm: Register auxiliary driver ops
` [PATCH RFC v2 08/15] vfio/nvgrace-egm: Expose EGM region as char device
` [PATCH RFC v2 09/15] vfio/nvgrace-egm: Add chardev ops for EGM management
` [PATCH RFC v2 10/15] vfio/nvgrace-egm: Clear Memory before handing out to VM
` [PATCH RFC v2 11/15] vfio/nvgrace-egm: Fetch EGM region retired pages list
` [PATCH RFC v2 12/15] vfio/nvgrace-egm: Introduce ioctl to share retired pages
` [PATCH RFC v2 13/15] vfio/nvgrace-egm: expose the egm size through sysfs
` [PATCH RFC v2 14/15] vfio/nvgrace-gpu: Add link from pci to EGM
` [PATCH RFC v2 15/15] vfio/nvgrace-egm: register EGM PFNMAP range with memory_failure
[PATCH net-next v4] vsock: add G2H fallback for CIDs not owned by H2G transport
2026-03-04 23:00 UTC
[PATCH v6 0/8] vfio: selftest: Add SR-IOV UAPI test
2026-03-04 22:53 UTC (10+ messages)
` [PATCH v6 1/8] vfio: selftests: Add -Wall and -Werror to the Makefile
` [PATCH v6 2/8] vfio: selftests: Introduce snprintf_assert()
` [PATCH v6 3/8] vfio: selftests: Introduce a sysfs lib
` [PATCH v6 4/8] vfio: selftests: Extend container/iommufd setup for passing vf_token
` [PATCH v6 5/8] vfio: selftests: Expose more vfio_pci_device functions
` [PATCH v6 6/8] vfio: selftests: Add helper to set/override a vf_token
` [PATCH v6 7/8] vfio: selftests: Add helpers to alloc/free vfio_pci_device
` [PATCH v6 8/8] vfio: selftests: Add tests to validate SR-IOV UAPI
[PATCH] vfio: selftests: fix crash in vfio_dma_mapping_mmio_test
2026-03-04 22:30 UTC (4+ messages)
[PATCH v2 0/2] KVM: s390: Limit adapter indicator access to page
2026-03-04 20:19 UTC (5+ messages)
` [PATCH v2 1/2] KVM: s390: Limit adapter indicator access to mapped page
` [PATCH v2 2/2] KVM: s390: selftests: Add IRQ routing address offset tests
[Invitation] bi-weekly guest_memfd upstream call on 2026-03-05
2026-03-04 20:11 UTC
[PATCH v5 00/10] KVM: x86: nSVM: Improve PAT virtualization
2026-03-04 19:55 UTC (7+ messages)
` [PATCH v5 08/10] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
[PATCH] x86: kvm: Initialize static calls before SMP boot
2026-03-04 19:19 UTC (2+ messages)
[PATCH v3 0/3] Use killable vma write locking in most places
2026-03-04 19:00 UTC (17+ messages)
` [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
[PATCH v3 0/8] KVM: nSVM: Save/restore fixes for (Next)RIP
2026-03-04 18:39 UTC (9+ messages)
` [PATCH v3 5/8] KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUN
` [PATCH v3 7/8] KVM: nSVM: Delay setting soft IRQ RIP tracking fields until vCPU run
[PATCH V2 00/11] target/i386: Misc PMU, PEBS, and MSR fixes and improvements
2026-03-04 18:22 UTC (4+ messages)
` [PATCH V2 01/11] target/i386: Disable unsupported BTS for guest
[PATCH V3 00/13] target/i386: Misc PMU fixes and enabling
2026-03-04 18:07 UTC (14+ messages)
` [PATCH V3 01/13] target/i386: Disable unsupported BTS for guest
` [PATCH V3 02/13] target/i386: Don't save/restore PERF_GLOBAL_OVF_CTRL MSRs
` [PATCH V3 03/13] target/i386: Gate enable_pmu on kvm_enabled()
` [PATCH V3 04/13] target/i386: Adjust maximum number of PMU counters
` [PATCH V3 05/13] target/i386: Support full-width writes for perf counters
` [PATCH V3 06/13] target/i386: Increase MSR_BUF_SIZE and split KVM_[GET/SET]_MSRS calls
` [PATCH V3 07/13] target/i386: Add get/set/migrate support for legacy PEBS MSRs
` [PATCH V3 08/13] target/i386: Make some PEBS features user-visible
` [PATCH V3 09/13] target/i386: Clean up LBR format handling
` [PATCH V3 10/13] target/i386: Refactor "
` [PATCH V3 11/13] target/i386: Add pebs-fmt CPU option
` [PATCH V3 12/13] target/i386: Clean up Intel Debug Store feature dependencies
` [PATCH V3 13/13] target/i386: Add Topdown metrics feature support
[PATCH v6 0/2] skip redundant sync IPIs when TLB flush sent them
2026-03-04 17:59 UTC (4+ messages)
` [PATCH v6 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH v6 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
[PATCH v5 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-03-04 17:38 UTC (16+ messages)
` [PATCH v5 14/36] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH v5 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v5 16/36] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v5 17/36] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v5 19/36] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v5 20/36] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
[PATCH v3] vsock: add G2H fallback for CIDs not owned by H2G transport
2026-03-04 17:26 UTC (2+ messages)
[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
2026-03-04 17:17 UTC (4+ messages)
` [PATCH RFC 15/17] KVM: guest_memfd: implement userfaultfd missing mode
[PATCH v1 0/2] KVM: arm64: Fix a couple of latent bugs in user_mem_abort()
2026-03-04 16:22 UTC (3+ messages)
` [PATCH v1 1/2] KVM: arm64: Fix page leak in user_mem_abort() on atomic fault
` [PATCH v1 2/2] KVM: arm64: Fix vma_shift staleness on nested hwpoison path
[PATCH v2 3/7] x86/sev: add support for RMPOPT instruction
2026-03-04 16:03 UTC (3+ messages)
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-03-04 15:40 UTC (8+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
[PATCH 0/2] KVM: Fault injection
2026-03-04 15:39 UTC (3+ messages)
` [PATCH 1/2] KVM: Add fault injection for some MMU operations
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-03-04 15:26 UTC (13+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
[PATCH RFC v2 0/6] guest_memfd: Track amount of memory allocated on inode
2026-03-04 15:20 UTC (4+ messages)
` [PATCH RFC v2 2/6] KVM: guest_memfd: Directly allocate folios with filemap_alloc_folio()
[PATCH v4 0/4] x86/tdx: Clean up the definitions of TDX TD ATTRIBUTES
2026-03-04 15:02 UTC (2+ messages)
[PATCH 0/8] mm: globalize rest_of_page() macro
2026-03-04 12:48 UTC (16+ messages)
` [PATCH 1/8] mm: add "
` [PATCH 2/8] fs: use rest_of_page() macro where appropriate
` [PATCH 3/8] net: "
` [PATCH 4/8] core: "
` [PATCH 5/8] spi: "
` [PATCH 6/8] KVM: "
` [PATCH 7/8] drivers: ALSA: "
` [PATCH 8/8] arch: "
[PATCH kernel 0/9] PCI/TSM: coco/sev-guest: Implement SEV-TIO PCIe TDISP (phase2)
2026-03-04 12:43 UTC (11+ messages)
` [PATCH kernel 4/9] dma/swiotlb: Stop forcing SWIOTLB for TDISP devices
[PATCH v1 1/1] KVM: s390: Fix a deadlock
2026-03-04 12:36 UTC (3+ messages)
[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
2026-03-04 12:08 UTC (6+ messages)
` [PATCH v12 06/46] arm64: RMI: Define the user ABI
[PATCH v2 0/4] KVM: riscv: Fix Spectre-v1 vulnerabilities in register access
2026-03-04 11:08 UTC (2+ messages)
[PATCH v3 00/15] Make RamDiscardManager work with multiple sources
2026-03-04 9:51 UTC (22+ messages)
` [PATCH v3 05/15] kvm: replace RamDicardManager by the RamBlockAttribute
` [PATCH v3 06/15] system/memory: split RamDiscardManager into source and manager
` [PATCH v3 07/15] system/memory: move RamDiscardManager to separate compilation unit
` [PATCH v3 08/15] system/memory: constify section arguments
` [PATCH v3 09/15] system/ram-discard-manager: implement replay via is_populated iteration
` [PATCH v3 12/15] system/memory: implement RamDiscardManager multi-source aggregation
` [PATCH v3 13/15] system/physmem: destroy ram block attributes before RCU-deferred reclaim
` [PATCH v3 14/15] system/memory: add RamDiscardManager reference counting and cleanup
[PATCH v2 0/3] RISC-V: KVM: Fix hugepage mapping handling during dirty logging
2026-03-04 9:30 UTC (4+ messages)
` [PATCH v2 1/3] RISC-V: KVM: Fix lost write protection on huge pages "
` [PATCH v2 2/3] RISC-V: KVM: Allow splitting huge pages to arbitrary level
` [PATCH v2 3/3] RISC-V: KVM: Split huge pages during fault handling for dirty logging
[PATCH v5 0/2] KVM: nSVM: Fix #UD on VMMCALL issues
2026-03-04 8:36 UTC (9+ messages)
` [PATCH v5 1/2] KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1
` [PATCH v5 2/2] KVM: nSVM: Always intercept VMMCALL when L2 is active
[PATCH] RISC-V: KVM: Fix potential UAF in kvm_riscv_aia_imsic_has_attr()
2026-03-04 8:08 UTC
[PATCH] LoongArch: KVM: Fix typo issue in kvm_vm_init_features()
2026-03-04 1:32 UTC
[PATCH v5 0/2] KVM: nSVM: Intercept STGI/CLGI as needed to inject #UD
2026-03-04 1:20 UTC (5+ messages)
` [PATCH v5 1/2] KVM: SVM: Move STGI and CLGI intercept handling
` [PATCH v5 2/2] KVM: SVM: Recalc instructions intercepts when EFER.SVME is toggled
[PATCH v7 00/26] Nested SVM fixes, cleanups, and hardening
2026-03-04 0:48 UTC (12+ messages)
` [PATCH v7 03/26] KVM: SVM: Add missing save/restore handling of LBR MSRs
` [PATCH v7 12/26] KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXIT
` [PATCH v7 15/26] KVM: nSVM: Add missing consistency check for nCR3 validity
[PATCH v3 00/16] KVM: x86/tdx: Have TDX handle VMXON during bringup
2026-03-04 0:06 UTC (3+ messages)
[PATCH v2 03/22] PCI: Inherit bus numbers from previous kernel during Live Update
2026-03-03 23:54 UTC (8+ messages)
[PATCH 0/5] Revoke supported SEV VM types
2026-03-03 23:05 UTC (6+ messages)
` [PATCH 2/5] crypto/ccp: introduce SNP_VERIFY_MITIGATION
` [PATCH 3/5] crypto/ccp: export firmware supported vm types
` [PATCH 4/5] kvm/sev: mask off firmware unsupported "
` [PATCH 5/5] selftests/kvm: teach sev_*_test about revoking VM types
[PATCH V4 0/4] Align SVM with APM defined behaviors
2026-03-03 22:27 UTC (10+ messages)
[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
2026-03-03 21:07 UTC (4+ messages)
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across Live Update
[PATCH] vsock: Enable H2G override
2026-03-03 21:05 UTC (11+ messages)
[PATCH 00/14] KVM: x86: Emulator MMIO fix and cleanups
2026-03-03 19:51 UTC (8+ messages)
` [PATCH 14/14] KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exit
[PATCH 0/2] KVM: PPC: e500: Fix build error due to crappy KVM code
2026-03-03 19:34 UTC (3+ messages)
` [PATCH 1/2] KVM: PPC: e500: Fix build error due to using kmalloc_obj() with wrong type
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