messages from 2025-08-27 22:06:06 to 2025-08-28 16:57:57 UTC [more...]
[PATCH v1 00/36] mm: remove nth_page()
2025-08-28 16:57 UTC (77+ 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 15/36] "
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 16/36] "
` [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 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [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 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 23/36] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within "
` [PATCH v1 25/36] drm/i915/gem: "
` [PATCH v1 26/36] mspro_block: "
` [PATCH v1 27/36] memstick: "
` [PATCH v1 28/36] mmc: "
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 31/36] vfio/pci: "
` [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 34/36] kfence: drop nth_page() usage
` [PATCH v1 35/36] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v1 36/36] mm: remove nth_page()
[PATCH] KVM: x86: Latch INITs only in specific CPU states in KVM_SET_VCPU_EVENTS
2025-08-28 16:44 UTC (5+ messages)
` [External] "
[awilliam-vfio:next 5/37] tools/testing/selftests/vfio/.gitignore: warning: ignored by one of the .gitignore files
2025-08-28 16:43 UTC (2+ messages)
[RFC PATCH 00/12] KVM: x86/mmu: TDX post-populate cleanups
2025-08-28 15:54 UTC (42+ 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 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 12/12] KVM: TDX: Rename nr_premapped to nr_pending_tdh_mem_page_adds
[PATCH v4 0/2] KVM: guest_memfd: use write for population
2025-08-28 15:31 UTC (3+ messages)
` [PATCH v4 1/2] KVM: guest_memfd: add generic population via write
` [PATCH v4 2/2] KVM: selftests: update guest_memfd write tests
[PATCH v5 00/12] Direct Map Removal Support for guest_memfd
2025-08-28 14:54 UTC (20+ messages)
` [PATCH v5 01/12] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v5 02/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v5 04/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v5 05/12] KVM: Documentation: describe GUEST_MEMFD_FLAG_NO_DIRECT_MAP
` [PATCH v5 06/12] KVM: selftests: load elf via bounce buffer
` [PATCH v5 07/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v5 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v5 09/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v5 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in mem conversion tests
` [PATCH v5 11/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in guest_memfd_test.c
` [PATCH v5 12/12] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH 0/5] KVM: arm64: GICv5 legacy (GCIE_LEGACY) NV enablement and cleanup
2025-08-28 14:05 UTC (7+ messages)
` [PATCH 3/5] arm64: cpucaps: Add GICv5 Legacy vCPU interface (GCIE_LEGACY) capability
` [PATCH 4/5] KVM: arm64: Use ARM64_HAS_GICV5_LEGACY for GICv5 probing
` [PATCH 2/5] KVM: arm64: Enable nested for GICv5 host with FEAT_GCIE_LEGACY
` [PATCH 1/5] KVM: arm64: Allow ICC_SRE_EL2 accesses on a GICv5 host
` [PATCH 5/5] irqchip/gic-v5: Drop has_gcie_v3_compat from gic_kvm_info
[PATCH v13 00/21] Enable CET Virtualization
2025-08-28 12:58 UTC (3+ messages)
` [PATCH v13 01/21] KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-08-28 12:44 UTC (6+ messages)
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
[PATCH v10 00/18] AMD: Add Secure AVIC Guest Support
2025-08-28 11:32 UTC (19+ messages)
` [PATCH v10 01/18] x86/apic: Add new driver for Secure AVIC
` [PATCH v10 02/18] x86/apic: Initialize Secure AVIC APIC backing page
` [PATCH v10 03/18] x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver
` [PATCH v10 04/18] x86/apic: Initialize APIC ID for Secure AVIC
` [PATCH v10 05/18] x86/apic: Add update_vector() callback for APIC drivers
` [PATCH v10 06/18] x86/apic: Add update_vector() callback for Secure AVIC
` [PATCH v10 07/18] x86/apic: Add support to send IPI "
` [PATCH v10 08/18] x86/apic: Support LAPIC timer "
` [PATCH v10 09/18] x86/sev: Initialize VGIF for secondary vCPUs "
` [PATCH v10 10/18] x86/apic: Add support to send NMI IPI "
` [PATCH v10 11/18] x86/apic: Allow NMI to be injected from hypervisor "
` [PATCH v10 12/18] x86/sev: Enable NMI support "
` [PATCH v10 13/18] x86/apic: Read and write LVT* APIC registers from HV for SAVIC guests
` [PATCH v10 14/18] x86/apic: Handle EOI writes for Secure AVIC guests
` [PATCH v10 15/18] x86/apic: Add kexec support for Secure AVIC
` [PATCH v10 16/18] x86/apic: Enable Secure AVIC in Control MSR
` [PATCH v10 17/18] x86/sev: Prevent SECURE_AVIC_CONTROL MSR interception for Secure AVIC guests
` [PATCH v10 18/18] x86/sev: Indicate SEV-SNP guest supports Secure AVIC
[PATCH v3] KVM: TDX: Force split irqchip for TDX at irqchip creation time
2025-08-28 11:20 UTC (2+ messages)
[RFC PATCH 0/4] KVM: SVM: Add Page Modification Logging (PML) support
2025-08-28 11:17 UTC (13+ messages)
` [RFC PATCH 1/4] KVM: x86: Carve out PML flush routine
` [RFC PATCH 4/4] KVM: SVM: Add Page modification logging support
[PATCH net-next v5 0/9] vsock: add namespace support to vhost-vsock
2025-08-28 10:35 UTC (11+ messages)
` [PATCH net-next v5 1/9] vsock: a per-net vsock NS mode state
` [PATCH net-next v5 2/9] vsock: add net to vsock skb cb
` [PATCH net-next v5 3/9] vsock: add netns to vsock core
` [PATCH net-next v5 4/9] vsock/loopback: add netns support
` [PATCH net-next v5 5/9] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v5 6/9] vhost/vsock: add netns support
` [PATCH net-next v5 7/9] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v5 8/9] selftests/vsock: invoke vsock_test through helpers
` [PATCH net-next v5 9/9] selftests/vsock: add namespace tests
[PATCH RFC 0/2] KVM: TDX: MWAIT in guest
2025-08-28 10:11 UTC (7+ messages)
` [PATCH RFC 1/2] KVM: TDX: Disable general support for "
[PATCH v5 00/21] Add Counter delegation ISA extension support
2025-08-28 9:56 UTC (3+ messages)
` [PATCH v5 14/21] RISC-V: perf: Implement supervisor counter delegation support
` [External] "
[PATCH v5 0/1] KVM: Add support for the ERAPS feature
2025-08-28 9:40 UTC (4+ messages)
` [PATCH v5 1/1] x86: kvm: svm: set up ERAPS support for guests
[PATCH v2 00/18] cpufreq: use __free() for all cpufreq_cpu_get() references
2025-08-28 9:40 UTC (9+ 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 v10 00/18] AMD: Add Secure AVIC Guest Support
2025-08-28 7:00 UTC
[RFC PATCH 0/9] vfio: Introduce mmap maple tree
2025-08-28 8:53 UTC (13+ messages)
` "
[PATCH 01/14] perf test: Fix a build error in x86 topdown test
2025-08-28 8:24 UTC
[PATCH v2 0/3] vhost_task: Fix a bug where KVM wakes an exited task
2025-08-28 6:48 UTC (5+ messages)
[PATCH] KVM: PPC: Fix misleading interrupts comment in kvmppc_prepare_to_enter()
2025-08-28 6:32 UTC (2+ messages)
[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
2025-08-28 5:33 UTC (2+ messages)
[PATCH 0/3] vhost_task: KVM: Fix a race where KVM wakes an exited task
2025-08-28 2:19 UTC (2+ messages)
[PATCH v2] x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNP
2025-08-28 1:53 UTC (2+ messages)
linux-next: manual merge of the kvm tree with the tip tree
2025-08-28 1:51 UTC
[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
2025-08-28 0:07 UTC (11+ messages)
[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
2025-08-28 0:01 UTC (8+ 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 3/7] Drivers: hv: Disable IRQs only after handling pending work before VTL return
` [PATCH v2 4/7] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH v2 6/7] Drivers: hv: Use common "entry virt" APIs to do work in root before running guest
` [PATCH v2 7/7] Drivers: hv: Use "entry virt" APIs to do work before returning to lower VTL
[PATCH v6 00/20] Enable FRED with KVM VMX
2025-08-27 22:43 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
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).