summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* memcg: cleanup static keys decrementVladimir Davydov2015-02-121-33/+5
* memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov2015-02-121-5/+34
* memcg: free memcg_caches slot on css offlineVladimir Davydov2015-02-121-6/+32
* slab: embed memcg_cache_params to kmem_cacheVladimir Davydov2015-02-121-6/+5
* list_lru: introduce per-memcg listsVladimir Davydov2015-02-121-0/+20
* memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov2015-02-121-10/+19
* memcg: rename some cache id related variablesVladimir Davydov2015-02-121-10/+9
* vmscan: per memory cgroup slab shrinkersVladimir Davydov2015-02-121-1/+1
* memcg: cleanup preparation for page table walkNaoya Horiguchi2015-02-111-33/+16
* mm: memcontrol: consolidate swap controller codeJohannes Weiner2015-02-111-139/+125
* mm: memcontrol: consolidate memory controller initializationJohannes Weiner2015-02-111-35/+25
* mm: memcontrol: simplify soft limit tree init codeJohannes Weiner2015-02-111-9/+8
* oom, PM: make OOM detection in the freezer path racelessMichal Hocko2015-02-111-1/+1
* oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2015-02-111-1/+1
* mm: memcontrol: fold move_anon() and move_file()Johannes Weiner2015-02-111-31/+18
* mm: memcontrol: default hierarchy interface for memoryJohannes Weiner2015-02-111-11/+218
* mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner2015-02-111-2/+2
* memcg: add BUILD_BUG_ON() for string tablesGreg Thelen2015-02-111-0/+4
* vmscan: force scan offline memory cgroupsVladimir Davydov2015-02-111-0/+14
* mm: memcontrol: track move_lock state internallyJohannes Weiner2015-02-111-29/+39
* memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov2015-02-101-141/+15
* memcg: zap memcg_name argument of memcg_create_kmem_cacheVladimir Davydov2015-02-101-4/+1
* memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov2015-02-101-18/+3
* mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2015-02-101-5/+2
* memcg, shmem: fix shmem migration to use lrucareMichal Hocko2015-02-051-1/+1
* memcg: remove extra newlines from memcg oom kill logGreg Thelen2015-01-261-2/+2
* memcg: fix destination cgroup leak on task charges migrationVladimir Davydov2015-01-081-12/+0
* mm: memcontrol: switch soft limit default back to infinityJohannes Weiner2015-01-081-1/+4
* mm/memcontrol.c: remove unused mem_cgroup_lru_names_not_uptodate()Rickard Strandqvist2014-12-131-5/+2
* memcg: fix possible use-after-free in memcg_kmem_get_cache()Vladimir Davydov2014-12-131-35/+16
* mm/memcontrol.c: fix defined but not used compiler warningMichele Curti2014-12-131-1/+2
* oom: don't assume that a coredumping thread will exit soonOleg Nesterov2014-12-131-1/+1
* mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache()Zhang Zhen2014-12-131-2/+1
* memcg: turn memcg_kmem_skip_account into a bit fieldVladimir Davydov2014-12-131-33/+2
* memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cacheVladimir Davydov2014-12-131-28/+0
* memcg: zap kmem_account_flagsVladimir Davydov2014-12-131-21/+10
* memcg: do not abuse memcg_kmem_skip_accountVladimir Davydov2014-12-131-7/+0
* memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge}Vladimir Davydov2014-12-131-2/+2
* memcg: __mem_cgroup_free: remove stale disarm_static_keys commentVladimir Davydov2014-12-131-11/+0
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-101-1201/+505
|\
| * mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner2014-12-101-15/+0
| * mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner2014-12-101-1/+1
| * mm: embed the memcg pointer directly into struct pageJohannes Weiner2014-12-101-89/+35
| * mm: memcontrol: remove stale page_cgroup_lock commentJohannes Weiner2014-12-101-4/+0
| * mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko2014-12-101-4/+4
| * mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner2014-12-101-43/+16
| * mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree()Johannes Weiner2014-12-101-1/+1
| * mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task()Johannes Weiner2014-12-101-3/+2
| * mm: memcontrol: shorten the page statistics update slowpathJohannes Weiner2014-12-101-13/+8
| * memcg: use generic slab iterators for showing slabinfoVladimir Davydov2014-12-101-21/+4
OpenPOWER on IntegriCloud