summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-3/+4
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+2
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
* | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-06-056-395/+512
|\ \
| * | cgroup: css_set_lock should nest inside tasklist_lockTejun Heo2018-05-231-8/+8
| * | rdmacg: Convert to use match_string() helperAndy Shevchenko2018-05-071-19/+16
| * | cgroup: Make cgroup_rstat_updated() ready for root cgroup usageTejun Heo2018-04-261-0/+4
| * | cgroup: Add memory barriers to plug cgroup_rstat_updated() race windowTejun Heo2018-04-261-3/+13
| * | cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo2018-04-262-1/+21
| * | cgroup: Replace cgroup_rstat_mutex with a spinlockTejun Heo2018-04-261-13/+45
| * | cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo2018-04-262-13/+30
| * | cgroup: Reorganize kernel/cgroup/rstat.cTejun Heo2018-04-262-89/+95
| * | cgroup: Distinguish base resource stat implementation from rstatTejun Heo2018-04-263-37/+36
| * | cgroup: Rename stat to rstatTejun Heo2018-04-263-101/+103
| * | cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.cTejun Heo2018-04-262-1/+1
| * | cgroup: Limit event generation frequencyTejun Heo2018-04-261-2/+23
| * | cgroup: Explicitly remove core interface filesTejun Heo2018-04-261-13/+22
| |/
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-163-15/+3
|/
* Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-031-14/+7
|\
| * cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo2018-03-191-14/+7
* | cgroup: fix rule checking for threaded mode switchingTejun Heo2018-02-211-0/+10
|/
* kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai2018-02-061-2/+2
* string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo2018-01-191-3/+3
* cgroup: make cgroup.threads delegatableRoman Gushchin2018-01-101-0/+1
* cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo2017-12-201-8/+6
* cgroup: Fix deadlock in cpu hotplug pathPrateek Sood2017-12-191-1/+5
* cgroup: use strlcpy() instead of strscpy() to avoid spurious warningArnd Bergmann2017-12-151-3/+3
* cgroup: avoid copying strings longer than the buffersMa Shimiao2017-12-121-3/+3
* Revert "cgroup/cpuset: remove circular dependency deadlock"Tejun Heo2017-12-041-30/+23
* Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo2017-12-041-20/+21
* cgroup: properly init u64_statsLucas Stach2017-11-281-2/+6
* debug cgroup: use task_css_set instead of rcu_dereferenceWang Long2017-11-271-2/+2
* cpuset: Make cpuset hotplug synchronousPrateek Sood2017-11-271-21/+20
* cgroup/cpuset: remove circular dependency deadlockPrateek Sood2017-11-271-23/+30
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-154-3/+499
|\
| * cgroup: export list of cgroups v2 features using sysfsRoman Gushchin2017-11-061-0/+8
| * cgroup: export list of delegatable control files using sysfsRoman Gushchin2017-11-061-0/+61
| * cgroup: mark @cgrp __maybe_unused in cpu_stat_show()Tejun Heo2017-10-301-1/+1
| * cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo2017-10-263-7/+64
| * cgroup: statically initialize init_css_set->dfl_cgrpTejun Heo2017-09-251-0/+8
| * cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo2017-09-254-3/+365
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-7/+31
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-044-0/+4
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-0/+8
| |\ \ \
| * | | | bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov2017-10-041-0/+10
| * | | | bpf: multi program support for cgroup+bpfAlexei Starovoitov2017-10-041-7/+21
| | |_|/ | |/| |
* | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-084-0/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
| | |/ | |/|
OpenPOWER on IntegriCloud