summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins2011-08-031-57/+9
* memcg: get rid of percpu_charge_mutex lockMichal Hocko2011-07-261-10/+2
* memcg: add mem_cgroup_same_or_subtree() helperMichal Hocko2011-07-261-25/+26
* memcg: unify sync and async per-cpu charge cache drainingMichal Hocko2011-07-261-14/+34
* memcg: do not try to drain per-cpu caches without pagesMichal Hocko2011-07-261-6/+7
* memcg: add memory.vmscan_statKAMEZAWA Hiroyuki2011-07-261-6/+166
* memcg: fix behavior of mem_cgroup_resize_limit()Daisuke Nishimura2011-07-261-1/+1
* memcg: change memcg_oom_mutex to spinlockMichal Hocko2011-07-261-11/+11
* memcg: make oom_lock 0 and 1 based rather than counterMichal Hocko2011-07-261-16/+70
* memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki2011-07-261-127/+49
* memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki2011-07-261-8/+7
* memcg: fix numa scan information update to be triggered by memory eventKAMEZAWA Hiroyuki2011-07-081-6/+27
* memcg: fix reclaimable lru check in memcgKAMEZAWA Hiroyuki2011-07-081-31/+76
* mm: move shmem prototypes to shmem_fs.hHugh Dickins2011-06-271-0/+1
* memcg: avoid percpu cached charge draining at softlimitKAMEZAWA Hiroyuki2011-06-151-1/+7
* memcg: fix percpu cached charge draining frequencyKAMEZAWA Hiroyuki2011-06-151-16/+38
* memcg: fix wrong check of noswap with softlimitKAMEZAWA Hiroyuki2011-06-151-1/+1
* mm: memory.numa_stat: fix file permissionKAMEZAWA Hiroyuki2011-06-151-0/+1
* vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro2011-06-151-9/+7
* 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
OpenPOWER on IntegriCloud