aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/cgroup (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-17cgroup: fix psi monitor for root cgroupOdin Ugedal1-1/+3
2021-01-06cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao1-0/+2
2020-12-30cpuset: fix race between hotplug work and later CPU offlineDaniel Jordan1-5/+28
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-12/+19
2020-06-07Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo1-13/+3
2020-04-01cgroup1: don't call release_agent when it is ""Tycho Andersen1-1/+1
2020-04-01cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin1-0/+1
2020-03-18cgroup: Iterate tasks that did not finish do_exit()Michal Koutný1-7/+16
2020-03-18cgroup: cgroup_procs_next should increase position indexVasily Averin1-3/+7
2020-03-18cgroup: 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-31cgroup: freezer: don't change task and cgroups status unnecessarilyHonglei Wang1-0/+9
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai1-5/+6
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3
2019-11-10cgroup: don't put ERR_PTR() into fc->rootAl Viro1-2/+3
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider1-1/+2
2019-09-17Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-25/+6
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-39/+126
2019-09-12cgroup: freezer: fix frozen state inheritanceRoman Gushchin1-1/+9
2019-08-07Use kvmalloc in cgroups-v1Marc Koderer1-23/+4
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli1-0/+11
2019-07-25cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli1-5/+17
2019-07-25cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli1-33/+35
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2-2/+64
2019-07-23cgroup: minor tweak for logic to get cgroup cssPeng Wang1-1/+1
2019-07-23cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask()Markus Elfring1-1/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-62/+49
2019-07-15docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab1-1/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+8
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-07-08Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-1/+44
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe4-39/+92
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+1
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2-8/+2
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+2
2019-06-21cgroup: export css_next_descendant_pre for bfqChristoph Hellwig1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner2-8/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-31/+90
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2-31/+90
2019-06-14Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-31/+90
2019-06-14docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-14cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFSTejun Heo1-42/+42
2019-06-12cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz1-1/+14
2019-06-10Merge branch 'for-5.2-fixes' into for-5.3Tejun Heo1-1/+5
2019-06-10cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo1-1/+1
2019-06-10cgroup/bfq: revert bfq.weight symlink changeJens Axboe1-29/+4
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+14
2019-06-07cgroup: let a symlink too be created with a cftype fileAngelo Ruocco1-4/+29
2019-06-05cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo1-0/+4