summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorFilesLines
2020-08-21cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()Yang Yingliang1-0/+2
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-11/+18
2020-04-02cgroup1: don't call release_agent when it is ""Tycho Andersen1-1/+1
2020-04-02cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin1-0/+1
2020-03-20cgroup: Iterate tasks that did not finish do_exit()Michal Koutný1-7/+16
2020-03-20cgroup: cgroup_procs_next should increase position indexVasily Averin1-3/+7
2020-03-20cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt1-0/+4
2020-02-05cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný1-5/+6
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai1-5/+6
2019-08-09cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo1-1/+1
2019-08-09cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo1-0/+4
2019-08-09cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo1-7/+37
2019-08-09cgroup: Implement css_task_iter_skip()Tejun Heo1-24/+36
2019-07-10cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz1-1/+14
2019-05-31cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin1-0/+6
2019-04-05cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov2-8/+11
2019-03-23fix cgroup_do_mount() handling of failure exitsAl Viro1-3/+6
2019-02-12cgroup: fix parsing empty mount option stringOndrej Mosnacek1-1/+1
2019-01-09cgroup: fix CSS_TASK_ITER_PROCSTejun Heo1-12/+17
2018-10-18cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo1-9/+16
2018-03-28cgroup: fix rule checking for threaded mode switchingTejun Heo1-0/+10
2018-03-03cgroup: Fix deadlock in cpu hotplug pathPrateek Sood1-1/+5
2018-01-17cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo1-8/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
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/k...Linus 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/c...Linus 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/k...Linus Torvalds1-0/+7
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus 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/gi...Linus 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