index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
swapfile.c
Age
Commit message (
Expand
)
Author
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
2024-05-05
mm,swap: add document about RCU read lock and swapoff interaction
Huang Ying
2024-05-02
swapon(2): open swap with O_EXCL
Al Viro
2024-05-02
swapon(2)/swapoff(2): don't bother with block size
Al Viro
2024-04-25
mm: swap: allow storage of all mTHP orders
Ryan Roberts
2024-04-25
mm: swap: update get_swap_pages() to take folio order
Ryan Roberts
2024-04-25
mm: swap: simplify struct percpu_cluster
Ryan Roberts
2024-04-25
mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
Ryan Roberts
2024-04-25
mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
Ryan Roberts
2024-04-25
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-06
mm: swap: fix race between free_swap_and_cache() and swapoff()
Ryan Roberts
2024-02-25
swap: port block device usage to file
Christian Brauner
2024-02-23
mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...
Barry Song
2024-02-22
mm/zswap: invalidate zswap entry when swap entry free
Chengming Zhou
2024-02-22
mm: swap: enforce updating inuse_pages at the end of swap_range_free()
Yosry Ahmed
2024-02-22
mm/zswap: split zswap rb-tree
Chengming Zhou
2024-02-22
mm/zswap: make sure each swapfile always have zswap rb-tree
Chengming Zhou
2024-02-20
mm/swap: fix race when skipping swapcache
Kairui Song
2024-01-10
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2023-12-29
mm/swapfile: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
David Hildenbrand
2023-12-29
mm: remove page_swap_info()
Matthew Wilcox (Oracle)
2023-12-29
mm: convert swap_readpage() to swap_read_folio()
Matthew Wilcox (Oracle)
[next]