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