index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
swapfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]