[REGRESSION] madvise(MADV_REMOVE) corrupts pages in THP-backed MAP_SHARED memfd (bisected to 7460b470a131)
2026-02-26 20:49 UTC (2+ messages)
[PATCH mm-unstable v15 11/13] mm/khugepaged: avoid unnecessary mTHP collapse attempts
2026-02-26 20:47 UTC (3+ messages)
[RFC PATCH v5 02/10] migrate: Add migrate_misplaced_folios_batch()
2026-02-26 20:40 UTC (2+ messages)
[PATCH mm-unstable v2 0/5] mm: khugepaged cleanups and mTHP prerequisites
2026-02-26 20:27 UTC (9+ messages)
` [PATCH mm-unstable v2 3/5] mm/khugepaged: define COLLAPSE_MAX_PTES_LIMIT as HPAGE_PMD_NR - 1
` [PATCH mm-unstable v2 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
[PATCH 2/2] mm: zero range of eof folio exposed by inode size extension
2026-02-26 20:22 UTC (3+ messages)
` [PATCH] mm: fix pagecache_isize_extended() early-return bypass for large folio mappings
[PATCH 00/61] vfs: change inode->i_ino from unsigned long to u64
2026-02-26 20:09 UTC (85+ messages)
` [PATCH 01/61] vfs: widen inode hash/lookup functions "
` [PATCH 02/61] vfs: change i_ino from unsigned long "
` [PATCH 03/61] trace: update VFS-layer trace events for u64 i_ino
` [PATCH 04/61] ext4: update "
` [PATCH 05/61] jbd2: update format strings "
` [PATCH 06/61] f2fs: update "
` [PATCH 07/61] lockd: update format strings "
` [PATCH 08/61] nfs: update "
` [PATCH 09/61] nfs: remove nfs_fattr_to_ino_t() and nfs_fileid_to_ino_t()
` [PATCH 10/61] nfs: remove nfs_compat_user_ino64()
` [PATCH 11/61] nfs: remove enable_ino64 module parameter
` [PATCH 12/61] nfsd: update format strings for u64 i_ino
` [PATCH 13/61] smb: store full 64-bit uniqueid in i_ino
` [PATCH 14/61] smb: remove cifs_uniqueid_to_ino_t()
` [PATCH 15/61] locks: update /proc/locks format for u64 i_ino
` [PATCH 16/61] proc: update /proc/PID/maps "
` [PATCH 17/61] nilfs2: update "
` [PATCH 18/61] 9p: update format strings "
` [PATCH 19/61] affs: "
` [PATCH 20/61] afs: "
` [PATCH 21/61] autofs: "
` [PATCH 22/61] befs: "
` [PATCH 23/61] bfs: "
` [PATCH 24/61] cachefiles: "
` [PATCH 25/61] ceph: "
` [PATCH 26/61] coda: "
` [PATCH 27/61] cramfs: "
` [PATCH 28/61] ecryptfs: "
` [PATCH 29/61] efs: "
` [PATCH 30/61] exportfs: "
` [PATCH 31/61] ext2: "
` [PATCH 32/61] freevxfs: "
` [PATCH 33/61] hfs: "
` [PATCH 34/61] hfsplus: "
` [PATCH 35/61] hpfs: "
` [PATCH 36/61] isofs: "
` [PATCH 37/61] jffs2: "
` [PATCH 38/61] jfs: "
` [PATCH 39/61] minix: "
` [PATCH 40/61] nsfs: "
` [PATCH 41/61] ntfs3: "
` [PATCH 42/61] ocfs2: "
` [PATCH 43/61] orangefs: "
` [PATCH 44/61] overlayfs: "
` [PATCH 45/61] qnx4: "
` [PATCH 46/61] qnx6: "
` [PATCH 47/61] ubifs: "
` [PATCH 48/61] udf: "
` [PATCH 49/61] ufs: "
` [PATCH 50/61] zonefs: "
` [PATCH 51/61] security: update audit "
` [PATCH 52/61] drm/amdgpu: update "
` [PATCH 53/61] fsnotify: update fdinfo format strings "
` [PATCH 54/61] net: update socket dname format "
` [PATCH 55/61] uprobes: update format strings "
` [PATCH 56/61] dma-buf: update format string "
` [PATCH 57/61] fscrypt: update format strings "
` [PATCH 58/61] fsverity: update format string "
` [PATCH 59/61] iomap: "
` [PATCH 60/61] net: update legacy protocol format strings "
` [PATCH 61/61] vfs: update core "
[PATCH v5 30/32] mm: memcontrol: convert objcg to be per-memcg per-node type
2026-02-26 20:05 UTC (3+ messages)
` [PATCH v5 update "
[PATCH] MAINTAINERS: Add myself as reviewer for SWAP
2026-02-26 19:57 UTC (2+ messages)
[PATCH v17 0/3] Improve proc RSS accuracy
2026-02-26 19:38 UTC (6+ messages)
[PATCH 0/8] mm/zswap, zsmalloc: Per-memcg-lruvec zswap accounting
2026-02-26 19:29 UTC (9+ messages)
` [PATCH 1/8] mm/zsmalloc: Rename zs_object_copy to zs_obj_copy
` [PATCH 2/8] mm/zsmalloc: Make all obj_idx unsigned ints
` [PATCH 3/8] mm/zsmalloc: Introduce objcgs pointer in struct zpdesc
` [PATCH 4/8] mm/zsmalloc: Store obj_cgroup pointer in zpdesc
` [PATCH 5/8] mm/zsmalloc,zswap: Redirect zswap_entry->obcg to zpdesc
` [PATCH 6/8] mm/zsmalloc, zswap: Handle objcg charging and lifetime in zsmalloc
` [PATCH 7/8] mm/memcontrol: Track MEMCG_ZSWAPPED in bytes
` [PATCH 8/8] mm/vmstat, memcontrol: Track ZSWAP_B, ZSWAPPED_B per-memcg-lruvec
[PATCH v3 0/5] mm: zone lock tracepoint instrumentation
2026-02-26 19:14 UTC (9+ messages)
` [PATCH v3 1/5] mm: introduce zone lock wrappers
` [PATCH v3 2/5] mm: convert zone lock users to wrappers
` [PATCH v3 3/5] mm: convert compaction to zone lock wrappers
` [PATCH v3 4/5] mm: rename zone->lock to zone->_lock
` [PATCH v3 5/5] mm: add tracepoints for zone lock
[PATCH v4] mm: introduce a new page type for page pool in page type
2026-02-26 18:49 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Improve this_cpu_ops performance for ARM64 (and potentially other architectures)
2026-02-26 18:31 UTC (7+ messages)
[PATCH v4 0/3] targeted TLB sync IPIs for lockless page table walkers
2026-02-26 18:24 UTC (5+ messages)
` [PATCH v4 3/3] x86/tlb: add architecture-specific TLB IPI optimization support
[PATCH v3 0/3] Use killable vma write locking in most places
2026-02-26 18:24 UTC (9+ messages)
` [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
[RFC PATCH v1 0/7] Open HugeTLB allocation routine for more generic use
2026-02-26 18:08 UTC (2+ messages)
[BUG] Memory ordering between kmalloc() and kfree()? it's confusing!
2026-02-26 18:06 UTC (7+ messages)
[syzbot] [mm?] possible deadlock in lock_mm_and_find_vma (4)
2026-02-26 18:04 UTC (3+ messages)
[PATCH 0/7] dma-buf: heaps: Turn heaps into modules
2026-02-26 18:03 UTC (8+ messages)
` [PATCH 2/7] mm: cma: Export cma_alloc and cma_release
[Regression] mm:slab/sheaves: severe performance regression in cross-CPU slab allocation
2026-02-26 18:02 UTC (5+ messages)
[PATCH 0/4] mm: zone lock tracepoint instrumentation
2026-02-26 17:55 UTC (4+ messages)
` [PATCH 1/4] mm: introduce zone lock wrappers
[PATCH v2 0/4] mm: zone lock tracepoint instrumentation
2026-02-26 17:45 UTC (7+ messages)
` [PATCH v2 1/4] mm: introduce zone lock wrappers
` [PATCH v2 3/4] mm: convert compaction to "
[PATCH 0/3] Allow order zero pages in page reporting
2026-02-26 17:43 UTC (5+ messages)
` [PATCH 2/3] hv_balloon: Change default page reporting order
` [PATCH 3/3] virtio_balloon: Set pr_dev.order to new default
[PATCH v2] smaps: Report correct page sizes with THP
2026-02-26 17:31 UTC (3+ messages)
[PATCH mm-new v8 0/4] Improve khugepaged scan logic
2026-02-26 17:15 UTC (8+ messages)
` [PATCH mm-new v8 2/4] mm: khugepaged: refine scan progress number
[PATCH v5 00/32] Eliminate Dying Memory Cgroup
2026-02-26 17:13 UTC (7+ messages)
` [PATCH v5 29/32] mm: memcontrol: prepare for reparenting non-hierarchical stats
[PATCH 0/4] mm/pgtable: Support for page table check on s390
2026-02-26 17:04 UTC (3+ messages)
` [PATCH 1/4] mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()
[REGRESSION] kswapd0: page allocation failure (bisected to "slab: add sheaves to most caches")
2026-02-26 16:31 UTC (3+ messages)
[PATCH v2 3/3] selftests/mm: Add UFFDIO_MOVE huge zeropage PMD regression test
2026-02-26 16:29 UTC (2+ messages)
[PATCH 0/1] mm: improve folio refcount scalability
2026-02-26 16:27 UTC (2+ messages)
` [PATCH 1/1] mm: implement page refcount locking via dedicated bit
[RFC PATCH 0/6] mm/memcontrol: Make memcg limits tier-aware
2026-02-26 16:08 UTC (2+ messages)
[PATCH v3 0/4] pid_namespace: make init creation more flexible
2026-02-26 16:07 UTC (7+ messages)
` [PATCH v3 2/4] pid: check init is created first after idr alloc
[LSF/MM/BPF TOPIC] Improving MGLRU
2026-02-26 15:54 UTC (2+ messages)
[PATCH mm-unstable v15 12/13] mm/khugepaged: run khugepaged for all orders
2026-02-26 15:53 UTC (2+ messages)
[PATCH v3 1/1] mm/slab: mark alloc tags empty for sheaves allocated with __GFP_NO_OBJ_EXT
2026-02-26 15:52 UTC (6+ messages)
[PATCH v2 2/3] mm/huge_memory: Prevent huge zeropage refcount corruption in PMD move
2026-02-26 15:17 UTC (2+ messages)
[PATCH] slab: distinguish lock and trylock for sheaf_flush_main()
2026-02-26 14:50 UTC (2+ messages)
[PATCH v2 03/22] PCI: Inherit bus numbers from previous kernel during Live Update
2026-02-26 14:40 UTC (4+ messages)
[PATCH v1] mm: annotate data race of f_ra.prev_pos
2026-02-26 14:29 UTC (3+ messages)
[PATCH 0/2] mm/slab: clean up and constify sysfs attributes
2026-02-26 14:26 UTC (2+ messages)
[RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
2026-02-26 14:22 UTC (3+ messages)
` [RFC v2 16/21] mm: thp: add THP_SPLIT_PMD_FAILED counter
[PATCH v2 1/3] mm/huge_memory: Fix use of NULL folio in move_pages_huge_pmd()
2026-02-26 14:15 UTC
[PATCH v2 0/3] mm/huge_memory: Fix move_pages_huge_pmd() for huge zero pages
2026-02-26 14:15 UTC
[RFC V1 16/16] arm64/mm: Add initial support for FEAT_D128 page tables
2026-02-26 14:10 UTC (2+ messages)
[PATCH v2 0/3] dma-buf: heaps: cma: enable dmem cgroup accounting
2026-02-26 13:45 UTC (8+ messages)
[PATCH] memcg: fix slab accounting in refill_obj_stock() trylock path
2026-02-26 13:44 UTC (3+ messages)
[LSF/MM/BPF TOPIC] MGLRU on Android: Real-World Problems and Challenges
2026-02-26 13:29 UTC (9+ messages)
[PATCH v2 0/4] mm: Remove stray references to pagevec
2026-02-26 13:20 UTC (9+ messages)
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE
[RFC V1 10/16] arm64/mm: Route all pgtable writes via ptdesc_set()
2026-02-26 13:19 UTC (4+ messages)
[PATCH RFC] mm/mglru: lazily activate folios while folios are really mapped
2026-02-26 12:57 UTC (2+ messages)
[RFC V1 01/16] mm: Abstract printing of pxd_val()
2026-02-26 12:49 UTC (3+ messages)
[PATCH RFC v2 0/6] guest_memfd: Track amount of memory allocated on inode
2026-02-26 12:31 UTC (3+ messages)
` [PATCH RFC v2 3/6] fs: Add .unaccount_folio callback
[PATCH] block: remove bdev_nonrot()
2026-02-26 12:27 UTC (3+ messages)
[PATCH] mm/hugetlb.c: Use __pa() instead of virt_to_phys() in early bootmem alloc code
2026-02-26 12:26 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox