kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-28 21:44:48 to 2025-08-31 01:05:22 UTC [more...]

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-31  1:04 UTC  (91+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [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 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [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()

[PATCH v4 1/2] KVM: guest_memfd: add generic population via write
 2025-08-30 18:56 UTC  (2+ messages)

[PATCH v4 0/4] x86/cpu/topology: Fix the preferred order of initial APIC ID parsing on AMD/Hygon
 2025-08-30 17:19 UTC  (3+ messages)
` [PATCH v4 2/4] x86/cpu/topology: Always try cpu_parse_topology_ext() "

[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)

[RFC PATCH v2 00/18] KVM: x86/mmu: TDX post-populate cleanups
 2025-08-30  0:00 UTC  (49+ messages)
` [RFC PATCH v2 01/18] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [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 07/18] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [RFC PATCH v2 08/18] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [RFC PATCH v2 09/18] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [RFC PATCH v2 10/18] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [RFC PATCH v2 11/18] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [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 14/18] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [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 v2 17/18] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [RFC PATCH v2 18/18] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest

[PATCH 2/9] KVM: selftests: Add __packed attribute fallback
 2025-08-29 22:46 UTC  (8+ 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

[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  (13+ messages)
` [PATCH v13 01/21] KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
` [PATCH v13 02/21] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v13 03/21] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v13 04/21] KVM: x86: Initialize kvm_caps.supported_xss

[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  (14+ messages)

[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-08-29 18:38 UTC  (7+ messages)
` [PATCH v2 1/7] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH v2 2/7] Drivers: hv: Disentangle VTL return cancellation from SIGPENDING
` [PATCH v2 6/7] Drivers: hv: Use common "entry virt" APIs to do work in root before running guest

[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 

[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
 2025-08-29 11:38 UTC  (3+ messages)
` [PATCH v10 02/43] arm64: RME: Handle Granule Protection Faults (GPFs)

[PATCH] LoongArch: KVM: Move kvm_iocsr tracepoint out of generic code
 2025-08-29 10:14 UTC  (9+ messages)

[PATCH 0/5] LoongArch: KVM: Support various access size with pch_pic emulation
 2025-08-29 10:13 UTC  (2+ messages)

[PATCH v3 0/4] LoongArch: KVM: Small enhancements about IPI and LBT
 2025-08-29 10:11 UTC  (3+ messages)

[PATCH 0/2] Add sign extension with kernel MMIO read emulation
 2025-08-29 10:10 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Add PTW feature detection on 3C6000 host
 2025-08-29 10:09 UTC  (2+ messages)

[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
 2025-08-29  7:50 UTC  (5+ messages)
` [PATCH 1/2] i386/kvm/vmsr_energy: Plug memory leak on failure to connect socket
` [PATCH 2/2] vfio scsi ui: Error-check qio_channel_socket_connect_sync() the same way

[RFC PATCH 00/12] KVM: x86/mmu: TDX post-populate cleanups
 2025-08-29  6:33 UTC  (39+ messages)
` [RFC PATCH 02/12] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [RFC PATCH 07/12] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [RFC PATCH 08/12] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [RFC PATCH 09/12] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller

[PATCH v2 00/18] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-08-29  6:32 UTC  (17+ messages)
` [PATCH v2 03/18] ACPI: processor: thermal: Use __free(put_cpufreq_policy) for policy reference
` [PATCH v2 04/18] cpufreq: brcmstb-avs-cpufreq: "
` [PATCH v2 05/18] cpufreq: CPPC: "
` [PATCH v2 08/18] cpufreq: mediatek: "
` [PATCH v2 10/18] cpufreq: s5pv210: "
` [PATCH v2 11/18] cpufreq: tegra186: "

[PATCH v6 00/20] Enable FRED with KVM VMX
 2025-08-28 23:32 UTC  (9+ messages)
` [PATCH v6 06/20] KVM: VMX: Set FRED MSR intercepts

[PATCH] docs: proc.rst: Fix VFIO Device title formatting
 2025-08-28 22:46 UTC  (2+ messages)


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).