index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-149
/
+156
2022-03-23
NUMA balancing: optimize page placement for memory tiering system
Huang Ying
1
-1
/
+5
2022-03-23
mm: vmscan: fix documentation for page_check_references()
Charan Teja Kalla
1
-1
/
+1
2022-03-23
mm: __isolate_lru_page_prepare() in isolate_migratepages_block()
Hugh Dickins
1
-83
/
+18
2022-03-23
mm/fs: delete PF_SWAPWRITE
Hugh Dickins
1
-6
/
+2
2022-03-23
remove bdi_congested() and wb_congested() and related functions
NeilBrown
1
-3
/
+1
2022-03-23
remove inode_congested()
NeilBrown
1
-16
/
+1
2022-03-21
mm: Turn can_split_huge_page() into can_split_folio()
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-03-21
mm/vmscan: Convert pageout() to take a folio
Matthew Wilcox (Oracle)
1
-32
/
+32
2022-03-21
mm/vmscan: Turn page_check_references() into folio_check_references()
Matthew Wilcox (Oracle)
1
-17
/
+16
2022-03-21
mm/vmscan: Account large folios correctly
Matthew Wilcox (Oracle)
1
-6
/
+6
2022-03-21
mm/vmscan: Optimise shrink_page_list for non-PMD-sized folios
Matthew Wilcox (Oracle)
1
-1
/
+2
2022-03-21
mm/vmscan: Free non-shmem folios without splitting them
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-21
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-21
mm/rmap: Turn page_referenced() into folio_referenced()
Matthew Wilcox (Oracle)
1
-8
/
+12
2022-03-21
mm: Add split_folio_to_list()
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-03-21
mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()
Matthew Wilcox (Oracle)
1
-10
/
+10
2022-03-21
mm: Convert remove_mapping() to take a folio
Matthew Wilcox (Oracle)
1
-9
/
+14
2022-03-21
mm/vmscan: Convert __remove_mapping() to take a folio
Matthew Wilcox (Oracle)
1
-21
/
+23
2022-03-21
mm: Turn putback_lru_page() into folio_putback_lru()
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-03-21
mm/memcg: Convert mem_cgroup_swapout() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-21
mm/workingset: Convert workingset_eviction() to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2022-03-21
mm: Turn isolate_lru_page() into folio_isolate_lru()
Matthew Wilcox (Oracle)
1
-24
/
+19
2022-02-17
mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP
Hugh Dickins
1
-3
/
+3
2022-02-12
mm: vmscan: remove deadlock due to throttling failing to make progress
Mel Gorman
1
-1
/
+3
2022-01-15
vmscan: make drop_slab_node static
Gang Li
1
-1
/
+1
2022-01-01
mm: vmscan: reduce throttling due to a failure to make progress -fix
Mel Gorman
1
-1
/
+2
2021-12-31
mm: vmscan: Reduce throttling due to a failure to make progress
Mel Gorman
1
-9
/
+55
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+7
2021-11-09
vfs: keep inodes with page cache off the inode shrinker LRU
Johannes Weiner
1
-0
/
+7
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-16
/
+138
2021-11-06
mm/vmscan: delay waking of tasks throttled on NOPROGRESS
Mel Gorman
1
-2
/
+5
2021-11-06
mm/vmscan: increase the timeout if page reclaim is not making progress
Mel Gorman
1
-1
/
+1
2021-11-06
mm/vmscan: centralise timeout values for reclaim_throttle
Mel Gorman
1
-13
/
+37
2021-11-06
mm/vmscan: throttle reclaim when no progress is being made
Mel Gorman
1
-0
/
+28
2021-11-06
mm/vmscan: throttle reclaim and compaction when too may pages are isolated
Mel Gorman
1
-6
/
+16
2021-11-06
mm/vmscan: throttle reclaim until some writeback completes if congested
Mel Gorman
1
-12
/
+70
2021-11-06
mm/vmscan.c: fix -Wunused-but-set-variable warning
Kai Song
1
-2
/
+1
2021-11-03
Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+15
2021-09-27
mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()
Matthew Wilcox (Oracle)
1
-2
/
+3
2021-09-27
mm/memcg: Add folio_lruvec_lock() and similar functions
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-45
/
+197
2021-09-09
mm,vmscan: fix divide by zero in get_scan_count
Rik van Riel
1
-1
/
+1
2021-09-03
mm, vmscan: guarantee drop_slab_node() termination
Vlastimil Babka
1
-1
/
+2
2021-09-03
mm/vmscan: add 'else' to remove check_pending label
Miaohe Lin
1
-9
/
+5
2021-09-03
mm/vmscan: remove unneeded return value of kswapd_run()
Miaohe Lin
1
-5
/
+2
2021-09-03
mm/vmscan: remove misleading setting to sc->priority
Miaohe Lin
1
-2
/
+0
2021-09-03
mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezed
Miaohe Lin
1
-5
/
+8
2021-09-03
mm/migrate: add sysfs interface to enable reclaim migration
Huang Ying
1
-2
/
+3
2021-09-03
mm/vmscan: never demote for memcg reclaim
Dave Hansen
1
-2
/
+7
[next]