index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-11
mm/vmscan: make the annotations of refaults code at the right place
Yang Yang
1
-5
/
+5
2022-09-11
mm/vmscan: define macros for refaults in struct lruvec
Yang Yang
1
-4
/
+4
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-135
/
+197
2022-07-29
mm: vmpressure: don't count proactive reclaim in vmpressure
Yosry Ahmed
1
-10
/
+17
2022-07-29
mm: shrinkers: fix double kfree on shrinker name
Tetsuo Handa
1
-2
/
+7
2022-07-03
mm, docs: fix comments that mention mem_hotplug_end()
Yun-Ze Li
1
-1
/
+1
2022-07-03
mm/swap: convert __delete_from_swap_cache() to a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-07-03
mm: convert page_swap_flags to folio_swap_flags
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-07-03
mm: convert destroy_compound_page() to destroy_large_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-07-03
mm/vmscan: convert reclaim_pages() to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+12
2022-07-03
mm/vmscan: convert shrink_active_list() to use a folio
Matthew Wilcox (Oracle)
1
-32
/
+29
2022-07-03
mm/vmscan: convert move_pages_to_lru() to use a folio
Matthew Wilcox (Oracle)
1
-27
/
+27
2022-07-03
mm/vmscan: convert isolate_lru_pages() to use a folio
Matthew Wilcox (Oracle)
1
-33
/
+33
2022-07-03
mm/vmscan: convert reclaim_clean_pages_from_list() to folios
Matthew Wilcox (Oracle)
1
-11
/
+11
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-3
/
+55
2022-07-03
mm: shrinkers: introduce debugfs interface for memory shrinkers
Roman Gushchin
1
-2
/
+4
2022-06-29
vmscan: Add check_move_unevictable_folios()
Matthew Wilcox (Oracle)
1
-22
/
+34
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-226
/
+250
2022-05-25
Revert "mm/vmscan: never demote for memcg reclaim"
Johannes Weiner
1
-7
/
+2
2022-05-19
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
1
-1
/
+6
2022-05-13
vmscan: remove remaining uses of page in shrink_page_list
Matthew Wilcox (Oracle)
1
-62
/
+60
2022-05-13
vmscan: convert the activate_locked portion of shrink_page_list to folios
Matthew Wilcox (Oracle)
1
-8
/
+9
2022-05-13
vmscan: move initialisation of mapping down
Matthew Wilcox (Oracle)
1
-5
/
+2
2022-05-13
vmscan: convert lazy freeing to folios
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-05-13
vmscan: convert page buffer handling to use folios
Matthew Wilcox (Oracle)
1
-23
/
+25
2022-05-13
vmscan: convert dirty page handling to folios
Matthew Wilcox (Oracle)
1
-22
/
+26
2022-05-13
swap: convert add_to_swap() to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-13
vmscan: convert the writeback handling in shrink_page_list() to folios
Matthew Wilcox (Oracle)
1
-36
/
+42
2022-05-13
vmscan: use folio_mapped() in shrink_page_list()
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-05-13
mm/vmscan: don't use NUMA_NO_NODE as indicator of page on different node
Wei Yang
1
-4
/
+3
2022-05-13
mm/vmscan: filter empty page_list at the beginning
Wei Yang
1
-4
/
+6
2022-05-13
mm/vmscan: use helper folio_is_file_lru()
Miaohe Lin
1
-2
/
+2
2022-05-13
mm/vmscan: remove obsolete comment in kswapd_run
Miaohe Lin
1
-1
/
+0
2022-05-13
mm/vmscan: take all base pages of THP into account when race with speculative...
Miaohe Lin
1
-1
/
+1
2022-05-13
mm/vmscan: introduce helper function reclaim_page_list()
Miaohe Lin
1
-25
/
+25
2022-05-13
mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_wri...
Miaohe Lin
1
-1
/
+4
2022-05-13
mm/vmscan: not necessary to re-init the list for each iteration
Wei Yang
1
-3
/
+1
2022-05-13
mm/vmscan: take min_slab_pages into account when try to call shrink_node
Miaohe Lin
1
-1
/
+2
2022-05-09
fs: Remove aops->freepage
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-05-09
fs: Add free_folio address space operation
Matthew Wilcox (Oracle)
1
-1
/
+5
2022-05-09
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
mm: submit multipage write for SWP_FS_OPS swap-space
NeilBrown
1
-2
/
+7
2022-05-09
mm: reclaim mustn't enter FS for SWP_FS_OPS swap-space
NeilBrown
1
-9
/
+20
2022-05-09
mm: create new mm/swap.h header file
NeilBrown
1
-0
/
+1
2022-05-08
fs: Convert is_dirty_writeback() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-04-28
mm/vmscan: fix comment for isolate_lru_pages
Miaohe Lin
1
-2
/
+2
2022-04-28
mm/vmscan: fix comment for current_may_throttle
Miaohe Lin
1
-4
/
+3
2022-04-28
mm/vmscan: remove obsolete comment in get_scan_count
Miaohe Lin
1
-3
/
+1
2022-04-28
mm/vmscan: sc->reclaim_idx must be a valid zone index
Wei Yang
1
-2
/
+2
2022-04-28
mm/vmscan: reclaim only affects managed_zones
Wei Yang
1
-2
/
+2
[next]