linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-26 18:10:34 to 2025-08-27 15:47:45 UTC [more...]

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-08-27 15:47 UTC  (13+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "
` [PATCH v6 mm-new 02/10] mm: thp: add a new kfunc bpf_mm_get_mem_cgroup()
` [PATCH v6 mm-new 04/10] bpf: mark vma->vm_mm as trusted
` [PATCH v6 mm-new 10/10] MAINTAINERS: add entry for BPF-based THP adjustment

[PATCH 1/2] huge_mm.h: is_huge_zero_folio(NULL) should return false
 2025-08-27 15:38 UTC  (18+ messages)
` [PATCH 2/2] mm/swap: add BUG_ON(folio==NULL) to folios_put_refs()
              ` [PATCH v2] huge_mm.h: disallow is_huge_zero_folio(NULL)

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-27 15:34 UTC  (18+ messages)
` [PATCH v3 17/30] liveupdate: luo_files: luo_ioctl: Unregister all FDs on device close
` [PATCH v3 19/30] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v3 29/30] luo: allow preserving memfd

[PATCH] mm/page_alloc: Harmonize should_compact_retry() type
 2025-08-27 15:30 UTC  (5+ messages)

[PATCH 0/3] tools: testing: Use existing atomic.h for vma/radix-tree tests
 2025-08-27 15:19 UTC  (9+ messages)
` [PATCH 1/3] tools: testing: Allow importing arch headers in shared.mk
` [PATCH 2/3] tools: testing: Use existing atomic.h for vma/radix-tree tests
` [PATCH 3/3] tools: testing: Support EXTRA_CFLAGS in shared.mk

[PATCH 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2025-08-27 14:47 UTC  (3+ messages)
` [PATCH 1/2] selftests: Centralize include path for kselftest.h and kselftest_harness.h
` [PATCH 2/2] selftests: Replace relative includes with non-relative "

[Patch v2 0/2] mm/pageblock: improve readability of some pageblock handling
 2025-08-27 14:43 UTC  (12+ messages)
` [Patch v2 1/2] mm/page_alloc: use xxx_pageblock_isolate() for better reading
` [Patch v2 2/2] mm/pageblock-flags: remove PB_migratetype_bits/PB_migrate_end
` [syzbot ci] Re: mm/pageblock: improve readability of some pageblock handling

[PATCH 0/9] mm, swap: introduce swap table as swap cache (phase I)
 2025-08-27 14:35 UTC  (15+ messages)
` [PATCH 1/9] mm, swap: use unified helper for swap cache look up
` [PATCH 2/9] mm, swap: always lock and check the swap cache folio before use
` [PATCH 4/9] mm, swap: tidy up swap device and cluster info helpers

[PATCH v4 0/2] rust: zpool: add abstraction for zpool drivers
 2025-08-27 14:24 UTC  (10+ messages)
` [PATCH v4 2/2] "

[RFC][PATCH v2 00/29] introduce kmemdump
 2025-08-27 14:08 UTC  (21+ messages)
` [RFC][PATCH v2 22/29] mm/numa: Register information into Kmemdump

[PATCH v2 0/7] Cleanup free_pages() misuse
 2025-08-27 14:08 UTC  (11+ messages)
` [PATCH v2 1/7] mm/page_alloc: Add kernel-docs for free_pages()
` [PATCH v2 2/7] aoe: Stop calling page_address() in free_page()
` [PATCH v2 3/7] x86: Stop calling page_address() in free_pages()
` [PATCH v2 4/7] riscv: "
` [PATCH v2 5/7] powerpc: "
` [PATCH v2 6/7] arm64: "
` [PATCH v2 7/7] virtio_balloon: "

[PATCH v3 00/11] mm: vm_normal_page*() improvements
 2025-08-27 13:57 UTC  (4+ messages)
` [PATCH v3 06/11] powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pglevel"

[syzbot] [fs?] [mm?] linux-next test error: WARNING in __folio_start_writeback
 2025-08-27 13:45 UTC  (2+ messages)

[PATCH] memfd,selinux: call security_inode_init_security_anon
 2025-08-27 13:23 UTC  (2+ messages)

Re: [PATCH] mm/hugetlb: two-phase hugepage allocation when reservation is high
 2025-08-27 12:37 UTC  (2+ messages)
`  "

[PATCH v5 0/2] Do not delay oom reaper when the victim is frozen
 2025-08-27 12:14 UTC  (13+ messages)
` [PATCH v5 1/2] mm/oom_kill: "
` [PATCH v5 2/2] mm/oom_kill: Have the OOM reaper and exit_mmap() traverse the maple tree in opposite order

[PATCH 0/2] mm/damon: void divide-by-zero in DAMON module's parameters application
 2025-08-27 11:58 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()
` [PATCH 2/2] mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()

Re: [PATCH] mm/hugetlb: two-phase hugepage allocation when reservation is high
 2025-08-27 11:51 UTC  (2+ messages)
`  "

[PATCH 0/2] Fix va_high_addr_switch.sh test failure
 2025-08-27 11:41 UTC  (4+ messages)
` [PATCH 1/2] selftests/mm: fix hugepages cleanup too early
  ` [PATCH 2/2] selftests/mm: fix va_high_addr_switch.sh failure on x86_64

[RFC PATCH] mm/slab: save memory by allocating slabobj_ext array from leftover
 2025-08-27 11:40 UTC  (7+ messages)

[RFC V2 PATCH 0/5] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
 2025-08-27 11:37 UTC  (6+ messages)
` [RFC V2 PATCH 1/5] mm/slab: ensure all metadata in slab object is word-aligned
` [RFC V2 PATCH 2/5] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [RFC V2 PATCH 3/5] mm/slab: use stride to access slabobj_ext
` [RFC V2 PATCH 4/5] mm/slab: save memory by allocating slabobj_ext array from leftover
` [RFC V2 PATCH 5/5] mm/slab: place slabobj_ext metadata in unused space within s->size

[PATCH v2 03/11] mm/damon/paddr: support addr_unit for DAMOS_PAGEOUT
 2025-08-27 11:37 UTC  (5+ messages)

[Patch v3 0/2] mm/pageblock: improve readability of some pageblock handling
 2025-08-27 11:30 UTC  (4+ messages)
` [Patch v3 1/2] mm/page_alloc: use xxx_pageblock_isolate() for better reading
` [Patch v3 2/2] mm/pageblock-flags: remove PB_migratetype_bits/PB_migrate_end

[v3 00/11] mm: support device-private THP
 2025-08-27 11:28 UTC  (5+ messages)
` [v3 02/11] mm/thp: zone_device awareness in THP handling code

[PATCH V1 1/2] docs/mm: explain when and why rmap locks need to be taken during mremap()
 2025-08-27 11:16 UTC  (11+ messages)
` [PATCH V1 2/2] mm: document when rmap locks can be skipped when setting need_rmap_locks

[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-27 10:21 UTC  (7+ messages)

[PATCH v2 0/2] mm/slub: Fix debugfs stack trace sorting and simplify sort call
 2025-08-27  9:55 UTC  (2+ messages)

[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] mm: make folio page count functions return unsigned
 2025-08-27  9:14 UTC  (7+ messages)

[PATCH v3] mm: slub: avoid wake up kswapd in set_track_prepare
 2025-08-27  8:44 UTC  (8+ messages)
      `  "

[PATCH RFC] slab: support for compiler-assisted type-based slab cache partitioning
 2025-08-27  8:34 UTC  (4+ messages)

[PATCH v6 00/10] SLUB percpu sheaves
 2025-08-27  8:26 UTC  (11+ messages)
` [PATCH v6 01/10] slab: simplify init_kmem_cache_nodes() error handling
` [PATCH v6 02/10] slab: add opt-in caching layer of percpu sheaves
` [PATCH v6 03/10] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH v6 04/10] slab: sheaf prefilling for guaranteed allocations
` [PATCH v6 05/10] slab: determine barn status racily outside of lock
` [PATCH v6 06/10] slab: skip percpu sheaves for remote object freeing
` [PATCH v6 07/10] slab: allow NUMA restricted allocations to use percpu sheaves
` [PATCH v6 08/10] mm, vma: use percpu sheaves for vm_area_struct cache
` [PATCH v6 09/10] tools/testing: Add testing support for slab caches with sheaves
` [PATCH v6 10/10] maple_tree: use percpu sheaves for maple_node_cache

[PATCH] mm/memory-failure: Do not call action_result() on already poisoned pages
 2025-08-27  8:06 UTC  (12+ messages)

[PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping
 2025-08-27  8:04 UTC  (2+ messages)

[PATCH v2 2/4] rseq: Run the mm_cid_compaction from rseq_handle_notify_resume()
 2025-08-27  6:55 UTC  (5+ messages)
` [PATCH v2 3/4] sched: Compact RSEQ concurrency IDs in batches

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-27  6:32 UTC  (13+ messages)
` [PATCH v5 01/19] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v5 10/19] x86: LAM compatible non-canonical definition
` [PATCH v5 14/19] arm64: Unify software tag-based KASAN inline recovery path

[PATCH] mm: fix KASAN build error due to p*d_populate_kernel()
 2025-08-27  6:30 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] kho: make sure kho_scratch argument is fully consumed
 2025-08-27  5:47 UTC  (2+ messages)

[PATCH v3 0/6] slab: Re-entrant kmalloc_nolock()
 2025-08-27  5:13 UTC  (5+ messages)
` [PATCH v3 5/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[RFC 0/1] Try to add memory allocation info for cgroup oom kill
 2025-08-27  4:47 UTC  (8+ messages)

[rppt-memblock:fixes] BUILD SUCCESS b3dcc9d1d806fb1e175f85978713eef868531da4
 2025-08-27  3:35 UTC 

[PATCH] Revert "hugetlb: make hugetlb depends on SYSFS or SYSCTL"
 2025-08-27  3:35 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION d0630b758e593506126e8eda6c3d56097d1847c5
 2025-08-27  2:38 UTC 

[PATCH v5 00/14] SLUB percpu sheaves
 2025-08-27  2:07 UTC  (13+ messages)
` [PATCH v5 05/14] tools: Add testing support for changes to rcu and slab for sheaves
` [PATCH v5 12/14] maple_tree: Sheaf conversion
` [PATCH v5 13/14] maple_tree: Add single node allocation support to maple state

[LSF/MM/BPF TOPIC] Guaranteed CMA
 2025-08-27  0:17 UTC  (9+ messages)

[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
 2025-08-27  0:06 UTC  (8+ messages)
` [PATCH v11 22/24] mm: zswap: Allocate pool batching resources if the compressor supports batching

[PATCH v5] mm: Fix possible deadlock in kmemleak
 2025-08-26 23:23 UTC  (3+ messages)

[DISCUSSION] Unconditionally lock folios when calling rmap_walk()
 2025-08-26 22:23 UTC  (3+ messages)

[PATCH v2 0/3] zram: support asynchronous writeback
 2025-08-26 22:07 UTC  (3+ messages)
` [PATCH v2 1/3] zram: refactor writeback helpers

[PATCH 0/7] Cleanup free_pages() misuse
 2025-08-26 20:12 UTC  (11+ messages)
` [PATCH 1/7] mm/page_alloc: Add kernel-docs for free_pages()
` [PATCH 2/7] aoe: Stop calling page_address() in free_page()
` [PATCH 3/7] x86: Stop calling page_address() in free_pages()
` [PATCH 4/7] riscv: "
` [PATCH 5/7] powerpc: "
` [PATCH 6/7] arm64: "
` [PATCH 7/7] virtio_balloon: "

[PATCH v1 00/14] mm: BPF OOM
 2025-08-26 19:52 UTC  (8+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling

[PATCH] tools/testing/vma: Clean up stubs in vma_internal.h
 2025-08-26 19:45 UTC  (2+ messages)

[RFC PATCH v5 00/18] pkeys-based page table hardening
 2025-08-26 19:18 UTC  (4+ messages)


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