aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo1-1/+1
2017-07-10mm, memcg: fix potential undefined behavior in mem_cgroup_event_ratelimit()Michal Hocko1-1/+1
2017-07-10mm/memcontrol: exclude @root from checks in mem_cgroup_lowSean Christopherson1-18/+32
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner1-1/+10
2017-07-06mm: memcontrol: use the node-native slab memory countersJohannes Weiner1-4/+4
2017-07-06mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov1-0/+2
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin1-0/+10
2017-07-06mm, THP, swap: delay splitting THP during swap outHuang Ying1-24/+26
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-4/+4
2017-05-12hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko1-1/+1
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner1-19/+19
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner1-67/+68
2017-05-03mm: memcontrol: re-use global VM event enumJohannes Weiner1-25/+28
2017-05-03mm: memcontrol: clean up memory.events counting functionJohannes Weiner1-4/+4
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner1-17/+7
2017-05-03mm: memcontrol: provide shmem statisticsJohannes Weiner1-8/+20
2017-03-09mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan1-3/+8
2017-03-09mm/cgroup: avoid panic when init with low memoryLaurent Dufour1-2/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins1-0/+1
2017-02-22slab: use memcg_kmem_cache_wq for slab destruction operationsTejun Heo1-8/+8
2017-02-22slab: link memcg kmem_caches on their associated memory cgroupTejun Heo1-3/+4
2017-01-24mm, memcg: do not retry precharge chargesDavid Rientjes1-2/+2
2017-01-10mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko1-10/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+14
2016-12-12mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov1-1/+14
2016-11-09mm/memcg: Convert to hotplug state machineSebastian Andrzej Siewior1-16/+8
2016-10-27mm: memcontrol: do not recurse in direct reclaimJohannes Weiner1-0/+9
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-10/+13
2016-10-07mm, swap: use offset of swap entry as key of swap cacheHuang Ying1-2/+3