aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAge
* memcg: convert uncharge batching from bytes to page granularityJohannes Weiner2011-03-23
* memcg: convert per-cpu stock from bytes to page granularityJohannes Weiner2011-03-23
* memcg: keep only one charge cancelling functionJohannes Weiner2011-03-23
* memcg: remove memcg->reclaim_param_lockJohannes Weiner2011-03-23
* memcg: charged pages always have valid per-memcg zone infoJohannes Weiner2011-03-23
* memcg: remove direct page_cgroup-to-page pointerJohannes Weiner2011-03-23
* memcg: condense page_cgroup-to-page lookup pointsJohannes Weiner2011-03-23
* memcg: fold __mem_cgroup_move_account into callerJohannes Weiner2011-03-23
* memcg: change page_cgroup_zoneinfo signatureJohannes Weiner2011-03-23
* memcg: no uncharged pages reach page_cgroup_zoneinfoJohannes Weiner2011-03-23
* memcg: add memcg sanity checks at allocating and freeing pagesDaisuke Nishimura2011-03-23
* memcg: remove NULL check from lookup_page_cgroup() resultJohannes Weiner2011-03-23
* memcg: remove impossible conditional when committingJohannes Weiner2011-03-23
* memcg: remove unused page flag bitfield definesJohannes Weiner2011-03-23
* memcg: simplify the way memory limits are checkedJohannes Weiner2011-03-23
* memcg: soft limit reclaim should end at limit not belowJohannes Weiner2011-03-23
* memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki2011-03-23
* pagewalk: only split huge pages when necessaryDave Hansen2011-03-22
* memcg: move memcg reclaimable page into tail of inactive listMinchan Kim2011-03-22
* mm: add replace_page_cache_page() functionMiklos Szeredi2011-03-22
* memcg: fix event counting breakage from recent THP updateKAMEZAWA Hiroyuki2011-02-02
* memcg: never OOM when charging huge pagesJohannes Weiner2011-02-02
* memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner2011-02-02
* memcg: prevent endless loop when charging huge pagesJohannes Weiner2011-02-02
* memsw: deprecate noswapaccount kernel parameter and schedule it for removalMichal Hocko2011-02-02
* memsw: handle swapaccount kernel parameter correctlyMichal Hocko2011-02-02
* memcg: fix race at move_parent around compound_order()KAMEZAWA Hiroyuki2011-01-25
* memcg: bugfix check mem_cgroup_disabled() at split fixupKAMEZAWA Hiroyuki2011-01-25
* memcg: fix account leak at failure of memsw accontingKAMEZAWA Hiroyuki2011-01-25
* mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent()Jesper Juhl2011-01-25
* memcg: correctly order reading PCG_USED and pc->mem_cgroupJohannes Weiner2011-01-20
* memcg: fix rmdir, force_empty with THPKAMEZAWA Hiroyuki2011-01-20
* memcg: fix LRU accounting with THPKAMEZAWA Hiroyuki2011-01-20
* memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki2011-01-20
* memcg: modify accounting function for supporting THP betterKAMEZAWA Hiroyuki2011-01-20
* memcg: fix memory migration of shmem swapcacheDaisuke Nishimura2011-01-13
* memcg: use [kv]zalloc[_node] rather than [kv]malloc+memsetJesper Juhl2011-01-13
* memcg: fix deadlock between cpuset and memcgDaisuke Nishimura2011-01-13
* memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()Minchan Kim2011-01-13
* memcg: fix unit mismatch in memcg oom limit calculationJohannes Weiner2011-01-13
* memcg: add lock to synchronize page accounting and migrationKAMEZAWA Hiroyuki2011-01-13
* memcg: create extensible page stat update routinesGreg Thelen2011-01-13
* thp: compound_trans_orderAndrea Arcangeli2011-01-13
* thp: fix anon memory statistics with transparent hugepagesRik van Riel2011-01-13
* thp: transhuge-memcg: commit tail pages at chargeDaisuke Nishimura2011-01-13
* thp: memcg compoundAndrea Arcangeli2011-01-13
* memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner checkKAMEZAWA Hiroyuki2010-12-30
* cgroups: make swap accounting default behavior configurableMichal Hocko2010-11-24
* memcg: avoid deadlock between move charge and try_charge()Daisuke Nishimura2010-11-24
* memcg: fix false positive VM_BUG on non-SMPKirill A. Shutemov2010-11-24