aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-22cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long1-0/+8
2017-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+15
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+14
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra1-1/+15
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds7-246/+887
2017-09-06mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko1-4/+5
2017-09-06cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction")Roman Gushchin1-3/+0
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar1-0/+1
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2017-08-25sched/topology, cpuset: Avoid spurious/wrong domain rebuildsPeter Zijlstra1-6/+0
2017-08-24cpuset: Fix incorrect memory_pressure control file mappingWaiman Long1-0/+1
2017-08-18cpuset: Allow v2 behavior in v1 cgroupWaiman Long1-13/+20
2017-08-18cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long1-0/+6
2017-08-11cgroup: remove unneeded checksDan Carpenter1-2/+2
2017-08-11cgroup: misc changesTejun Heo1-21/+2
2017-08-10cpuset: Make nr_cpusets privatePaolo Bonzini1-0/+7
2017-08-02cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin1-0/+1
2017-08-02cgroup: short-circuit cset_cgroup_from_root() on the default hierarchyTejun Heo1-0/+2
2017-08-02cgroup: re-use the parent pointer in cgroup_destroy_locked()Roman Gushchin1-1/+1
2017-08-02cgroup: add cgroup.stat interface with basic hierarchy statsRoman Gushchin1-0/+16
2017-08-02cgroup: implement hierarchy limitsRoman Gushchin1-0/+126
2017-08-02cgroup: keep track of number of descent cgroupsRoman Gushchin1-2/+17
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li1-0/+12
2017-07-29kernfs: add exportfs operationsShaohua Li1-1/+2
2017-07-25cgroup: add comment to cgroup_enable_threaded()Tejun Heo1-0/+9
2017-07-25cgroup: remove unnecessary empty check when enabling threaded modeTejun Heo1-7/+0
2017-07-23cgroup: fix error return value from cgroup_subtree_control()Tejun Heo1-2/+2
2017-07-21cgroup: update debug controller to print out thread mode informationWaiman Long3-16/+42
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo5-25/+339
2017-07-21cgroup: implement CSS_TASK_ITER_THREADEDTejun Heo1-17/+60
2017-07-21cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo1-3/+66
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo4-19/+23
2017-07-21cgroup: reorganize cgroup.procs / task write pathTejun Heo3-106/+152
2017-07-18cgroup: create dfl_root files on subsys registrationTejun Heo1-0/+4
2017-07-16cgroup: replace css_set walking populated test with testing cgrp->nr_populated_csetsTejun Heo1-22/+8
2017-07-16cgroup: distinguish local and children populated statesTejun Heo1-16/+21
2017-07-16cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()Tejun Heo1-1/+0
2017-07-08cgroup: don't call migration methods if there are no tasks to migrateTejun Heo2-27/+34
2017-07-06mm, cpuset: always use seqlock when changing task's nodemaskVlastimil Babka1-21/+8
2017-07-06mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka1-3/+1
2017-06-28cgroup: implement "nsdelegate" mount optionTejun Heo1-5/+83
2017-06-28cgroup: restructure cgroup_procs_write_permission()Tejun Heo1-24/+33
2017-06-14cgroup: fix lockdep warning in debug controllerTejun Heo1-8/+21
2017-06-14cgroup: refactor cgroup_masks_read() in the debug controllerTejun Heo1-25/+21
2017-06-14cgroup: make debug an implicit controller on cgroup2Tejun Heo1-3/+56
2017-06-14cgroup: Make debug cgroup support v2 and thread modeWaiman Long1-17/+153
2017-06-14cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long1-0/+6
2017-06-14cgroup: Move debug cgroup to its own fileWaiman Long4-148/+157