aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup-internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-2/+2
2019-10-07cgroup: Optimize single thread migrationMichal Koutný1-2/+3
2019-04-19cgroup: make TRACE_CGROUP_PATH irq-safeRoman Gushchin1-2/+5
2019-04-19cgroup: implement __cgroup_task_count() helperRoman Gushchin1-0/+1
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells1-1/+4
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro1-2/+2
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro1-2/+1
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro1-1/+2
2019-02-28cgroup1: switch to option-by-option parsingAl Viro1-1/+2
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro1-12/+11
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro1-3/+1
2019-02-28cgroup: start switching to fs_contextAl Viro1-0/+14
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro1-1/+1
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long1-0/+2
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)1-0/+26
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-6/+5
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-1/+1
2018-04-26cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo1-1/+0
2018-04-26cgroup: Reorganize kernel/cgroup/rstat.cTejun Heo1-1/+1
2018-04-26cgroup: Distinguish base resource stat implementation from rstatTejun Heo1-1/+1
2018-04-26cgroup: Rename stat to rstatTejun Heo1-5/+5
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo1-0/+1
2017-09-25cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo1-0/+8
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-5/+7
2017-07-21cgroup: update debug controller to print out thread mode informationWaiman Long1-0/+2
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo1-1/+1
2017-07-21cgroup: reorganize cgroup.procs / task write pathTejun Heo1-4/+4
2017-07-08cgroup: don't call migration methods if there are no tasks to migrateTejun Heo1-0/+3
2017-06-14cgroup: Move debug cgroup to its own fileWaiman Long1-0/+2
2017-04-28cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li1-1/+1
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova1-2/+3
2017-01-15cgroup: call subsys->*attach() only for subsystems which are actually affected by migrationTejun Heo1-1/+4
2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo1-6/+60
2016-12-27cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo1-0/+32
2016-12-27cgroup: rename functions for consistencyTejun Heo1-5/+5
2016-12-27cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo1-3/+25
2016-12-27cgroup: separate out cgroup1_kf_syscall_opsTejun Heo1-2/+2
2016-12-27cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.cTejun Heo1-0/+103