aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* memcg: fix multiple large threshold notificationsGreg Thelen2013-09-261-1/+7
* mm: change isolate mode from #define to bitwise typeMinchan Kim2012-08-011-1/+2
* memcg: free spare array to avoid memory leakSha Zhengju2012-05-211-0/+6
* mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-04-021-0/+4
* mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov2012-03-121-1/+4
* memcg: add mem_cgroup_replace_page_cache() to fix LRU issueKAMEZAWA Hiroyuki2012-01-251-0/+44
* memcg: keep root group unchanged if creation failsHillf Danton2012-01-061-2/+1
* memcg: fix behavior of mem_cgroup_resize_limit()Daisuke Nishimura2011-08-041-1/+1
* 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
* 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