summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm/vmscan.c: clear shrinker bit if there are no objects related to memcgKirill Tkhai2018-08-181-0/+2
* mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...Kirill Tkhai2018-08-181-0/+13
* mm/memcontrol.c: export mem_cgroup_is_root()Kirill Tkhai2018-08-181-5/+0Star
* mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()Kirill Tkhai2018-08-181-1/+1
* mm, memcg: assign memcg-aware shrinkers bitmap to memcgKirill Tkhai2018-08-181-0/+124
* mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} definesKirill Tkhai2018-08-181-15/+15
* mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-181-8/+8
* memcg, oom: move out_of_memory back to the charge pathMichal Hocko2018-08-181-15/+60
* fs, mm: account buffer_head to kmemcgShakeel Butt2018-08-181-0/+22
* fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-181-4/+33
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-0/+13
|\
| * Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-061-1/+1
| |\
| * | memcontrol: schedule throttling if we are congestedTejun Heo2018-07-091-0/+13
* | | memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai2018-08-031-4/+11
| |/ |/|
* | mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia2018-07-211-1/+1
|/
* mm: fix oom_kill event handlingRoman Gushchin2018-06-151-2/+4
* mm: fix null pointer dereference in mem_cgroup_protectedRoman Gushchin2018-06-151-0/+4
* mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo2018-06-081-5/+1Star
* memcg: introduce memory.minRoman Gushchin2018-06-081-24/+94
* mm: memcontrol: drain memcg stock on force_emptyJunaid Shahid2018-06-081-0/+3
* mm: memcontrol: drain stocks on resize limitShakeel Butt2018-06-081-0/+7
* memcg: mark memcg1_events static constGreg Thelen2018-06-081-1/+1
* memcg: writeback: use memcg->cgwb_list directlyWang Long2018-06-081-5/+0Star
* mm: treat memory.low value inclusiveRoman Gushchin2018-06-081-3/+3
* mm: memory.low hierarchical behaviorRoman Gushchin2018-06-081-29/+83
* mm: rename page_counter's count/limit into usage/maxRoman Gushchin2018-06-081-56/+56
* mm, memcontrol: implement memory.swap.eventsTejun Heo2018-06-081-1/+23
* mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo2018-06-081-0/+3
* fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-1/+1
* mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim2018-04-211-1/+1
* page cache: use xa_lockMatthew Wilcox2018-04-111-2/+2
* memcg: fix per_node_info cleanupMichal Hocko2018-04-111-0/+3
* mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner2018-04-111-12/+16
* memcg, thp: do not invoke oom killer on thp chargesMichal Hocko2018-04-111-1/+1
* mm/memcontrol.c: fix parameter description mismatchHonglei Wang2018-03-291-3/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* mm: docs: fix parameter names mismatchMike Rapoport2018-02-071-1/+1
* mm: docs: fixup punctuationMike Rapoport2018-02-071-2/+2
* Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin2018-02-031-0/+14
* mm/memcontrol.c: try harder to decrease [memory,memsw].limit_in_bytesAndrey Ryabinin2018-02-011-36/+6Star
* mm/memcontrol.c: make local symbol staticChristopher Díaz Riveros2018-02-011-1/+1
* memcg: refactor mem_cgroup_resize_limit()Yu Zhao2018-02-011-60/+17Star
* mm: memcontrol: fix excessive complexity in memory.stat reportingJohannes Weiner2018-02-011-50/+51
* mm: memcontrol: eliminate raw access to stat and event countersJohannes Weiner2018-02-011-34/+25Star
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-1/+1
|\
| * annotate poll-related wait keysAl Viro2017-11-271-1/+1
* | mm, memcg: fix mem_cgroup_swapout() for THPsShakeel Butt2017-11-301-1/+1
|/
* mm: slabinfo: remove CONFIG_SLABINFOYang Shi2017-11-161-1/+1
* net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet2017-10-101-15/+0Star
* mm/memcg: avoid page count check for zone deviceJérôme Glisse2017-10-041-1/+2