public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-16 13:09:32 to 2026-03-17 04:45:16 UTC [more...]

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-03-17  4:44 UTC  (2+ messages)

[PATCH v2] mm/mempolicy: track page allocations per mempolicy
 2026-03-17  4:37 UTC  (9+ messages)

[RFC PATCH 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status
 2026-03-17  4:34 UTC  (2+ messages)

[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-17  4:33 UTC  (22+ messages)
` [PATCH v2 01/16] mm: various small mmap_prepare cleanups
` [PATCH v2 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v2 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v2 04/16] mm: add vm_ops->mapped hook
` [PATCH v2 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v2 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v2 07/16] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 08/16] hpet: "
` [PATCH v2 09/16] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v2 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 11/16] staging: vme_user: "
` [PATCH v2 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v2 13/16] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 14/16] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v2 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v2 16/16] mm: on remap assert that input range within the proposed VMA

[RFC PATCH 02/10] mm/damon/sysfs: add pause file under context dir
 2026-03-17  4:26 UTC  (2+ messages)

[RFC PATCH 01/10] mm/damon/core: introduce damon_ctx->paused
 2026-03-17  4:20 UTC  (2+ messages)

[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
 2026-03-17  3:49 UTC  (10+ messages)
` [PATCH v5 09/15] arch/powerpc: don't initialize kasan if it's disabled
` [PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt

[PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
 2026-03-17  3:41 UTC  (6+ messages)

[PATCH] zram: change scan_slots to return void
 2026-03-17  3:23 UTC 

[PATCH 0/6] liveupdate: Fix module unloading and unregister API
 2026-03-17  2:50 UTC  (7+ messages)
` [PATCH 1/6] liveupdate: Protect file handler list with rwsem
` [PATCH 2/6] liveupdate: Protect FLB lists "
` [PATCH 3/6] liveupdate: Defer file handler module refcounting to active sessions
` [PATCH 4/6] liveupdate: Defer FLB "
` [PATCH 5/6] liveupdate: Make unregister functions return void
` [PATCH 6/6] liveupdate: Remove luo_session_quiesce()

[RFC] liveupdate: prevent double preservation
 2026-03-17  2:38 UTC 

[PATCH mm-new v8 0/4] Improve khugepaged scan logic
 2026-03-17  2:16 UTC  (8+ messages)
` [PATCH mm-new v8 4/4] mm: khugepaged: skip lazy-free folios

[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2026-03-17  2:06 UTC  (5+ messages)

[PATCH v2 0/2] zswap pool per-CPU acomp_ctx simplifications
 2026-03-17  1:48 UTC  (3+ messages)
` [PATCH v2 1/2] mm: zswap: Remove redundant checks in zswap_cpu_comp_dead()
` [PATCH v2 2/2] mm: zswap: Tie per-CPU acomp_ctx lifetime to the pool

[PATCH v6 00/13] Remove device private pages from physical address space
 2026-03-17  1:47 UTC  (3+ messages)

[RFC PATCH] mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
 2026-03-17  1:16 UTC  (8+ messages)

[PATCH mm-hotfixes] mm/zswap: add missing kunmap_local()
 2026-03-17  0:38 UTC  (5+ messages)

[RFC PATCH v2 1/1] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
 2026-03-17  0:32 UTC  (2+ messages)

[PATCH v3] mm/damon/stat: monitor all System RAM resources
 2026-03-16 23:51 UTC 

[PATCH 04/15] mm: add vm_ops->mapped hook
 2026-03-16 23:39 UTC  (6+ messages)

[PATCH v6 0/4] mm: thp: reduce unnecessary start_stop_khugepaged() calls
 2026-03-16 23:26 UTC  (5+ messages)
` [PATCH v6 3/4] mm: huge_memory: refactor enabled_store() with change_enabled()

[LSF/MM/BPF TOPIC] Memory fragmentation with large block sizes
 2026-03-16 23:26 UTC  (3+ messages)

[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-16 23:23 UTC  (18+ messages)
` [PATCH v2 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v2 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v2 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v2 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v2 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v2 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v2 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v2 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v2 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v2 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v2 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v2 23/23] mm/vma: convert __mmap_region() "

[PATCH 00/15] mm: expand mmap_prepare functionality and usage
 2026-03-16 22:59 UTC  (21+ messages)
` [PATCH 01/15] mm: various small mmap_prepare cleanups
` [PATCH 02/15] mm: add documentation for the mmap_prepare file operation callback
` [PATCH 03/15] mm: document vm_operations_struct->open the same as close()
` [PATCH 15/15] mm: add mmap_action_map_kernel_pages[_full]()

[PATCH v4] mm: introduce a new page type for page pool in page type
 2026-03-16 22:31 UTC  (4+ messages)
    ` [PATCH v5] "

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-16 22:30 UTC  (25+ messages)
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across Live Update
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after "
` [PATCH v2 11/22] docs: liveupdate: Document VFIO device file preservation
` [PATCH v2 16/22] vfio: selftests: Add vfio_pci_liveupdate_uapi_test

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-16 22:10 UTC  (5+ messages)
` [PATCH 46/61] vfio: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 50/61] iommu: "

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-16 21:34 UTC  (6+ messages)
` [PATCH v2 3/3] build: rust: provide an option to inline C helpers into Rust

mm.git review status at 7.0-rc4
 2026-03-16 21:26 UTC 

[PATCH v4 0/3] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-03-16 21:23 UTC  (4+ messages)
` [PATCH v4 2/3] "

[PATCH] mm: remove '!root_reclaim' checking in should_abort_scan()
 2026-03-16 21:09 UTC  (3+ messages)

[PATCH v3 0/8] RDMA: Enable operation with DMA debug enabled
 2026-03-16 20:39 UTC  (11+ messages)
` [PATCH v3 1/8] dma-debug: Allow multiple invocations of overlapping entries
` [PATCH v3 2/8] dma-mapping: handle DMA_ATTR_CPU_CACHE_CLEAN in trace output
` [PATCH v3 3/8] dma-mapping: Clarify valid conditions for CPU cache line overlap
` [PATCH v3 4/8] dma-mapping: Introduce DMA require coherency attribute
` [PATCH v3 5/8] dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is set
` [PATCH v3 6/8] iommu/dma: add support for DMA_ATTR_REQUIRE_COHERENT attribute
` [PATCH v3 7/8] RDMA/umem: Tell DMA mapping that UMEM requires coherency
` [PATCH v3 8/8] mm/hmm: Indicate that HMM requires DMA coherency

[PATCH] selftests/mm: add THP sysfs interface test
 2026-03-16 19:53 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-16 19:45 UTC  (4+ messages)

[PATCH v2] mm/damon/stat: monitor all System RAM resources
 2026-03-16 19:34 UTC  (3+ messages)

[PATCH 0/2] zswap pool per-CPU acomp_ctx simplifications
 2026-03-16 19:32 UTC  (15+ messages)
` [PATCH 1/2] mm: zswap: Tie per-CPU acomp_ctx lifetime to the pool

[GIT PULL] hotfixes for 7.0-rc5
 2026-03-16 19:17 UTC 

[PATCH 1/2] exec: Add KUnit test for bprm_stack_limits()
 2026-03-16 19:16 UTC  (2+ messages)

[PATCH mm-unstable v3 0/5] mm: khugepaged cleanups and mTHP prerequisites
 2026-03-16 18:54 UTC  (7+ messages)
` [PATCH mm-unstable v3 1/5] mm: consolidate anonymous folio PTE mapping into helpers
` [PATCH mm-unstable v3 3/5] mm/khugepaged: define KHUGEPAGED_MAX_PTES_LIMIT as HPAGE_PMD_NR - 1
` [PATCH mm-unstable v3 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()

[PATCH] Docs: mmap_prepare: don't italicize structs
 2026-03-16 18:45 UTC  (3+ messages)

[PATCH v2 00/25] Introduce meminspect
 2026-03-16 18:16 UTC  (3+ messages)

[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
 2026-03-16 17:40 UTC  (8+ messages)

[PATCH] userfaultfd: fix lock leak in mfill_get_vma()
 2026-03-16 17:38 UTC 

[PATCHv7 RESEND 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-03-16 17:01 UTC  (13+ messages)
` [PATCHv7 05/18] riscv/mm: Align vmemmap to maximal folio size
` [PATCHv7 06/18] LoongArch/mm: "
` [PATCHv7 08/18] mm/sparse: Check memmap alignment for compound_info_has_mask()
` [PATCHv7 09/18] mm/hugetlb: Defer vmemmap population for bootmem hugepages
` [PATCHv7 11/18] x86/vdso: Undefine CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP for vdso32
` [PATCHv7 12/18] mm/hugetlb: Remove fake head pages

[PATCH v3] iomap: add allocation cache for iomap_dio
 2026-03-16 16:54 UTC  (3+ messages)

[RFC PATCH v3 0/2] Fix storing in XArray check_split tests
 2026-03-16 16:49 UTC  (3+ messages)

[PATCH v7 0/3] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
 2026-03-16 16:46 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/3] tracing: Add __event_in_*irq() helpers
  ` [PATCH v8 2/3] mm: vmscan: add cgroup IDs to vmscan tracepoints
  ` [PATCH v8 3/3] mm: vmscan: add PIDs "

[PATCH v2 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-16 16:22 UTC  (10+ messages)
` [PATCH v2 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v2 2/3] vmalloc: Optimize vfree
` [PATCH v2 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()

[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
 2026-03-16 16:06 UTC  (4+ messages)

[PATCH RFC 00/19] mm: Add __GFP_UNMAPPED
 2026-03-16 16:01 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Discussion: Targeted memory allocation via debugfs
 2026-03-16 15:52 UTC  (2+ messages)

[PATCH v2 2/2] locking: Add contended_release tracepoint
 2026-03-16 15:32 UTC  (3+ messages)

[PATCH v4 0/6] drm/gem-shmem: Track page accessed/dirty status
 2026-03-16 15:30 UTC  (15+ messages)
` [PATCH v4 5/6] drm/gem-shmem: Track folio accessed/dirty status in mmap

[PATCH v3] kernel/fork: validate exit_signal in kernel_clone()
 2026-03-16 15:19 UTC 

[PATCH v1 1/1] Docs/mm/damon: Document DAMON actions when TRANSPARENT_HUGEPAGE is off
 2026-03-16 15:13 UTC  (4+ messages)

[PATCH] Docs/mm: document the OOM killer
 2026-03-16 15:06 UTC  (6+ messages)

[syzbot] [mm?] KMSAN: uninit-value in copy_from_kernel_nofault
 2026-03-16 14:36 UTC  (4+ messages)

[PATCH v17 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-03-16 14:27 UTC  (4+ messages)
` [PATCH v17 1/2] ACPI:RAS2: Add driver for the "

[PATCH v6 0/5] support batch checking of references and unmapping for large folios
 2026-03-16 14:15 UTC  (9+ messages)
` [PATCH v6 1/5] mm: rmap: support batched checks of the references "

[PATCH v2 0/5] selftests/mm: skip several tests when thp is not available
 2026-03-16 14:11 UTC  (5+ messages)
` [PATCH v2 4/5] selftests/mm: split_huge_page_test: skip the test "
` [PATCH v2 5/5] selftests/mm: transhuge_stress: skip the test when thp "

[RFC PATCH] mm/mempolicy: NUMA mempolicy mismatch during remote access
 2026-03-16 14:07 UTC  (2+ messages)

[syzbot] [mm?] kernel BUG in __kmap_local_pfn_prot
 2026-03-16 14:07 UTC  (3+ messages)

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-03-16 14:05 UTC  (6+ messages)
` [PATCH 15/79] block: rnull: add `use_per_node_hctx` config option

[PATCH 0/3] slab: support memoryless nodes with sheaves
 2026-03-16 13:33 UTC  (7+ messages)
` [PATCH 1/3] slab: decouple pointer to barn from kmem_cache_node


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