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