messages from 2025-08-29 13:22:09 to 2025-09-01 15:11:08 UTC [more...]
[PATCH v2 00/37] mm: remove nth_page()
2025-09-01 15:03 UTC (26+ messages)
` [PATCH v2 01/37] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v2 02/37] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v2 03/37] s390/Kconfig: "
` [PATCH v2 04/37] x86/Kconfig: "
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 06/37] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v2 07/37] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v2 09/37] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v2 10/37] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v2 11/37] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v2 12/37] mm: simplify folio_page() and folio_page_idx()
` [PATCH v2 13/37] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v2 14/37] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v2 15/37] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v2 16/37] fs: hugetlbfs: cleanup "
` [PATCH v2 17/37] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v2 18/37] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 20/37] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v2 21/37] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v2 23/37] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v2 24/37] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v2 25/37] ata: libata-sff: drop nth_page() usage within "
[PATCH 2/9] KVM: selftests: Add __packed attribute fallback
2025-09-01 15:08 UTC (9+ messages)
` [PATCH 3/9] KVM: selftests: Add pthread_attr_setaffinity_np fallback
` [PATCH 4/9] selftests: kselftest: Add memfd_create syscall compatibility
` [PATCH 5/9] KVM: selftests: Prevent PAGE_SIZE redefinition on x86
` [PATCH 6/9] KVM: selftests: Add backtrace fallback
[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-01 14:56 UTC (3+ messages)
[PATCH v5 05/12] KVM: Documentation: describe GUEST_MEMFD_FLAG_NO_DIRECT_MAP
2025-09-01 14:43 UTC (3+ messages)
[PATCH v2 0/3] system: Forbid alloca()
2025-09-01 14:41 UTC (9+ messages)
` [PATCH v2 1/3] target/ppc/kvm: Avoid using alloca()
` [PATCH v2 2/3] buildsys: Prohibit alloca() use on system code
` [PATCH v2 3/3] docs/devel/style: Mention alloca() family API is forbidden
[PATCH v4 0/2] KVM: guest_memfd: use write for population
2025-09-01 14:29 UTC (7+ messages)
` [PATCH v4 1/2] KVM: guest_memfd: add generic population via write
[PATCH v5 04/12] KVM: guest_memfd: Add flag to remove from direct map
2025-09-01 14:27 UTC (3+ messages)
[PATCH] KVM: arm64: nested: Fix VA sign extension in VNCR/TLBI paths
2025-09-01 14:26 UTC (2+ messages)
[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-01 14:05 UTC (3+ messages)
[PATCH v4 0/4] x86/cpu/topology: Fix the preferred order of initial APIC ID parsing on AMD/Hygon
2025-09-01 14:04 UTC (6+ messages)
` [PATCH v4 2/4] x86/cpu/topology: Always try cpu_parse_topology_ext() "
` [RFC PATCH v4 5/4] Documentation/x86/topology: Detail CPUID leaves used for topology enumeration
[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-01 14:03 UTC (2+ messages)
[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-01 13:56 UTC (2+ messages)
[PATCH v5 02/12] arch: export set_direct_map_valid_noflush to KVM module
2025-09-01 13:47 UTC (2+ messages)
[PATCH] KVM: Avoid debugfs warning caused by repeated vm fd number
2025-09-01 13:39 UTC (2+ messages)
[PATCH] x86/apic: KVM: Use guard() instead of mutex_lock() to simplify code
2025-09-01 13:18 UTC
[PATCH] KVM: x86: hyper-v: Use guard() instead of mutex_lock() to simplify code
2025-09-01 13:16 UTC
[PATCH v7 00/29] KVM: arm64: Implement support for SME
2025-09-01 12:44 UTC (2+ messages)
[PATCH kvm-next 1/1] KVM: guest_memfd: Inline kvm_gmem_get_index() and misc cleanups
2025-09-01 12:10 UTC (2+ messages)
[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
2025-09-01 11:14 UTC (2+ messages)
[PATCH v1 00/36] mm: remove nth_page()
2025-09-01 11:35 UTC (47+ messages)
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 16/36] fs: hugetlbfs: cleanup folio in adjust_range_hwpoison()
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within SG entry
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 32/36] crypto: remove "
` [PATCH v1 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 36/36] mm: remove nth_page()
Re: [PATCH][v2] x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT
2025-09-01 9:26 UTC
[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
2025-09-01 9:08 UTC (4+ messages)
` [RFC PATCH v2 02/23] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_page_demote()
[PATCH v2 0/5] Add Zilsd/Zclsd support in hwprobe and KVM
2025-09-01 8:46 UTC (11+ messages)
` [PATCH v2 1/5] dt-bindings: riscv: add Zilsd and Zclsd extension descriptions
` [PATCH v2 2/5] riscv: add ISA extension parsing for Zilsd and Zclsd
` [PATCH v2 3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions
` [PATCH v2 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
` [PATCH v2 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test
[PATCH] hisi_acc_vfio_pci: Fix reference leak in hisi_acc_vfio_debug_init
2025-09-01 8:18 UTC
[PATCH v2] KVM: loongarch: selftests: Remove common tests built by TEST_GEN_PROGS_COMMON
2025-09-01 7:43 UTC
[syzbot] Monthly kvm report (Sep 2025)
2025-09-01 7:38 UTC
[PATCH v3 0/3] KVM: riscv: selftests: Enable supported test cases
2025-09-01 7:35 UTC (4+ messages)
` [PATCH v3 1/3] KVM: riscv: selftests: Use the existing RISCV_FENCE macro in `rseq-riscv.h`
` [PATCH v3 2/3] KVM: riscv: selftests: Add missing headers for new testcases
` [PATCH v3 3/3] KVM: riscv: selftests: Add common supported test cases
[PATCH v3 0/6] KVM: VMX: Handle the immediate form of MSR instructions
2025-09-01 7:22 UTC (6+ messages)
` [PATCH v3 4/6] KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel
[PATCH v12 00/24] Enable CET Virtualization
2025-09-01 7:07 UTC (3+ messages)
` [PATCH v12 01/24] KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses
[PATCH v2 00/12] Implement support for IBS virtualization
2025-09-01 5:26 UTC (13+ messages)
` [PATCH v2 01/12] perf/amd/ibs: Fix race condition in IBS
` [PATCH v2 02/12] KVM: x86: Refactor APIC register mask handling to support extended APIC registers
` [PATCH v2 03/12] KVM: Add KVM_GET_EXT_LAPIC and KVM_SET_EXT_LAPIC for extapic
` [PATCH v2 04/12] x86/cpufeatures: Add CPUID feature bit for Extended LVT
` [PATCH v2 05/12] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH v2 06/12] x86/cpufeatures: Add CPUID feature bit for VIBS in SVM/SEV guests
` [PATCH v2 07/12] KVM: x86/cpuid: Add a KVM-only leaf for IBS capabilities
` [PATCH v2 08/12] KVM: x86: Extend CPUID range to include new leaf
` [PATCH v2 09/12] KVM: SVM: Extend VMCB area for virtualized IBS registers
` [PATCH v2 10/12] KVM: SVM: Add support for IBS Virtualization
` [PATCH v2 11/12] perf/x86/amd: Enable VPMU passthrough capability for IBS PMU
` [PATCH v2 12/12] perf/x86/amd: Remove exclude_guest check from perf_ibs_init()
[PATCH v5 1/5] mm: introduce num_pages_contiguous()
2025-09-01 3:25 UTC (2+ messages)
[RFC PATCH v2 00/18] KVM: x86/mmu: TDX post-populate cleanups
2025-09-01 1:46 UTC (35+ messages)
` [RFC PATCH v2 02/18] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [RFC PATCH v2 03/18] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [RFC PATCH v2 04/18] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [RFC PATCH v2 05/18] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [RFC PATCH v2 06/18] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [RFC PATCH v2 12/18] KVM: TDX: Bug the VM if extended the initial measurement fails
` [RFC PATCH v2 13/18] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [RFC PATCH v2 15/18] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [RFC PATCH v2 16/18] KVM: TDX: Derive error argument names from the local variable names
[RFC PATCH 00/12] KVM: x86/mmu: TDX post-populate cleanups
2025-09-01 0:39 UTC (9+ messages)
` [RFC PATCH 02/12] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
[syzbot] [kvm?] [net?] [virt?] INFO: task hung in __vhost_worker_flush
2025-08-31 2:21 UTC (2+ messages)
` [syzbot] [net] [virt] "
[PATCH v8 0/3] update live migration configuration region
2025-08-30 9:13 UTC (8+ messages)
` [PATCH v8 3/3] hisi_acc_vfio_pci: adapt to new migration configuration
[PATCH v4 06/23] perf: arm_pmuv3: Keep out of guest counter partition
2025-08-30 4:13 UTC (2+ messages)
[GIT PULL] KVM changes for 6.17-rc4
2025-08-29 22:41 UTC (2+ messages)
[PATCH v13 00/21] Enable CET Virtualization
2025-08-29 22:01 UTC (5+ messages)
` [PATCH v13 01/21] KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
[PATCH v5 0/9] Add SBI v3.0 PMU enhancements
2025-08-29 20:47 UTC (11+ messages)
` [PATCH v5 1/9] drivers/perf: riscv: Add SBI v3.0 flag
` [PATCH v5 2/9] drivers/perf: riscv: Add raw event v2 support
` [PATCH v5 3/9] RISC-V: KVM: Add support for Raw event v2
` [PATCH v5 4/9] drivers/perf: riscv: Implement PMU event info function
` [PATCH v5 5/9] drivers/perf: riscv: Export "
` [PATCH v5 6/9] KVM: Add a helper function to check if a gpa is in writable memselot
` [PATCH v5 7/9] RISC-V: KVM: Use the new gpa validate helper function
` [PATCH v5 8/9] RISC-V: KVM: Implement get event info function
` [PATCH v5 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0
[PATCH v2 0/3] Support "generic" CPUID timing leaf as KVM guest and host
2025-08-29 20:36 UTC (10+ messages)
[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
2025-08-29 18:38 UTC (3+ messages)
` [PATCH v2 2/7] Drivers: hv: Disentangle VTL return cancellation from SIGPENDING
[GIT PULL] KVM/arm64 changes for 6.17, take #2
2025-08-29 17:41 UTC (2+ messages)
[PATCH] vfio: selftests: Fix .gitignore for already tracked files
2025-08-29 17:16 UTC (2+ messages)
[GIT PULL] KVM/riscv fixes for 6.17 take #1
2025-08-29 16:53 UTC (2+ messages)
[PATCH v7 00/21] Enable FRED with KVM VMX
2025-08-29 16:52 UTC (23+ messages)
` [PATCH v7 01/21] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v7 02/21] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config
` [PATCH v7 03/21] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v7 04/21] x86/cea: Prefix event stack names with ESTACK_
` [PATCH v7 05/21] x86/cea: Export API for per-CPU exception stacks for KVM
` [PATCH v7 06/21] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v7 07/21] KVM: VMX: Set FRED MSR intercepts
` [PATCH v7 08/21] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v7 09/21] KVM: VMX: Add support for saving and restoring FRED MSRs
` [PATCH v7 10/21] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v7 11/21] KVM: VMX: Virtualize FRED event_data
` [PATCH v7 12/21] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v7 13/21] KVM: x86: Save/restore the nested flag of an exception
` [PATCH v7 14/21] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v7 15/21] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v7 16/21] KVM: x86: Advertise support for FRED
` [PATCH v7 17/21] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v7 18/21] KVM: nVMX: Add FRED VMCS fields to nested VMX context handling
` [PATCH v7 19/21] KVM: nVMX: Add FRED-related VMCS field checks
` [PATCH v7 20/21] KVM: nVMX: Add prerequisites to SHADOW_FIELD_R[OW] macros
` [PATCH v7 21/21] KVM: nVMX: Allow VMX FRED controls
[PATCH 1/1] KVM: selftests: Fix force_emulation_prefix parameter type mismatch
2025-08-29 14:18 UTC (2+ messages)
[PATCH] i386/xen: Advertise XEN_HVM_CPUID_EXT_DEST_ID for Xen guests where supported
2025-08-29 14:04 UTC
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;
as well as URLs for NNTP newsgroup(s).