messages from 2026-05-13 08:26:25 to 2026-05-13 13:03:04 UTC [more...]
[PATCH v4] mm: introduce a new page type for page pool in page type
2026-05-13 13:02 UTC (13+ messages)
[PATCH] mm, swap: avoid leaving unused extend table after alloc race
2026-05-13 12:49 UTC (2+ messages)
[PATCH] memblock: don't touch memblock arrays when memblock_free() is called late
2026-05-13 12:47 UTC (2+ messages)
[PATCH RFC 0/5] memcg: dma-buf per-cgroup accounting via pid_fd
2026-05-13 12:41 UTC (6+ messages)
` [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
[PATCH 0/4] mm: misc cleanups from __GFP_UNMAPPED series
2026-05-13 12:35 UTC (5+ messages)
` [PATCH 1/4] mm: introduce for_each_free_list()
` [PATCH 2/4] mm/page_alloc: don't overload migratetype in find_suitable_fallback()
` [PATCH 3/4] mm: rejig pageblock mask definitions
` [PATCH 4/4] mm/page_alloc: remove ifdefs from pindex helpers
[PATCH v4 4/5] ksm: Optimize rmap_walk_ksm by passing a suitable address range
2026-05-13 12:10 UTC (2+ messages)
[PATCH v4 5/5] ksm: add mremap selftests for ksm_rmap_walk
2026-05-13 12:10 UTC (2+ messages)
[PATCH v4 1/5] mm/rmap: add tracepoint for rmap_walk
2026-05-13 12:03 UTC (2+ messages)
[PATCH v4 3/5] ksm: add vm_pgoff into ksm_rmap_item
2026-05-13 11:59 UTC (2+ messages)
[PATCH 0/2] Insert instead of copy pages into shmem when shrinking
2026-05-13 11:54 UTC (14+ messages)
` [PATCH 1/2] mm/shmem: add shmem_insert_folio()
[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
2026-05-13 11:49 UTC (7+ messages)
` [PATCH v3 07/12] mm, swap: support flexible batch freeing of slots in different memcgs
` [PATCH v3 10/12] mm/memcg, swap: store cgroup id in cluster table directly
[akpm-mm:mm-new 301/315] mm/oom_kill.c:922:12: warning: 'kill_all_shared_mm' defined but not used
2026-05-13 11:48 UTC
[PATCH] mm/mremap: unmap full fixed target for multi-VMA moves
2026-05-13 11:49 UTC (11+ messages)
[PATCH v6 0/4] mm/memory-failure: add panic option for unrecoverable pages
2026-05-13 11:48 UTC (5+ messages)
` [PATCH v6 2/4] mm/memory-failure: classify get_any_page() failures by reason
[syzbot] [mm?] possible deadlock in gup_fast_fallback (3)
2026-05-13 11:44 UTC
[PATCH mm-hotfixes] mm/hugetlb: avoid false positive lockdep assertion
2026-05-13 11:30 UTC (4+ messages)
[PATCH v2] selftests/mm: Fix incorrect mmap() error handling with NULL instead of MAP_FAILED
2026-05-13 11:20 UTC (5+ messages)
[PATCH] mm/readahead: no PG_readahead on EOF
2026-05-13 11:16 UTC (2+ messages)
[PATCH 0/3] kasan: hw_tags: some micro-optimizations
2026-05-13 10:57 UTC (4+ messages)
` [PATCH 1/3] mm/slub: hw_tags: skip page-allocator unpoisoning on slab allocation
` [PATCH 2/3] kasan: avoid re-poisoning tag-based kmalloc redzones
` [PATCH 3/3] vmalloc: hw_tags: optimize vmalloc redzoning
[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
2026-05-13 10:32 UTC (5+ messages)
` [PATCH 01/12] kho: generalize radix tree APIs
[linux-next:master 14086/14440] lib/cmdline.c:188: undefined reference to `__efistub___lshrdi3'
2026-05-13 10:30 UTC (3+ messages)
[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
2026-05-13 10:28 UTC (9+ messages)
` [PATCH v4 02/15] mm: Make empty_zero_page __ro_after_init
[PATCH] lib/test_hmm: use kvfree() to free kvcalloc() allocations
2026-05-13 10:28 UTC (2+ messages)
[PATCH 0/3] tools/mm/page-types: Fix misc bugs
2026-05-13 10:27 UTC (7+ messages)
` [PATCH 1/3] tools/mm/page-types: Fix typo in madvise() error message
` [PATCH 2/3] tools/mm/page-types: Fix ternary operator precedence in sigbus handler
` [PATCH 3/3] tools/mm/page-types: Fix kpageflags option argument in getopt_long
[GIT PULL] liveupdate updates for v7.1-rc4
2026-05-13 10:22 UTC
[PATCH 1/2] mm: huge_memory: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
2026-05-13 10:09 UTC (8+ messages)
[PATCH v2 1/2] mm: huge_memory: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
2026-05-13 9:45 UTC (2+ messages)
` [PATCH v2 2/2] mm: huge_memory: refactor thpsize_shmem_enabled_show() with helper arrays
[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
2026-05-13 9:43 UTC (5+ messages)
` [PATCH v2 16/22] mm/page_alloc: separate pcplists by freetype flags
` [PATCH v2 18/22] mm/page_alloc: introduce ALLOC_NOBLOCK
[RFC V2 00/14] arm64/mm: Enable 128 bit page table entries
2026-05-13 9:39 UTC (2+ messages)
[PATCH] selftests/mm: Fix incorrect mmap() error handling with NULL instead of MAP_FAILED
2026-05-13 9:25 UTC (2+ messages)
[PATCH v3] mm/khugepaged: avoid underflow in madvise_collapse for sub-PMD MADV_COLLAPSE
2026-05-13 9:24 UTC (2+ messages)
[PATCH v2 0/4] treewide: fixup gfp_t printks
2026-05-13 9:11 UTC (4+ messages)
[PATCH] selftests/mm: Fix incorrect mmap() error handling with NULL instead of MAP_FAILED
2026-05-13 9:09 UTC (2+ messages)
[PATCH v6 1/4] percpu: Fix wrong chunk hints update
2026-05-13 8:51 UTC (4+ messages)
` [PATCH v6 2/4] percpu: Do not trust hint starts when they are not set
` [PATCH v6 3/4] percpu: Introduce struct pcpu_region
` [PATCH v6 4/4] percpu: Fix hint invariant breakage
[PATCH 0/8] mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE (Part 1)
2026-05-13 8:41 UTC (15+ messages)
` [PATCH 2/8] mm/bootmem_info: drop initialization of page->lru
` [PATCH 3/8] mm/bootmem_info: stop using PG_private
` [PATCH 4/8] mm/bootmem_info: remove call to kmemleak_free_part_phys()
` [PATCH 5/8] mm/bootmem_info: stop marking the pgdat as NODE_INFO
` [PATCH 6/8] mm/bootmem_info: stop marking mem_section_usage as MIX_SECTION_INFO
` [PATCH 7/8] s390/mm: use free_reserved_page() in vmem_free_pages()
` [PATCH 8/8] powerpc/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
[RESEND PATCH] mm/memory_failure: use bool for hugetlb indicator in try_memory_failure_hugetlb
2026-05-13 8:38 UTC (4+ messages)
page: | 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