aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/cgroups
AgeCommit message (Expand)AuthorFilesLines
2012-04-12memcg: fix up documentation on global LRUYing Han1-3/+2
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell1-1/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-9/+9
2012-03-07Documentation: Fix multiple typo in DocumentationMasanari Iida1-9/+9
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-15/+11
2012-01-12memcg: fix pgpgin/pgpgout documentationYing Han1-2/+5
2012-01-12Documentation/cgroups/memory.txt: fix typoZhu Yanhai1-1/+1
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-30/+21
2011-12-22Partial revert "Basic kernel memory functionality for the Memory Controller"Glauber Costa1-20/+2
2011-12-12cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()Tejun Heo1-20/+0
2011-12-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo1-10/+21
2011-12-12Display current tcp memory allocation in kmem cgroupGlauber Costa1-0/+1
2011-12-12tcp buffer limitation: per-cgroup limitGlauber Costa1-0/+1
2011-12-12tcp memory pressure controlsGlauber Costa1-0/+2
2011-12-12socket: initial cgroup code.Glauber Costa1-1/+3
2011-12-12Basic kernel memory functionality for the Memory ControllerGlauber Costa1-2/+38
2011-11-22net: add documentation for net_prio cgroups (v4)Neil Horman1-0/+53
2011-11-07Documentation: Fix typo in freezer-subsystem.txtRafael J. Wysocki1-2/+2
2011-11-04Documentation: update cgroups notesLi Zefan1-2/+2
2011-11-02memcg: skip scanning active lists based on individual sizeJohannes Weiner1-1/+0
2011-09-14memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner1-84/+1
2011-07-26memcg: add memory.vmscan_statKAMEZAWA Hiroyuki1-1/+84
2011-07-23Documentation: fix ambigous text for root cpusetWanlong Gao1-1/+1
2011-07-23Documentation: fix echo command in cgroups/cpuacct.txtWanlong Gao1-1/+1
2011-07-06Documentation: fix cgroup blkio throttle filenamesAndrea Righi1-6/+6
2011-06-15Documentation: fix cgroup typos and formattingJörg Sommer3-13/+13
2011-06-15Documentation: update cgroupfs mount pointJörg Sommer7-82/+97
2011-06-15memcg: add documentation for the memory.numastat APIYing Han1-0/+19
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano1-1/+1
2011-05-26cgroups: make procs file writableBen Blum1-1/+8
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum1-8/+22
2011-04-28memcg: update documentation to describe usage_in_bytesDaisuke Nishimura1-2/+13
2011-04-04Documentation: update cgroups info user groups namesGeunsik Lim1-6/+6
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-29/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-10/+12
2011-03-16Documentation: update cgroup pid and cpuset informationEric B Munson1-0/+12
2011-03-08Update cpuset info & webiste for cgroupsGeunSik Lim1-8/+9
2011-03-08blk-cgroup: Lower minimum weight from 100 to 10.Justin TerAvest1-1/+1
2011-03-01cfq-iosched: Always provide group isolation.Justin TerAvest1-28/+0
2011-02-17memcg: clarify use_hierarchy documentationGreg Thelen1-2/+3
2011-01-14revert documentaion update for memcg's dirty ratio.KAMEZAWA Hiroyuki1-74/+0
2011-01-13memcg: document cgroup dirty memory interfacesGreg Thelen1-0/+74
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+27
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-2/+2
2011-01-13cgroups: remove deprecated subsystem from examples.Trevor Woerner1-4/+4
2010-11-15blk-cgroup: Allow creation of hierarchical cgroupsVivek Goyal1-0/+27
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König2-2/+2
2010-10-27cgroup: add clone_children control fileDaniel Lezcano1-2/+12
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+103
2010-09-16blkio: Documentation UpdateVivek Goyal1-3/+103
2010-08-23cfq-iosched: Documentation help for new tunablesVivek Goyal1-0/+28
2010-08-04Documentation: update broken web addresses.Justin P. Mattock1-1/+1
2010-05-27memcg: update documentationKAMEZAWA Hiroyuki1-93/+198
2010-05-27memcg: move charge of file pagesDaisuke Nishimura1-6/+12
2010-05-27memcg: oom kill disable and oom statusKAMEZAWA Hiroyuki1-0/+23
2010-05-27memcg: oom notifierKAMEZAWA Hiroyuki1-1/+19
2010-05-27Documentation/cgroups/cgroups.txt: fix reference to "numtasks"Trevor Woerner1-1/+1
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe4-22/+22
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-22/+22
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe1-2/+1
2010-04-26blk-cgroup: config options re-arrangementVivek Goyal1-20/+15
2010-04-24cgroups: fix procs documentationKAMEZAWA Hiroyuki1-2/+1
2010-04-23Documentation/: it's -> its where appropriateFrancis Galiegue2-2/+2
2010-04-13io-controller: Document for blkio.weight_deviceGui Jianfeng1-1/+30
2010-04-09blkio: Add more debug-only per-cgroup statsDivyesh Shah1-0/+29
2010-04-09blkio: Add io_queued and avg_queue_size statsDivyesh Shah1-0/+11
2010-04-09blkio: Add io_merged statDivyesh Shah1-0/+5
2010-04-09blkio: Changes to IO controller additional stats patchesDivyesh Shah1-1/+47
2010-03-25cpuset: Fix documentation punctuationGreg Thelen1-19/+19
2010-03-24memcg: fix typo in memcg documentationGreg Thelen1-1/+1
2010-03-19memcg: fix typo in memcg documentationGreg Thelen1-1/+1
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-62/+65
2010-03-12memcg: fix typos in memcg_test.txtKirill A. Shutemov1-2/+2
2010-03-12memcg: update memcg_test.txt to describe memory thresholdsKirill A. Shutemov1-0/+21
2010-03-12cgroups: add simple listener of cgroup events to documentationKirill A. Shutemov1-0/+110
2010-03-12memcg: handle panic_on_oom=always caseKAMEZAWA Hiroyuki1-1/+4
2010-03-12memcg: update memcg_test.txtDaisuke Nishimura1-2/+20
2010-03-12memcg: implement memory thresholdsKirill A. Shutemov1-1/+18
2010-03-12cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov1-0/+20
2010-03-12memcg: move charges of anonymous swapDaisuke Nishimura1-0/+2
2010-03-12memcg: add interface to move charge at task migrationDaisuke Nishimura1-2/+54
2010-03-12cgroups: fix CONTENTS in cgroups documentationKirill A. Shutemov1-0/+1
2010-03-12cgroups: subsystem module unloadingBen Blum1-2/+3
2010-03-12cgroups: subsystem module loading interfaceBen Blum1-0/+4
2010-03-12cgroup: introduce cancel_attach()Daisuke Nishimura1-1/+12
2010-02-24doc: cpuset: Update the cpuset flag fileGeunSik Lim1-62/+65
2009-12-03blkio: DocumentationVivek Goyal1-0/+135
2009-10-08cgroups: update documentation of cgroups tasks and procs filesPaul Menage1-2/+9
2009-09-24memory controller: soft limit documentationBalbir Singh1-1/+36
2009-09-24memcg: remove the overhead associated with the root cgroupBalbir Singh1-0/+4
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum1-3/+9
2009-09-24cgroups: support named cgroups hierarchiesPaul Menage1-0/+20
2009-06-30cpusets: document adding/removing cpus to cpuset elaboratelyNikanth Karthikesan1-0/+12
2009-06-18memcg: add interface to reset limitsDaisuke Nishimura1-0/+1
2009-06-18memcg: fix behavior under memory.limit equals to memsw.limitKAMEZAWA Hiroyuki1-6/+11
2009-04-13memcg: fix documentationBharata B Rao1-23/+32
2009-04-13res_counter: update documentationAndrea Righi1-6/+21
2009-04-08Merge commit 'v2.6.30-rc1' into sched/urgentIngo Molnar6-51/+112
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-14/+32
2009-04-02memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki1-1/+19
2009-04-02cgroups: more documentation for remount and release_agentLi Zefan1-2/+18
2009-04-02cgroup: fix frequent -EBUSY at rmdirKAMEZAWA Hiroyuki1-2/+4
2009-04-01cpuacct: add per-cgroup utime/stime statisticsBharata B Rao1-0/+18
2009-03-30trivial: fix where cgroup documentation is not correctly referred toThadeu Lima de Souza Cascardo1-0/+18
2009-03-30trivial: Give the right path in Documentation exampleThadeu Lima de Souza Cascardo1-1/+1
2009-03-30trivial: cgroups: documentation typo and spelling correctionsChris Samuel4-13/+13
2009-02-20cpuset: various documentation fixes and updatesLi Zefan1-28/+37
2009-02-18cgroups: update documentation about css_set hash tableLi Zefan1-4/+2
2009-01-29memcg: update document to mention that swapoff should be testedKAMEZAWA Hiroyuki1-2/+22
2009-01-15cgroups: consolidate cgroup documentsLi Zefan7-2/+1817
2009-01-08cgroups: add a per-subsystem hierarchy_mutexPaul Menage1-1/+1
2009-01-08cgroups: documentation updatesLi Zefan1-3/+4
2008-11-12freezer_cg: disable writing freezer.state of root cgroupLi Zefan1-9/+12
2008-10-20container freezer: document the cgroup freezer subsystem.Matt Helsley2-0/+647