summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+14
2012-01-10Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-8/+8
2012-01-07net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa1-5/+14
2011-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2011-12-23Partial revert "Basic kernel memory functionality for the Memory Controller"Glauber Costa1-87/+6
2011-12-20memcg: keep root group unchanged if creation failsHillf Danton1-2/+1
2011-12-13cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo1-8/+8
2011-12-13tcp memory pressure controlsGlauber Costa1-1/+39
2011-12-13socket: initial cgroup code.Glauber Costa1-2/+44
2011-12-13Basic kernel memory functionality for the Memory ControllerGlauber Costa1-5/+100
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-03memcg: Fix race condition in memcg_check_events() with this_cpu usageSteven Rostedt1-4/+6
2011-11-03memcg: close race between charge and putbackJohannes Weiner1-1/+20
2011-11-03memcg: skip scanning active lists based on individual sizeJohannes Weiner1-34/+17
2011-11-03memcg: do not expose uninitialized mem_cgroup_per_node to worldIgor Mammedov1-1/+1
2011-11-03memcg: fix oom schedule_timeout()KAMEZAWA Hiroyuki1-1/+1
2011-11-03memcg: rename mem variable to memcgRaghavendra K T1-463/+467
2011-11-01mm: change isolate mode from #define to bitwise typeMinchan Kim1-1/+2
2011-10-31mm: Add export.h for EXPORT_SYMBOL to active symbol exportersPaul Gortmaker1-0/+1
2011-09-15memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner1-166/+6
2011-08-26memcg: fix hierarchical oom lockingJohannes Weiner1-12/+5
2011-08-26memcg: pin execution to current cpu while draining stockJohannes Weiner1-7/+2
2011-08-10Revert "memcg: get rid of percpu_charge_mutex lock"Michal Hocko1-2/+10
2011-08-04tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins1-57/+9
2011-07-27memcg: get rid of percpu_charge_mutex lockMichal Hocko1-10/+2
2011-07-27memcg: add mem_cgroup_same_or_subtree() helperMichal Hocko1-25/+26
2011-07-27memcg: unify sync and async per-cpu charge cache drainingMichal Hocko1-14/+34
2011-07-27memcg: do not try to drain per-cpu caches without pagesMichal Hocko1-6/+7
2011-07-27memcg: add memory.vmscan_statKAMEZAWA Hiroyuki1-6/+166
2011-07-27memcg: fix behavior of mem_cgroup_resize_limit()Daisuke Nishimura1-1/+1
2011-07-27memcg: change memcg_oom_mutex to spinlockMichal Hocko1-11/+11
2011-07-27memcg: make oom_lock 0 and 1 based rather than counterMichal Hocko1-16/+70
2011-07-27memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki1-127/+49
2011-07-27memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki1-8/+7
2011-07-09memcg: fix numa scan information update to be triggered by memory eventKAMEZAWA Hiroyuki1-6/+27
2011-07-09memcg: fix reclaimable lru check in memcgKAMEZAWA Hiroyuki1-31/+76
2011-06-28mm: move shmem prototypes to shmem_fs.hHugh Dickins1-0/+1
2011-06-16memcg: avoid percpu cached charge draining at softlimitKAMEZAWA Hiroyuki1-1/+7
2011-06-16memcg: fix percpu cached charge draining frequencyKAMEZAWA Hiroyuki1-16/+38
2011-06-16memcg: fix wrong check of noswap with softlimitKAMEZAWA Hiroyuki1-1/+1
2011-06-16mm: memory.numa_stat: fix file permissionKAMEZAWA Hiroyuki1-0/+1
2011-06-16vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro1-9/+7
2011-05-27memcg: add the pagefault count into memcg statsYing Han1-0/+47
2011-05-27memcg: add memory.numastat api for numa statisticsYing Han1-0/+155
2011-05-27memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()Ying Han1-3/+3
2011-05-27memcg: remove unused retry signal from reclaimJohannes Weiner1-1/+1
2011-05-27memcg: reclaim memory from nodes in round-robin orderYing Han1-6/+96
2011-05-27memcg: remove pointless next_mz nullification in mem_cgroup_soft_limit_reclaim()Michal Hocko1-3/+2
2011-05-27memcg: count the soft_limit reclaim in global background reclaimYing Han1-9/+20
2011-05-27cgroups: add per-thread subsystem callbacksBen Blum1-12/+6