Age | Commit message (Expand) | Author |
2019-09-25 | memcg, kmem: do not fail __GFP_NOFAIL charges | Michal Hocko |
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-24 | memcg, kmem: deprecate kmem.limit_in_bytes | Michal Hocko |
2019-09-24 | mm/memcontrol.c: fix a -Wunused-function warning | Qian Cai |
2019-09-24 | mm: memcontrol: switch to rcu protection in drain_all_stock() | Roman Gushchin |
2019-09-24 | mm, memcg: throttle allocators when failing reclaim over memory.high | Chris Down |
2019-09-24 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) |
2019-09-21 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds |
2019-09-17 | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-09-07 | pagewalk: separate function pointers from iterator data | Christoph Hellwig |
2019-09-07 | mm: split out a new pagewalk.h header from mm.h | Christoph Hellwig |
2019-08-30 | mm: memcontrol: fix percpu vmstats and vmevents flush | Shakeel Butt |
2019-08-30 | mm, memcg: partially revert "mm/memcontrol.c: keep local VM counters in sync ... | Roman Gushchin |
2019-08-30 | mm: memcontrol: flush percpu slab vmstats on kmem offlining | Roman Gushchin |
2019-08-30 | writeback: add tracepoints for cgroup foreign writebacks | Tejun Heo |
2019-08-27 | writeback, memcg: Implement foreign dirty flushing | Tejun Heo |
2019-08-24 | mm: memcontrol: flush percpu vmevents before releasing memcg | Roman Gushchin |
2019-08-24 | mm: memcontrol: flush percpu vmstats before releasing memcg | Roman Gushchin |
2019-08-13 | mm: workingset: fix vmstat counters for shadow nodes | Roman Gushchin |
2019-08-13 | mm/memcontrol.c: fix use after free in mem_cgroup_iter() | Miles Chen |
2019-07-16 | mm/memcontrol.c: keep local VM counters in sync with the hierarchical ones | Yafang Shao |
2019-07-14 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds |
2019-07-12 | mm, oom: remove redundant task_in_mem_cgroup() check | Shakeel Butt |
2019-07-12 | mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks() | Tetsuo Handa |
2019-07-12 | mm: memcg/slab: reparent memcg kmem_caches on cgroup removal | Roman Gushchin |
2019-07-12 | mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pages | Roman Gushchin |
2019-07-12 | mm: memcg/slab: rework non-root kmem_cache lifecycle management | Roman Gushchin |
2019-07-12 | mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg() | Roman Gushchin |
2019-07-12 | mm: memcontrol: dump memory.stat during cgroup OOM | Johannes Weiner |
2019-07-12 | mm, memcg: introduce memory.events.local | Shakeel Butt |
2019-07-12 | memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL | Shakeel Butt |
2019-07-12 | mm/memcontrol: fix wrong statistics in memory.stat | Yafang Shao |
2019-07-02 | mm: remove MEMORY_DEVICE_PUBLIC support | Christoph Hellwig |
2019-06-13 | mm: memcontrol: don't batch updates of local VM stats and events | Johannes Weiner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner |
2019-05-14 | mm: memcontrol: fix NUMA round-robin reclaim at intermediate level | Johannes Weiner |
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: quarantine the mem_cgroup_[node_]nr_lru_pages() API | Johannes Weiner |
2019-05-14 | mm: memcontrol: push down mem_cgroup_nr_lru_pages() | Johannes Weiner |
2019-05-14 | mm: memcontrol: push down mem_cgroup_node_nr_lru_pages() | Johannes Weiner |
2019-05-14 | mm: memcontrol: replace node summing with memcg_page_state() | Johannes Weiner |
2019-05-14 | mm: memcontrol: replace zone summing with lruvec_page_state() | Johannes Weiner |
2019-04-05 | mm: writeback: use exact memcg dirty counts | Greg Thelen |
2019-03-05 | mm/memcontrol.c: fix bad line in comment | Qian Cai |
2019-03-05 | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin |
2019-03-05 | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan |