summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2022-05-18cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long
2022-04-13cgroup: Use open-time credentials for process migraton perm checksTejun Heo
2022-03-28cgroup-v1: Correct privileges check in release_agent writesMichal Koutný
2022-03-28cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo
2022-03-28cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo
2022-03-02cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao
2022-02-08cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long
2022-02-05cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding
2022-02-05cgroup-v1: Require capabilities to set release_agentEric W. Biederman
2022-02-05psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan
2021-11-18cgroup: Fix rootcg cpu.stat guest double countingDan Schatzberg
2021-11-18cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long
2021-11-02cgroup: Fix memory leak caused by missing cgroup_bpf_offlineQuanyang Wang
2021-09-15cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long
2021-09-15cgroup/cpuset: Miscellaneous code cleanupWaiman Long
2021-09-15cgroup/cpuset: Fix a partition bug with hotplugWaiman Long
2021-07-31cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker
2021-07-20cgroup: verify that source is a stringChristian Brauner
2021-06-16cgroup1: don't allow '\n' in renamingAlexander Kuznetsov
2021-06-16cgroup: disable controllers at parse timeShakeel Butt
2021-02-17cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou
2021-02-17cgroup: fix psi monitor for root cgroupOdin Ugedal
2021-01-06cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao
2020-12-30cpuset: fix race between hotplug work and later CPU offlineDaniel Jordan
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap
2020-09-30cgroup: Zero sized write should be no-opJouni Roivas
2020-09-30cgroup: remove redundant kernfs_activate in cgroup_setup_root()Wei Yang
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-06-29cgroup: unexport cgroup_rstat_updatedChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-06Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-28cgroup: add cpu.stat file to root cgroupBoris Burkov
2020-05-26cgroup: Remove stale commentsZefan Li
2020-05-09nsproxy: add struct nssetChristian Brauner
2020-04-28bpf: Refactor bpf_link update handlingAndrii Nakryiko
2020-04-09Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2020-04-03docs: cgroup-v1: Document the cpuset_v2_mode mount optionWaiman Long
2020-04-03Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo
2020-04-02mm: memcontrol: recursive memory.low protectionJohannes Weiner
2020-03-30bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko
2020-03-30bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko
2020-03-16cgroupfs: Support user xattrsDaniel Xu
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-12cgroup: Restructure release_agent_path handlingTejun Heo
2020-03-12Merge branch 'for-5.6-fixes' into for-5.7Tejun Heo