messages from 2026-07-01 22:49:48 to 2026-07-02 18:16:13 UTC [more...]
[PATCH 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
2026-07-02 18:18 UTC (47+ messages)
` [PATCH 01/28] arm64: sysreg: Emit RESx/UNKN values for Mapping definitions
` [PATCH 02/28] arm64: Update ID_AA64MMFR4_EL1 description to 2026-03 JSON release
` [PATCH 03/28] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH 04/28] KVM: arm64: Drop __HCRX_EL2_* masks
` [PATCH 05/28] KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation
` [PATCH 06/28] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
` [PATCH 07/28] KVM: arm64: Don't evaluate HCR_EL2.NV on ERET fast path
` [PATCH 08/28] arm64: Add ARM64_HAS_NV2P1 capability
` [PATCH 09/28] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present
` [PATCH 10/28] KVM: arm64: Relax CNTHCTL_EL2 "
` [PATCH 11/28] KVM: arm64: Expose FEAT_NV2p1 to NV guests
` [PATCH 12/28] arm64: Add FEAT_NV2p1 detection
` [PATCH 13/28] arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2
` [PATCH 14/28] arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3
` [PATCH 15/28] arm64: Add ARM64_HAS_NV3 capability
` [PATCH 16/28] KVM: arm64: Split NV-specific exit fixups from the non-NV handling
` [PATCH 17/28] KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisation
` [PATCH 18/28] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH 19/28] KVM: arm64: Make HCR_EL2 a non-VNCR register
` [PATCH 20/28] KVM: arm64: Add sanitisation for NVHCR_EL2
` [PATCH 21/28] KVM: arm64: Add NVHCR_EL2 handling to the sysreg array
` [PATCH 22/28] KVM: arm64: Add routing for NVHCR_EL2 trap
` [PATCH 23/28] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH 24/28] KVM: arm64: Engage NV3 ERET trap elision
` [PATCH 25/28] KVM: arm64: Engage NV3 TLBI "
` [PATCH 26/28] KVM: arm64: Add FEAT_NV3 detection
` [PATCH 27/28] KVM: arm64: Expose FEAT_NV3 to guests
` [PATCH 28/28] arm64: Add override for ID_AA64MMFR4_EL1.NV_frac
[PATCH v11 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
2026-07-02 18:10 UTC (2+ messages)
` [PATCH v11 1/4] PCI/TPH: Add requester/completer type helpers
[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-07-02 17:48 UTC (11+ messages)
` [PATCH v5 01/51] x86/apic: Provide helpers to set local APIC timer period in hz and khz
` [PATCH v5 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v5 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v5 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
[PATCH v1 0/8] KVM: s390: Misc fixes
2026-07-02 17:08 UTC (15+ messages)
` [PATCH v1 1/8] KVM: s390: vsie: Avoid potential deadlock with real spaces
` [PATCH v1 2/8] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v1 3/8] KVM: s390: Fix unlikely race with KVM_CAP_S390_USER_OPEREXEC
` [PATCH v1 4/8] KVM: s390: Fix return value of kvm_s390_set_cmma_bits()
` [PATCH v1 5/8] KVM: s390: Fix race in __do_essa()
` [PATCH v1 6/8] KVM: s390: cmma: Fix dirty tracking when removing memslot
` [PATCH v1 7/8] KVM: s390: Fix dat_crste_walk_range() early return
` [PATCH v1 8/8] KVM: s390: Improve kvm_s390_vm_stop_migration()
[PATCH v4 00/10] vfio/pci: Add mmap() for DMABUFs
2026-07-02 16:44 UTC (6+ messages)
` [PATCH v4 01/10] PCI/P2PDMA: Split pool-related cleanup out of pci_p2pdma_release()
` [PATCH v4 02/10] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-07-02 16:36 UTC
[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
2026-07-02 16:09 UTC (6+ messages)
` [RFC PATCH 1/3] KVM: guest_memfd: Use memslot id to keep track of associated memslots
` [RFC PATCH 2/3] KVM: Implement dirty page logging for guest_memfd-only memslots
` [RFC PATCH 3/3] KVM: arm64: Allow "
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-07-02 15:58 UTC (16+ messages)
` [RFC PATCH 06/15] x86/virt/tdx: Initialize Quoting extension during bringup
` [RFC PATCH 08/15] x86/virt/tdx: Add interface to check Quoting availability
` [RFC PATCH 09/15] x86/virt/tdx: Add interface to generate a Quote
` [RFC PATCH 11/15] KVM: TDX: Factor out userspace return path from tdx_get_quote()
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation
[PATCH 00/34] Add migration support to the MSHV accelerator
2026-07-02 15:52 UTC (8+ messages)
` [PATCH 16/34] target/i386/mshv: migrate LAPIC state
` [PATCH 26/34] accel/mshv: introduce SaveVMHandler
[PATCH v5 0/3] x86/tdx: Fix port I/O handling bugs
2026-07-02 15:30 UTC (5+ messages)
` [PATCH v5 2/3] x86/insn-eval: Add insn_assign_reg() helper
[PATCH v2 0/2] linux-6.1.y: fix build errors with newer GCC/glibc
2026-07-02 14:23 UTC (3+ messages)
` [PATCH v2 1/2] tools/lib/bpf: fix const-qualifier discard in resolve_full_path
[PATCH] KVM: x86/tdx: Do not print error message on non-present feature
2026-07-02 14:07 UTC (2+ messages)
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-07-02 13:49 UTC (4+ messages)
[PATCH v19 00/18] vfio/pci: Add PCIe TPH support
2026-07-02 13:04 UTC (37+ messages)
` [PATCH v19 01/18] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v19 02/18] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
` [PATCH v19 03/18] PCI/TPH: Cache TPH requester capability at probe time
` [PATCH v19 04/18] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
` [PATCH v19 05/18] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
` [PATCH v19 06/18] PCI/TPH: Expose the enabled TPH requester type
` [PATCH v19 07/18] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
` [PATCH v19 08/18] PCI/TPH: Add pci_tph_dsm_supported() helper to detect device TPH ST _DSM
` [PATCH v19 09/18] vfio/pci: Hide TPH capability when TPH is unsupported
` [PATCH v19 10/18] vfio/pci: Introduce tph policy parameter for staged TPH feature enablement
` [PATCH v19 11/18] vfio/pci: Virtualize PCIe TPH capability registers
` [PATCH v19 12/18] vfio/pci: Add dmabuf TPH metadata storage and fd query helper
` [PATCH v19 13/18] vfio/pci: Introduce VFIO_DEVICE_FEATURE_TPH family uapi for PCI TPH control
` [PATCH v19 14/18] vfio/pci: Implement VFIO_DEVICE_FEATURE_TPH and valid TPH config write support
` [PATCH v19 15/18] vfio/pci: Implement TPH_RESOLVE feature for DMABUF and CPU source resolving
` [PATCH v19 16/18] vfio/pci: Implement TPH_ST feature for batch ST table programming
` [PATCH v19 17/18] vfio/pci: Reset hardware TPH state on device enable/disable
` [PATCH v19 18/18] vfio/pci: Expose tph_policy via debugfs
[PATCH v17 00/12] vfio/pci: Add PCIe TPH support
2026-07-02 12:57 UTC (9+ messages)
` [PATCH v17 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-02 12:16 UTC (41+ messages)
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 14/30] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 18/30] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()
[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
2026-07-02 11:03 UTC (8+ messages)
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-07-02 10:51 UTC (5+ messages)
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
[PATCH 0/2] tdx-guest: Make Quote buffer size dynamic
2026-07-02 10:16 UTC (5+ messages)
` [PATCH 1/2] x86/tdx: Add helper to query maximum TD Quote size
[PATCH v4 00/18] mm: Some cleanups for page allocator APIs
2026-07-02 9:49 UTC (2+ messages)
` [PATCH v4 09/18] KVM: VMX: Use higher-level allocator API
[PATCH v6 00/11] Dynamic PAMT
2026-07-02 9:32 UTC (9+ messages)
` [PATCH v6 04/11] x86/virt/tdx: Allocate ref counts for Dynamic PAMT memory
` [PATCH v6 05/11] x86/virt/tdx: Handle concurrent callers in tdx_pamt_get/put()
` [PATCH v6 07/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v6 08/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
[PATCH v5 00/34] Cleaning up the KVM clock mess
2026-07-02 8:58 UTC (7+ messages)
` [PATCH v5 06/34] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v5 08/34] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
[PATCH net 0/2] vsock/virtio: collapse receive queue under memory pressure
2026-07-02 8:56 UTC (4+ messages)
` [PATCH net 1/2] "
[PATCH v2 0/1] KVM: powerpc: Use generic xfer to guest work function
2026-07-02 7:47 UTC (3+ messages)
` [PATCH v2 1/1] "
[kvm-unit-tests PATCH v1 00/11] x86/vmx: Add some FRED tests
2026-07-02 6:50 UTC (12+ messages)
` [kvm-unit-tests PATCH v1 01/11] x86/vmx: Support the nested exception bit in VMX_BASIC MSR
` [kvm-unit-tests PATCH v1 02/11] x86/vmx: Allow bit 13 of VM-entry injection info to be set
` [kvm-unit-tests PATCH v1 03/11] x86/vmx: Simplify msr_bmp_init()
` [kvm-unit-tests PATCH v1 04/11] x86/vmx: Fix a typo
` [kvm-unit-tests PATCH v1 05/11] x86/vmx: Validate FRED MSR handling during VM-Exit
` [kvm-unit-tests PATCH v1 06/11] x86/vmx: Validate the EFER "
` [kvm-unit-tests PATCH v1 07/11] x86/vmx: Validate the PAT "
` [kvm-unit-tests PATCH v1 08/11] x86/vmx: Validate the RTIT control "
` [kvm-unit-tests PATCH v1 09/11] x86/vmx: Validate CET "
` [kvm-unit-tests PATCH v1 10/11] x86/vmx: Validate FRED state checking during VM-Entry
` [kvm-unit-tests PATCH v1 11/11] x86/vmx: Validate #GP injection for EFER.LME clear with FRED enabled
[PATCH v10 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
2026-07-02 7:06 UTC (5+ messages)
` [PATCH v10 2/4] dma-buf: add optional get_pci_tph() callback
[PATCH] KVM: TDX: Use check_shl_overflow() for nr_pages validation
2026-07-02 7:03 UTC
[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
2026-07-02 3:34 UTC (7+ messages)
` [RFC PATCH v5 30/45] x86/virt/tdx: Add API to demote a 2MB mapping to 512 4KB mappings
[PATCH v3 0/5] KVM: x86: Expose Zhaoxin CPUID 0xC0000001 EDX cryptographic features
2026-07-02 3:27 UTC (5+ messages)
[PATCH] KVM: PPC: Book3S HV: Fix comment typos
2026-07-02 3:03 UTC
[syzbot] Monthly virt report (Jun 2026)
2026-07-02 2:55 UTC
[PATCH v2 0/2] KVM: x86: gmem populate fix and cleanups
2026-07-02 2:32 UTC (6+ messages)
` [PATCH v2 2/2] KVM: TDX: Return EINVAL, not EOPNOTSUPP, for NULL INIT_MEM_REGION source
[PATCH v2] selftests/kvm/x86: fix spelling error in xapic_ipi_test comment
2026-07-02 1:57 UTC
[PATCH 6.12.y 0/2] KVM: SEV: Backports for GHCB leak fix
2026-07-02 0:38 UTC (2+ messages)
[PATCH v3 00/12] KVM: SEV: Fix RMP #PF due to freeing in-use VMSA
2026-07-01 22:47 UTC (21+ messages)
` [PATCH v3 01/12] KVM: SEV: Track the GPA of the guest-controlled VMSA used for SNP guests
` [PATCH v3 02/12] KVM: SEV: Extract loading of guest-provided VMSA to a separate helper
` [PATCH v3 03/12] KVM: SEV: Mark vCPU RUNNABLE after AP_CREATE, even if VMSA is unusable
` [PATCH v3 04/12] KVM: Rename .gmem_invalidate() to .gmem_reclaim_memory()
` [PATCH v3 05/12] KVM: x86: Serialize writes to disabled_quirks using kvm->lock
` [PATCH v3 06/12] KVM: x86: Ensure runtime reads of disabled_quirks are resolved once
` [PATCH v3 07/12] KVM: x86/mmu: Fold kvm_mmu_zap_memslot() into kvm_arch_flush_shadow_memslot()
` [PATCH v3 08/12] KVM: x86/mmu: Split kvm_mmu_zap_all_fast() into "front" and "back" halves
` [PATCH v3 10/12] KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped
` [PATCH v3 12/12] KVM: SEV: Mark vCPU has having guest-provided VMSA even if its invalid
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