index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
swapfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-06
mm/swapfile: mark racy access on si->highest_bit
linke li
1
-1
/
+1
2024-05-06
mm: swapfile: check usable swap device in __folio_throttle_swaprate()
Kefeng Wang
1
-3
/
+10
2024-05-06
mm,swap: add document about RCU read lock and swapoff interaction
Huang Ying
1
-13
/
+13
2024-05-03
swapon(2): open swap with O_EXCL
Al Viro
1
-17
/
+2
2024-05-03
swapon(2)/swapoff(2): don't bother with block size
Al Viro
1
-11
/
+1
2024-04-26
mm: swap: allow storage of all mTHP orders
Ryan Roberts
1
-71
/
+91
2024-04-26
mm: swap: update get_swap_pages() to take folio order
Ryan Roberts
1
-6
/
+7
2024-04-26
mm: swap: simplify struct percpu_cluster
Ryan Roberts
1
-11
/
+11
2024-04-26
mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
Ryan Roberts
1
-18
/
+79
2024-04-26
mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
Ryan Roberts
1
-39
/
+8
2024-04-26
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
1
-1
/
+1
2024-03-15
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-07
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-24
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-21
mm/swap: fix race when skipping swapcache
Kairui Song
1
-0
/
+13
2024-01-11
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-21
plist: Split out plist_types.h
Kent Overstreet
1
-0
/
+1
2023-12-11
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-25
mm/swap: inline folio_set_swap_entry() and folio_swap_entry()
David Hildenbrand
1
-1
/
+1
2023-08-25
mm/swap: stop using page->private on tail pages for THP_SWAP
David Hildenbrand
1
-2
/
+2
2023-08-22
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-24
mm/swapfile: delete outdated pte_offset_map() comment
Hugh Dickins
1
-5
/
+0
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-7
/
+13
2023-06-20
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-10
swap: comments get_swap_device() with usage rule
Huang Ying
1
-3
/
+9
[next]