summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAge
...
| * | | memcg: convert to use cgroup idLi Zefan2013-09-23
| * | | memcg: convert to use cgroup_is_descendant()Li Zefan2013-09-23
* | | | memcg: remove incorrect underflow checkGreg Thelen2013-11-01
* | | | mm: memcg: fix test for child groupsJohannes Weiner2013-10-31
* | | | mm: memcg: lockdep annotation for memcg OOM lockJohannes Weiner2013-10-31
* | | | mm: memcg: use proper memcg in limit bypassJohannes Weiner2013-10-31
* | | | memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend castingGreg Thelen2013-10-30
| |_|/ |/| |
* | | fs: buffer: move allocation failure loop into the allocatorJohannes Weiner2013-10-16
* | | mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2013-10-16
* | | mm, memcg: protect mem_cgroup_read_events for cpu hotplugDavid Rientjes2013-10-16
| |/ |/|
* | revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton2013-09-24
* | revert "memcg: get rid of soft-limit tree infrastructure"Andrew Morton2013-09-24
* | revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton2013-09-24
* | revert "memcg: enhance memcg iterator to support predicates"Andrew Morton2013-09-24
* | revert "memcg: track children in soft limit excess to improve soft limit"Andrew Morton2013-09-24
* | revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan...Andrew Morton2013-09-24
* | revert "memcg: track all children over limit in the root"Andrew Morton2013-09-24
|/
* memcg: add per cgroup writeback pages accountingSha Zhengju2013-09-12
* memcg: check for proper lock held in mem_cgroup_update_page_statSha Zhengju2013-09-12
* memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju2013-09-12
* memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju2013-09-12
* mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner2013-09-12
* mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner2013-09-12
* mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner2013-09-12
* memcg: trivial cleanupsAndrew Morton2013-09-12
* memcg: track all children over limit in the rootMichal Hocko2013-09-12
* memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko2013-09-12
* memcg: track children in soft limit excess to improve soft limitMichal Hocko2013-09-12
* memcg: enhance memcg iterator to support predicatesMichal Hocko2013-09-12
* vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko2013-09-12
* memcg: get rid of soft-limit tree infrastructureMichal Hocko2013-09-12
* memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko2013-09-12
* memcg: remove redundant code in mem_cgroup_force_empty_write()Li Zefan2013-09-12
* memcg: fix multiple large threshold notificationsGreg Thelen2013-09-11
* kmemcg: don't allocate extra memory for root memcg_cache_paramsAndrey Vagin2013-09-11
* Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-03
|\
| * cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-08
| * cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...Tejun Heo2013-08-08
| * cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-08
| * cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo2013-08-08
| * cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo2013-08-08
| * cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-08
| * cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-08
| * cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-08
| * cgroup: add css_parent()Tejun Heo2013-08-08
| * cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-08
| * cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-08
* | memcg: get rid of swapaccount leftoversMichal Hocko2013-08-23
* | memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin2013-08-13
* | vmpressure: make sure there are no events queued after memcg is offlinedMichal Hocko2013-07-31