Age | Commit message (Expand) | Author |
2022-01-06 | cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv | Tejun Heo |
2022-01-06 | cgroup: Use open-time credentials for process migraton perm checks | Tejun Heo |
2021-10-25 | cgroup: no need for cgroup_mutex for /proc/cgroups | Shakeel Butt |
2021-10-25 | cgroup: remove cgroup_mutex from cgroupstats_build | Shakeel Butt |
2021-10-05 | cgroup: cgroup-v1: do not exclude cgrp_dfl_root | Vishal Verma |
2021-08-31 | Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2021-08-11 | cgroup: cgroup-v1: clean up kernel-doc notation | Randy Dunlap |
2021-07-21 | cgroup1: fix leaked context root causing sporadic NULL deref in LTP | Paul Gortmaker |
2021-07-14 | fs: add vfs_parse_fs_param_source() helper | Christian Brauner |
2021-07-14 | cgroup: verify that source is a string | Christian Brauner |
2021-06-18 | sched: Change task_struct::state | Peter Zijlstra |
2021-06-10 | cgroup1: don't allow '\n' in renaming | Alexander Kuznetsov |
2021-05-24 | cgroup: fix spelling mistakes | Zhen Lei |
2021-04-16 | cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io() | Chunguang Xu |
2021-01-15 | cgroup-v1: add disabled controller check in cgroup1_parse_param() | Chen Zhou |
2020-12-16 | cgroup: Fix memory leak when parsing multiple source parameters | Qinglang Miao |
2020-03-12 | cgroup: Restructure release_agent_path handling | Tejun Heo |
2020-03-04 | cgroup1: don't call release_agent when it is "" | Tycho Andersen |
2020-02-12 | cgroup-v1: cgroup_pidlist_next should update position index | Vasily Averin |
2020-02-07 | cgroup1: switch to use of errorfc() et.al. | Al Viro |
2020-02-07 | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro |
2020-02-07 | fs_parser: remove fs_parameter_description name field | Eric Sandeen |
2020-02-07 | get rid of cg_invalf() | Al Viro |
2019-10-07 | cgroup: Optimize single thread migration | Michal Koutný |
2019-08-07 | Use kvmalloc in cgroups-v1 | Marc Koderer |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-04-19 | cgroup: implement __cgroup_task_count() helper | Roman Gushchin |
2019-02-28 | vfs: Add some logging to the core users of the fs_context log | David Howells |
2019-02-28 | cgroup: store a reference to cgroup_ns into cgroup_fs_context | Al Viro |
2019-02-28 | cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helper | Al Viro |
2019-02-28 | cgroup_do_mount(): massage calling conventions | Al Viro |
2019-02-28 | cgroup: stash cgroup_root reference into cgroup_fs_context | Al Viro |
2019-02-28 | cgroup1: switch to option-by-option parsing | Al Viro |
2019-02-28 | cgroup: take options parsing into ->parse_monolithic() | Al Viro |
2019-02-28 | cgroup: fold cgroup1_mount() into cgroup1_get_tree() | Al Viro |
2019-02-28 | cgroup: start switching to fs_context | Al Viro |
2019-01-17 | cgroup: saner refcounting for cgroup_root | Al Viro |
2018-12-28 | cgroup: Add named hierarchy disabling to cgroup_no_v1 boot param | Tejun Heo |
2018-07-11 | cgroup/tracing: Move taking of spin lock out of trace event handlers | Steven Rostedt (VMware) |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig |
2017-12-19 | cgroup: Fix deadlock in cpu hotplug path | Prateek Sood |
2017-08-18 | cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroup | Waiman Long |
2017-07-21 | cgroup: implement cgroup v2 thread support | Tejun Heo |
2017-07-21 | cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS | Tejun Heo |
2017-07-21 | cgroup: reorganize cgroup.procs / task write path | Tejun Heo |
2017-06-14 | cgroup: Move debug cgroup to its own file | Waiman Long |
2017-06-14 | cgroup: Keep accurate count of tasks in each css_set | Waiman Long |
2017-05-01 | Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |