Age | Commit message (Expand) | Author | Files | Lines |
2025-05-26 | Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2025-05-12 | Merge tag 'vfs-6.15-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+9 |
2025-05-07 | mm, swap: fix false warning for large allocation with !THP_SWAP | Kairui Song | 1 | -7/+16 |
2025-05-06 | swapfile: disable swapon for bs > ps devices | Luis Chamberlain | 1 | -0/+9 |
2025-04-07 | mm: Remove swap_writepage() and shmem_writepage() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2025-03-16 | mm, swap: simplify folio swap allocation | Kairui Song | 1 | -39/+72 |
2025-03-16 | mm, swap: remove swap slot cache | Kairui Song | 1 | -129/+65 |
2025-03-16 | mm, swap: use percpu cluster as allocation fast path | Kairui Song | 1 | -41/+117 |
2025-03-16 | mm, swap: don't update the counter up-front | Kairui Song | 1 | -16/+2 |
2025-03-16 | mm, swap: drop the flag TTRS_DIRECT | Kairui Song | 1 | -20/+3 |
2025-03-16 | mm, swap: avoid reclaiming irrelevant swap cache | Kairui Song | 1 | -1/+10 |
2025-03-16 | mm: swap: remove stale comment of swap_reclaim_full_clusters() | Kemeng Shi | 1 | -1/+0 |
2025-03-16 | mm, swap: correct comment in swap_usage_sub() | Kemeng Shi | 1 | -1/+1 |
2025-03-16 | mm, swap: remove setting SWAP_MAP_BAD for discard cluster | Kemeng Shi | 1 | -11/+0 |
2025-03-16 | mm/swapfile.c: open code cluster_alloc_swap() | Baoquan He | 1 | -28/+10 |
2025-03-16 | mm/swapfile.c: remove the incorrect code comment | Baoquan He | 1 | -1/+0 |
2025-03-16 | mm/swap: rename swap_swapcount() to swap_entry_swapped() | Baoquan He | 1 | -3/+3 |
2025-03-16 | mm/swapfile.c: remove the unneeded checking | Baoquan He | 1 | -3/+0 |
2025-03-16 | mm/swapfile.c: optimize code in setup_clusters() | Baoquan He | 1 | -10/+9 |
2025-03-16 | mm/swapfile.c: update the code comment above swap_count_continued() | Baoquan He | 1 | -2/+2 |
2025-03-16 | mm/swap: rename swap_is_has_cache() to swap_only_has_cache() | Baoquan He | 1 | -3/+3 |
2025-03-16 | mm/swap: skip scanning cluster range if it's empty cluster | Baoquan He | 1 | -0/+3 |
2025-03-16 | mm/swap: remove SWAP_FLAG_PRIO_SHIFT | Baoquan He | 1 | -2/+1 |
2025-03-05 | mm, swap: avoid BUG_ON in relocate_cluster() | Kemeng Shi | 1 | -1/+2 |
2025-03-05 | mm: swap: use correct step in loop to wait all clusters in wait_for_allocation() | Kemeng Shi | 1 | -1/+0 |
2025-03-05 | mm: swap: add back full cluster when no entry is reclaimed | Kemeng Shi | 1 | -0/+4 |
2025-03-05 | mm: fix possible NULL pointer dereference in __swap_duplicate | gao xu | 1 | -0/+4 |
2025-02-01 | mm, swap: fix reclaim offset calculation error during allocation | Kairui Song | 1 | -1/+1 |
2025-01-25 | mm, swap_slots: remove slot cache for freeing path | Kairui Song | 1 | -55/+34 |
2025-01-25 | mm, swap: use a global swap cluster for non-rotation devices | Kairui Song | 1 | -14/+40 |
2025-01-25 | mm, swap: introduce a helper for retrieving cluster from offset | Kairui Song | 1 | -4/+10 |
2025-01-25 | mm, swap: simplify percpu cluster updating | Kairui Song | 1 | -37/+29 |
2025-01-25 | mm, swap: reduce contention on device lock | Kairui Song | 1 | -187/+245 |
2025-01-25 | mm, swap: use an enum to define all cluster flags and wrap flags changes | Kairui Song | 1 | -36/+40 |
2025-01-25 | mm, swap: hold a reference during scan and cleanup flag usage | Kairui Song | 1 | -33/+57 |
2025-01-25 | mm, swap: clean up plist removal and adding | Kairui Song | 1 | -49/+137 |
2025-01-25 | mm, swap: clean up device availability check | Kairui Song | 1 | -30/+8 |
2025-01-25 | mm, swap: use cluster lock for HDD | Kairui Song | 1 | -74/+35 |
2025-01-25 | mm, swap: remove old allocation path for HDD | Kairui Song | 1 | -226/+9 |
2025-01-25 | mm, swap: fold swap_info_get_cont in the only caller | Kairui Song | 1 | -24/+15 |
2025-01-25 | mm, swap: minor clean up for swap entry allocation | Kairui Song | 1 | -30/+29 |
2024-11-14 | mm, swap: fix allocation and scanning race with swapoff | Kairui Song | 1 | -3/+19 |
2024-11-12 | mm: swapfile: fix cluster reclaim work crash on rotational devices | Johannes Weiner | 1 | -1/+1 |
2024-10-30 | mm, swap: avoid over reclaim of full clusters | Kairui Song | 1 | -19/+30 |
2024-10-17 | mm/swapfile: skip HugeTLB pages for unuse_vma | Liu Shixin | 1 | -1/+1 |
2024-10-17 | mm: swap: prevent possible data-race in __try_to_reclaim_swap | Jeongjun Park | 1 | -3/+4 |
2024-09-09 | swap: convert swapon() to use a folio | Matthew Wilcox (Oracle) | 1 | -9/+7 |
2024-09-03 | mm: store zero pages to be swapped out in a bitmap | Usama Arif | 1 | -5/+33 |
2024-09-03 | mm: swapfile: fix SSD detection with swapfile on btrfs | Johannes Weiner | 1 | -79/+86 |
2024-09-03 | mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting | Baolin Wang | 1 | -2/+2 |
2024-09-03 | mm: attempt to batch free swap entries for zap_pte_range() | Barry Song | 1 | -11/+67 |
2024-09-03 | mm: rename instances of swap_info_struct to meaningful 'si' | Barry Song | 1 | -167/+167 |
2024-09-03 | mm: swap: add a adaptive full cluster cache reclaim | Kairui Song | 1 | -13/+55 |
2024-09-03 | mm: swap: relaim the cached parts that got scanned | Kairui Song | 1 | -31/+109 |
2024-09-03 | mm: swap: add a fragment cluster list | Kairui Song | 1 | -4/+37 |
2024-09-03 | mm: swap: allow cache reclaim to skip slot cache | Kairui Song | 1 | -43/+109 |
2024-09-03 | mm: swap: skip slot cache on freeing for mTHP | Kairui Song | 1 | -33/+26 |
2024-09-03 | mm: swap: clean up initialization helper | Kairui Song | 1 | -34/+10 |
2024-09-03 | mm: swap: separate SSD allocation from scan_swap_map_slots() | Chris Li | 1 | -132/+168 |
2024-09-03 | mm: swap: mTHP allocate swap entries from nonfull list | Chris Li | 1 | -3/+35 |
2024-09-03 | mm: swap: swap cluster switch to double link list | Chris Li | 1 | -164/+62 |
2024-09-01 | mm: return the folio from swapin_readahead | Matthew Wilcox (Oracle) | 1 | -4/+1 |
2024-09-01 | mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support... | Barry Song | 1 | -41/+54 |
2024-09-01 | mm: extend 'usage' parameter so that cluster_swap_free_nr() can be reused | Barry Song | 1 | -10/+5 |
2024-07-03 | mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false | Barry Song | 1 | -2/+12 |
2024-07-03 | mm: extend rmap flags arguments for folio_add_new_anon_rmap | Barry Song | 1 | -1/+1 |
2024-07-03 | mm: remove the implementation of swap_free() and always use swap_free_nr() | Barry Song | 1 | -13/+4 |
2024-07-03 | mm: swap: introduce swap_free_nr() for batched swap_free() | Chuanhua Han | 1 | -0/+47 |
2024-07-03 | mm/swap: reduce swap cache search space | Kairui Song | 1 | -3/+3 |
2024-07-03 | mm: drop page_index and simplify folio_index | Kairui Song | 1 | -4/+3 |
2024-05-21 | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -27/+2 |
2024-05-05 | mm/swapfile: mark racy access on si->highest_bit | linke li | 1 | -1/+1 |
2024-05-05 | mm: swapfile: check usable swap device in __folio_throttle_swaprate() | Kefeng Wang | 1 | -3/+10 |
2024-05-05 | mm,swap: add document about RCU read lock and swapoff interaction | Huang Ying | 1 | -13/+13 |
2024-05-02 | swapon(2): open swap with O_EXCL | Al Viro | 1 | -17/+2 |
2024-05-02 | swapon(2)/swapoff(2): don't bother with block size | Al Viro | 1 | -11/+1 |
2024-04-25 | mm: swap: allow storage of all mTHP orders | Ryan Roberts | 1 | -71/+91 |
2024-04-25 | mm: swap: update get_swap_pages() to take folio order | Ryan Roberts | 1 | -6/+7 |
2024-04-25 | mm: swap: simplify struct percpu_cluster | Ryan Roberts | 1 | -11/+11 |
2024-04-25 | mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache() | Ryan Roberts | 1 | -18/+79 |
2024-04-25 | mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags | Ryan Roberts | 1 | -39/+8 |
2024-04-25 | arm64: mm: swap: support THP_SWAP on hardware with MTE | Barry Song | 1 | -1/+1 |
2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -9/+36 |
2024-03-11 | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -11/+11 |
2024-03-06 | mm: swap: fix race between free_swap_and_cache() and swapoff() | Ryan Roberts | 1 | -1/+12 |
2024-02-25 | swap: port block device usage to file | Christian Brauner | 1 | -11/+11 |
2024-02-23 | mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c... | Barry Song | 1 | -1/+2 |
2024-02-22 | mm/zswap: invalidate zswap entry when swap entry free | Chengming Zhou | 1 | -1/+0 |
2024-02-22 | mm: swap: enforce updating inuse_pages at the end of swap_range_free() | Yosry Ahmed | 1 | -3/+15 |
2024-02-22 | mm/zswap: split zswap rb-tree | Chengming Zhou | 1 | -1/+1 |
2024-02-22 | mm/zswap: make sure each swapfile always have zswap rb-tree | Chengming Zhou | 1 | -3/+7 |
2024-02-20 | mm/swap: fix race when skipping swapcache | Kairui Song | 1 | -0/+13 |
2024-01-10 | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 1 | -0/+1 |
2023-12-29 | mm/swapfile: page_add_anon_rmap() -> folio_add_anon_rmap_pte() | David Hildenbrand | 1 | -1/+1 |
2023-12-29 | mm: remove page_swap_info() | Matthew Wilcox (Oracle) | 1 | -7/+1 |
2023-12-29 | mm: convert swap_readpage() to swap_read_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2023-12-29 | mm: convert swap_page_sector() to swap_folio_sector() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2023-12-29 | mm: convert unuse_pte() to use a folio throughout | Matthew Wilcox (Oracle) | 1 | -22/+25 |
2023-12-29 | mm: remove PageAnonExclusive assertions in unuse_pte() | Matthew Wilcox (Oracle) | 1 | -4/+0 |
2023-12-29 | mm: convert ksm_might_need_to_copy() to work on folios | Matthew Wilcox (Oracle) | 1 | -3/+5 |
2023-12-20 | plist: Split out plist_types.h | Kent Overstreet | 1 | -0/+1 |
2023-12-10 | mm/swapfile: replace kmap_atomic() with kmap_local_page() | Fabio M. De Francesco | 1 | -17/+17 |
2023-10-28 | mm/swap: Convert to use bdev_open_by_dev() | Jan Kara | 1 | -11/+12 |
2023-08-24 | mm/swap: inline folio_set_swap_entry() and folio_swap_entry() | David Hildenbrand | 1 | -1/+1 |
2023-08-24 | mm/swap: stop using page->private on tail pages for THP_SWAP | David Hildenbrand | 1 | -2/+2 |
2023-08-21 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton | 1 | -4/+4 |
2023-08-21 | mm/swapfile.c: use helper macro K() | ZhangPeng | 1 | -6/+6 |
2023-08-21 | mm: kill frontswap | Johannes Weiner | 1 | -23/+10 |
2023-08-18 | mm: make PTE_MARKER_SWAPIN_ERROR more general | Axel Rasmussen | 1 | -1/+1 |
2023-08-18 | mm: call arch_swap_restore() from unuse_pte() | Peter Collingbourne | 1 | -0/+7 |
2023-08-18 | swap: stop add to avail list if swap is full | Ma Wupeng | 1 | -1/+4 |
2023-08-18 | swap: cleanup duplicated WARN_ON in add_to_avail_list | Ma Wupeng | 1 | -3/+1 |
2023-08-04 | mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page | Miaohe Lin | 1 | -4/+4 |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -63/+46 |
2023-06-23 | mm/swapfile: delete outdated pte_offset_map() comment | Hugh Dickins | 1 | -5/+0 |
2023-06-19 | mm: ptep_get() conversion | Ryan Roberts | 1 | -7/+13 |
2023-06-19 | mm/swapoff: allow pte_offset_map[_lock]() to fail | Hugh Dickins | 1 | -18/+20 |
2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig | 1 | -1/+1 |
2023-06-12 | block: use the holder as indication for exclusive opens | Christoph Hellwig | 1 | -4/+3 |
2023-06-09 | swap: comments get_swap_device() with usage rule | Huang Ying | 1 | -3/+9 |
2023-06-09 | swap: remove get/put_swap_device() in __swap_duplicate() | Huang Ying | 1 | -4/+1 |
2023-06-09 | swap: remove __swp_swapcount() | Huang Ying | 1 | -19/+1 |
2023-06-09 | swap: remove get/put_swap_device() in __swap_count() | Huang Ying | 1 | -8/+2 |
2023-06-09 | mm: page_alloc: move pm_* function into power | Kefeng Wang | 1 | -0/+1 |
2023-06-05 | block: introduce holder ops | Christoph Hellwig | 1 | -1/+2 |
2023-04-16 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes | Andrew Morton | 1 | -1/+2 |
2023-04-05 | mm: return an ERR_PTR from __filemap_get_folio | Christoph Hellwig | 1 | -2/+2 |
2023-04-05 | mm/swap: fix swap_info_struct race between swapoff and get_swap_pages() | Rongwei Wang | 1 | -1/+2 |
2023-03-28 | mm: swap: remove unneeded cgroup_throttle_swaprate() | Kefeng Wang | 1 | -3/+3 |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -6/+5 |
2023-02-20 | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
2023-02-10 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 1 | -6/+14 |
2023-02-09 | mm/swapfile: remove pr_debug in get_swap_pages() | Longlong Xia | 1 | -2/+0 |
2023-02-09 | mm: hwpoison: support recovery from ksm_might_need_to_copy() | Kefeng Wang | 1 | -6/+14 |
2023-02-03 | blk-cgroup: store a gendisk to throttle in struct task_struct | Christoph Hellwig | 1 | -1/+1 |
2023-02-02 | block: remove ->rw_page | Christoph Hellwig | 1 | -1/+1 |
2023-01-31 | Sync mm-stable with mm-hotfixes-stable to pick up dependent patches | Andrew Morton | 1 | -0/+1 |
2023-01-31 | mm/swapfile: add cond_resched() in get_swap_pages() | Longlong Xia | 1 | -0/+1 |
2023-01-18 | swapfile: get rid of volatile and avoid redundant read | Kairui Song | 1 | -3/+4 |
2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+2 |
2022-11-30 | mm: use pte markers for swap errors | Peter Xu | 1 | -1/+1 |
2022-11-22 | swapfile: fix soft lockup in scan_swap_map_slots | Chen Wandun | 1 | -4/+4 |
2022-11-18 | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld | 1 | -3/+2 |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -2/+2 |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -88/+90 |
2022-10-03 | memcg: convert mem_cgroup_swap_full() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-10-03 | swapfile: convert unuse_pte_range() to use a folio | Matthew Wilcox (Oracle) | 1 | -14/+19 |
2022-10-03 | swapfile: convert __try_to_reclaim_swap() to use a folio | Matthew Wilcox (Oracle) | 1 | -11/+11 |
2022-10-03 | swapfile: convert try_to_unuse() to use a folio | Matthew Wilcox (Oracle) | 1 | -11/+11 |
2022-10-03 | mm/swap: convert put_swap_page() to put_swap_folio() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2022-10-03 | mm/swapfile: convert try_to_free_swap() to folio_free_swap() | Matthew Wilcox (Oracle) | 1 | -14/+18 |
2022-10-03 | mm/swapfile: remove page_swapcount() | Matthew Wilcox (Oracle) | 1 | -33/+13 |
2022-09-26 | mm/swapfile: use vma iterator instead of vma linked list | Liam R. Howlett | 1 | -1/+3 |
2022-09-26 | mm/swap: cache swap migration A/D bits support | Peter Xu | 1 | -0/+8 |
2022-09-26 | mm/swap: cache maximum swapfile size when init swap | Peter Xu | 1 | -2/+5 |
2022-09-26 | blk-cgroup: pass a gendisk to blkcg_schedule_throttle | Christoph Hellwig | 1 | -1/+1 |
2022-07-03 | mm/swap: convert delete_from_swap_cache() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-07-03 | mm/swap: convert try_to_free_swap to use a folio | Matthew Wilcox (Oracle) | 1 | -12/+11 |
2022-07-03 | mm/swapfile: fix possible data races of inuse_pages | Miaohe Lin | 1 | -4/+4 |
2022-05-27 | Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+18 |
2022-05-27 | mm/swapfile: fix lost swap bits in unuse_pte() | Miaohe Lin | 1 | -3/+7 |
2022-05-27 | mm/swapfile: unuse_pte can map random data if swap read fails | Miaohe Lin | 1 | -0/+11 |
2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -65/+70 |
2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+1 |
2022-05-19 | mm/swap: fix comment about swap extent | Miaohe Lin | 1 | -9/+6 |
2022-05-19 | mm/swap: clean up the comment of find_next_to_unuse | Miaohe Lin | 1 | -3/+3 |
2022-05-19 | mm/swap: add helper swap_offset_available() | Miaohe Lin | 1 | -16/+18 |
2022-05-19 | mm/swap: make page_swapcount and __lru_add_drain_all static | Miaohe Lin | 1 | -1/+1 |
2022-05-19 | mm/swap: remove unneeded p != NULL check in __swap_duplicate | Miaohe Lin | 1 | -2/+1 |
2022-05-19 | mm/swap: print bad swap offset entry in get_swap_device | Miaohe Lin | 1 | -0/+1 |
2022-05-19 | mm/swap: fold __swap_info_get() into its sole caller | Miaohe Lin | 1 | -18/+6 |
2022-05-13 | swap: turn get_swap_page() into folio_alloc_swap() | Matthew Wilcox (Oracle) | 1 | -8/+9 |
2022-05-09 | mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space | NeilBrown | 1 | -0/+5 |
2022-05-09 | mm: move responsibility for setting SWP_FS_OPS to ->swap_activate | NeilBrown | 1 | -7/+3 |
2022-05-09 | mm: create new mm/swap.h header file | NeilBrown | 1 | -0/+1 |
2022-05-09 | mm/swap: remember PG_anon_exclusive via a swp pte bit | David Hildenbrand | 1 | -1/+12 |
2022-05-09 | mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages | David Hildenbrand | 1 | -0/+4 |
2022-05-09 | mm/rmap: drop "compound" parameter from page_add_new_anon_rmap() | David Hildenbrand | 1 | -1/+1 |
2022-05-09 | mm/rmap: remove do_page_add_anon_rmap() | David Hildenbrand | 1 | -1/+1 |
2022-05-09 | mm,fs: Remove aops->readpage | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-05-09 | fs: Introduce aops->read_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-05-02 | blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h> | Christoph Hellwig | 1 | -0/+1 |
2022-04-17 | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD | Christoph Hellwig | 1 | -3/+3 |
2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 1 | -15/+2 |
2022-04-17 | block: add a bdev_stable_writes helper | Christoph Hellwig | 1 | -1/+1 |
2022-04-17 | block: add a bdev_nonrot helper | Christoph Hellwig | 1 | -2/+2 |
2022-04-17 | mm: use bdev_is_zoned in claim_swapfile | Christoph Hellwig | 1 | -1/+1 |
2022-03-24 | mm/swapfile: remove stale reuse_swap_page() | David Hildenbrand | 1 | -104/+0 |
2022-03-22 | userfaultfd: provide unmasked address on page-fault | Nadav Amit | 1 | -0/+1 |
2022-01-22 | mm: mark swap_lock and swap_active_head static | Christoph Hellwig | 1 | -2/+2 |
2022-01-22 | mm: simplify try_to_unuse | Christoph Hellwig | 1 | -60/+23 |
2022-01-22 | frontswap: simplify frontswap_init | Christoph Hellwig | 1 | -1/+2 |
2022-01-15 | mm: remove the total_mapcount argument from page_trans_huge_mapcount() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-01-15 | mm: remove the total_mapcount argument from page_trans_huge_map_swapcount() | Matthew Wilcox (Oracle) | 1 | -20/+12 |
2022-01-15 | mm: remove last argument of reuse_swap_page() | Matthew Wilcox (Oracle) | 1 | -7/+1 |
2022-01-15 | mm: change page type prior to adding page table entry | Pasha Tatashin | 1 | -2/+2 |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+3 |
2021-11-06 | mm/swapfile: fix an integer overflow in swap_show() | Rafael Aquini | 1 | -2/+2 |
2021-11-06 | mm/swapfile: remove needless request_queue NULL pointer check | Xu Wang | 1 | -1/+1 |