summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorFilesLines
2022-05-18cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long1-2/+5
2022-04-13cgroup: Use open-time credentials for process migraton perm checksTejun Heo2-4/+20
2022-03-28cgroup-v1: Correct privileges check in release_agent writesMichal Koutný1-2/+4
2022-03-28cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo2-10/+24
2022-03-28cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo3-32/+65
2022-03-02cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao1-0/+2
2022-02-08cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long1-0/+10
2022-02-05cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding1-2/+1
2022-02-05cgroup-v1: Require capabilities to set release_agentEric W. Biederman1-0/+14
2022-02-05psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan1-3/+8
2021-11-18cgroup: Fix rootcg cpu.stat guest double countingDan Schatzberg1-2/+0
2021-11-18cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long1-4/+27
2021-11-02cgroup: Fix memory leak caused by missing cgroup_bpf_offlineQuanyang Wang1-1/+3
2021-09-15cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long1-23/+35
2021-09-15cgroup/cpuset: Miscellaneous code cleanupWaiman Long1-21/+19
2021-09-15cgroup/cpuset: Fix a partition bug with hotplugWaiman Long1-0/+7
2021-07-31cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker1-3/+1
2021-07-20cgroup: verify that source is a stringChristian Brauner1-0/+2
2021-06-16cgroup1: don't allow '\n' in renamingAlexander Kuznetsov1-0/+4
2021-06-16cgroup: disable controllers at parse timeShakeel Butt1-8/+5
2021-02-17cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou1-0/+3
2021-02-17cgroup: fix psi monitor for root cgroupOdin Ugedal1-1/+3
2021-01-06cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao1-0/+2
2020-12-30cpuset: fix race between hotplug work and later CPU offlineDaniel Jordan1-5/+28
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap1-1/+1
2020-09-30cgroup: Zero sized write should be no-opJouni Roivas1-0/+3
2020-09-30cgroup: remove redundant kernfs_activate in cgroup_setup_root()Wei Yang1-1/+0
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-12/+19
2020-06-29cgroup: unexport cgroup_rstat_updatedChristoph Hellwig1-1/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-2/+2
2020-06-06Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2-17/+53
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-27/+0
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-2/+3
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-13/+3
2020-05-28cgroup: add cpu.stat file to root cgroupBoris Burkov2-9/+52
2020-05-26cgroup: Remove stale commentsZefan Li1-8/+1
2020-05-09nsproxy: add struct nssetChristian Brauner1-2/+3
2020-04-28bpf: Refactor bpf_link update handlingAndrii Nakryiko1-27/+0
2020-04-09Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo1-13/+3
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds4-114/+304
2020-04-03docs: cgroup-v1: Document the cpuset_v2_mode mount optionWaiman Long1-2/+6
2020-04-03Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo1-19/+12
2020-04-02mm: memcontrol: recursive memory.low protectionJohannes Weiner1-1/+16
2020-03-30bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko1-0/+27
2020-03-30bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko1-5/+9
2020-03-16cgroupfs: Support user xattrsDaniel Xu1-1/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+4
2020-03-12cgroup: Restructure release_agent_path handlingTejun Heo1-17/+17
2020-03-12Merge branch 'for-5.6-fixes' into for-5.7Tejun Heo2-4/+4