Age | Commit message (Expand) | Author |
2020-06-03 | mm: vmscan: determine anon/file pressure balance at the reclaim root | Johannes Weiner |
2020-06-03 | mm: memcontrol: delete unused lrucare handling | Johannes Weiner |
2020-06-03 | mm: memcontrol: prepare swap controller setup for integration | Johannes Weiner |
2020-06-03 | mm: memcontrol: drop unused try/commit/cancel charge API | Johannes Weiner |
2020-06-03 | mm: memcontrol: switch to native NR_ANON_THPS counter | Johannes Weiner |
2020-06-03 | mm: memcontrol: switch to native NR_ANON_MAPPED counter | Johannes Weiner |
2020-06-03 | mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters | Johannes Weiner |
2020-06-03 | mm: memcontrol: prepare cgroup vmstat infrastructure for native anon counters | Johannes Weiner |
2020-06-03 | mm: memcontrol: convert page cache to a new mem_cgroup_charge() API | Johannes Weiner |
2020-06-03 | mm: memcontrol: drop @compound parameter from memcg charging API | Johannes Weiner |
2020-06-02 | mm/memcg: automatically penalize tasks with high swap use | Jakub Kicinski |
2020-06-02 | mm/memcg: move cgroup high memory limit setting into struct page_counter | Jakub Kicinski |
2020-05-14 | mm, memcg: fix inconsistent oom event behavior | Yafang Shao |
2020-04-18 | memcontrol.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-04-02 | mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge() | Roman Gushchin |
2020-04-02 | mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg() | Roman Gushchin |
2020-04-02 | mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() | Roman Gushchin |
2020-04-02 | mm: kmem: cleanup memcg_kmem_uncharge_memcg() arguments | Roman Gushchin |
2020-04-02 | mm: kmem: cleanup (__)memcg_kmem_charge_memcg() arguments | Roman Gushchin |
2020-03-29 | mm: fork: fix kernel_stack memcg stats for various stack implementations | Roman Gushchin |
2019-12-01 | mm: vmscan: detect file thrashing at the reclaim root | Johannes Weiner |
2019-12-01 | mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs | Johannes Weiner |
2019-12-01 | mm: clean up and clarify lruvec lookup procedure | Johannes Weiner |
2019-12-01 | mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node() | Shakeel Butt |
2019-12-01 | include/linux/memcontrol.h: fix comments based on per-node memcg | Hao Lee |
2019-12-01 | mm, memcg: clean up reclaim iter array | Yafang Shao |
2019-10-07 | mm, memcg: make scan aggression always exclude protection | Chris Down |
2019-10-07 | mm, memcg: make memory.emin the baseline for utilisation determination | Chris Down |
2019-10-07 | mm, memcg: proportional memory.{low,min} reclaim | Chris Down |
2019-10-07 | memcg: only record foreign writebacks with dirty pages when memcg is not disa... | Baoquan He |
2019-09-24 | mm: thp: make deferred split shrinker memcg aware | Yang Shi |
2019-09-24 | mm: shrinker: make shrinker not depend on memcg kmem | Yang Shi |
2019-09-17 | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-08-27 | writeback, memcg: Implement foreign dirty flushing | Tejun Heo |
2019-08-13 | mm: workingset: fix vmstat counters for shadow nodes | Roman Gushchin |
2019-07-12 | mm, oom: remove redundant task_in_mem_cgroup() check | Shakeel Butt |
2019-07-12 | mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg() | Roman Gushchin |
2019-07-12 | mm, memcg: introduce memory.events.local | Shakeel Butt |
2019-06-13 | mm: memcontrol: don't batch updates of local VM stats and events | Johannes Weiner |
2019-06-01 | mm, memcg: consider subtrees in memory.events | Chris Down |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner |
2019-05-14 | mm: memcontrol: fix recursive statistics correctness & scalabilty | Johannes Weiner |
2019-05-14 | mm: memcontrol: move stat/event counting functions out-of-line | Johannes Weiner |
2019-05-14 | mm: memcontrol: make cgroup stats and events query API explicitly local | Johannes Weiner |
2019-05-14 | mm, memcg: rename ambiguously named memory.stat counters and functions | Chris Down |
2019-05-14 | mm: memcontrol: push down mem_cgroup_node_nr_lru_pages() | Johannes Weiner |
2019-05-14 | mm: memcontrol: replace zone summing with lruvec_page_state() | Johannes Weiner |
2019-05-14 | mm: move nr_deactivate accounting to shrink_active_list() | Kirill Tkhai |
2019-04-05 | mm: writeback: use exact memcg dirty counts | Greg Thelen |
2019-03-05 | mm, memcg: create mem_cgroup_from_seq | Chris Down |