aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15mm: fix oom_kill event handlingRoman Gushchin1-2/+4
2018-06-15mm: fix null pointer dereference in mem_cgroup_protectedRoman Gushchin1-0/+4
2018-06-07mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo1-5/+1
2018-06-07memcg: introduce memory.minRoman Gushchin1-24/+94
2018-06-07mm: memcontrol: drain memcg stock on force_emptyJunaid Shahid1-0/+3
2018-06-07mm: memcontrol: drain stocks on resize limitShakeel Butt1-0/+7
2018-06-07memcg: mark memcg1_events static constGreg Thelen1-1/+1
2018-06-07memcg: writeback: use memcg->cgwb_list directlyWang Long1-5/+0
2018-06-07mm: treat memory.low value inclusiveRoman Gushchin1-3/+3
2018-06-07mm: memory.low hierarchical behaviorRoman Gushchin1-29/+83
2018-06-07mm: rename page_counter's count/limit into usage/maxRoman Gushchin1-56/+56
2018-06-07mm, memcontrol: implement memory.swap.eventsTejun Heo1-1/+23
2018-06-07mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo1-0/+3
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig1-1/+1
2018-04-20mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim1-1/+1
2018-04-11page cache: use xa_lockMatthew Wilcox1-2/+2
2018-04-11memcg: fix per_node_info cleanupMichal Hocko1-0/+3
2018-04-11mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner1-12/+16
2018-04-11memcg, thp: do not invoke oom killer on thp chargesMichal Hocko1-1/+1
2018-03-28mm/memcontrol.c: fix parameter description mismatchHonglei Wang1-3/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport1-1/+1
2018-02-06mm: docs: fixup punctuationMike Rapoport1-2/+2
2018-02-02Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin1-0/+14
2018-01-31mm/memcontrol.c: try harder to decrease [memory,memsw].limit_in_bytesAndrey Ryabinin1-36/+6
2018-01-31mm/memcontrol.c: make local symbol staticChristopher Díaz Riveros1-1/+1
2018-01-31memcg: refactor mem_cgroup_resize_limit()Yu Zhao1-60/+17
2018-01-31mm: memcontrol: fix excessive complexity in memory.stat reportingJohannes Weiner1-50/+51
2018-01-31mm: memcontrol: eliminate raw access to stat and event countersJohannes Weiner1-34/+25
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-11-29mm, memcg: fix mem_cgroup_swapout() for THPsShakeel Butt1-1/+1
2017-11-27annotate poll-related wait keysAl Viro1-1/+1
2017-11-15mm: slabinfo: remove CONFIG_SLABINFOYang Shi1-1/+1
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet1-15/+0
2017-10-03mm/memcg: avoid page count check for zone deviceJérôme Glisse1-1/+2
2017-10-03mm, memcg: remove hotplug locking from try_chargeMichal Hocko1-5/+15
2017-09-08mem/memcg: cache rightmost nodeDavidlohr Bueso1-5/+18
2017-09-08mm: memcontrol: use per-cpu stocks for socket memory unchargingRoman Gushchin1-2/+4
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-5/+7
2017-09-08mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse1-4/+48
2017-09-08mm/memcontrol: allow to uncharge page without using page->lru fieldJérôme Glisse1-76/+92
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan1-0/+5
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2017-09-06mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko1-1/+1
2017-09-06memcg, THP, swap: make mem_cgroup_swapout() support THPHuang Ying1-8/+15
2017-09-06memcg, THP, swap: avoid to duplicated charge THP in swap cacheHuang Ying1-1/+1
2017-09-06memcg, THP, swap: support move mem cgroup charge for THP swapped outHuang Ying1-2/+5
2017-09-06mm: memcontrol: use int for event/state parameter in several functionsMatthias Kaehlcke1-1/+3
2017-09-06mm, memcg: reset memory.low during memcg offliningRoman Gushchin1-0/+2
2017-08-18mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner1-12/+31