messages from 2026-05-16 18:31:16 to 2026-05-18 23:27:27 UTC [more...]
sashiko-bot@kernel.org's Cc list on reviews
2026-05-18 23:27 UTC (4+ messages)
[RFC PATCH 00/22] KVM: apply chainsaw to struct kvm_mmu
2026-05-18 23:10 UTC (4+ messages)
` [PATCH 17/22] KVM: x86/mmu: pull struct kvm_pagewalk out of "
[PATCH v5 0/7] Add RMPOPT support
2026-05-18 22:38 UTC (11+ messages)
` [PATCH v5 1/7] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH v5 2/7] x86/msr: add wrmsrq_on_cpus helper
` [PATCH v5 3/7] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v5 4/7] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v5 5/7] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v5 6/7] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
` [PATCH v5 7/7] x86/sev: Add debugfs support for RMPOPT
[PATCH v2 00/15] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
2026-05-18 22:29 UTC (13+ messages)
` [PATCH v2 03/15] KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guest
` [PATCH v2 08/15] KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpers
[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
2026-05-18 21:59 UTC (4+ messages)
` [PATCH v3 02/41] x86/tsc: Add helper to register CPU and TSC freq calibration routines
[PATCH v2 00/16] iommu: Add live update state preservation
2026-05-18 21:36 UTC (31+ messages)
` [PATCH v2 01/16] liveupdate: luo_file: Add internal APIs for file preservation
` [PATCH v2 02/16] iommu: Implement IOMMU Live update FLB callbacks
` [PATCH v2 03/16] iommu: Implement IOMMU domain preservation
` [PATCH v2 04/16] iommu: Implement device and IOMMU HW preservation
` [PATCH v2 05/16] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages
` [PATCH v2 07/16] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
[RFC PATCH 00/27] KVM: x86: Add a paranoid mode for CPUID verification
2026-05-18 20:55 UTC (12+ messages)
` [RFC PATCH 01/27] KVM: x86: Fix emulated CPUID features being applied to wrong sub-leaf
[PATCH v4] 00/30] Cleaning up the KVM clock mess
2026-05-18 20:52 UTC (5+ messages)
` [PATCH v4 04/30] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
2026-05-18 20:42 UTC (5+ messages)
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations
[PATCH 0/8] KVM: selftests: Stress save+restore and #PF (ft. nested)
2026-05-18 20:40 UTC (10+ messages)
` [PATCH 1/8] KVM: selftests: Fix offsets in GPR switching for nSVM
` [PATCH 2/8] KVM: selftests: Move GPR load/save definitions outside of nSVM code
` [PATCH 3/8] KVM: selftests: Reuse GPR switching logic for nVMX
` [PATCH 4/8] KVM: selftests: Drop HORRIFIC_L2_UCALL_CLOBBER_HACK
` [PATCH 5/8] KVM: selftests: Add basic stress test for save+restore and #PF handling
` [PATCH 6/8] KVM: selftests: Trigger save+restore randomly in the #PF stress test
` [PATCH 7/8] KVM: selftests: Support running stress save+restore and #PF test in L2
` [PATCH 8/8] KVM: selftests: Trigger L2->L1 exits stress save+restore and #PF test
[PATCH 0/2] KVM: Fix guest_memfd binding overlap errno and selftest
2026-05-18 20:39 UTC (7+ messages)
` [PATCH 1/2] KVM: guest_memfd: Return -EEXIST for overlapping bindings
` [PATCH 2/2] KVM: selftests: Test guest_memfd binding overlap without GPA overlap
[PATCH 0/8] selftests/vfio: igb: 82576 hardware compatibility
2026-05-18 19:54 UTC (2+ messages)
[PATCH v7 0/7] KVM: SVM: Add Page Modification Logging (PML) support
2026-05-18 19:25 UTC (13+ messages)
` [PATCH v7 1/7] KVM: VMX: Pass @vcpu, not @vmx to init_vmcs()
` [PATCH v7 2/7] KVM: x86: Move PML page to common vcpu arch structure
` [PATCH v7 3/7] KVM: x86: Carve out PML flush routine
` [PATCH v7 4/7] KVM: VMX: Use cpu_dirty_log_size instead of enable_pml for PML checks
` [PATCH v7 5/7] x86/cpufeatures: Add Page modification logging
` [PATCH v7 6/7] KVM: SVM: Use BIT_ULL for 64-bit misc_ctl bit definitions
` [PATCH v7 7/7] KVM: SVM: Add Page modification logging support
[PATCH V2 for 6.12] LoongArch: KVM: Compile switch.S directly into the kernel
2026-05-18 19:20 UTC (2+ messages)
[PATCH v3 00/10] KVM: x86: Improve #DB handling in the emulator
2026-05-18 18:22 UTC (13+ messages)
` [PATCH v3 01/10] KVM: VMX: Refresh GUEST_PENDING_DBG_EXCEPTIONS.BS on all injected #DBs
` [PATCH v3 02/10] KVM: x86: Capture "struct x86_exception" in inject_emulated_exception()
` [PATCH v3 03/10] KVM: x86: Set guest DR6 by kvm_queue_exception_p() in instruction emulation
` [PATCH v3 04/10] KVM: x86: Honor KVM_GUESTDBG_USE_HW_BP when emulating MOV DR (in emulator)
` [PATCH v3 06/10] KVM: x86: Move KVM_GUESTDBG_SINGLESTEP handling into kvm_inject_emulated_db()
` [PATCH v3 07/10] KVM: x86: Drop kvm_vcpu_do_singlestep() now that it's been gutted
[PATCH v9 00/23] Runtime TDX module update support
2026-05-18 18:09 UTC (33+ messages)
` [PATCH v9 01/23] x86/virt/tdx: Consolidate TDX global initialization states
` [PATCH v9 02/23] x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.h
` [PATCH v9 04/23] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v9 05/23] coco/tdx-host: Expose TDX module version
` [PATCH v9 07/23] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
` [PATCH v9 08/23] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v9 09/23] coco/tdx-host: Don't expose P-SEAMLDR information on CPUs with erratum
` [PATCH v9 11/23] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v9 12/23] x86/virt/seamldr: Introduce skeleton for TDX module updates
[PATCH v3 0/2] Fix GCC 16 const-correctness violations
2026-05-18 17:25 UTC (2+ messages)
` [PATCH v3 1/2] target/ppc/kvm: Fix const violation when trimming CPU alias suffix
[PATCH 0/9] vfio/pci: Add mmap() for DMABUFs
2026-05-18 16:54 UTC (5+ messages)
` [PATCH 6/9] vfio/pci: Clean up BAR zap and revocation
[PATCH v4 00/16] vfio/pci: Base Live Update support for VFIO
2026-05-18 16:47 UTC (10+ messages)
` [PATCH v4 02/16] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v4 05/16] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
[PATCH kvmtool 0/6] x86 compilation fixes and arm64 PMU improvements
2026-05-18 15:22 UTC (12+ messages)
` [PATCH kvmtool 2/6] disk/core: Do not modify const strings in disk_img_name_parser()
` [PATCH kvmtool 3/6] arm64: Initialise the PMU last
` [PATCH kvmtool 5/6] util: Allow die_perror() to take a variable list of argument
[PATCH] KVM: x86: Fix array_index_nospec() protection in kvm_vcpu_ioctl_x86_set_mce()
2026-05-18 15:16 UTC (3+ messages)
[PATCH v2] KVM: irqchip: KVM: Reduce allocation overhead in kvm_set_irq_routing()
2026-05-18 14:57 UTC (4+ messages)
[kvm-unit-tests PATCH] x86/svm: work around Virtual VMLOAD/VMSAVE bug on Naples and Rome
2026-05-18 14:40 UTC (5+ messages)
[PATCH] KVM: x86: Fix ERAPS RAP clear on INVPCID single-context invalidation
2026-05-18 13:59 UTC
[PATCH v3 0/4] KVM: arm64: vgic: Fix IGROUPR writability and IIDR revision control
2026-05-18 13:56 UTC (2+ messages)
Bug#1135235: linux-image-6.19.13+deb14-amd64: Reoccuring host crash "Invalid SPTE change" with gaming win kvm/qemu guest and device passthrough
2026-05-18 13:43 UTC (3+ messages)
[PATCH 1/3] KVM: selftests: Add unit to dirty_log_test
2026-05-18 13:25 UTC (6+ messages)
[PATCH kvmtool v8 0/6] arm64: Nested virtualization support
2026-05-18 12:45 UTC (7+ messages)
` [PATCH kvmtool v8 1/6] arm64: Initial nested virt support
` [PATCH kvmtool v8 2/6] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v8 3/6] arm64: Add counter offset control
` [PATCH kvmtool v8 4/6] arm64: Add FEAT_E2H0 support
` [PATCH kvmtool v8 5/6] arm64: Generate HYP timer interrupt specifiers
` [PATCH kvmtool v8 6/6] arm64: Handle virtio endianness reset when running nested
[PATCH kvmtool v7 0/6] arm64: Nested virtualization support
2026-05-18 12:44 UTC (3+ messages)
[PATCH v2 0/5] KVM: s390: some vSIE and UCONTROL fixes
2026-05-18 11:54 UTC (7+ messages)
` [PATCH v2 3/5] KVM: s390: vsie: Fix unshadowing logic
` [PATCH v2 4/5] KVM: s390: vsie: Fix redundant rmap entries
` [PATCH v2 5/5] KVM: s390: Properly reset zero bit in PGSTE
[PATCH v7 00/17] kvmtool: arm64: Handle PSCI calls in userspace
2026-05-18 11:46 UTC (2+ messages)
[PATCH kvmtool] plic: Fix lock/unlock mismatch in plic__irq_trig()
2026-05-18 11:46 UTC (2+ messages)
[PATCH kvmtool] riscv: Add Zicbop extension support
2026-05-18 11:46 UTC (2+ messages)
[PATCH kvmtool] riscv: Add BFloat16 extensions support
2026-05-18 11:46 UTC (2+ messages)
[PATCH net] vsock/virtio: fix zerocopy completion for multi-skb sends
2026-05-18 11:08 UTC (7+ messages)
[PATCH] MAINTAINERS: KVM: Include maintainer profile
2026-05-18 10:41 UTC
[PATCH] LoongArch: KVM: Add missing slots_lock for EIOINTC virtual extension device registration
2026-05-18 9:56 UTC (2+ messages)
[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
2026-05-18 9:36 UTC (10+ messages)
` [RFC PATCH v1 1/9] liveupdate: luo_file: Add internal APIs for file preservation
` [RFC PATCH v1 2/9] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [RFC PATCH v1 3/9] kvm: Prepare core VM structs and helpers for LUO support
` [RFC PATCH v1 4/9] kvm: kvm_luo: Allow kvm preservation with LUO
` [RFC PATCH v1 5/9] kvm: guest_memfd: Move internal definitions and helper to new header
` [RFC PATCH v1 6/9] kvm: guest_memfd: Add support for freezing and unfreezing mappings
` [RFC PATCH v1 7/9] kvm: guest_memfd_luo: add support for guest_memfd preservation
` [RFC PATCH v1 8/9] selftests: kvm: Split ____vm_create() to expose init helpers
` [RFC PATCH v1 9/9] selftests: kvm: Add guest_memfd_preservation_test
[PATCH net v4 0/2] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc
2026-05-18 9:06 UTC (3+ messages)
` [PATCH net v4 1/2] vsock/virtio: reset connection on receiving queue overflow
` [PATCH net v4 2/2] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc
[PATCH 0/2] x86/kvm/vmx: Fix VMX interrupt injection vs hrtimer_rearm_deferred()
2026-05-18 8:16 UTC (7+ messages)
` [PATCH 1/2] x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 core
` [PATCH v3 "
` [PATCH 2/2] x86/kvm/vmx: Fix VMX vs hrtimer_rearm_deferred()
[PATCH v11 0/5] vfio/pci: Add PCIe TPH support
2026-05-18 7:17 UTC (6+ messages)
` [PATCH v11 1/5] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v11 2/5] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v11 3/5] PCI/TPH: Add pcie_tph_enabled_mode() helper
` [PATCH v11 4/5] vfio/pci: Add PCIe TPH configuration space virtualization
` [PATCH v11 5/5] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST for TPH ST entry management
[PATCH] KVM: selftests: Fix vcpu_get_stats_fd() ioctl name
2026-05-18 7:10 UTC
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-05-18 7:08 UTC (3+ messages)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
[PATCH v2] KVM: PPC: Kconfig: Enable CONFIG_VPA_PMU with KVM
2026-05-18 4:41 UTC
[PATCH] RISC-V: KVM: Fix sign extension for MMIO loads
2026-05-18 4:31 UTC (2+ messages)
[PATCH v2] RISC-V: KVM: Fix NULL pointer dereference in SBI v0.1 SEND_IPI handler
2026-05-17 15:40 UTC (2+ messages)
[PATCH 0/5] KVM: riscv: Speed up dirty logging write faults
2026-05-17 15:34 UTC (6+ messages)
` [PATCH 1/5] KVM: riscv: Rely on common MMU notifier locking
` [PATCH 2/5] KVM: riscv: Use an rwlock for mmu_lock
` [PATCH 3/5] KVM: riscv: Add a G-stage PTE cmpxchg helper
` [PATCH 4/5] KVM: riscv: Update G-stage PTE permissions atomically
` [PATCH 5/5] KVM: riscv: Fast-path dirty logging write faults
[PATCH] RISC-V: KVM: Fix NULL pointer dereference in SBI v0.1 SEND_IPI handler
2026-05-17 12:38 UTC (2+ messages)
[PATCH] Enable stage 2 translation in L2
2026-05-16 19:03 UTC (2+ messages)
[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
2026-05-16 18:30 UTC (2+ messages)
` [PATCH v3 9/9] KVM: arm64: selftests: shadow_stage2: Turn on stage-2 translation for the nested guest
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