aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-03-23memcg: fix leak on wrong LRU with FUSEKAMEZAWA Hiroyuki1-18/+52
2011-03-23mm/memcontrol.c: suppress uninitialized-var warning with older gcc'sAndrew Morton1-1/+1
2011-03-23memcg: use native word page statistics countersJohannes Weiner1-29/+59
2011-03-23memcg: break out event counters from other statsJohannes Weiner1-12/+37
2011-03-23memcg: unify charge/uncharge quantities to units of pagesJohannes Weiner1-70/+65
2011-03-23memcg: convert uncharge batching from bytes to page granularityJohannes Weiner1-8/+10
2011-03-23memcg: convert per-cpu stock from bytes to page granularityJohannes Weiner1-11/+13
2011-03-23memcg: keep only one charge cancelling functionJohannes Weiner1-13/+9
2011-03-23memcg: remove memcg->reclaim_param_lockJohannes Weiner1-17/+1
2011-03-23memcg: charged pages always have valid per-memcg zone infoJohannes Weiner1-3/+0
2011-03-23memcg: remove direct page_cgroup-to-page pointerJohannes Weiner1-2/+2
2011-03-23memcg: condense page_cgroup-to-page lookup pointsJohannes Weiner1-15/+23
2011-03-23memcg: fold __mem_cgroup_move_account into callerJohannes Weiner1-37/+29
2011-03-23memcg: change page_cgroup_zoneinfo signatureJohannes Weiner1-10/+9
2011-03-23memcg: no uncharged pages reach page_cgroup_zoneinfoJohannes Weiner1-3/+0
2011-03-23memcg: add memcg sanity checks at allocating and freeing pagesDaisuke Nishimura1-0/+46
2011-03-23memcg: remove NULL check from lookup_page_cgroup() resultJohannes Weiner1-4/+1
2011-03-23memcg: remove impossible conditional when committingJohannes Weiner1-4/+0
2011-03-23memcg: remove unused page flag bitfield definesJohannes Weiner1-7/+0
2011-03-23memcg: simplify the way memory limits are checkedJohannes Weiner1-32/+17
2011-03-23memcg: soft limit reclaim should end at limit not belowJohannes Weiner1-1/+1
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki1-2/+6
2011-03-22pagewalk: only split huge pages when necessaryDave Hansen1-2/+3
2011-03-22memcg: move memcg reclaimable page into tail of inactive listMinchan Kim1-0/+26
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi1-2/+2
2011-02-02memcg: fix event counting breakage from recent THP updateKAMEZAWA Hiroyuki1-1/+3
2011-02-02memcg: never OOM when charging huge pagesJohannes Weiner1-2/+8
2011-02-02memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner1-7/+28
2011-02-02memcg: prevent endless loop when charging huge pagesJohannes Weiner1-2/+9
2011-02-02memsw: deprecate noswapaccount kernel parameter and schedule it for removalMichal Hocko1-0/+1
2011-02-02memsw: handle swapaccount kernel parameter correctlyMichal Hocko1-3/+3
2011-01-26memcg: fix race at move_parent around compound_order()KAMEZAWA Hiroyuki1-9/+16
2011-01-26memcg: bugfix check mem_cgroup_disabled() at split fixupKAMEZAWA Hiroyuki1-0/+2
2011-01-26memcg: fix account leak at failure of memsw accontingKAMEZAWA Hiroyuki1-0/+1
2011-01-26mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent()Jesper Juhl1-1/+2
2011-01-20memcg: correctly order reading PCG_USED and pc->mem_cgroupJohannes Weiner1-18/+9
2011-01-20memcg: fix rmdir, force_empty with THPKAMEZAWA Hiroyuki1-11/+26
2011-01-20memcg: fix LRU accounting with THPKAMEZAWA Hiroyuki1-4/+18
2011-01-20memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki1-40/+51
2011-01-20memcg: modify accounting function for supporting THP betterKAMEZAWA Hiroyuki1-13/+12
2011-01-13memcg: fix memory migration of shmem swapcacheDaisuke Nishimura1-3/+2
2011-01-13memcg: use [kv]zalloc[_node] rather than [kv]malloc+memsetJesper Juhl1-6/+3
2011-01-13memcg: fix deadlock between cpuset and memcgDaisuke Nishimura1-35/+49
2011-01-13memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()Minchan Kim1-1/+0
2011-01-13memcg: fix unit mismatch in memcg oom limit calculationJohannes Weiner1-2/+3
2011-01-13memcg: add lock to synchronize page accounting and migrationKAMEZAWA Hiroyuki1-2/+7
2011-01-13memcg: create extensible page stat update routinesGreg Thelen1-9/+7
2011-01-13thp: compound_trans_orderAndrea Arcangeli1-6/+6
2011-01-13thp: fix anon memory statistics with transparent hugepagesRik van Riel1-1/+1