aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* memcg: fix multiple large threshold notificationsGreg Thelen2013-10-261-1/+7
* memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko2012-12-061-6/+15
* memcg: free spare array to avoid memory leakSha Zhengju2012-05-311-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 Danton2011-12-201-2/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * mm: Add export.h for EXPORT_SYMBOL to active symbol exportersPaul Gortmaker2011-10-311-0/+1
* | memcg: Fix race condition in memcg_check_events() with this_cpu usageSteven Rostedt2011-11-021-4/+6
* | memcg: close race between charge and putbackJohannes Weiner2011-11-021-1/+20
* | memcg: skip scanning active lists based on individual sizeJohannes Weiner2011-11-021-34/+17
* | memcg: do not expose uninitialized mem_cgroup_per_node to worldIgor Mammedov2011-11-021-1/+1
* | memcg: fix oom schedule_timeout()KAMEZAWA Hiroyuki2011-11-021-1/+1
* | memcg: rename mem variable to memcgRaghavendra K T2011-11-021-463/+467
* | mm: change isolate mode from #define to bitwise typeMinchan Kim2011-10-311-1/+2
|/
* memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner2011-09-141-166/+6
* memcg: fix hierarchical oom lockingJohannes Weiner2011-08-251-12/+5
* memcg: pin execution to current cpu while draining stockJohannes Weiner2011-08-251-7/+2
* Revert "memcg: get rid of percpu_charge_mutex lock"Michal Hocko2011-08-091-2/+10
* 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