summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorLines
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-14/+7
2018-03-19cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo-14/+7
2018-02-21cgroup: fix rule checking for threaded mode switchingTejun Heo-0/+10
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai-2/+2
2018-01-19string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo-3/+3
2018-01-10cgroup: make cgroup.threads delegatableRoman Gushchin-0/+1
2017-12-20cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo-8/+6
2017-12-19cgroup: Fix deadlock in cpu hotplug pathPrateek Sood-1/+5
2017-12-15cgroup: use strlcpy() instead of strscpy() to avoid spurious warningArnd Bergmann-3/+3
2017-12-12cgroup: avoid copying strings longer than the buffersMa Shimiao-3/+3
2017-12-04Revert "cgroup/cpuset: remove circular dependency deadlock"Tejun Heo-30/+23
2017-12-04Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo-20/+21
2017-11-28cgroup: properly init u64_statsLucas Stach-2/+6
2017-11-27debug cgroup: use task_css_set instead of rcu_dereferenceWang Long-2/+2
2017-11-27cpuset: Make cpuset hotplug synchronousPrateek Sood-21/+20
2017-11-27cgroup/cpuset: remove circular dependency deadlockPrateek Sood-23/+30
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-3/+499
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-7/+31
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-0/+4
2017-11-06cgroup: export list of cgroups v2 features using sysfsRoman Gushchin-0/+8
2017-11-06cgroup: export list of delegatable control files using sysfsRoman Gushchin-0/+61
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+4
2017-10-30cgroup: mark @cgrp __maybe_unused in cpu_stat_show()Tejun Heo-1/+1
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker-10/+5
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo-7/+64
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+8
2017-10-04bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov-0/+10
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov-7/+21
2017-09-25cgroup: statically initialize init_css_set->dfl_cgrpTejun Heo-0/+8
2017-09-25cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo-3/+365
2017-09-22cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long-0/+8
2017-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+15
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+14
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra-1/+15
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-246/+887
2017-09-06mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko-4/+5
2017-09-06cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction")Roman Gushchin-3/+0
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+7
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+0
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar-0/+1
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2017-08-25sched/topology, cpuset: Avoid spurious/wrong domain rebuildsPeter Zijlstra-6/+0
2017-08-24cpuset: Fix incorrect memory_pressure control file mappingWaiman Long-0/+1
2017-08-18cpuset: Allow v2 behavior in v1 cgroupWaiman Long-13/+20
2017-08-18cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long-0/+6
2017-08-11cgroup: remove unneeded checksDan Carpenter-2/+2
2017-08-11cgroup: misc changesTejun Heo-21/+2
2017-08-10cpuset: Make nr_cpusets privatePaolo Bonzini-0/+7
2017-08-02cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin-0/+1