Age | Commit message (Expand) | Author |
2025-03-05 | mm, swap: avoid BUG_ON in relocate_cluster() | Kemeng Shi |
2025-03-05 | mm: swap: use correct step in loop to wait all clusters in wait_for_allocation() | Kemeng Shi |
2025-03-05 | mm: swap: add back full cluster when no entry is reclaimed | Kemeng Shi |
2025-03-05 | mm: fix possible NULL pointer dereference in __swap_duplicate | gao xu |
2025-02-01 | mm, swap: fix reclaim offset calculation error during allocation | Kairui Song |
2025-01-25 | mm, swap_slots: remove slot cache for freeing path | Kairui Song |
2025-01-25 | mm, swap: use a global swap cluster for non-rotation devices | Kairui Song |
2025-01-25 | mm, swap: introduce a helper for retrieving cluster from offset | Kairui Song |
2025-01-25 | mm, swap: simplify percpu cluster updating | Kairui Song |
2025-01-25 | mm, swap: reduce contention on device lock | Kairui Song |
2025-01-25 | mm, swap: use an enum to define all cluster flags and wrap flags changes | Kairui Song |
2025-01-25 | mm, swap: hold a reference during scan and cleanup flag usage | Kairui Song |
2025-01-25 | mm, swap: clean up plist removal and adding | Kairui Song |
2025-01-25 | mm, swap: clean up device availability check | Kairui Song |
2025-01-25 | mm, swap: use cluster lock for HDD | Kairui Song |
2025-01-25 | mm, swap: remove old allocation path for HDD | Kairui Song |
2025-01-25 | mm, swap: fold swap_info_get_cont in the only caller | Kairui Song |
2025-01-25 | mm, swap: minor clean up for swap entry allocation | Kairui Song |
2024-11-14 | mm, swap: fix allocation and scanning race with swapoff | Kairui Song |
2024-11-12 | mm: swapfile: fix cluster reclaim work crash on rotational devices | Johannes Weiner |
2024-10-30 | mm, swap: avoid over reclaim of full clusters | Kairui Song |
2024-10-17 | mm/swapfile: skip HugeTLB pages for unuse_vma | Liu Shixin |
2024-10-17 | mm: swap: prevent possible data-race in __try_to_reclaim_swap | Jeongjun Park |
2024-09-09 | swap: convert swapon() to use a folio | Matthew Wilcox (Oracle) |
2024-09-03 | mm: store zero pages to be swapped out in a bitmap | Usama Arif |
2024-09-03 | mm: swapfile: fix SSD detection with swapfile on btrfs | Johannes Weiner |
2024-09-03 | mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting | Baolin Wang |
2024-09-03 | mm: attempt to batch free swap entries for zap_pte_range() | Barry Song |
2024-09-03 | mm: rename instances of swap_info_struct to meaningful 'si' | Barry Song |
2024-09-03 | mm: swap: add a adaptive full cluster cache reclaim | Kairui Song |
2024-09-03 | mm: swap: relaim the cached parts that got scanned | Kairui Song |
2024-09-03 | mm: swap: add a fragment cluster list | Kairui Song |
2024-09-03 | mm: swap: allow cache reclaim to skip slot cache | Kairui Song |
2024-09-03 | mm: swap: skip slot cache on freeing for mTHP | Kairui Song |
2024-09-03 | mm: swap: clean up initialization helper | Kairui Song |
2024-09-03 | mm: swap: separate SSD allocation from scan_swap_map_slots() | Chris Li |
2024-09-03 | mm: swap: mTHP allocate swap entries from nonfull list | Chris Li |
2024-09-03 | mm: swap: swap cluster switch to double link list | Chris Li |
2024-09-01 | mm: return the folio from swapin_readahead | Matthew Wilcox (Oracle) |
2024-09-01 | mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support... | Barry Song |
2024-09-01 | mm: extend 'usage' parameter so that cluster_swap_free_nr() can be reused | Barry Song |
2024-07-03 | mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false | Barry Song |
2024-07-03 | mm: extend rmap flags arguments for folio_add_new_anon_rmap | Barry Song |
2024-07-03 | mm: remove the implementation of swap_free() and always use swap_free_nr() | Barry Song |
2024-07-03 | mm: swap: introduce swap_free_nr() for batched swap_free() | Chuanhua Han |
2024-07-03 | mm/swap: reduce swap cache search space | Kairui Song |
2024-07-03 | mm: drop page_index and simplify folio_index | Kairui Song |
2024-05-21 | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-05-05 | mm/swapfile: mark racy access on si->highest_bit | linke li |
2024-05-05 | mm: swapfile: check usable swap device in __folio_throttle_swaprate() | Kefeng Wang |