summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2015-10-16memcg: convert threshold to bytesShaohua Li
2015-10-01memcg: remove pcp_counter_lockGreg Thelen
2015-10-01memcg: make mem_cgroup_read_stat() unsignedGreg Thelen
2015-09-10memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov
2015-09-10memcg: add page_cgroup_ino helperVladimir Davydov
2015-09-08memcg: move memcg_proto_active from sock.hMichal Hocko
2015-09-08memcg, tcp_kmem: check for cg_proto in sock_update_memcgMichal Hocko
2015-09-08memcg: restructure mem_cgroup_can_attach()Tejun Heo
2015-09-08memcg: export struct mem_cgroupMichal Hocko
2015-09-08mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes
2015-09-08mm, oom: organize oom context into structDavid Rientjes
2015-09-04mm: memcontrol: bring back the VM_BUG_ON() in mem_cgroup_swapout()Sebastian Andrzej Siewior
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-24memcg: convert mem_cgroup->under_oom from atomic_t to intTejun Heo
2015-06-24memcg: remove unused mem_cgroup->oom_wakeupsTejun Heo
2015-06-24mm: oom_kill: simplify OOM killer lockingJohannes Weiner
2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner
2015-06-10mm: memcontrol: fix false-positive VM_BUG_ON() on -rtJohannes Weiner
2015-06-10memcg: do not call reclaim if !__GFP_WAITVladimir Davydov
2015-06-02writeback: implement memcg writeback domain based throttlingTejun Heo
2015-06-02writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo
2015-06-02writeback: implement memcg wb_domainTejun Heo
2015-06-02memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of o...Tejun Heo
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo
2015-06-02memcg: implement mem_cgroup_css_from_page()Tejun Heo
2015-06-02memcg: add mem_cgroup_root_cssTejun Heo
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low
2015-04-15memcg: remove obsolete commentVladimir Davydov
2015-04-15memcg: zap mem_cgroup_lookup()Vladimir Davydov
2015-04-14memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan
2015-04-14mm: memcontrol: let mem_cgroup_move_account() have effect only if MMU enabledChen Gang
2015-04-14mm: memcontrol: update copyright noticeJohannes Weiner
2015-03-12memcg: disable hierarchy support if bound to the legacy cgroup hierarchyVladimir Davydov
2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner
2015-02-28memcg: fix low limit calculationMichal Hocko
2015-02-12memcg: cleanup static keys decrementVladimir Davydov
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov
2015-02-12memcg: rename some cache id related variablesVladimir Davydov
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov
2015-02-11memcg: cleanup preparation for page table walkNaoya Horiguchi
2015-02-11mm: memcontrol: consolidate swap controller codeJohannes Weiner
2015-02-11mm: memcontrol: consolidate memory controller initializationJohannes Weiner
2015-02-11mm: memcontrol: simplify soft limit tree init codeJohannes Weiner
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko
2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko