index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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 '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
|
*
mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP
Hugh Dickins
2022-02-17
1
-3
/
+3
*
|
NUMA balancing: optimize page placement for memory tiering system
Huang Ying
2022-03-22
1
-1
/
+5
*
|
mm: vmscan: fix documentation for page_check_references()
Charan Teja Kalla
2022-03-22
1
-1
/
+1
*
|
mm: __isolate_lru_page_prepare() in isolate_migratepages_block()
Hugh Dickins
2022-03-22
1
-83
/
+18
*
|
mm/fs: delete PF_SWAPWRITE
Hugh Dickins
2022-03-22
1
-6
/
+2
*
|
remove bdi_congested() and wb_congested() and related functions
NeilBrown
2022-03-22
1
-3
/
+1
*
|
remove inode_congested()
NeilBrown
2022-03-22
1
-16
/
+1
|
/
*
mm: vmscan: remove deadlock due to throttling failing to make progress
Mel Gorman
2022-02-11
1
-1
/
+3
*
vmscan: make drop_slab_node static
Gang Li
2022-01-15
1
-1
/
+1
*
mm: vmscan: reduce throttling due to a failure to make progress -fix
Mel Gorman
2021-12-31
1
-1
/
+2
*
mm: vmscan: Reduce throttling due to a failure to make progress
Mel Gorman
2021-12-31
1
-9
/
+55
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-09
1
-0
/
+7
|
\
|
*
vfs: keep inodes with page cache off the inode shrinker LRU
Johannes Weiner
2021-11-09
1
-0
/
+7
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-16
/
+138
|
\
|
|
*
mm/vmscan: delay waking of tasks throttled on NOPROGRESS
Mel Gorman
2021-11-06
1
-2
/
+5
|
*
mm/vmscan: increase the timeout if page reclaim is not making progress
Mel Gorman
2021-11-06
1
-1
/
+1
|
*
mm/vmscan: centralise timeout values for reclaim_throttle
Mel Gorman
2021-11-06
1
-13
/
+37
|
*
mm/vmscan: throttle reclaim when no progress is being made
Mel Gorman
2021-11-06
1
-0
/
+28
|
*
mm/vmscan: throttle reclaim and compaction when too may pages are isolated
Mel Gorman
2021-11-06
1
-6
/
+16
|
*
mm/vmscan: throttle reclaim until some writeback completes if congested
Mel Gorman
2021-11-06
1
-12
/
+70
|
*
mm/vmscan.c: fix -Wunused-but-set-variable warning
Kai Song
2021-11-06
1
-2
/
+1
*
|
Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-11-02
1
-0
/
+15
|
\
\
|
*
|
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2021-09-14
1
-45
/
+197
|
|
\
|
|
*
|
mm/vmscan: add sync_shrinkers function v3
Christian König
2021-08-27
1
-0
/
+15
*
|
|
mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()
Matthew Wilcox (Oracle)
2021-09-27
1
-2
/
+3
*
|
|
mm/memcg: Add folio_lruvec_lock() and similar functions
Matthew Wilcox (Oracle)
2021-09-27
1
-1
/
+2
|
|
/
|
/
|
*
|
mm,vmscan: fix divide by zero in get_scan_count
Rik van Riel
2021-09-08
1
-1
/
+1
*
|
mm, vmscan: guarantee drop_slab_node() termination
Vlastimil Babka
2021-09-03
1
-1
/
+2
*
|
mm/vmscan: add 'else' to remove check_pending label
Miaohe Lin
2021-09-03
1
-9
/
+5
*
|
mm/vmscan: remove unneeded return value of kswapd_run()
Miaohe Lin
2021-09-03
1
-5
/
+2
*
|
mm/vmscan: remove misleading setting to sc->priority
Miaohe Lin
2021-09-03
1
-2
/
+0
*
|
mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezed
Miaohe Lin
2021-09-03
1
-5
/
+8
*
|
mm/migrate: add sysfs interface to enable reclaim migration
Huang Ying
2021-09-03
1
-2
/
+3
[next]