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
/
vmscan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-26
1
-226
/
+250
|
\
|
*
Revert "mm/vmscan: never demote for memcg reclaim"
Johannes Weiner
2022-05-25
1
-7
/
+2
|
*
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
2022-05-19
1
-1
/
+6
|
*
vmscan: remove remaining uses of page in shrink_page_list
Matthew Wilcox (Oracle)
2022-05-13
1
-62
/
+60
|
*
vmscan: convert the activate_locked portion of shrink_page_list to folios
Matthew Wilcox (Oracle)
2022-05-13
1
-8
/
+9
|
*
vmscan: move initialisation of mapping down
Matthew Wilcox (Oracle)
2022-05-13
1
-5
/
+2
|
*
vmscan: convert lazy freeing to folios
Matthew Wilcox (Oracle)
2022-05-13
1
-9
/
+9
|
*
vmscan: convert page buffer handling to use folios
Matthew Wilcox (Oracle)
2022-05-13
1
-23
/
+25
|
*
vmscan: convert dirty page handling to folios
Matthew Wilcox (Oracle)
2022-05-13
1
-22
/
+26
|
*
swap: convert add_to_swap() to take a folio
Matthew Wilcox (Oracle)
2022-05-13
1
-3
/
+3
|
*
vmscan: convert the writeback handling in shrink_page_list() to folios
Matthew Wilcox (Oracle)
2022-05-13
1
-36
/
+42
|
*
vmscan: use folio_mapped() in shrink_page_list()
Matthew Wilcox (Oracle)
2022-05-13
1
-8
/
+8
|
*
mm/vmscan: don't use NUMA_NO_NODE as indicator of page on different node
Wei Yang
2022-05-13
1
-4
/
+3
|
*
mm/vmscan: filter empty page_list at the beginning
Wei Yang
2022-05-13
1
-4
/
+6
|
*
mm/vmscan: use helper folio_is_file_lru()
Miaohe Lin
2022-05-13
1
-2
/
+2
|
*
mm/vmscan: remove obsolete comment in kswapd_run
Miaohe Lin
2022-05-13
1
-1
/
+0
|
*
mm/vmscan: take all base pages of THP into account when race with speculative...
Miaohe Lin
2022-05-13
1
-1
/
+1
|
*
mm/vmscan: introduce helper function reclaim_page_list()
Miaohe Lin
2022-05-13
1
-25
/
+25
|
*
mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_wri...
Miaohe Lin
2022-05-13
1
-1
/
+4
|
*
mm/vmscan: not necessary to re-init the list for each iteration
Wei Yang
2022-05-13
1
-3
/
+1
|
*
mm/vmscan: take min_slab_pages into account when try to call shrink_node
Miaohe Lin
2022-05-13
1
-1
/
+2
|
*
mm: submit multipage write for SWP_FS_OPS swap-space
NeilBrown
2022-05-09
1
-2
/
+7
|
*
mm: reclaim mustn't enter FS for SWP_FS_OPS swap-space
NeilBrown
2022-05-09
1
-9
/
+20
|
*
mm: create new mm/swap.h header file
NeilBrown
2022-05-09
1
-0
/
+1
|
*
mm/vmscan: fix comment for isolate_lru_pages
Miaohe Lin
2022-04-28
1
-2
/
+2
|
*
mm/vmscan: fix comment for current_may_throttle
Miaohe Lin
2022-04-28
1
-4
/
+3
|
*
mm/vmscan: remove obsolete comment in get_scan_count
Miaohe Lin
2022-04-28
1
-3
/
+1
|
*
mm/vmscan: sc->reclaim_idx must be a valid zone index
Wei Yang
2022-04-28
1
-2
/
+2
|
*
mm/vmscan: reclaim only affects managed_zones
Wei Yang
2022-04-28
1
-2
/
+2
*
|
fs: Remove aops->freepage
Matthew Wilcox (Oracle)
2022-05-09
1
-4
/
+0
*
|
fs: Add free_folio address space operation
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+5
*
|
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
*
|
fs: Convert is_dirty_writeback() to take a folio
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
|
/
*
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-149
/
+156
|
\
|
*
mm: Turn can_split_huge_page() into can_split_folio()
Matthew Wilcox (Oracle)
2022-03-21
1
-3
/
+3
|
*
mm/vmscan: Convert pageout() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-32
/
+32
|
*
mm/vmscan: Turn page_check_references() into folio_check_references()
Matthew Wilcox (Oracle)
2022-03-21
1
-17
/
+16
|
*
mm/vmscan: Account large folios correctly
Matthew Wilcox (Oracle)
2022-03-21
1
-6
/
+6
|
*
mm/vmscan: Optimise shrink_page_list for non-PMD-sized folios
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+2
|
*
mm/vmscan: Free non-shmem folios without splitting them
Matthew Wilcox (Oracle)
2022-03-21
1
-2
/
+2
|
*
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+1
|
*
mm/rmap: Turn page_referenced() into folio_referenced()
Matthew Wilcox (Oracle)
2022-03-21
1
-8
/
+12
|
*
mm: Add split_folio_to_list()
Matthew Wilcox (Oracle)
2022-03-21
1
-5
/
+5
|
*
mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()
Matthew Wilcox (Oracle)
2022-03-21
1
-10
/
+10
|
*
mm: Convert remove_mapping() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-9
/
+14
|
*
mm/vmscan: Convert __remove_mapping() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-21
/
+23
|
*
mm: Turn putback_lru_page() into folio_putback_lru()
Matthew Wilcox (Oracle)
2022-03-21
1
-8
/
+8
|
*
mm/memcg: Convert mem_cgroup_swapout() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+1
|
*
mm/workingset: Convert workingset_eviction() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-3
/
+4
|
*
mm: Turn isolate_lru_page() into folio_isolate_lru()
Matthew Wilcox (Oracle)
2022-03-21
1
-24
/
+19
[next]