- 24f6008 cgroup-v1: Require capabilities to set release_agent by Eric W. Biederman · 3 years ago
- 0d2b5955 cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv by Tejun Heo · 3 years ago
- 1756d79 cgroup: Use open-time credentials for process migraton perm checks by Tejun Heo · 3 years ago
- 822bc9b cgroup: no need for cgroup_mutex for /proc/cgroups by Shakeel Butt · 3 years, 2 months ago
- bb75842 cgroup: remove cgroup_mutex from cgroupstats_build by Shakeel Butt · 3 years, 2 months ago
- 0061270 cgroup: cgroup-v1: do not exclude cgrp_dfl_root by Vishal Verma · 3 years, 3 months ago
- 69dc801 Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 4 months ago
- b4cc619 cgroup: cgroup-v1: clean up kernel-doc notation by Randy Dunlap · 3 years, 5 months ago
- 1e7107c cgroup1: fix leaked context root causing sporadic NULL deref in LTP by Paul Gortmaker · 3 years, 6 months ago
- d1d488d fs: add vfs_parse_fs_param_source() helper by Christian Brauner · 3 years, 6 months ago
- 3b04627 cgroup: verify that source is a string by Christian Brauner · 3 years, 6 months ago
- 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
- b7e24eb cgroup1: don't allow '\n' in renaming by Alexander Kuznetsov · 3 years, 7 months ago
- 08b2b6f cgroup: fix spelling mistakes by Zhen Lei · 3 years, 7 months ago
- ffeee41 cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io() by Chunguang Xu · 3 years, 9 months ago
- 61e960b cgroup-v1: add disabled controller check in cgroup1_parse_param() by Chen Zhou · 4 years ago
- 2d18e54 cgroup: Fix memory leak when parsing multiple source parameters by Qinglang Miao · 4 years, 1 month ago
- e7b20d9 cgroup: Restructure release_agent_path handling by Tejun Heo · 4 years, 10 months ago
- 2e5383d cgroup1: don't call release_agent when it is "" by Tycho Andersen · 4 years, 10 months ago
- db8dd96 cgroup-v1: cgroup_pidlist_next should update position index by Vasily Averin · 5 years ago
- 58c025f cgroup1: switch to use of errorfc() et.al. by Al Viro · 5 years ago
- d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
- 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
- fbc2d16 get rid of cg_invalf() by Al Viro · 5 years ago
- 9a3284f cgroup: Optimize single thread migration by Michal Koutný · 5 years ago
- 653a23c Use kvmalloc in cgroups-v1 by Marc Koderer · 5 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- aade7f9 cgroup: implement __cgroup_task_count() helper by Roman Gushchin · 6 years ago
- 06a2ae5 vfs: Add some logging to the core users of the fs_context log by David Howells · 6 years ago
- cca8f32 cgroup: store a reference to cgroup_ns into cgroup_fs_context by Al Viro · 6 years ago
- 6678889 cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helper by Al Viro · 6 years ago
- 71d883c cgroup_do_mount(): massage calling conventions by Al Viro · 6 years ago
- cf6299b1 cgroup: stash cgroup_root reference into cgroup_fs_context by Al Viro · 6 years ago
- 8d2451f cgroup1: switch to option-by-option parsing by Al Viro · 6 years ago
- f5dfb53 cgroup: take options parsing into ->parse_monolithic() by Al Viro · 6 years ago
- 7feeef5 cgroup: fold cgroup1_mount() into cgroup1_get_tree() by Al Viro · 6 years ago
- 9012962 cgroup: start switching to fs_context by Al Viro · 6 years ago
- 35ac118 cgroup: saner refcounting for cgroup_root by Al Viro · 6 years ago
- 3fc9c12 cgroup: Add named hierarchy disabling to cgroup_no_v1 boot param by Tejun Heo · 6 years ago
- e4f8d81 cgroup/tracing: Move taking of spin lock out of trace event handlers by Steven Rostedt (VMware) · 6 years ago
- 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
- 116d2f7 cgroup: Fix deadlock in cpu hotplug path by Prateek Sood · 7 years ago
- e1cba4b cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroup by Waiman Long · 7 years ago
- 8cfd814 cgroup: implement cgroup v2 thread support by Tejun Heo · 7 years ago
- bc2fb7e cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS by Tejun Heo · 8 years ago
- 715c809 cgroup: reorganize cgroup.procs / task write path by Tejun Heo · 8 years ago
- a28f8f5 cgroup: Move debug cgroup to its own file by Waiman Long · 8 years ago
- 73a7242 cgroup: Keep accurate count of tasks in each css_set by Waiman Long · 8 years ago
- 9410091 Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
- 9732adc cgroup: avoid attaching a cgroup root to two different superblocks, take 2 by Zefan Li · 8 years ago
- 330c418 Revert "cgroup: avoid attaching a cgroup root to two different superblocks" by Tejun Heo · 8 years ago
- bfb0b80 cgroup: avoid attaching a cgroup root to two different superblocks by Zefan Li · 8 years ago
- 4b9502e6 kernel: convert css_set.refcount from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- b6a6759 cgroups: censor kernel pointer in debug files by Kees Cook · 8 years ago
- 50ff9d1 sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- 56cd697 sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- c3edc40 sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- bfc2cf6 cgroup: call subsys->*attach() only for subsystems which are actually affected by migration by Tejun Heo · 8 years ago
- e595cd7 cgroup: track migration context in cgroup_mgctx by Tejun Heo · 8 years ago
- e0aed7c cgroup: fix RCU related sparse warnings by Tejun Heo · 8 years ago
- d62beb7 cgroup: rename functions for consistency by Tejun Heo · 8 years ago
- 1592c9b cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.c by Tejun Heo · 8 years ago
- fa06990 cgroup: separate out cgroup1_kf_syscall_ops by Tejun Heo · 8 years ago
- 0a268db cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.c by Tejun Heo · 8 years ago