| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -664/+486 |
| 2026-04-05 | mm/swapfile: remove duplicate include of swap_table.h | Chen Ni | 1 | -1/+0 |
| 2026-04-05 | mm/swap: strengthen locking assertions and invariants in cluster allocation | Hui Zhu | 1 | -1/+6 |
| 2026-04-05 | mm, swap: no need to clear the shadow explicitly | Kairui Song | 1 | -2/+0 |
| 2026-04-05 | mm, swap: simplify checking if a folio is swapped | Kairui Song | 1 | -37/+45 |
| 2026-04-05 | mm, swap: no need to truncate the scan border | Kairui Song | 1 | -1/+1 |
| 2026-04-05 | mm, swap: use the swap table to track the swap count | Kairui Song | 1 | -502/+288 |
| 2026-04-05 | mm, swap: simplify swap table sanity range check | Kairui Song | 1 | -26/+9 |
| 2026-04-05 | mm, swap: mark bad slots in swap table directly | Kairui Song | 1 | -15/+41 |
| 2026-04-05 | mm, swap: consolidate bad slots setup and make it more robust | Kairui Song | 1 | -30/+38 |
| 2026-04-05 | mm, swap: remove redundant arguments and locking for enabling a device | Kairui Song | 1 | -30/+18 |
| 2026-04-05 | mm, swap: clean up swapon process and locking | Kairui Song | 1 | -39/+48 |
| 2026-04-05 | mm, swap: protect si->swap_file properly and use as a mount indicator | Kairui Song | 1 | -12/+13 |
| 2026-03-25 | mm, swap: speed up hibernation allocation and writeout | Kairui Song | 1 | -5/+16 |
| 2026-03-09 | block: remove bdev_nonrot() | Damien Le Moal | 1 | -1/+1 |
| 2026-02-22 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-22 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -5/+5 |
| 2026-02-12 | Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -478/+384 |
| 2026-02-01 | mm, swap: remove no longer needed _swap_info_get | Kairui Song | 1 | -41/+6 |
| 2026-02-01 | mm, swap: drop the SWAP_HAS_CACHE flag | Kairui Song | 1 | -111/+57 |
| 2026-02-01 | mm, swap: clean up and improve swap entries freeing | Kairui Song | 1 | -142/+96 |
| 2026-02-01 | mm, swap: check swap table directly for checking cache | Kairui Song | 1 | -26/+29 |
| 2026-02-01 | mm, swap: add folio to swap cache directly on allocation | Kairui Song | 1 | -93/+68 |
| 2026-02-01 | mm, swap: cleanup swap entry management workflow | Kairui Song | 1 | -44/+107 |
| 2026-02-01 | mm, swap: use swap cache as the swap in synchronize layer | Kairui Song | 1 | -14/+25 |
| 2026-02-01 | mm, swap: split locked entry duplicating into a standalone helper | Kairui Song | 1 | -31/+31 |
| 2026-02-01 | mm, swap: consolidate cluster reclaim and usability check | Kairui Song | 1 | -16/+29 |
| 2026-02-01 | mm, swap: swap entry of a bad slot should not be considered as swapped out | Kairui Song | 1 | -8/+9 |
| 2026-02-01 | mm/shmem, swap: remove SWAP_MAP_SHMEM | Nhat Pham | 1 | -25/+17 |
| 2026-02-01 | mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO | Kairui Song | 1 | -26/+9 |
| 2026-02-01 | mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folio | Kairui Song | 1 | -1/+1 |
| 2026-01-21 | mm: fix minor spelling mistakes in comments | Kevin Lourenco | 1 | -1/+1 |
| 2026-01-13 | simplify the callers of file_open_name() | Al Viro | 1 | -18/+3 |
| 2025-11-29 | mm/swapfile: use plist_for_each_entry in __folio_throttle_swaprate | Youngjun Park | 1 | -3/+2 |
| 2025-11-29 | mm/swapfile: fix list iteration when next node is removed during discard | Youngjun Park | 1 | -5/+9 |
| 2025-11-25 | mm: swap: remove scan_swap_map_slots() references from comments | Youngjun Park | 1 | -11/+9 |
| 2025-11-25 | mm: swap: change swap_alloc_slow() to void | Youngjun Park | 1 | -4/+3 |
| 2025-11-25 | mm, swap: use SWP_SOLIDSTATE to determine if swap is rotational | Youngjun Park | 1 | -1/+1 |
| 2025-11-25 | mm, swap: fix memory leak in setup_clusters() error path | Youngjun Park | 1 | -3/+2 |
| 2025-11-25 | mm/swap: fix wrong plist empty check in swap_alloc_slow() | Youngjun Park | 1 | -1/+1 |
| 2025-11-25 | mm: replace remaining pte_to_swp_entry() with softleaf_from_pte() | Lorenzo Stoakes | 1 | -2/+11 |
| 2025-11-25 | mm: eliminate is_swap_pte() when softleaf_from_pte() suffices | Lorenzo Stoakes | 1 | -5/+4 |
| 2025-11-25 | Merge branch 'mm-hotfixes-stable' into mm-stable in order to merge | Andrew Morton | 1 | -3/+1 |
| 2025-11-25 | mm: swap: remove duplicate nr_swap_pages decrement in get_swap_page_of_type() | Youngjun Park | 1 | -3/+1 |
| 2025-11-17 | mm/swap: select swap device with default priority round robin | Baoquan He | 1 | -26/+4 |
| 2025-11-17 | mm/swap: do not choose swap device according to numa node | Baoquan He | 1 | -66/+14 |
| 2025-11-17 | mm, swap: remove redundant argument for isolating a cluster | Kairui Song | 1 | -3/+3 |
| 2025-11-17 | mm, swap: cleanup swap entry allocation parameter | Kairui Song | 1 | -2/+1 |
| 2025-11-17 | mm, swap: rename helper for setup bad slots | Kairui Song | 1 | -11/+11 |