kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-26 13:26:01 to 2025-08-27 22:06:06 UTC [more...]

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-27 22:01 UTC  (14+ 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 v2 00/30] vfio: Introduce selftests for VFIO
 2025-08-27 20:20 UTC  (3+ messages)

[PATCH v2 0/3] vhost_task: Fix a bug where KVM wakes an exited task
 2025-08-27 20:10 UTC  (5+ messages)
` [PATCH v2 1/3] vhost_task: Don't wake KVM x86's recovery thread if vhost task was killed
` [PATCH v2 2/3] vhost_task: Allow caller to omit handle_sigkill() callback
` [PATCH v2 3/3] KVM: x86/mmu: Don't register a sigkill callback for NX hugepage recovery tasks

[RFC PATCH 00/12] KVM: x86/mmu: TDX post-populate cleanups
 2025-08-27 19:08 UTC  (23+ messages)
` [RFC PATCH 01/12] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [RFC PATCH 02/12] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [RFC PATCH 03/12] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [RFC PATCH 04/12] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_prefault_page()
` [RFC PATCH 05/12] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [RFC PATCH 06/12] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [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
` [RFC PATCH 10/12] KVM: TDX: Assert that slots_lock is held when nr_premapped is accessed
` [RFC PATCH 11/12] KVM: TDX: Track nr_premapped as an "unsigned long", not an "atomic64_t"
` [RFC PATCH 12/12] KVM: TDX: Rename nr_premapped to nr_pending_tdh_mem_page_adds

[PATCH v4 1/2] cdx: don't select CONFIG_GENERIC_MSI_IRQ
 2025-08-27 18:55 UTC  (5+ messages)
` [PATCH v4 2/2] vfio/cdx: update driver to build without CONFIG_GENERIC_MSI_IRQ

[PATCH v2] MAINTAINERS: Update Shameer Kolothum's email address
 2025-08-27 18:55 UTC  (2+ messages)

[PATCH] vfio/nvgrace-gpu: fix grammatical error
 2025-08-27 18:55 UTC  (2+ messages)

[PATCH] vfio/pci: drop redundant conversion to bool
 2025-08-27 18:55 UTC  (2+ messages)

[PATCH v4] vfio/pci: print vfio-device syspath to fdinfo
 2025-08-27 18:54 UTC  (2+ messages)

[PATCH v5 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
 2025-08-27 18:10 UTC  (3+ messages)
` [PATCH v5 1/5] mm: introduce num_pages_contiguous()

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-27 17:52 UTC  (8+ messages)
` [PATCH kvm-next V11 1/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH kvm-next V11 2/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH kvm-next V11 3/7] mm/mempolicy: Export memory policy symbols
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH kvm-next V11 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH kvm-next V11 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

Questions about FUSE_NOTIFY_INVAL_ENTRY
 2025-08-27 17:45 UTC  (5+ messages)

[PATCH v6 00/20] Enable FRED with KVM VMX
 2025-08-27 17:33 UTC  (11+ messages)
` [PATCH v6 04/20] x86/cea: Export an API to get per CPU exception stacks for KVM to use
` [PATCH v6 06/20] KVM: VMX: Set FRED MSR intercepts

[GIT PULL] virtio,vhost: fixes
 2025-08-27 17:24 UTC  (2+ messages)

[PATCH 0/3] use vm_flags_t consistently
 2025-08-27 16:59 UTC  (11+ messages)
` [PATCH 2/3] mm: update core kernel code to "

[PATCH 00/16] KVM: arm64: TTW reporting on SEA and 52bit PA in S1 PTW
 2025-08-27 16:10 UTC  (17+ messages)
` [PATCH 01/16] KVM: arm64: Add helper computing the state of 52bit PA support
` [PATCH 02/16] KVM: arm64: Account for 52bit when computing maximum OA
` [PATCH 03/16] KVM: arm64: Compute 52bit TTBR address and alignment
` [PATCH 04/16] KVM: arm64: Decouple output address from the PT descriptor
` [PATCH 05/16] KVM: arm64: Pass the walk_info structure to compute_par_s1()
` [PATCH 06/16] KVM: arm64: Compute shareability for LPA2
` [PATCH 07/16] KVM: arm64: Populate PAR_EL1 with 52bit addresses
` [PATCH 08/16] KVM: arm64: Expand valid block mappings to FEAT_LPA/LPA2 support
` [PATCH 09/16] KVM: arm64: Report faults from S1 walk setup at the expected start level
` [PATCH 10/16] KVM: arm64: Allow use of S1 PTW for non-NV vcpus
` [PATCH 11/16] KVM: arm64: Allow EL1 control registers to be accessed from the CPU state
` [PATCH 12/16] KVM: arm64: Don't switch MMU on translation from non-NV context
` [PATCH 13/16] KVM: arm64: Add filtering hook to S1 page table walk
` [PATCH 14/16] KVM: arm64: Add S1 IPA to page table level walker
` [PATCH 15/16] KVM: arm64: Populate level on S1PTW SEA injection
` [PATCH 16/16] KVM: arm64: selftest: Expand external_aborts test to look for TTW levels

[PATCH] KVM: x86: Latch INITs only in specific CPU states in KVM_SET_VCPU_EVENTS
 2025-08-27 16:08 UTC  (3+ messages)

[PATCH v13 00/21] Enable CET Virtualization
 2025-08-27 15:09 UTC  (4+ messages)
` [PATCH v13 05/21] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs

[PATCH v2 00/18] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-08-27 14:13 UTC  (27+ messages)
` [PATCH v2 01/18] arm64: topology: Use __free(put_cpufreq_policy) for policy reference
` [PATCH v2 02/18] KVM: x86: "
` [PATCH v2 03/18] ACPI: processor: thermal: "
` [PATCH v2 04/18] cpufreq: brcmstb-avs-cpufreq: "
` [PATCH v2 05/18] cpufreq: CPPC: "
` [PATCH v2 06/18] cpufreq: intel_pstate: "
` [PATCH v2 07/18] cpufreq: longhaul: "
` [PATCH v2 08/18] cpufreq: mediatek: "
` [PATCH v2 09/18] cpufreq: powernv: "
` [PATCH v2 10/18] cpufreq: s5pv210: "
` [PATCH v2 11/18] cpufreq: tegra186: "
` [PATCH v2 12/18] PM / devfreq: "
` [PATCH v2 13/18] drm/i915: "
` [PATCH v2 14/18] cpufreq: powerpc: macintosh: "
` [PATCH v2 15/18] powercap: dtpm_cpu: "
` [PATCH v2 16/18] thermal: imx: "
` [PATCH v2 17/18] thermal/drivers/ti-soc-thermal: "
` [PATCH v2 18/18] PM: EM: "

[PATCH v2 0/9] Error recovery for vfio-pci devices on s390x
 2025-08-27 13:27 UTC  (9+ messages)
` [PATCH v2 1/9] PCI: Avoid restoring error values in config space
` [PATCH v2 3/9] PCI: Allow per function PCI slots for hypervisor isolated functions
` [PATCH v2 4/9] s390/pci: Restore airq unconditionally for the zPCI device

[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
 2025-08-27 13:14 UTC  (6+ messages)

[BUG?] KVM: Unexpected KVM_CREATE_VCPU failure with EBADF
 2025-08-27 12:54 UTC  (3+ messages)

[RFC PATCH 0/4] KVM: SVM: Add Page Modification Logging (PML) support
 2025-08-27  9:54 UTC  (9+ messages)
` [RFC PATCH 1/4] KVM: x86: Carve out PML flush routine
` [RFC PATCH 2/4] KVM: SEV: Skip SNP-safe allocation when HvInUseWrAllowed is supported

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-27  9:43 UTC  (5+ messages)
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage

[PATCH v2 0/3] Support "generic" CPUID timing leaf as KVM guest and host
 2025-08-27  9:30 UTC  (9+ messages)

[PATCH v5 0/1] KVM: Add support for the ERAPS feature
 2025-08-27  9:17 UTC  (4+ messages)
` [PATCH v5 1/1] x86: kvm: svm: set up ERAPS support for guests

[PATCH RESEND V2 0/2] Fixes for recovery for machine check in TDX/SEAM non-root mode
 2025-08-27  8:29 UTC  (5+ messages)
` [PATCH RESEND V2 1/2] x86/mce: Fix missing address mask in recovery for errors "

[GIT PULL] KVM: x86: Two KVM fixes and a selftest fix
 2025-08-27  8:18 UTC  (2+ messages)

[PATCH v2] kvm/kvm-all: make kvm_park/unpark_vcpu local to kvm-all.c
 2025-08-27  8:02 UTC  (6+ messages)

[PATCH v9 00/19] TDX KVM selftests
 2025-08-27  7:18 UTC  (39+ messages)
` [PATCH v9 03/19] KVM: selftests: Expose functions to get default sregs values
` [PATCH v9 04/19] KVM: selftests: Expose function to allocate guest vCPU stack
` [PATCH v9 05/19] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v9 08/19] KVM: selftests: Define structs to pass parameters to TDX boot code
` [PATCH v9 10/19] KVM: selftests: Set up TDX boot code region
` [PATCH v9 11/19] KVM: selftests: Set up TDX boot parameters region
` [PATCH v9 14/19] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v9 15/19] KVM: selftests: Hook TDX support to vm and vcpu creation
` [PATCH v9 18/19] KVM: selftests: Add ucall support for TDX

[PATCH v2] KVM: TDX: Force split irqchip for TDX at irqchip creation time
 2025-08-27  6:22 UTC  (3+ messages)

[Discussion] Undocumented behavior of KVM_SET_PIT2 with count=0
 2025-08-27  2:31 UTC  (3+ messages)

[PATCH] KVM: TDX: Force split irqchip for TDX at irqchip creation time
 2025-08-27  1:30 UTC  (4+ messages)

[PATCH] KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATE
 2025-08-26 23:37 UTC 

[PATCH v7 0/7] TDX host: kexec/kdump support
 2025-08-26 23:31 UTC  (9+ messages)
` [PATCH v7 1/7] x86/kexec: Consolidate relocate_kernel() function parameters
` [PATCH v7 7/7] KVM: TDX: Explicitly do WBINVD when no more TDX SEAMCALLs

[PATCH] KVM: selftests: fix irqfd_test on arm64
 2025-08-26 20:41 UTC  (8+ messages)

[PATCH v2 0/5] Add Zilsd/Zclsd support in hwprobe and KVM
 2025-08-26 17:39 UTC  (7+ 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 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-08-26 16:58 UTC  (4+ messages)

[PATCH 0/3] vhost_task: KVM: Fix a race where KVM wakes an exited task
 2025-08-26 14:43 UTC  (7+ messages)
` [PATCH 1/3] vhost_task: KVM: Don't wake KVM x86's recovery thread if vhost task was killed

[PATCH] Documentation: KVM: fix reference for kvm_ppc_resize_hpt and various typos
 2025-08-26 14:31 UTC  (2+ messages)

[PATCH v9 00/18] AMD: Add Secure AVIC Guest Support
 2025-08-26 13:25 UTC  (7+ messages)
` [PATCH v9 05/18] x86/apic: Add update_vector() callback for apic drivers


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