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
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
2023-06-10
swap: remove get/put_swap_device() in __swap_duplicate()
Huang Ying
1
-4
/
+1
2023-06-10
swap: remove __swp_swapcount()
Huang Ying
1
-19
/
+1
2023-06-10
swap: remove get/put_swap_device() in __swap_count()
Huang Ying
1
-8
/
+2
2023-06-10
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-06
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
1
-2
/
+2
2023-04-06
mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
Rongwei Wang
1
-1
/
+2
2023-03-29
mm: swap: remove unneeded cgroup_throttle_swaprate()
Kefeng Wang
1
-3
/
+3
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+5
2023-02-21
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-02-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-6
/
+14
2023-02-10
mm/swapfile: remove pr_debug in get_swap_pages()
Longlong Xia
1
-2
/
+0
2023-02-10
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-03
block: remove ->rw_page
Christoph Hellwig
1
-1
/
+1
2023-02-01
Sync mm-stable with mm-hotfixes-stable to pick up dependent patches
Andrew Morton
1
-0
/
+1
2023-02-01
mm/swapfile: add cond_resched() in get_swap_pages()
Longlong Xia
1
-0
/
+1
2023-01-19
swapfile: get rid of volatile and avoid redundant read
Kairui Song
1
-3
/
+4
2022-12-14
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-12-13
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+2
2022-12-01
mm: use pte markers for swap errors
Peter Xu
1
-1
/
+1
2022-11-23
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-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-88
/
+90
2022-10-04
memcg: convert mem_cgroup_swap_full() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-10-04
swapfile: convert unuse_pte_range() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+19
2022-10-04
swapfile: convert __try_to_reclaim_swap() to use a folio
Matthew Wilcox (Oracle)
1
-11
/
+11
2022-10-04
swapfile: convert try_to_unuse() to use a folio
Matthew Wilcox (Oracle)
1
-11
/
+11
2022-10-04
mm/swap: convert put_swap_page() to put_swap_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-10-04
mm/swapfile: convert try_to_free_swap() to folio_free_swap()
Matthew Wilcox (Oracle)
1
-14
/
+18
2022-10-04
mm/swapfile: remove page_swapcount()
Matthew Wilcox (Oracle)
1
-33
/
+13
[next]