aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov1-1/+3
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+4
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds6-395/+512
2018-05-23cgroup: css_set_lock should nest inside tasklist_lockTejun Heo1-8/+8
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig3-15/+3
2018-05-07rdmacg: Convert to use match_string() helperAndy Shevchenko1-19/+16
2018-04-26cgroup: Make cgroup_rstat_updated() ready for root cgroup usageTejun Heo1-0/+4
2018-04-26cgroup: Add memory barriers to plug cgroup_rstat_updated() race windowTejun Heo1-3/+13
2018-04-26cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo2-1/+21
2018-04-26cgroup: Replace cgroup_rstat_mutex with a spinlockTejun Heo1-13/+45
2018-04-26cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo2-13/+30
2018-04-26cgroup: Reorganize kernel/cgroup/rstat.cTejun Heo2-89/+95
2018-04-26cgroup: Distinguish base resource stat implementation from rstatTejun Heo3-37/+36
2018-04-26cgroup: Rename stat to rstatTejun Heo3-101/+103
2018-04-26cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.cTejun Heo2-1/+1
2018-04-26cgroup: Limit event generation frequencyTejun Heo1-2/+23
2018-04-26cgroup: Explicitly remove core interface filesTejun Heo1-13/+22
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-14/+7
2018-03-19cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo1-14/+7
2018-02-21cgroup: fix rule checking for threaded mode switchingTejun Heo1-0/+10
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai1-2/+2
2018-01-19string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo1-3/+3
2018-01-10cgroup: make cgroup.threads delegatableRoman Gushchin1-0/+1
2017-12-20cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo1-8/+6
2017-12-19cgroup: Fix deadlock in cpu hotplug pathPrateek Sood1-1/+5
2017-12-15cgroup: use strlcpy() instead of strscpy() to avoid spurious warningArnd Bergmann1-3/+3
2017-12-12cgroup: avoid copying strings longer than the buffersMa Shimiao1-3/+3
2017-12-04Revert "cgroup/cpuset: remove circular dependency deadlock"Tejun Heo1-30/+23
2017-12-04Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo1-20/+21
2017-11-28cgroup: properly init u64_statsLucas Stach1-2/+6
2017-11-27debug cgroup: use task_css_set instead of rcu_dereferenceWang Long1-2/+2
2017-11-27cpuset: Make cpuset hotplug synchronousPrateek Sood1-21/+20
2017-11-27cgroup/cpuset: remove circular dependency deadlockPrateek Sood1-23/+30
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds4-3/+499
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-7/+31
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar4-0/+4
2017-11-06cgroup: export list of cgroups v2 features using sysfsRoman Gushchin1-0/+8
2017-11-06cgroup: export list of delegatable control files using sysfsRoman Gushchin1-0/+61
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-30cgroup: mark @cgrp __maybe_unused in cpu_stat_show()Tejun Heo1-1/+1
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker1-10/+5
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo3-7/+64
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2017-10-04bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov1-0/+10
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov1-7/+21