Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-03 06:48:56 to 2026-06-03 19:54:41 UTC [more...]

mm/memory-failure tracepoint change breaks userspace rasdaemon
 2026-06-03 19:54 UTC  (10+ messages)

[PATCH v2 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-03 19:53 UTC  (8+ messages)
` [PATCH v2 1/6] alloc_tag: add ioctl to /proc/allocinfo

[PATCH 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-03 19:43 UTC  (8+ messages)
` [PATCH 1/6] alloc_tag: add ioctl to /proc/allocinfo

[RFC PATCH 0/5] mm, swap: Virtual Swap Space (Swap Table Edition)
 2026-06-03 19:35 UTC  (8+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-03 19:24 UTC  (14+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-03 19:22 UTC  (14+ messages)

[PATCH] alloc_tag: fix use-after-free in /proc/allocinfo after module unload
 2026-06-03 18:59 UTC  (2+ messages)

[PATCH v3 0/4] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-03 18:54 UTC  (27+ messages)
` [PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
` [PATCH v3 2/4] mm/zswap: Implement proactive writeback
` [PATCH v3 3/4] mm/zswap: Add per-memcg stat for "

[PATCH] mm/mincore: handle non-swap entries before !CONFIG_SWAP guard
 2026-06-03 18:23 UTC  (8+ messages)

[PATCH v7 00/13] liveupdate: Remove limits on sessions and files
 2026-06-03 18:16 UTC  (15+ messages)
` [PATCH v7 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v7 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v7 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v7 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v7 05/13] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v7 06/13] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v7 07/13] kho: add support for linked-block serialization
` [PATCH v7 08/13] liveupdate: defer session block allocation and physical address setting
` [PATCH v7 09/13] liveupdate: Remove limit on the number of sessions
` [PATCH v7 10/13] liveupdate: Remove limit on the number of files per session
` [PATCH v7 11/13] selftests/liveupdate: Test session and file limit removal
` [PATCH v7 12/13] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v7 13/13] selftests/liveupdate: Add stress-files "

[PATCH v7 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-06-03 18:03 UTC  (7+ messages)
` [PATCH v7 11/15] powerpc/code-patching: Avoid r/w mapping of the zero page

[PATCH v5 14/14] mm: thp: always enable mTHP support
 2026-06-03 17:40 UTC  (6+ messages)

[RFC PATCH 00/20] mshv: enable kexec with Hyper-V donated pages and partitions
 2026-06-03 17:25 UTC  (5+ messages)

[linux-next:master 9857/10263] include/linux/property.h:226:undefined reference to `devm_clk_hw_register'
 2026-06-03 16:58 UTC 

[PATCH v5] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
 2026-06-03 16:54 UTC  (4+ messages)

[PATCH v3 0/3] remove mmap_action success, error hooks
 2026-06-03 16:25 UTC  (3+ messages)
` [PATCH v3 1/3] drivers/char/mem: eliminate unnecessary use of success_hook

improve the kmem_cache_alloc_bulk API v2
 2026-06-03 16:22 UTC  (13+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk

[RFC PATCH 0/2] restore large page mappings in direct map for secretmem
 2026-06-03 15:48 UTC  (8+ messages)
` [RFC PATCH 1/2] mm/secretmem: try to restore large page mappings in direct map
` [RFC PATCH 2/2] x86/mm: restore large page mappings for secretmem

[PATCH v3 0/3] mm: clean up folio LRU and swap declarations
 2026-06-03 15:39 UTC  (10+ messages)
` [PATCH v3 2/3] mm: move folio LRU code out of swap

[PATCH v2 00/10] sh: remove NUMA and SPARSEMEM support
 2026-06-03 15:32 UTC  (3+ messages)

[PATCH v6 00/13] liveupdate: Remove limits on sessions and files
 2026-06-03 15:18 UTC  (18+ messages)
` [PATCH v6 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v6 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v6 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v6 07/13] kho: add support for linked-block serialization

[PATCH v3 00/19] mm: Refactor bootmem gigantic hugepage allocation
 2026-06-03 14:36 UTC  (3+ messages)
` [PATCH v3 03/19] powerpc/mm: Fix wrong addr_pfn tracking in compound vmemmap population

[PATCH v4 0/3] mm: clean up folio LRU and swap declarations
 2026-06-03 15:00 UTC  (9+ messages)
` [PATCH v4 1/3] mm/swap: colocate page-cluster sysctl with swap readahead
` [PATCH v4 2/3] mm: rename swap.c to folio_lru.c
` [PATCH v4 3/3] mm: move reclaim-internal declarations out of swap.h

[PATCH] selftest: Fix UB of getline due to missing var init
 2026-06-03 14:57 UTC  (5+ messages)
` [PATCH v2 1/2] selftests/clone3: Fix wild pointer access of getline due to missing init
  ` [PATCH v2 2/2] selftests/mm: Fix potential "
    ` Re: [PATCH v2 1/2] selftests/clone3: Fix "

[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
 2026-06-03 14:26 UTC  (7+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-06-03 14:21 UTC  (28+ messages)
` [PATCH 06/79] block: rust: add `Request` private data support
` [PATCH 09/79] block: rust: introduce `kernel::block::bio` module
` [PATCH 10/79] block: rust: add `command` getter to `Request`
` [PATCH 14/79] block: rnull: add submit queue count config option
` [PATCH 15/79] block: rnull: add `use_per_node_hctx` "
` [PATCH 24/79] block: rust: add `BadBlocks` for bad block tracking
` [PATCH 26/79] block: rnull: add badblocks support
` [PATCH 28/79] block: rnull: add partial I/O support for bad blocks

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-03 13:54 UTC  (9+ messages)
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages

[PATCH v5 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
 2026-06-03 13:54 UTC  (4+ messages)
` [PATCH v5 1/2] "

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-06-03 13:50 UTC  (3+ messages)
` [PATCH 10/17] jbd2: replace __get_free_pages() "

[PATCH v7 0/3] mm: improve write performance with RWF_DONTCACHE
 2026-06-03 13:42 UTC  (6+ messages)
` [PATCH v7 3/3] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking

[PATCH] mm/slub: preserve original size in _kmalloc_nolock_noprof retry path
 2026-06-03 13:10 UTC 

[PATCH v6.1 07/13] kho: add support for linked-block serialization
 2026-06-03 13:06 UTC 

mm/slub: preserve original size in _kmalloc_nolock_noprof retry path
 2026-06-03 13:05 UTC 

[PATCH v3 0/6] vdso/datastore: Allow prefaulting by mlockall()
 2026-06-03 12:57 UTC  (6+ messages)

[PATCH v6 00/15] userfaultfd: working set tracking for VM guest memory
 2026-06-03 12:57 UTC  (7+ messages)
` [PATCH v6 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v6 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v6 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP

[RFC PATCH 0/2] mm: memfd with write notifications
 2026-06-03 12:55 UTC  (3+ messages)
` [RFC PATCH 1/2] mm: `memfd_tripwire` proof-of-concept
` [RFC PATCH 2/2] selftests: `memfd_tripwire` selftest

[PATCH v3 15/19] mm/hugetlb_vmemmap: Move bootmem HVO setup to early init
 2026-06-03 12:35 UTC  (4+ messages)

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-06-03 12:27 UTC  (14+ messages)
` [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce "

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-06-03 11:53 UTC  (6+ messages)

[PATCH v5 0/9] mm: switch THP shrinker to list_lru
 2026-06-03 11:53 UTC  (4+ messages)

[PATCH v6 0/2] mm: improve large folio readahead for exec memory
 2026-06-03 11:51 UTC  (10+ messages)
` [PATCH v6 2/2] mm: use mapping_max_folio_order() for force_thp_readahead order

Process (was Re: [PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP) collapse support
 2026-06-03 10:51 UTC  (15+ messages)

[PATCH v4 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-06-03 10:01 UTC  (5+ messages)
` [PATCH v4 1/5] selftests/mm: make file helpers return errors
` [PATCH v4 3/5] tools/lib/mm: move hugepage_settings out of selftests

[PATCH 1/3] ntfs: Correct use of folios in handle_bounds_compressed_page()
 2026-06-03  9:48 UTC  (2+ messages)

[PATCH] mm: simplify the mempool_alloc_bulk API
 2026-06-03  9:41 UTC  (2+ messages)

[PATCH 0/6] userfaultfd/pagemap: pre-existing fixes
 2026-06-03  9:21 UTC  (8+ messages)
` [PATCH 6/6] userfaultfd: build __VMA_UFFD_FLAGS from config-gated masks

[PATCH v2 0/3] selftests/damon: misc fixes for test bugs
 2026-06-03  9:15 UTC  (2+ messages)

[PATCH] mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAX
 2026-06-03  8:20 UTC  (9+ messages)

[PATCH v4 0/8] mm: speed up ZONE_DEVICE memmap initialization
 2026-06-03  8:01 UTC  (9+ messages)
` [PATCH v4 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v4 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v4 3/8] mm: add a set_page_section_from_pfn() helper
` [PATCH v4 4/8] mm: add a template-based fast path for zone-device page init
` [PATCH v4 5/8] mm: extend the template fast path to zone-device compound tails
` [PATCH v4 6/8] string: introduce memcpy_streaming() helpers
` [PATCH v4 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v4 8/8] mm: use memcpy_streaming() in zone-device template copies

[PATCH 1/1] mm/thp: clear deferred split shrinker bits when queues drain
 2026-06-03  8:02 UTC  (4+ messages)

[PATCH v2 0/3] simple xattr improvements
 2026-06-03  7:21 UTC  (2+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-06-03  7:07 UTC  (10+ messages)

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-06-03  7:02 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