- 305e6c4 Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 2 years, 11 months ago
- 2bdfd28 cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning by Waiman Long · 2 years, 11 months ago
- 24f6008 cgroup-v1: Require capabilities to set release_agent by Eric W. Biederman · 3 years ago
- c80d401 cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask() by Tianchen Ding · 3 years ago
- a06247c psi: Fix uaf issue when psi trigger is destroyed while being polled by Suren Baghdasaryan · 3 years ago
- d068eeb cgroup/cpuset: Make child cpusets restrict parents on v1 hierarchy by Michal Koutný · 3 years ago
- ea1ca66 Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years ago
- 8efd0d9 Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years ago
- d4296fa cpuset: convert 'allowed' in __cpuset_node_allowed() to be boolean by Qi Zheng · 3 years ago
- f5f60d2 cgroup/rstat: check updated_next only for root by Wei Yang · 3 years ago
- 0da41f7 cgroup: rstat: explicitly put loop variant in while by Wei Yang · 3 years ago
- e574576 cgroup: Use open-time cgroup namespace for process migration perm checks by Tejun Heo · 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
- aef2fed add missing bpf-cgroup.h includes by Jakub Kicinski · 3 years ago
- 1815775 cgroup: return early if it is already on preloaded list by Wei Yang · 3 years ago
- 1f1562f cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy by Waiman Long · 3 years, 1 month ago
- 8291471 cgroup: get the wrong css for css_alloc() during cgroup_init_subsys() by Wei Yang · 3 years, 1 month ago
- eda0970 cgroup: rstat: Mark benign data race to silence KCSAN by Michal Koutný · 3 years, 2 months ago
- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 8ca1b5a mm/page_alloc: detect allocation forbidden by cpuset and bail out early by Feng Tang · 3 years, 2 months ago
- a85373f Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 2 months ago
- 588e5d8 cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.c by He Fengqing · 3 years, 2 months ago
- 81c49d3 cgroup: Fix rootcg cpu.stat guest double counting by Dan Schatzberg · 3 years, 2 months 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
- be28816 cgroup: reduce dependency on cgroup_mutex by Shakeel Butt · 3 years, 2 months ago
- 04f8ef5 cgroup: Fix memory leak caused by missing cgroup_bpf_offline by Quanyang Wang · 3 years, 2 months ago
- 459ea72 Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 3 months ago
- 0061270 cgroup: cgroup-v1: do not exclude cgrp_dfl_root by Vishal Verma · 3 years, 3 months ago
- 78cc316 bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interrupt by Daniel Borkmann · 3 years, 3 months ago
- 7ee2853 cgroup: Make rebind_subsystems() disable v2 controllers all at once by Waiman Long · 3 years, 3 months ago
- b033575 misc_cgroup: remove error log to avoid log flood by Chunguang Xu · 3 years, 3 months ago
- f279294b misc_cgroup: introduce misc.events to count failures by Chunguang Xu · 3 years, 3 months ago
- 2865ba8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 3 months ago
- 8520e22 bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode by Daniel Borkmann · 3 years, 3 months ago
- b94f9ac cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem by Waiman Long · 3 years, 4 months ago
- 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- 30acd0b memcg: enable accounting for new namesapces and struct nsproxy by Vasily Averin · 3 years, 4 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
- 5d3c0db Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- d20d30e cgroup: Avoid compiler warnings with no subsystems by Kees Cook · 3 years, 4 months ago
- 9f72daf cgroup/cpuset: Avoid memory migration when nodemasks match by Nicolas Saenz Julienne · 3 years, 4 months ago
- 97c0054 cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq() by Will Deacon · 3 years, 5 months ago
- 431c69f cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus() by Will Deacon · 3 years, 5 months ago
- d4b96fb cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1 by Will Deacon · 3 years, 5 months ago
- ee9707e cgroup/cpuset: Enable memory migration for cpuset v2 by Waiman Long · 3 years, 5 months ago
- e7cc988 cgroup/cpuset: Enable event notification when partition state changes by Waiman Long · 3 years, 5 months ago
- b4cc619 cgroup: cgroup-v1: clean up kernel-doc notation by Randy Dunlap · 3 years, 5 months ago
- c5c63b9 cgroup: Replace deprecated CPU-hotplug functions. by Sebastian Andrzej Siewior · 3 years, 5 months ago
- 6ba34d3 cgroup/cpuset: Fix violation of cpuset locking rule by Waiman Long · 3 years, 5 months ago
- c3df5fb cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_sync by Tejun Heo · 3 years, 5 months ago
- 15d428e cgroup/cpuset: Fix a partition bug with hotplug by Waiman Long · 3 years, 5 months ago
- 0f3adb8 cgroup/cpuset: Miscellaneous code cleanup by Waiman Long · 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
- 1f8c543 cgroup: remove cgroup_mount from comments by zhaoxiaoqiang11 · 3 years, 5 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
- bd31b9e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 6 months ago
- 3dbdb38 Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 6 months ago
- 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- c74d40e loop: charge i/o to mem and blk cg by Dan Schatzberg · 3 years, 6 months ago
- 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
- 6b658c4 scsi: cgroup: Add cgroup_get_from_id() by Muneendra Kumar · 3 years, 7 months ago
- b7e24eb cgroup1: don't allow '\n' in renaming by Alexander Kuznetsov · 3 years, 7 months ago
- 3958e2d cgroup: make per-cgroup pressure stall tracking configurable by Suren Baghdasaryan · 3 years, 7 months ago
- 2ca11b0 cgroup: Fix kernel-doc by Yang Li · 3 years, 7 months ago
- c2a1197 Merge branch 'for-5.13-fixes' into for-5.14 by Tejun Heo · 3 years, 7 months ago
- 08b2b6f cgroup: fix spelling mistakes by Zhen Lei · 3 years, 7 months ago
- 45e1ba4 cgroup: disable controllers at parse time by Shakeel Butt · 3 years, 8 months ago
- f4f809f cgroup: inline cgroup_task_freeze() by Roman Gushchin · 3 years, 8 months ago
- 661ee62 cgroup: introduce cgroup.kill by Christian Brauner · 3 years, 8 months ago
- dc26532 cgroup: rstat: punt root-level optimization to individual controllers by Johannes Weiner · 3 years, 8 months ago
- a7df69b cgroup: rstat: support cgroup1 by Johannes Weiner · 3 years, 8 months ago
- ffeee41 cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io() by Chunguang Xu · 3 years, 9 months ago
- d95af61 cgroup/cpuset: fix typos in comments by Lu Jialin · 3 years, 9 months ago
- 7aef27f svm/sev: Register SEV and SEV-ES ASIDs to the misc controller by Vipin Sharma · 3 years, 9 months ago
- a72232e cgroup: Add misc cgroup controller by Vipin Sharma · 3 years, 9 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
- 4b3bd22 Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 10 months ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 385aac1 cgroup: fix psi monitor for root cgroup by Odin Ugedal · 4 years ago
- 415de5f cpuset: fix typos in comments by Aubrey Li · 4 years ago
- da70862 cgroup: cgroup.{procs,threads} factor out common parts by Michal Koutný · 4 years ago
- 61e960b cgroup-v1: add disabled controller check in cgroup1_parse_param() by Chen Zhou · 4 years ago
- 91afe60 Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 4 years ago
- 2d18e54 cgroup: Fix memory leak when parsing multiple source parameters by Qinglang Miao · 4 years, 1 month ago
- ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
- 9d9d341 cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy by Roman Gushchin · 4 years ago
- bef8620 mm: memcg: deprecate the non-hierarchical mode by Roman Gushchin · 4 years ago
- adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
- f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
- 5a7b5f3 cgroup/cgroup.c: replace 'of->kn->priv' with of_cft() by Hui Su · 4 years, 2 months ago
- 58315c9 kernel: cgroup: Mundane spelling fixes throughout the file by Bhaskar Chowdhury · 4 years, 2 months ago
- 406100f cpuset: fix race between hotplug work and later CPU offline by Daniel Jordan · 4 years, 2 months ago
- 7b7b8a2 kernel/: fix repeated words in comments by Randy Dunlap · 4 years, 2 months ago
- 65026da cgroup: Zero sized write should be no-op by Jouni Roivas · 4 years, 3 months ago
- 95d3251 cgroup: remove redundant kernfs_activate in cgroup_setup_root() by Wei Yang · 4 years, 3 months ago
- f387882 cgroup: Use generic ns_common::count by Kirill Tkhai · 4 years, 5 months ago
- 382625d Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago