aboutsummaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2012-05-29memcg: mark more functions/variables as staticKirill A. Shutemov
2012-05-29mm/memcg: kill mem_cgroup_lru_del()Konstantin Khlebnikov
2012-05-29mm/memcg: move reclaim_stat into lruvecHugh Dickins
2012-05-29memcg swap: use mem_cgroup_uncharge_swap()Hugh Dickins
2012-05-29memcg swap: mem_cgroup_move_swap_account never needs fixupHugh Dickins
2012-05-29memcg: fix/change behavior of shared anon at moving taskKAMEZAWA Hiroyuki
2012-05-29shmem: replace page if mapping excludes its zoneHugh Dickins
2012-05-29mm: memcg: count pte references from every member of the reclaimed hierarchyJohannes Weiner
2012-05-29kernel: cgroup: push rcu read locking from css_is_ancestor() to callsiteJohannes Weiner
2012-05-29mm: remove swap token codeRik van Riel
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-05-19memcg,thp: fix res_counter:96 regressionHugh Dickins
2012-05-10memcg: free spare array to avoid memory leakSha Zhengju
2012-04-25mm: memcg: move pc lookup point to commit_charge()Johannes Weiner
2012-04-18memcg: fix Bad page state after replace_page_cacheHugh Dickins
2012-04-12memcg: do not open code accesses to res_counter membersGlauber Costa
2012-04-12memcg: fix broken boolen expressionKirill A. Shutemov
2012-04-10cgroup: get rid of populate for memcgGlauber Costa
2012-04-10cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa
2012-04-01cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo
2012-04-01cgroup: convert memcg controller to the new cftype interfaceTejun Heo
2012-04-01memcg: always create memsw files if CONFIG_CGROUP_MEM_RES_CTLR_SWAPTejun Heo
2012-03-28mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli
2012-03-21memcg: avoid THP split in task migrationNaoya Horiguchi
2012-03-21memcg: clean up existing move charge codeNaoya Horiguchi
2012-03-21mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read()Jeff Liu
2012-03-21mm/memcontrol.c: remove redundant BUG_ON() in mem_cgroup_usage_unregister_eve...Anton Vorontsov
2012-03-21mm/memcontrol.c: s/stealed/stolen/Andrew Morton
2012-03-21memcg: fix performance of mem_cgroup_begin_update_page_stat()KAMEZAWA Hiroyuki
2012-03-21memcg: remove PCG_FILE_MAPPEDKAMEZAWA Hiroyuki
2012-03-21memcg: use new logic for page stat accountingKAMEZAWA Hiroyuki
2012-03-21memcg: remove PCG_MOVE_LOCK flag from page_cgroupKAMEZAWA Hiroyuki
2012-03-21memcg: simplify move_account() checkKAMEZAWA Hiroyuki
2012-03-21memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat)KAMEZAWA Hiroyuki
2012-03-21memcg: remove PCG_CACHE page_cgroup flagKAMEZAWA Hiroyuki
2012-03-21memcg: remove unnecessary thp check in page stat accountingKAMEZAWA Hiroyuki
2012-03-21memcg: remove redundant returnsHugh Dickins
2012-03-21memcg: enum lru_list lruHugh Dickins
2012-03-21memcg: lru_size instead of MEM_CGROUP_ZSTATHugh Dickins
2012-03-21memcg: replace mem and mem_cont stragglersHugh Dickins
2012-03-21mm, memcg: pass charge order to oom killerDavid Rientjes
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-03-15memcg: free mem_cgroup by RCU to fix oopsHugh Dickins
2012-03-09memcg: revert fix to mapcount check for this releaseHugh Dickins
2012-03-05memcg: fix mapcount check in move charge code for anonymous pageNaoya Horiguchi
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins
2012-03-05memcg: fix deadlock by inverting lrucare nestingHugh Dickins
2012-02-24mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov
2012-02-03mm/memcontrol.c: fix warning with CONFIG_NUMA=nAndrew Morton