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