aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-12memcg: do not open code accesses to res_counter membersGlauber Costa1-2/+2
2012-04-12memcg: fix broken boolen expressionKirill A. Shutemov1-1/+1
2012-03-28mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli1-0/+4
2012-03-21memcg: avoid THP split in task migrationNaoya Horiguchi1-8/+77
2012-03-21memcg: clean up existing move charge codeNaoya Horiguchi1-9/+8
2012-03-21mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read()Jeff Liu1-1/+0
2012-03-21mm/memcontrol.c: remove redundant BUG_ON() in mem_cgroup_usage_unregister_eve...Anton Vorontsov1-6/+0
2012-03-21mm/memcontrol.c: s/stealed/stolen/Andrew Morton1-6/+6
2012-03-21memcg: fix performance of mem_cgroup_begin_update_page_stat()KAMEZAWA Hiroyuki1-1/+8
2012-03-21memcg: remove PCG_FILE_MAPPEDKAMEZAWA Hiroyuki1-5/+6
2012-03-21memcg: use new logic for page stat accountingKAMEZAWA Hiroyuki1-20/+42
2012-03-21memcg: remove PCG_MOVE_LOCK flag from page_cgroupKAMEZAWA Hiroyuki1-10/+32
2012-03-21memcg: simplify move_account() checkKAMEZAWA Hiroyuki1-40/+30
2012-03-21memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat)KAMEZAWA Hiroyuki1-1/+0
2012-03-21memcg: remove PCG_CACHE page_cgroup flagKAMEZAWA Hiroyuki1-25/+32
2012-03-21memcg: remove unnecessary thp check in page stat accountingKAMEZAWA Hiroyuki1-1/+1
2012-03-21memcg: remove redundant returnsHugh Dickins1-4/+0
2012-03-21memcg: enum lru_list lruHugh Dickins1-10/+10
2012-03-21memcg: lru_size instead of MEM_CGROUP_ZSTATHugh Dickins1-8/+6
2012-03-21memcg: replace mem and mem_cont stragglersHugh Dickins1-42/+42
2012-03-21mm, memcg: pass charge order to oom killerDavid Rientjes1-3/+3
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-0/+4
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-29/+19
2012-03-15memcg: free mem_cgroup by RCU to fix oopsHugh Dickins1-6/+47
2012-03-09memcg: revert fix to mapcount check for this releaseHugh Dickins1-1/+1
2012-03-05memcg: fix mapcount check in move charge code for anonymous pageNaoya Horiguchi1-1/+1
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins1-17/+13
2012-03-05memcg: fix deadlock by inverting lrucare nestingHugh Dickins1-35/+37
2012-02-24mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov1-1/+4
2012-02-03mm/memcontrol.c: fix warning with CONFIG_NUMA=nAndrew Morton1-1/+2
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-29/+19
2012-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2012-01-23mm: memcg: update the correct soft limit tree during migrationJohannes Weiner1-1/+1
2012-01-22net: fix socket memcg build with !CONFIG_NETGlauber Costa1-2/+2
2012-01-17net: move sock_update_memcg outside of CONFIG_INETGlauber Costa1-1/+1
2012-01-12memcg: fix mem_cgroup_print_bad_pageHugh Dickins1-16/+1
2012-01-12memcg: fix split_huge_page_refcounts()Hugh Dickins1-10/+2
2012-01-12memcg: cleanup for_each_node_state()Bob Liu1-5/+5
2012-01-12memcg: simplify LRU handling by new ruleKAMEZAWA Hiroyuki1-69/+54
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki1-0/+17
2012-01-12memcg: simplify corner case handling of LRU.KAMEZAWA Hiroyuki1-93/+16
2012-01-12memcg: simplify page cache chargingKAMEZAWA Hiroyuki1-22/+9
2012-01-12oom, memcg: fix exclusion of memcg threads after they have detached their mmDavid Rientjes1-4/+15
2012-01-12memcg: free entries in soft_limit_tree if allocation failsMichal Hocko1-1/+11
2012-01-12page_cgroup: add helper function to get swap_cgroupBob Liu1-2/+2
2012-01-12mm: memcg: remove unneeded checks from uncharge_page()Johannes Weiner1-2/+1
2012-01-12mm: memcg: remove unneeded checks from newpage_charge()Johannes Weiner1-12/+4
2012-01-12mm: memcg: lookup_page_cgroup (almost) never returns NULLJohannes Weiner1-4/+7
2012-01-12mm: memcg: clean up fault accountingJohannes Weiner1-14/+4
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner1-25/+27
2012-01-12mm: memcg: shorten preempt-disabled section around event checksJohannes Weiner1-38/+35
2012-01-12memcg: make mem_cgroup_split_huge_fixup() more efficientKAMEZAWA Hiroyuki1-17/+17
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner1-160/+151
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner1-10/+7
2012-01-12mm: memcg: remove optimization of keeping the root_mem_cgroup LRU lists emptyJohannes Weiner1-10/+2
2012-01-12mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner1-84/+85
2012-01-12mm: memcg: per-priority per-zone hierarchy scan generationsJohannes Weiner1-18/+47
2012-01-12mm: memcg: consolidate hierarchy iteration primitivesJohannes Weiner1-124/+75
2012-01-12memcg: add mem_cgroup_replace_page_cache() to fix LRU issueKAMEZAWA Hiroyuki1-0/+44
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+14
2012-01-09Merge 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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2011-12-22Partial 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-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo1-8/+8
2011-12-12tcp memory pressure controlsGlauber Costa1-1/+39
2011-12-12socket: initial cgroup code.Glauber Costa1-2/+44
2011-12-12Basic kernel memory functionality for the Memory ControllerGlauber Costa1-5/+100
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-02memcg: Fix race condition in memcg_check_events() with this_cpu usageSteven Rostedt1-4/+6
2011-11-02memcg: close race between charge and putbackJohannes Weiner1-1/+20
2011-11-02memcg: skip scanning active lists based on individual sizeJohannes Weiner1-34/+17
2011-11-02memcg: do not expose uninitialized mem_cgroup_per_node to worldIgor Mammedov1-1/+1
2011-11-02memcg: fix oom schedule_timeout()KAMEZAWA Hiroyuki1-1/+1
2011-11-02memcg: rename mem variable to memcgRaghavendra K T1-463/+467
2011-10-31mm: 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-14memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner1-166/+6
2011-08-25memcg: fix hierarchical oom lockingJohannes Weiner1-12/+5
2011-08-25memcg: pin execution to current cpu while draining stockJohannes Weiner1-7/+2
2011-08-09Revert "memcg: get rid of percpu_charge_mutex lock"Michal Hocko1-2/+10
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
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki1-2/+6
2011-03-22pagewalk: only split huge pages when necessaryDave Hansen1-2/+3
2011-03-22memcg: move memcg reclaimable page into tail of inactive listMinchan Kim1-0/+26
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi1-2/+2
2011-02-02memcg: fix event counting breakage from recent THP updateKAMEZAWA Hiroyuki1-1/+3
2011-02-02memcg: never OOM when charging huge pagesJohannes Weiner1-2/+8
2011-02-02memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner1-7/+28
2011-02-02memcg: prevent endless loop when charging huge pagesJohannes Weiner1-2/+9
2011-02-02memsw: deprecate noswapaccount kernel parameter and schedule it for removalMichal Hocko1-0/+1
2011-02-02memsw: handle swapaccount kernel parameter correctlyMichal Hocko1-3/+3
2011-01-26memcg: fix race at move_parent around compound_order()KAMEZAWA Hiroyuki1-9/+16
2011-01-26memcg: bugfix check mem_cgroup_disabled() at split fixupKAMEZAWA Hiroyuki1-0/+2
2011-01-26memcg: fix account leak at failure of memsw accontingKAMEZAWA Hiroyuki1-0/+1
2011-01-26mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent()Jesper Juhl1-1/+2
2011-01-20memcg: correctly order reading PCG_USED and pc->mem_cgroupJohannes Weiner1-18/+9
2011-01-20memcg: fix rmdir, force_empty with THPKAMEZAWA Hiroyuki1-11/+26
2011-01-20memcg: fix LRU accounting with THPKAMEZAWA Hiroyuki1-4/+18
2011-01-20memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki1-40/+51
2011-01-20memcg: modify accounting function for supporting THP betterKAMEZAWA Hiroyuki1-13/+12
2011-01-13memcg: fix memory migration of shmem swapcacheDaisuke Nishimura1-3/+2
2011-01-13memcg: use [kv]zalloc[_node] rather than [kv]malloc+memsetJesper Juhl1-6/+3
2011-01-13memcg: fix deadlock between cpuset and memcgDaisuke Nishimura1-35/+49
2011-01-13memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()Minchan Kim1-1/+0
2011-01-13memcg: fix unit mismatch in memcg oom limit calculationJohannes Weiner1-2/+3
2011-01-13memcg: add lock to synchronize page accounting and migrationKAMEZAWA Hiroyuki1-2/+7
2011-01-13memcg: create extensible page stat update routinesGreg Thelen1-9/+7
2011-01-13thp: compound_trans_orderAndrea Arcangeli1-6/+6
2011-01-13thp: fix anon memory statistics with transparent hugepagesRik van Riel1-1/+1
2011-01-13thp: transhuge-memcg: commit tail pages at chargeDaisuke Nishimura1-17/+35
2011-01-13thp: memcg compoundAndrea Arcangeli1-30/+53
2010-12-30memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner checkKAMEZAWA Hiroyuki1-10/+9
2010-11-25cgroups: make swap accounting default behavior configurableMichal Hocko1-2/+19
2010-11-25memcg: avoid deadlock between move charge and try_charge()Daisuke Nishimura1-17/+26
2010-11-25memcg: fix false positive VM_BUG on non-SMPKirill A. Shutemov1-1/+1
2010-11-12memcg: null dereference on allocation failureDan Carpenter1-7/+9
2010-10-27memcg: generic filestat update interfaceKAMEZAWA Hiroyuki1-7/+18
2010-10-27memcg: cpu hotplug aware quick acount_move detectionKAMEZAWA Hiroyuki1-7/+30
2010-10-27memcg: cpu hotplug aware percpu count updatesKAMEZAWA Hiroyuki1-9/+93
2010-10-27memcg: use for_each_mem_cgroupKAMEZAWA Hiroyuki1-87/+83
2010-10-27memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accout...KAMEZAWA Hiroyuki1-14/+85
2010-10-27memcg: fix race in file_mapped accouting flag managementKAMEZAWA Hiroyuki1-1/+2
2010-10-07memcg: fix thresholds with use_hierarchy == 1Kirill A. Shutemov1-3/+7
2010-08-11memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_idKOSAKI Motohiro1-3/+3
2010-08-11memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()KOSAKI Motohiro1-3/+2
2010-08-11memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemaskKOSAKI Motohiro1-2/+1
2010-08-11memcg: avoid css_get()KAMEZAWA Hiroyuki1-43/+76
2010-08-11memcg: use find_lock_task_mm() in memory cgroups oomKAMEZAWA Hiroyuki1-3/+7
2010-08-11memcg: remove mem from arg of charge_commonDaisuke Nishimura1-9/+8
2010-08-11memcg: remove redundant codeDaisuke Nishimura1-10/+0
2010-08-11memcg: clean up waiting move acctKAMEZAWA Hiroyuki1-22/+29
2010-08-11memcg: clean up try_charge main loopKAMEZAWA Hiroyuki1-100/+148
2010-08-09memcg: add mm_vmscan_memcg_isolate tracepointKOSAKI Motohiro1-0/+6
2010-08-09oom: badness heuristic rewriteDavid Rientjes1-0/+18
2010-08-09vmscan: kill prev_priority completelyKOSAKI Motohiro1-31/+0
2010-06-29memcg: fix wake up in oom wait queueKAMEZAWA Hiroyuki1-1/+3
2010-05-27memcg: clean up memory thresholdsKirill A. Shutemov1-85/+66
2010-05-27cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov1-24/+41
2010-05-27memcg: fix mis-accounting of file mapped racy with migrationakpm@linux-foundation.org1-38/+97
2010-05-27mm: memcontrol - uninitialised return valuePhil Carmody1-1/+1
2010-05-27mm: remove unnecessary use of atomicPhil Carmody1-7/+7
2010-05-27memcg: move charge of file pagesDaisuke Nishimura1-12/+44
2010-05-27memcg: clean up move chargeDaisuke Nishimura1-37/+59
2010-05-27memcg: oom kill disable and oom statusKAMEZAWA Hiroyuki1-19/+94
2010-05-27memcg: oom notifierKAMEZAWA Hiroyuki1-8/+92
2010-05-27memcg: oom wakeup filterKAMEZAWA Hiroyuki1-17/+46
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-05-11memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki1-4/+0
2010-05-11memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki1-14/+5