summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorLines
2015-03-12memcg: disable hierarchy support if bound to the legacy cgroup hierarchyVladimir Davydov-1/+3
2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner-6/+6
2015-02-28memcg: fix low limit calculationMichal Hocko-2/+2
2015-02-12memcg: cleanup static keys decrementVladimir Davydov-33/+5
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov-5/+34
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov-6/+32
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov-6/+5
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov-0/+20
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov-10/+19
2015-02-12memcg: rename some cache id related variablesVladimir Davydov-10/+9
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov-1/+1
2015-02-11memcg: cleanup preparation for page table walkNaoya Horiguchi-33/+16
2015-02-11mm: memcontrol: consolidate swap controller codeJohannes Weiner-139/+125
2015-02-11mm: memcontrol: consolidate memory controller initializationJohannes Weiner-35/+25
2015-02-11mm: memcontrol: simplify soft limit tree init codeJohannes Weiner-9/+8
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko-1/+1
2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko-1/+1
2015-02-11mm: memcontrol: fold move_anon() and move_file()Johannes Weiner-31/+18
2015-02-11mm: memcontrol: default hierarchy interface for memoryJohannes Weiner-11/+218
2015-02-11mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner-2/+2
2015-02-11memcg: add BUILD_BUG_ON() for string tablesGreg Thelen-0/+4
2015-02-11vmscan: force scan offline memory cgroupsVladimir Davydov-0/+14
2015-02-11mm: memcontrol: track move_lock state internallyJohannes Weiner-29/+39
2015-02-10memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov-141/+15
2015-02-10memcg: zap memcg_name argument of memcg_create_kmem_cacheVladimir Davydov-4/+1
2015-02-10memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov-18/+3
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov-5/+2
2015-02-05memcg, shmem: fix shmem migration to use lrucareMichal Hocko-1/+1
2015-01-26memcg: remove extra newlines from memcg oom kill logGreg Thelen-2/+2
2015-01-08memcg: fix destination cgroup leak on task charges migrationVladimir Davydov-12/+0
2015-01-08mm: memcontrol: switch soft limit default back to infinityJohannes Weiner-1/+4
2014-12-13mm/memcontrol.c: remove unused mem_cgroup_lru_names_not_uptodate()Rickard Strandqvist-5/+2
2014-12-13memcg: fix possible use-after-free in memcg_kmem_get_cache()Vladimir Davydov-35/+16
2014-12-13mm/memcontrol.c: fix defined but not used compiler warningMichele Curti-1/+2
2014-12-13oom: don't assume that a coredumping thread will exit soonOleg Nesterov-1/+1
2014-12-13mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache()Zhang Zhen-2/+1
2014-12-13memcg: turn memcg_kmem_skip_account into a bit fieldVladimir Davydov-33/+2
2014-12-13memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cacheVladimir Davydov-28/+0
2014-12-13memcg: zap kmem_account_flagsVladimir Davydov-21/+10
2014-12-13memcg: do not abuse memcg_kmem_skip_accountVladimir Davydov-7/+0
2014-12-13memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge}Vladimir Davydov-2/+2
2014-12-13memcg: __mem_cgroup_free: remove stale disarm_static_keys commentVladimir Davydov-11/+0
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds-1201/+505
2014-12-10mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner-15/+0
2014-12-10mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner-1/+1
2014-12-10mm: embed the memcg pointer directly into struct pageJohannes Weiner-89/+35
2014-12-10mm: memcontrol: remove stale page_cgroup_lock commentJohannes Weiner-4/+0
2014-12-10mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko-4/+4
2014-12-10mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner-43/+16
2014-12-10mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree()Johannes Weiner-1/+1