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
2019-05-14
mm: memcontrol: make cgroup stats and events query API explicitly local
Johannes Weiner
1
-3
/
+3
2019-05-14
mm/vmscan.c: don't disable irq again when count pgrefill for memcg
Yafang Shao
1
-1
/
+1
2019-05-14
mm/vmscan.c: simplify shrink_inactive_list()
Kirill Tkhai
1
-22
/
+9
2019-05-14
mm/vmscan: drop may_writepage and classzone_idx from direct reclaim begin tem...
Yafang Shao
1
-11
/
+3
2019-05-14
mm: memcontrol: replace zone summing with lruvec_page_state()
Johannes Weiner
1
-1
/
+1
2019-05-14
mm/vmscan: add tracepoints for node reclaim
Yafang Shao
1
-0
/
+6
2019-05-14
mm: generalize putback scan functions
Kirill Tkhai
1
-82
/
+40
2019-05-14
mm: remove pages_to_free argument of move_active_pages_to_lru()
Kirill Tkhai
1
-6
/
+13
2019-05-14
mm: move nr_deactivate accounting to shrink_active_list()
Kirill Tkhai
1
-6
/
+4
2019-05-14
mm: move recent_rotated pages calculation to shrink_inactive_list()
Kirill Tkhai
1
-8
/
+7
2019-05-07
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2019-04-19
mm: fix inactive list balancing between NUMA nodes and cgroups
Johannes Weiner
1
-20
/
+9
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
1
-1
/
+1
2019-03-05
mm: remove zone_lru_lock() function, access ->lru_lock directly
Andrey Ryabinin
1
-8
/
+8
2019-03-05
mm/workingset: remove unused @mapping argument in workingset_eviction()
Andrey Ryabinin
1
-1
/
+1
2019-03-05
numa: make "nr_node_ids" unsigned int
Alexey Dobriyan
1
-1
/
+1
2019-03-05
mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list()
Kirill Tkhai
1
-30
/
+14
2019-03-05
mm: vmscan: do not iterate all mem cgroups for global direct reclaim
Yang Shi
1
-4
/
+3
2019-03-05
mm/vmscan.c: remove 7th argument of isolate_lru_pages()
Kirill Tkhai
1
-11
/
+4
2019-03-05
mm: fix some typos in mm directory
Wei Yang
1
-1
/
+1
2019-02-12
Revert "mm: slowly shrink slabs with a relatively small number of objects"
Dave Chinner
1
-10
/
+0
2018-12-28
mm: put_and_wait_on_page_locked() while page is migrated
Hugh Dickins
1
-8
/
+2
2018-12-28
mm: reclaim small amounts of memory when an external fragmentation event occurs
Mel Gorman
1
-9
/
+124
2018-11-20
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
1
-14
/
+34
2018-11-07
mm, drm/i915: mark pinned shmemfs pages as unevictable
Kuo-Hsin Yang
1
-11
/
+11
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-5
/
+5
2018-10-26
mm: zero-seek shrinkers
Johannes Weiner
1
-3
/
+12
2018-10-26
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
1
-0
/
+9
2018-10-26
mm: workingset: tell cache transitions from workingset thrashing
Johannes Weiner
1
-0
/
+1
2018-10-26
mm: don't miss the last page because of round-off error
Roman Gushchin
1
-2
/
+4
2018-10-21
mm: Convert is_page_cache_freeable to XArray
Matthew Wilcox
1
-4
/
+4
2018-10-21
mm: Convert delete_from_swap_cache to XArray
Matthew Wilcox
1
-1
/
+1
2018-10-05
mm/vmscan.c: fix int overflow in callers of do_shrink_slab()
Kirill Tkhai
1
-4
/
+3
2018-09-20
mm: slowly shrink slabs with a relatively small number of objects
Roman Gushchin
1
-0
/
+11
2018-08-22
mm: fix page_freeze_refs and page_unfreeze_refs in comments
Jiang Biao
1
-1
/
+1
2018-08-22
mm: check shrinker is memcg-aware in register_shrinker_prepared()
Kirill Tkhai
1
-1
/
+2
2018-08-17
mm: use special value SHRINKER_REGISTERING instead of list_empty() check
Kirill Tkhai
1
-22
/
+21
2018-08-17
mm/vmscan.c: move check for SHRINKER_NUMA_AWARE to do_shrink_slab()
Kirill Tkhai
1
-3
/
+3
2018-08-17
mm/vmscan.c: clear shrinker bit if there are no objects related to memcg
Kirill Tkhai
1
-2
/
+24
2018-08-17
mm: add SHRINK_EMPTY shrinker methods return value
Kirill Tkhai
1
-3
/
+9
2018-08-17
mm/vmscan.c: generalize shrink_slab() calls in shrink_node()
Vladimir Davydov
1
-15
/
+6
2018-08-17
mm/vmscan.c: iterate only over charged shrinkers during memcg shrink_slab()
Kirill Tkhai
1
-9
/
+75
2018-08-17
mm, memcg: assign memcg-aware shrinkers bitmap to memcg
Kirill Tkhai
1
-1
/
+7
2018-08-17
mm: assign id to every memcg-aware shrinker
Kirill Tkhai
1
-0
/
+63
2018-08-17
mm/vmscan.c: condense scan_control
Greg Thelen
1
-12
/
+20
2018-06-07
memcg: introduce memory.min
Roman Gushchin
1
-1
/
+17
2018-06-07
lockdep: fix fs_reclaim annotation
Omar Sandoval
1
-7
/
+13
2018-06-02
mm: fix the NULL mapping case in __isolate_lru_page()
Hugh Dickins
1
-1
/
+1
2018-04-16
mm,vmscan: Allow preallocating memory for register_shrinker().
Tetsuo Handa
1
-1
/
+20
2018-04-11
page cache: use xa_lock
Matthew Wilcox
1
-6
/
+6
[next]