Age | Commit message (Expand) | Author | Files | Lines |
2020-04-10 | mm, memcg: do not high throttle allocators based on wraparound |  Jakub Kicinski | 1 | -0/+3 |
2020-04-07 | mm: use fallthrough; |  Joe Perches | 1 | -1/+1 |
2020-04-07 | mm, memcg: bypass high reclaim iteration for cgroup hierarchy root |  Chris Down | 1 | -1/+2 |
2020-04-02 | mm: memcg: make memory.oom.group tolerable to task migration |  Roman Gushchin | 1 | -0/+8 |
2020-04-02 | mm, memcg: prevent mem_cgroup_protected store tearing |  Chris Down | 1 | -4/+4 |
2020-04-02 | mm, memcg: prevent memory.swap.max load tearing |  Chris Down | 1 | -3/+4 |
2020-04-02 | mm, memcg: prevent memory.min load/store tearing |  Chris Down | 1 | -2/+3 |
2020-04-02 | mm, memcg: prevent memory.max load tearing |  Chris Down | 1 | -6/+6 |
2020-04-02 | mm, memcg: prevent memory.high load/store tearing |  Chris Down | 1 | -6/+7 |
2020-04-02 | mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unused |  Vincenzo Frascino | 1 | -1/+2 |
2020-04-02 | memcg: css_tryget_online cleanups |  Shakeel Butt | 1 | -5/+9 |
2020-04-02 | mm: memcontrol: recursive memory.low protection |  Johannes Weiner | 1 | -4/+47 |
2020-04-02 | mm: memcontrol: clean up and document effective low/min calculations |  Johannes Weiner | 1 | -92/+83 |
2020-04-02 | mm: memcontrol: fix memory.low proportional distribution |  Johannes Weiner | 1 | -3/+1 |
2020-04-02 | mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge() |  Roman Gushchin | 1 | -20/+20 |
2020-04-02 | mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg() |  Roman Gushchin | 1 | -4/+4 |
2020-04-02 | mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() |  Roman Gushchin | 1 | -4/+4 |
2020-04-02 | mm: kmem: cleanup (__)memcg_kmem_charge_memcg() arguments |  Roman Gushchin | 1 | -5/+3 |
2020-04-02 | mm: memcg/slab: use mem_cgroup_from_obj() |  Roman Gushchin | 1 | -3/+2 |
2020-04-02 | mm/memcontrol.c: allocate shrinker_map on appropriate NUMA node |  Kirill Tkhai | 1 | -2/+2 |
2020-04-02 | mm, memcg: fix build error around the usage of kmem_caches |  Yafang Shao | 1 | -1/+2 |
2020-03-29 | mm: fork: fix kernel_stack memcg stats for various stack implementations |  Roman Gushchin | 1 | -0/+38 |
2020-03-21 | mm, memcg: throttle allocators based on ancestral memory.high |  Chris Down | 1 | -35/+58 |
2020-03-21 | mm, memcg: fix corruption on 64-bit divisor in memory.high throttling |  Chris Down | 1 | -1/+1 |
2020-03-21 | memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_event |  Chunguang Xu | 1 | -2/+8 |
2020-03-10 | net: memcg: late association of sock to memcg |  Shakeel Butt | 1 | -14/+0 |
2020-03-10 | cgroup: memcg: net: do not associate sock with unrelated cgroup |  Shakeel Butt | 1 | -0/+4 |
2020-02-21 | mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps() |  Vasily Averin | 1 | -1/+3 |
2020-01-31 | mm/memcontrol.c: cleanup some useless code |  Kaitao Cheng | 1 | -4/+3 |
2020-01-31 | mm: thp: don't need care deferred split queue in memcg charge move path |  Wei Yang | 1 | -18/+0 |
2020-01-13 | mm: memcg/slab: fix percpu slab vmstats flushing |  Roman Gushchin | 1 | -28/+9 |
2019-12-04 | mm/memcontrol: use vmstat names for printing statistics |  Konstantin Khlebnikov | 1 | -30/+22 |
2019-12-01 | mm: clean up and clarify lruvec lookup procedure |  Johannes Weiner | 1 | -5/+5 |
2019-12-01 | mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node() |  Shakeel Butt | 1 | -112/+0 |
2019-12-01 | mm: memcontrol: try harder to set a new memory.high |  Johannes Weiner | 1 | -6/+24 |
2019-12-01 | mm: memcontrol: remove dead code from memory_max_write() |  Johannes Weiner | 1 | -3/+1 |
2019-12-01 | mm, memcg: clean up reclaim iter array |  Yafang Shao | 1 | -8/+3 |
2019-11-26 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
2019-11-15 | mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm() |  Roman Gushchin | 1 | -1/+1 |
2019-11-06 | mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges |  Johannes Weiner | 1 | -0/+9 |
2019-11-06 | mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properly |  Roman Gushchin | 1 | -1/+1 |
2019-11-06 | mm: memcontrol: fix NULL-ptr deref in percpu stats flush |  Shakeel Butt | 1 | -6/+6 |
2019-10-19 | mm/memcontrol: update lruvec counters in mem_cgroup_move_account |  Konstantin Khlebnikov | 1 | -6/+12 |
2019-10-09 | locking/lockdep: Remove unused @nested argument from lock_release() |  Qian Cai | 1 | -1/+1 |
2019-10-07 | mm, memcg: proportional memory.{low,min} reclaim |  Chris Down | 1 | -0/+5 |
2019-09-25 | memcg, kmem: do not fail __GFP_NOFAIL charges |  Michal Hocko | 1 | -0/+10 |
2019-09-24 | mm: thp: make deferred split shrinker memcg aware |  Yang Shi | 1 | -0/+24 |
2019-09-24 | mm: shrinker: make shrinker not depend on memcg kmem |  Yang Shi | 1 | -8/+1 |
2019-09-24 | memcg, kmem: deprecate kmem.limit_in_bytes |  Michal Hocko | 1 | -0/+3 |
2019-09-24 | mm/memcontrol.c: fix a -Wunused-function warning |  Qian Cai | 1 | -5/+0 |