index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
swapfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false
Barry Song
2024-07-03
1
-2
/
+12
*
mm: extend rmap flags arguments for folio_add_new_anon_rmap
Barry Song
2024-07-03
1
-1
/
+1
*
mm: remove the implementation of swap_free() and always use swap_free_nr()
Barry Song
2024-07-03
1
-13
/
+4
*
mm: swap: introduce swap_free_nr() for batched swap_free()
Chuanhua Han
2024-07-03
1
-0
/
+47
*
mm/swap: reduce swap cache search space
Kairui Song
2024-07-03
1
-3
/
+3
*
mm: drop page_index and simplify folio_index
Kairui Song
2024-07-03
1
-4
/
+3
*
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-21
1
-27
/
+2
|
\
|
*
swapon(2): open swap with O_EXCL
Al Viro
2024-05-02
1
-17
/
+2
|
*
swapon(2)/swapoff(2): don't bother with block size
Al Viro
2024-05-02
1
-11
/
+1
*
|
mm/swapfile: mark racy access on si->highest_bit
linke li
2024-05-05
1
-1
/
+1
*
|
mm: swapfile: check usable swap device in __folio_throttle_swaprate()
Kefeng Wang
2024-05-05
1
-3
/
+10
*
|
mm,swap: add document about RCU read lock and swapoff interaction
Huang Ying
2024-05-05
1
-13
/
+13
*
|
mm: swap: allow storage of all mTHP orders
Ryan Roberts
2024-04-25
1
-71
/
+91
*
|
mm: swap: update get_swap_pages() to take folio order
Ryan Roberts
2024-04-25
1
-6
/
+7
*
|
mm: swap: simplify struct percpu_cluster
Ryan Roberts
2024-04-25
1
-11
/
+11
*
|
mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
Ryan Roberts
2024-04-25
1
-18
/
+79
*
|
mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
Ryan Roberts
2024-04-25
1
-39
/
+8
*
|
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
2024-04-25
1
-1
/
+1
|
/
*
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-14
1
-9
/
+36
|
\
|
*
mm: swap: fix race between free_swap_and_cache() and swapoff()
Ryan Roberts
2024-03-06
1
-1
/
+12
|
*
mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...
Barry Song
2024-02-23
1
-1
/
+2
|
*
mm/zswap: invalidate zswap entry when swap entry free
Chengming Zhou
2024-02-22
1
-1
/
+0
|
*
mm: swap: enforce updating inuse_pages at the end of swap_range_free()
Yosry Ahmed
2024-02-22
1
-3
/
+15
|
*
mm/zswap: split zswap rb-tree
Chengming Zhou
2024-02-22
1
-1
/
+1
|
*
mm/zswap: make sure each swapfile always have zswap rb-tree
Chengming Zhou
2024-02-22
1
-3
/
+7
*
|
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
1
-11
/
+11
|
\
\
|
|
/
|
/
|
|
*
swap: port block device usage to file
Christian Brauner
2024-02-25
1
-11
/
+11
*
|
mm/swap: fix race when skipping swapcache
Kairui Song
2024-02-20
1
-0
/
+13
|
/
*
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-01-10
1
-0
/
+1
|
\
|
*
plist: Split out plist_types.h
Kent Overstreet
2023-12-20
1
-0
/
+1
*
|
mm/swapfile: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
David Hildenbrand
2023-12-29
1
-1
/
+1
*
|
mm: remove page_swap_info()
Matthew Wilcox (Oracle)
2023-12-29
1
-7
/
+1
*
|
mm: convert swap_readpage() to swap_read_folio()
Matthew Wilcox (Oracle)
2023-12-29
1
-1
/
+1
*
|
mm: convert swap_page_sector() to swap_folio_sector()
Matthew Wilcox (Oracle)
2023-12-29
1
-3
/
+3
*
|
mm: convert unuse_pte() to use a folio throughout
Matthew Wilcox (Oracle)
2023-12-29
1
-22
/
+25
*
|
mm: remove PageAnonExclusive assertions in unuse_pte()
Matthew Wilcox (Oracle)
2023-12-29
1
-4
/
+0
*
|
mm: convert ksm_might_need_to_copy() to work on folios
Matthew Wilcox (Oracle)
2023-12-29
1
-3
/
+5
*
|
mm/swapfile: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
2023-12-10
1
-17
/
+17
|
/
*
mm/swap: Convert to use bdev_open_by_dev()
Jan Kara
2023-10-28
1
-11
/
+12
*
mm/swap: inline folio_set_swap_entry() and folio_swap_entry()
David Hildenbrand
2023-08-24
1
-1
/
+1
*
mm/swap: stop using page->private on tail pages for THP_SWAP
David Hildenbrand
2023-08-24
1
-2
/
+2
*
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
2023-08-21
1
-4
/
+4
|
\
|
*
mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
Miaohe Lin
2023-08-04
1
-4
/
+4
*
|
mm/swapfile.c: use helper macro K()
ZhangPeng
2023-08-21
1
-6
/
+6
*
|
mm: kill frontswap
Johannes Weiner
2023-08-21
1
-23
/
+10
*
|
mm: make PTE_MARKER_SWAPIN_ERROR more general
Axel Rasmussen
2023-08-18
1
-1
/
+1
*
|
mm: call arch_swap_restore() from unuse_pte()
Peter Collingbourne
2023-08-18
1
-0
/
+7
*
|
swap: stop add to avail list if swap is full
Ma Wupeng
2023-08-18
1
-1
/
+4
*
|
swap: cleanup duplicated WARN_ON in add_to_avail_list
Ma Wupeng
2023-08-18
1
-3
/
+1
|
/
*
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-63
/
+46
|
\
[next]