Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-07 19:16:08 to 2026-07-08 07:53:54 UTC [more...]

[PATCH RESEND 0/2] KSM: use linear_page_index in collect_procs_ksm()
 2026-07-08  7:53 UTC  (6+ messages)
` [PATCH 1/2] mm/ksm: Initialize the addr only once in collect_procs_ksm
` [PATCH RESEND 2/2] mm/ksm: Use precise linear_page_index instead of the whole address space

[PATCH v3 00/26] Introduce meminspect
 2026-07-08  7:52 UTC  (32+ messages)
` [PATCH v3 01/26] kernel: "
` [PATCH v3 02/26] init/version: Annotate static information into meminspect
` [PATCH v3 03/26] mm/percpu: "
` [PATCH v3 04/26] cpu: "
` [PATCH v3 05/26] genirq/irqdesc: "
` [PATCH v3 06/26] timers: "
` [PATCH v3 07/26] timekeeping: Register tk_data "
` [PATCH v3 08/26] kernel/fork: Annotate static information "
` [PATCH v3 09/26] mm/page_alloc: "
` [PATCH v3 10/26] mm/show_mem: "
` [PATCH v3 11/26] mm/swapfile: "
` [PATCH v3 12/26] kernel/vmcore_info: Register dynamic "
` [PATCH v3 13/26] kernel/configs: "
` [PATCH v3 14/26] mm/init-mm: Annotate static "
` [PATCH v3 15/26] panic: "
` [PATCH v3 16/26] kallsyms: "
` [PATCH v3 17/26] mm/mm_init: "
` [PATCH v3 18/26] sched/core: Annotate runqueues "
` [PATCH v3 19/26] mm/numa: Register node data information "
` [PATCH v3 20/26] mm/sparse: Register "
` [PATCH v3 21/26] printk: "
` [PATCH v3 22/26] remoteproc: qcom: Move minidump data structures into its own header
` [PATCH v3 23/26] soc: qcom: Add minidump backend driver
` [PATCH v3 24/26] soc: qcom: smem: Add minidump platform device
` [PATCH v3 25/26] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory
` [PATCH v3 26/26] meminspect: Add debug kinfo compatible driver

[PATCH v2 6/7] nfs: Optimize direct I/O to use folios for requests
 2026-07-08  7:48 UTC  (7+ messages)

[PATCH v1 0/2] mm: split underused anonymous mTHP folios
 2026-07-08  7:46 UTC  (5+ messages)
` [PATCH v1 1/2] mm/huge_memory: extend thp_underused() to "
` [PATCH v1 2/2] mm/memory: add anonymous mTHP folios to deferred split list

[RFC PATCH v2 00/13] mm: rework anon_vma and remove anon_vma_chain
 2026-07-08  7:45 UTC  (10+ messages)
` [syzbot ci] "

[PATCH v3 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-07-08  7:38 UTC  (5+ messages)
` [PATCH v3 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages
` [PATCH v3 2/3] selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
` [PATCH v3 3/3] selftests/mm: fix ternary operator precedence in ksm_tests

[PATCH v6 0/7] docs/zh_CN: update DAMON translations
 2026-07-08  7:32 UTC  (8+ messages)
` [PATCH v6 1/7] docs/zh_CN: update DAMON design translation
` [PATCH v6 2/7] docs/zh_CN: add DAMON_STAT usage translation
` [PATCH v6 3/7] docs/zh_CN: update DAMON index translation
` [PATCH v6 4/7] docs/zh_CN: update DAMON start translation
` [PATCH v6 5/7] docs/zh_CN: update DAMON usage translation
` [PATCH v6 6/7] docs/zh_CN: update DAMON reclaim translation
` [PATCH v6 7/7] docs/zh_CN: update DAMON LRU sort translation

[PATCH] mm: vmscan: abort proactive reclaim early when freezing
 2026-07-08  7:24 UTC  (5+ messages)

[PATCH 0/4] Fix bugs on HugeTLB folio allocation failure paths
 2026-07-08  7:04 UTC  (8+ messages)
` [PATCH 1/4] mm: hugetlb: Fix subpool usage leak on allocation failure
` [PATCH 2/4] mm: hugetlb: Fix folio refcount mismatch on memcg charge failure
` [PATCH 3/4] mm: hugetlb: Return -ENOSPC "
` [PATCH 4/4] mm: hugetlb: Move memcg charge earlier to prevent reservation leak

[PATCH v2 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-07-08  7:01 UTC  (6+ messages)
` [PATCH v2 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-07-08  6:36 UTC  (12+ messages)
` [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal()
          ` Reserving memory on ACPI systems (was: [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal())

[RFC PATCH 0/3] mm/compaction: honour compact_unevictable_allowed in mlock race and alloc_contig path
 2026-07-08  6:35 UTC  (14+ messages)
` [RFC PATCH 1/3] mm/compaction: skip isolate mlocked folios when compact_unevictable_allowed=0

[PATCH v2] mm: nommu: fix the error path when vma_iter_prealloc() fails
 2026-07-08  5:28 UTC 

[PATCH 1/2] mm/ksm: Initialize the addr only once in collect_procs_ksm
 2026-07-08  4:17 UTC  (3+ messages)
` mm/ksm: Use precise linear_page_index instead of the whole address space

[PATCH 5.15.y 6.1.y 6.6.y 0/1] mm/vmscan: flush deferred TLB before freeing large folios in reclaim
 2026-07-08  4:12 UTC  (2+ messages)
` [PATCH 5.15.y 6.1.y 6.6.y 1/1] mm/vmscan: flush deferred TLB before freeing large folios

[PATCH V2] mm: Standardize printing for pgtable entries
 2026-07-08  3:28 UTC 

[PATCH 00/18] Another attempt at HVO support on arm64
 2026-07-08  3:11 UTC  (19+ messages)
` [PATCH 01/18] hugetlb_vmemmap: Always flush TLB if needed upon PTE remapping
` [PATCH 02/18] hugetlb_vmemmap: Move vmemmap_get_tail up
` [PATCH 03/18] hugetlb_vmemmap: Leave pages partially HVOed upon restore failure
` [PATCH 04/18] hugetlb_vmemmap: Use try_update_vmemmap_pte to update in-use PTEs
` [PATCH 05/18] hugetlb_vmemmap: Allow architectures not to allow HVO at runtime
` [PATCH 06/18] arm64: Rename cpu_has_hw_af to system_has_hw_af
` [PATCH 07/18] arm64: Add system_supports_hvo
` [PATCH 08/18] arm64: Implement try_update_vmemmap_pte using the AF trick
` [PATCH 09/18] arm64: Prevent HVO if the HVO system feature is not enabled
` [PATCH 10/18] arm64: Support hugetlb vmemmap optimization
` [PATCH 11/18] hugetlb_vmemmap: Use try_populate_vmemmap_pmd for replacing in-use PMDs
` [PATCH 12/18] arm64: Implement try_populate_vmemmap_pmd using AF trick
` [PATCH 13/18] arm64: Drop BBML2_NOABORT requirement for HVO
` [PATCH 14/18] hugetlb_vmemmap: Rename mm/hugetlb_vmemmap.h to mm/hugetlb_vmemmap_internal.h
` [PATCH 15/18] hugetlb_vmemmap: Add a way to permanently disable HVO when needed
` [PATCH 16/18] arm64: Allow "optional" CPU features to be required sometimes
` [PATCH 17/18] arm64: Permit onlining of HVO-incompatible late CPUs if HVO is not in use
` [PATCH 18/18] arm64: Remove user-selectable HVO Kconfig

[RFC PATCH v1.3 0/7] mm/damon: update probe hits for runtime parameter commits
 2026-07-08  2:48 UTC  (8+ messages)
` [RFC PATCH v1.3 1/7] mm/damon/core: remove comment and test for nr_to_bp() divide-by-zero
` [RFC PATCH v1.3 2/7] mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
` [RFC PATCH v1.3 3/7] mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
` [RFC PATCH v1.3 4/7] mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
` [RFC PATCH v1.3 5/7] mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
` [RFC PATCH v1.3 6/7] mm/damon/core: update probe hits for new parameter commit
` [RFC PATCH v1.3 7/7] mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()

[PATCH] mm/migrate_device: avoid overflowing migrate_vma collection arrays
 2026-07-08  2:45 UTC  (2+ messages)

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-07-08  2:36 UTC  (9+ messages)
` [PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it

[RFC PATCH v1.2 0/7] mm/damon: update probe hits for runtime parameter commits
 2026-07-08  2:32 UTC  (9+ messages)
` [RFC PATCH v1.2 1/7] mm/damon/core: remove comment and test for nr_to_bp() divide-by-zero
` [RFC PATCH v1.2 2/7] mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
` [RFC PATCH v1.2 3/7] mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
` [RFC PATCH v1.2 4/7] mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
` [RFC PATCH v1.2 5/7] mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
` [RFC PATCH v1.2 6/7] mm/damon/core: update probe hits for new parameter commit
` [RFC PATCH v1.2 7/7] mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()

[PATCH v10] mm: fix ASSERT_EXCLUSIVE_BITS by passing memdesc_flags_t by pointer
 2026-07-08  2:15 UTC 

[PATCH v2] mm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTE
 2026-07-08  1:53 UTC  (3+ messages)

[PATCH] mm/util: don't read __page_2 for order-1 folios in snapshot_page()
 2026-07-08  1:52 UTC 

[linux-next:master] BUILD REGRESSION 5c73cd9f0819c1c44e373e3dabb68318b1de1a12
 2026-07-08  1:52 UTC 

[PATCH v1 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-07-08  1:22 UTC  (2+ messages)

[PATCH] mm/hugetlb: fix missing migratable flag on same-node hugetlb migration
 2026-07-08  1:14 UTC  (3+ messages)

[PATCH 1/2] mm: nommu: fix the error path when vma_iter_prealloc() fails
 2026-07-08  1:13 UTC  (4+ messages)
` [PATCH 2/2] mm: nommu: fix error handling on vma_iter_prealloc() failure

[PATCH v8 0/3] mm: clean up folio LRU and swap declarations
 2026-07-08  0:58 UTC  (4+ messages)
` [PATCH v8 1/3] mm/swap: colocate page-cluster sysctl with swap readahead

[PATCH v2] mm/gup: fix GUP-fast fallback for NULL-mapping order-0 folios
 2026-07-08  0:57 UTC 

[PATCH 0/3] selftests/bpf: compare BPF and memory.stat memcg stat readers
 2026-07-08  0:33 UTC  (8+ messages)

[RFC PATCH 0/4] kho: Support preserving unsplit high-order pages
 2026-07-08  0:23 UTC  (4+ messages)
` [RFC PATCH 4/4] kho: Introduce kho_split_preserved_pages() helper

[PATCH v2 0/6] Remove __folio_index again
 2026-07-08  0:08 UTC  (4+ messages)
` [PATCH v2 2/6] ntfs: Remove use of __folio_index in handle_bounds_compressed_page()

kernel NULL pointer dereference in drain_obj_stock during ext4 e4defrag
 2026-07-07 23:51 UTC 

[PATCH 0/3] mm: handle device-private PMDs in walk callbacks
 2026-07-07 23:49 UTC  (13+ messages)
` [PATCH 1/3] mm/mempolicy: skip device-private PMDs when queueing folios
` [PATCH 2/3] mm/madvise: skip device-private PMDs in cold and pageout walks
` [PATCH 3/3] mm/huge_memory: skip device-private PMDs in madvise_free_huge_pmd

[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
 2026-07-07 22:44 UTC  (7+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection

[RFC PATCH 00/10] mm/swap: ghost swapfile with backend switching via Redirect entries
 2026-07-07 22:36 UTC  (5+ messages)
` [RFC PATCH 09/10] mm/swapfile: implement swap_ghost_extend_max() for dynamic growth

[RFC PATCH 0/7] mm: store zswap entries in swap table (Pointer entry)
 2026-07-07 22:17 UTC  (5+ messages)
` [syzbot ci] "

cgroup/test_zswap failed with "zswpout does not increase after test program"
 2026-07-07 21:49 UTC  (6+ messages)

[PATCH] selftests/mm/mseal_test: Fix mmap return value check in test_seal_zero_address
 2026-07-07 21:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH RESEND v3] selftests: mincore: fix the readahead check on large base page sizes
 2026-07-07 21:23 UTC  (3+ messages)

[PATCH] mm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTE
 2026-07-07 20:54 UTC  (5+ messages)

[PATCH 0/2] mm: memory-failure: fix HWPoison flag race with non-atomic page flag ops
 2026-07-07 20:27 UTC  (11+ messages)

[PATCH v5 0/7] seccomp: non-cooperative pinned-memfd argument redirect
 2026-07-07 20:20 UTC  (2+ messages)

[PATCH v3 2/4] mm: drop stale folio_ref_count()==1 check in do_swap_page reuse logic
 2026-07-07 20:18 UTC  (2+ messages)

[PATCH v21 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-07-07 19:55 UTC  (5+ messages)
` [PATCH v21 1/2] ACPI:RAS2: Add driver for the "

[PATCH v7 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-07 19:47 UTC  (9+ messages)
` [PATCH v7 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v7 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v7 3/8] selftests/mm: add HMM tests for mmap lock-dropping faults
` [PATCH v7 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v7 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v7 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v7 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v7 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults

[RFC PATCH 0/6] mm/hugetlb: Dynamic, NUMA-aware HugePage Cache & Free Page Reporting
 2026-07-07 19:46 UTC  (9+ messages)

[PATCH RFC POC 0/4] binfmt_misc: bpf-backed binary type handlers
 2026-07-07 19:36 UTC  (5+ messages)
` [PATCH RFC POC 1/4] exec: stash a bpf-selected interpreter in struct linux_binprm
` [PATCH RFC POC 2/4] binfmt_misc: add binfmt_misc_ops bpf struct_ops
` [PATCH RFC POC 3/4] binfmt_misc: wire up bpf-backed 'B' entries
` [PATCH RFC POC 4/4] bpf: allow fs kfuncs for binfmt_misc_ops programs

[PATCH 1/2] mm/hugetlb: Prefer mempolicy nodes for calcuating surplus hugepage reservation
 2026-07-07 19:33 UTC  (2+ messages)

[PATCH] mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork()
 2026-07-07 19:25 UTC  (4+ messages)

[PATCH] mm: nommu: point to the write iterator upon split_vma
 2026-07-07 19:15 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox