summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* memcg: add the pagefault count into memcg statsYing Han2011-05-261-0/+47
* memcg: add memory.numastat api for numa statisticsYing Han2011-05-261-0/+155
* memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()Ying Han2011-05-261-3/+3
* memcg: remove unused retry signal from reclaimJohannes Weiner2011-05-261-1/+1
* memcg: reclaim memory from nodes in round-robin orderYing Han2011-05-261-6/+96
* memcg: remove pointless next_mz nullification in mem_cgroup_soft_limit_reclaim()Michal Hocko2011-05-261-3/+2
* memcg: count the soft_limit reclaim in global background reclaimYing Han2011-05-261-9/+20
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-261-12/+6
* memsw: remove noswapaccount kernel parameterMichal Hocko2011-05-251-10/+3
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* memcg: fix leak on wrong LRU with FUSEKAMEZAWA Hiroyuki2011-03-231-18/+52
* 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
OpenPOWER on IntegriCloud