summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2011-06-27mm: move shmem prototypes to shmem_fs.hHugh Dickins
2011-06-15memcg: avoid percpu cached charge draining at softlimitKAMEZAWA Hiroyuki
2011-06-15memcg: fix percpu cached charge draining frequencyKAMEZAWA Hiroyuki
2011-06-15memcg: fix wrong check of noswap with softlimitKAMEZAWA Hiroyuki
2011-06-15mm: memory.numa_stat: fix file permissionKAMEZAWA Hiroyuki
2011-06-15vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro
2011-05-26memcg: add the pagefault count into memcg statsYing Han
2011-05-26memcg: add memory.numastat api for numa statisticsYing Han
2011-05-26memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()Ying Han
2011-05-26memcg: remove unused retry signal from reclaimJohannes Weiner
2011-05-26memcg: reclaim memory from nodes in round-robin orderYing Han
2011-05-26memcg: remove pointless next_mz nullification in mem_cgroup_soft_limit_reclaim()Michal Hocko
2011-05-26memcg: count the soft_limit reclaim in global background reclaimYing Han
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum
2011-05-25memsw: remove noswapaccount kernel parameterMichal Hocko
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23memcg: fix leak on wrong LRU with FUSEKAMEZAWA Hiroyuki
2011-03-23mm/memcontrol.c: suppress uninitialized-var warning with older gcc'sAndrew Morton
2011-03-23memcg: use native word page statistics countersJohannes Weiner
2011-03-23memcg: break out event counters from other statsJohannes Weiner
2011-03-23memcg: unify charge/uncharge quantities to units of pagesJohannes Weiner
2011-03-23memcg: convert uncharge batching from bytes to page granularityJohannes Weiner
2011-03-23memcg: convert per-cpu stock from bytes to page granularityJohannes Weiner
2011-03-23memcg: keep only one charge cancelling functionJohannes Weiner
2011-03-23memcg: remove memcg->reclaim_param_lockJohannes Weiner
2011-03-23memcg: charged pages always have valid per-memcg zone infoJohannes Weiner
2011-03-23memcg: remove direct page_cgroup-to-page pointerJohannes Weiner
2011-03-23memcg: condense page_cgroup-to-page lookup pointsJohannes Weiner
2011-03-23memcg: fold __mem_cgroup_move_account into callerJohannes Weiner
2011-03-23memcg: change page_cgroup_zoneinfo signatureJohannes Weiner
2011-03-23memcg: no uncharged pages reach page_cgroup_zoneinfoJohannes Weiner
2011-03-23memcg: add memcg sanity checks at allocating and freeing pagesDaisuke Nishimura
2011-03-23memcg: remove NULL check from lookup_page_cgroup() resultJohannes Weiner
2011-03-23memcg: remove impossible conditional when committingJohannes Weiner
2011-03-23memcg: remove unused page flag bitfield definesJohannes Weiner
2011-03-23memcg: simplify the way memory limits are checkedJohannes Weiner
2011-03-23memcg: soft limit reclaim should end at limit not belowJohannes Weiner
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki
2011-03-22pagewalk: only split huge pages when necessaryDave Hansen
2011-03-22memcg: move memcg reclaimable page into tail of inactive listMinchan Kim
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi
2011-02-02memcg: fix event counting breakage from recent THP updateKAMEZAWA Hiroyuki
2011-02-02memcg: never OOM when charging huge pagesJohannes Weiner
2011-02-02memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner
2011-02-02memcg: prevent endless loop when charging huge pagesJohannes Weiner
2011-02-02memsw: deprecate noswapaccount kernel parameter and schedule it for removalMichal Hocko
2011-02-02memsw: handle swapaccount kernel parameter correctlyMichal Hocko
2011-01-26memcg: fix race at move_parent around compound_order()KAMEZAWA Hiroyuki
2011-01-26memcg: bugfix check mem_cgroup_disabled() at split fixupKAMEZAWA Hiroyuki
2011-01-26memcg: fix account leak at failure of memsw accontingKAMEZAWA Hiroyuki