aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-03tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins1-57/+9
2011-07-26memcg: get rid of percpu_charge_mutex lockMichal Hocko1-10/+2
2011-07-26memcg: add mem_cgroup_same_or_subtree() helperMichal Hocko1-25/+26
2011-07-26memcg: unify sync and async per-cpu charge cache drainingMichal Hocko1-14/+34
2011-07-26memcg: do not try to drain per-cpu caches without pagesMichal Hocko1-6/+7
2011-07-26memcg: add memory.vmscan_statKAMEZAWA Hiroyuki1-6/+166
2011-07-26memcg: fix behavior of mem_cgroup_resize_limit()Daisuke Nishimura1-1/+1
2011-07-26memcg: change memcg_oom_mutex to spinlockMichal Hocko1-11/+11
2011-07-26memcg: make oom_lock 0 and 1 based rather than counterMichal Hocko1-16/+70
2011-07-26memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki1-127/+49
2011-07-26memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki1-8/+7
2011-07-08memcg: fix numa scan information update to be triggered by memory eventKAMEZAWA Hiroyuki1-6/+27
2011-07-08memcg: fix reclaimable lru check in memcgKAMEZAWA Hiroyuki1-31/+76
2011-06-27mm: move shmem prototypes to shmem_fs.hHugh Dickins1-0/+1
2011-06-15memcg: avoid percpu cached charge draining at softlimitKAMEZAWA Hiroyuki1-1/+7
2011-06-15memcg: fix percpu cached charge draining frequencyKAMEZAWA Hiroyuki1-16/+38
2011-06-15memcg: fix wrong check of noswap with softlimitKAMEZAWA Hiroyuki1-1/+1
2011-06-15mm: memory.numa_stat: fix file permissionKAMEZAWA Hiroyuki1-0/+1
2011-06-15vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro1-9/+7
2011-05-26memcg: add the pagefault count into memcg statsYing Han1-0/+47
2011-05-26memcg: add memory.numastat api for numa statisticsYing Han1-0/+155
2011-05-26memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()Ying Han1-3/+3
2011-05-26memcg: remove unused retry signal from reclaimJohannes Weiner1-1/+1
2011-05-26memcg: reclaim memory from nodes in round-robin orderYing Han1-6/+96
2011-05-26memcg: remove pointless next_mz nullification in mem_cgroup_soft_limit_reclaim()Michal Hocko1-3/+2
2011-05-26memcg: count the soft_limit reclaim in global background reclaimYing Han1-9/+20
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum1-12/+6
2011-05-25memsw: remove noswapaccount kernel parameterMichal Hocko1-10/+3
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