summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai
2019-08-09cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo
2019-08-09cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo
2019-08-09cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo
2019-08-09cgroup: Implement css_task_iter_skip()Tejun Heo
2019-07-10cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz
2019-05-31cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin
2019-04-05cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov
2019-03-23fix cgroup_do_mount() handling of failure exitsAl Viro
2019-02-12cgroup: fix parsing empty mount option stringOndrej Mosnacek
2019-01-09cgroup: fix CSS_TASK_ITER_PROCSTejun Heo
2018-10-18cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo
2018-03-28cgroup: fix rule checking for threaded mode switchingTejun Heo
2018-03-03cgroup: Fix deadlock in cpu hotplug pathPrateek Sood
2018-01-17cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-22cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long
2017-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-09-06mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko
2017-09-06cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction")Roman Gushchin
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-08-25sched/topology, cpuset: Avoid spurious/wrong domain rebuildsPeter Zijlstra
2017-08-24cpuset: Fix incorrect memory_pressure control file mappingWaiman Long
2017-08-18cpuset: Allow v2 behavior in v1 cgroupWaiman Long
2017-08-18cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long
2017-08-11cgroup: remove unneeded checksDan Carpenter
2017-08-11cgroup: misc changesTejun Heo
2017-08-10cpuset: Make nr_cpusets privatePaolo Bonzini
2017-08-02cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin
2017-08-02cgroup: short-circuit cset_cgroup_from_root() on the default hierarchyTejun Heo
2017-08-02cgroup: re-use the parent pointer in cgroup_destroy_locked()Roman Gushchin
2017-08-02cgroup: add cgroup.stat interface with basic hierarchy statsRoman Gushchin
2017-08-02cgroup: implement hierarchy limitsRoman Gushchin
2017-08-02cgroup: keep track of number of descent cgroupsRoman Gushchin
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li
2017-07-29kernfs: add exportfs operationsShaohua Li
2017-07-25cgroup: add comment to cgroup_enable_threaded()Tejun Heo
2017-07-25cgroup: remove unnecessary empty check when enabling threaded modeTejun Heo
2017-07-23cgroup: fix error return value from cgroup_subtree_control()Tejun Heo
2017-07-21cgroup: update debug controller to print out thread mode informationWaiman Long
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo
2017-07-21cgroup: implement CSS_TASK_ITER_THREADEDTejun Heo
2017-07-21cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo