summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup-internal.h
AgeCommit message (Expand)Author
2023-11-09cgroup: Add a new helper for cgroup1 hierarchyYafang Shao
2023-11-09cgroup: Make operations on the cgroup root_list RCU safeYafang Shao
2023-06-05cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() staticMiaohe Lin
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-26mm: multi-gen LRU: kill switchYu Zhao
2022-08-26cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()Tetsuo Handa
2022-07-23cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo
2022-05-18cgroup: Make cgroup_debug staticXiu Jianfeng
2022-01-06cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo
2022-01-06cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2019-10-07cgroup: Optimize single thread migrationMichal Koutný
2019-04-19cgroup: make TRACE_CGROUP_PATH irq-safeRoman Gushchin
2019-04-19cgroup: implement __cgroup_task_count() helperRoman Gushchin
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro
2019-02-28cgroup1: switch to option-by-option parsingAl Viro
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro
2019-02-28cgroup: start switching to fs_contextAl Viro
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-04-26cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo
2018-04-26cgroup: Reorganize kernel/cgroup/rstat.cTejun Heo
2018-04-26cgroup: Distinguish base resource stat implementation from rstatTejun Heo
2018-04-26cgroup: Rename stat to rstatTejun Heo
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo
2017-09-25cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-07-21cgroup: update debug controller to print out thread mode informationWaiman Long
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo
2017-07-21cgroup: reorganize cgroup.procs / task write pathTejun Heo
2017-07-08cgroup: don't call migration methods if there are no tasks to migrateTejun Heo
2017-06-14cgroup: Move debug cgroup to its own fileWaiman Long
2017-04-28cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova
2017-01-15cgroup: call subsys->*attach() only for subsystems which are actually affecte...Tejun Heo
2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo
2016-12-27cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo
2016-12-27cgroup: rename functions for consistencyTejun Heo
2016-12-27cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo
2016-12-27cgroup: separate out cgroup1_kf_syscall_opsTejun Heo