| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-06 | mm/zswap: use %pe to print error pointers | Sahil Chandna | 1 | -2/+2 |
| 2026-02-06 | mm/vmscan: use %pe to print error pointers | Sahil Chandna | 1 | -2/+2 |
| 2026-02-06 | mm/readahead: fix typo in comment | Wilson Zeng | 1 | -1/+1 |
| 2026-02-06 | mm: khugepaged: fix NR_FILE_PAGES and NR_SHMEM in collapse_file() | Shakeel Butt | 1 | -7/+9 |
| 2026-02-06 | mm: refactor vma_map_pages to use vm_insert_pages | Justin Green | 1 | -9/+1 |
| 2026-02-06 | mm/damon: unify address range representation with damon_addr_range | Enze Li | 1 | -13/+2 |
| 2026-02-06 | mm/cma: replace snprintf with strscpy in cma_new_area | Thorsten Blum | 1 | -1/+2 |
| 2026-02-06 | mm: zswap: use SG list decompression APIs from zsmalloc | Yosry Ahmed | 1 | -30/+19 |
| 2026-02-06 | Merge tag 'mm-hotfixes-stable-2026-02-06-12-37' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -22/+20 |
| 2026-02-06 | Merge tag 'slab-for-6.19-rc8-fix' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+5 |
| 2026-02-06 | Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c... | Joerg Roedel | 1 | -0/+27 |
| 2026-02-06 | slub: let need_slab_obj_exts() return false if SLAB_NO_OBJ_EXT is set | Hao Li | 1 | -0/+3 |
| 2026-02-06 | mm/slab: Add alloc_tagging_slab_free_hook for memcg_alloc_abort_single | Hao Ge | 1 | -1/+5 |
| 2026-02-05 | mm/memory-failure: reject unsupported non-folio compound page | Miaohe Lin | 1 | -22/+20 |
| 2026-02-04 | Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -9/+14 |
| 2026-02-04 | KVM: S390: Remove PGSTE code from linux/s390 mm | Claudio Imbrenda | 1 | -9/+0 |
| 2026-02-04 | mm/slab: only allow SLAB_OBJ_EXT_IN_OBJ for unmergeable caches | Harry Yoo | 3 | -3/+4 |
| 2026-02-04 | mm/slab: place slabobj_ext metadata in unused space within s->size | Harry Yoo | 2 | -11/+92 |
| 2026-02-04 | mm/slab: move [__]ksize and slab_ksize() to mm/slub.c | Harry Yoo | 3 | -88/+86 |
| 2026-02-04 | mm/slab: save memory by allocating slabobj_ext array from leftover | Harry Yoo | 1 | -5/+150 |
| 2026-02-04 | mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison | Harry Yoo | 3 | -40/+95 |
| 2026-02-04 | mm/slab: use stride to access slabobj_ext | Harry Yoo | 2 | -4/+35 |
| 2026-02-04 | mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper | Harry Yoo | 3 | -32/+79 |
| 2026-02-04 | mm/slab: allow specifying free pointer offset when using constructor | Harry Yoo | 2 | -3/+5 |
| 2026-02-04 | mm/slab: use unsigned long for orig_size to ensure proper metadata align | Harry Yoo | 1 | -7/+7 |
| 2026-02-04 | slub: clarify object field layout comments | Hao Li | 1 | -33/+49 |
| 2026-02-04 | mm/slab: avoid allocating slabobj_ext array from its own slab | Harry Yoo | 1 | -7/+53 |
| 2026-02-03 | sched/isolation: Flush vmstat workqueues on cpuset isolated partition change | Frederic Weisbecker | 1 | -0/+5 |
| 2026-02-03 | sched/isolation: Flush memcg workqueues on cpuset isolated partition change | Frederic Weisbecker | 1 | -1/+11 |
| 2026-02-03 | mm: vmstat: Prepare to protect against concurrent isolated cpuset change | Frederic Weisbecker | 1 | -4/+6 |
| 2026-02-03 | memcg: Prepare to protect against concurrent isolated cpuset change | Frederic Weisbecker | 1 | -4/+17 |
| 2026-02-02 | mm, shmem: prevent infinite loop on truncate race | Kairui Song | 1 | -9/+14 |
| 2026-02-02 | readahead: push invalidate_lock out of page_cache_ra_unbounded | Christoph Hellwig | 1 | -6/+9 |
| 2026-01-31 | Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changes | Andrew Morton | 11 | -75/+186 |
| 2026-01-31 | mm, swap: remove no longer needed _swap_info_get | Kairui Song | 1 | -41/+6 |
| 2026-01-31 | mm, swap: drop the SWAP_HAS_CACHE flag | Kairui Song | 3 | -131/+78 |
| 2026-01-31 | mm, swap: clean up and improve swap entries freeing | Kairui Song | 1 | -142/+96 |
| 2026-01-31 | mm, swap: check swap table directly for checking cache | Kairui Song | 4 | -36/+56 |
| 2026-01-31 | mm, swap: add folio to swap cache directly on allocation | Kairui Song | 3 | -124/+105 |
| 2026-01-31 | mm, swap: cleanup swap entry management workflow | Kairui Song | 6 | -59/+163 |
| 2026-01-31 | mm, swap: remove workaround for unsynchronized swap map cache state | Kairui Song | 3 | -19/+12 |
| 2026-01-31 | mm, swap: use swap cache as the swap in synchronize layer | Kairui Song | 4 | -65/+97 |
| 2026-01-31 | mm, swap: split locked entry duplicating into a standalone helper | Kairui Song | 1 | -31/+31 |
| 2026-01-31 | mm, swap: consolidate cluster reclaim and usability check | Kairui Song | 1 | -16/+29 |
| 2026-01-31 | mm, swap: swap entry of a bad slot should not be considered as swapped out | Kairui Song | 2 | -9/+10 |
| 2026-01-31 | mm/shmem, swap: remove SWAP_MAP_SHMEM | Nhat Pham | 2 | -26/+18 |
| 2026-01-31 | mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO | Kairui Song | 3 | -77/+27 |
| 2026-01-31 | mm, swap: free the swap cache after folio is mapped | Kairui Song | 1 | -10/+11 |
| 2026-01-31 | mm, swap: simplify the code and reduce indention | Kairui Song | 1 | -46/+43 |
| 2026-01-31 | mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices | Kairui Song | 1 | -2/+16 |