aboutsummaryrefslogtreecommitdiff
path: root/Documentation/cgroups
AgeCommit message (Expand)AuthorFilesLines
2015-04-18Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-5/+3
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-2/+8
2015-04-11Documentation/memcg: update memcg/kmem statusGravatar Vladimir Davydov 1-5/+3
2015-03-19cpuset, isolcpus: document relationship between cpusets & isolcpusGravatar Rik van Riel 1-2/+8
2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsGravatar Johannes Weiner 1-2/+2
2015-02-11mm: memcontrol: default hierarchy interface for memoryGravatar Johannes Weiner 1-0/+79
2015-01-05Update of Documentation/cgroups/00-INDEXGravatar Henrik Austad 1-0/+2
2014-12-13Merge branch 'akpm' (second patch-bomb from Andrew)Gravatar Linus Torvalds 2-7/+7
2014-12-13cgroups: Documentation: fix trivial typos and wrong paragraph numberingsGravatar SeongJae Park 2-7/+7
2014-12-12Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-2/+2
2014-12-10mm: embed the memcg pointer directly into struct pageGravatar Johannes Weiner 1-0/+5
2014-12-10kernel: res_counter: remove the unused APIGravatar Johannes Weiner 2-206/+8
2014-12-10mm: hugetlb_cgroup: convert to lockless page countersGravatar Johannes Weiner 1-1/+1
2014-12-10mm: memcontrol: lockless page countersGravatar Johannes Weiner 1-2/+2
2014-12-03cgroups: Documentation: fix wrong cgroupfs pathsGravatar SeongJae Park 1-2/+2
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsGravatar Zefan Li 1-3/+3
2014-08-08mm: memcontrol: rewrite uncharge APIGravatar Johannes Weiner 1-122/+6
2014-08-08mm: memcontrol: rewrite charge APIGravatar Johannes Weiner 1-27/+5
2014-07-15cgroup: distinguish the default and legacy hierarchies when handling cftypesGravatar Tejun Heo 1-6/+12
2014-07-08cgroup: implement cgroup_subsys->depends_onGravatar Tejun Heo 1-3/+20
2014-07-08cgroup: implement cgroup_subsys->css_reset()Gravatar Tejun Heo 1-0/+14
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 2-5/+360
2014-06-06vmscan: memcg: always use swappiness of the reclaimed memcgGravatar Michal Hocko 1-8/+7
2014-06-04Documentation/memcg: warn about incomplete kmemcg stateGravatar Vladimir Davydov 1-0/+5
2014-06-04mm: memcontrol: remove hierarchy restrictions for swappiness and oom_controlGravatar Johannes Weiner 1-7/+4
2014-05-16memcg: remove tasks/children test from mem_cgroup_force_empty()Gravatar Michal Hocko 1-5/+1
2014-04-25cgroup: add documentation about unified hierarchyGravatar Tejun Heo 1-0/+359
2014-04-07memcg: rename high level charging functionsGravatar Michal Hocko 1-2/+2
2014-04-07res_counter: remove interface for locked charging and unchargingGravatar David Rientjes 1-10/+2
2014-01-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+5
2014-01-03netfilter: x_tables: lightweight process control group matchingGravatar Daniel Borkmann 1-0/+5
2013-12-31doc: cgroups: Fix typo in doc/cgroupsGravatar Masanari Iida 2-4/+4
2013-12-10[media] doc: no singingGravatar Kees Cook 1-1/+1
2013-11-22cgroup: Merge branch 'memcg_event' into for-3.14Gravatar Tejun Heo 1-20/+0
2013-11-22memcg: rename cgroup_event to mem_cgroup_eventGravatar Tejun Heo 1-20/+0
2013-11-13memcg: support hierarchical memory.numa_statsGravatar Ying Han 1-3/+7
2013-09-12memcg: document cgroup dirty/writeback memory statisticsGravatar Sha Zhengju 1-0/+2
2013-07-11Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-14/+15
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+3
2013-07-03memcg: update TODO list in DocumentationGravatar Li Zefan 1-4/+3
2013-06-24Documentation/cgroups/memory.txt: fix stat file documentationGravatar Aaro Koskinen 1-2/+2
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationGravatar Viresh Kumar 1-1/+1
2013-05-28doc: fix misspellings with 'codespell' toolGravatar Anatol Pomozov 1-1/+1
2013-05-14blk-throttle: implement proper hierarchy supportGravatar Tejun Heo 1-14/+15
2013-05-07mm, memcg: add rss_huge stat to memory.statGravatar David Rientjes 1-1/+3
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-0/+36
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 2-4/+69
2013-04-29memcg: add memory.pressure_level eventsGravatar Anton Vorontsov 1-1/+69