| Age | Commit message (Expand) | Author |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook |
| 2026-02-12 | Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
| 2026-01-31 | mm, swap: remove no longer needed _swap_info_get | Kairui Song |
| 2026-01-31 | mm, swap: drop the SWAP_HAS_CACHE flag | Kairui Song |
| 2026-01-31 | mm, swap: clean up and improve swap entries freeing | Kairui Song |
| 2026-01-31 | mm, swap: check swap table directly for checking cache | Kairui Song |
| 2026-01-31 | mm, swap: add folio to swap cache directly on allocation | Kairui Song |
| 2026-01-31 | mm, swap: cleanup swap entry management workflow | Kairui Song |
| 2026-01-31 | mm, swap: use swap cache as the swap in synchronize layer | Kairui Song |
| 2026-01-31 | mm, swap: split locked entry duplicating into a standalone helper | Kairui Song |
| 2026-01-31 | mm, swap: consolidate cluster reclaim and usability check | Kairui Song |
| 2026-01-31 | mm, swap: swap entry of a bad slot should not be considered as swapped out | Kairui Song |
| 2026-01-31 | mm/shmem, swap: remove SWAP_MAP_SHMEM | Nhat Pham |
| 2026-01-31 | mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO | Kairui Song |
| 2026-01-31 | mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folio | Kairui Song |
| 2026-01-20 | mm: fix minor spelling mistakes in comments | Kevin Lourenco |
| 2026-01-13 | simplify the callers of file_open_name() | Al Viro |
| 2025-11-29 | mm/swapfile: use plist_for_each_entry in __folio_throttle_swaprate | Youngjun Park |
| 2025-11-29 | mm/swapfile: fix list iteration when next node is removed during discard | Youngjun Park |
| 2025-11-24 | mm: swap: remove scan_swap_map_slots() references from comments | Youngjun Park |
| 2025-11-24 | mm: swap: change swap_alloc_slow() to void | Youngjun Park |
| 2025-11-24 | mm, swap: use SWP_SOLIDSTATE to determine if swap is rotational | Youngjun Park |
| 2025-11-24 | mm, swap: fix memory leak in setup_clusters() error path | Youngjun Park |
| 2025-11-24 | mm/swap: fix wrong plist empty check in swap_alloc_slow() | Youngjun Park |
| 2025-11-24 | mm: replace remaining pte_to_swp_entry() with softleaf_from_pte() | Lorenzo Stoakes |
| 2025-11-24 | mm: eliminate is_swap_pte() when softleaf_from_pte() suffices | Lorenzo Stoakes |
| 2025-11-24 | Merge branch 'mm-hotfixes-stable' into mm-stable in order to merge | Andrew Morton |
| 2025-11-24 | mm: swap: remove duplicate nr_swap_pages decrement in get_swap_page_of_type() | Youngjun Park |
| 2025-11-16 | mm/swap: select swap device with default priority round robin | Baoquan He |
| 2025-11-16 | mm/swap: do not choose swap device according to numa node | Baoquan He |
| 2025-11-16 | mm, swap: remove redundant argument for isolating a cluster | Kairui Song |
| 2025-11-16 | mm, swap: cleanup swap entry allocation parameter | Kairui Song |
| 2025-11-16 | mm, swap: rename helper for setup bad slots | Kairui Song |
| 2025-11-16 | mm, swap: do not perform synchronous discard during allocation | Kairui Song |
| 2025-11-16 | mm: fix some typos in mm module | jianyun.gao |
| 2025-09-28 | mm: swap: check for stable address space before operating on the VMA | Charan Teja Kalla |
| 2025-09-21 | mm, swap: use a single page for swap table when the size fits | Kairui Song |
| 2025-09-21 | mm, swap: implement dynamic allocation of swap table | Kairui Song |
| 2025-09-21 | mm, swap: remove contention workaround for swap cache | Kairui Song |
| 2025-09-21 | mm, swap: use the swap table for the swap cache and switch API | Kairui Song |
| 2025-09-21 | mm, swap: cleanup swap cache API and add kerneldoc | Kairui Song |
| 2025-09-21 | mm, swap: tidy up swap device and cluster info helpers | Kairui Song |
| 2025-09-21 | mm, swap: rename and move some swap cluster definition and helpers | Kairui Song |
| 2025-09-21 | mm, swap: always lock and check the swap cache folio before use | Kairui Song |
| 2025-09-21 | mm, swap: fix swap cache index error when retrying reclaim | Kairui Song |
| 2025-09-21 | mm, swap: use unified helper for swap cache look up | Kairui Song |
| 2025-09-13 | mm/swapfile.c: introduce function alloc_swap_scan_list() | Chris Li |
| 2025-09-13 | mm, swap: prefer nonfull over free clusters | Kairui Song |