summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-2/+2
|\
| * Daniel Borkmann says:Jakub Kicinski2023-02-101-2/+2
| |\
| | * bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-021-2/+2
* | | Merge tag 'cgroup-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-02-211-7/+8
|\ \ \
| * | | cgroup/cpuset: fix a few kernel-doc warnings & coding styleRandy Dunlap2023-01-101-5/+8
| * | | cgroup/cpuset: no need to explicitly init a global static variableDaniel Vacek2023-01-041-2/+0
| | |/ | |/|
* | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-1/+1
|\ \ \ | |_|/ |/| |
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| |/
* | cpuset: Call set_cpus_allowed_ptr() with appropriate mask for taskWill Deacon2023-02-061-7/+11
* | cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpu...Waiman Long2023-02-061-2/+25
* | cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long2023-01-311-1/+2
|/
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-6/+1
|\
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-12-091-1/+0
| |\
| | * memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-091-1/+0
| * | memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-081-1/+1
| * | cgroup/cpuset: use hotplug_memory_notifier() directlyLiu Shixin2022-11-081-6/+1
| |/
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-0/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-1/+0
| |\ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-021-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song2022-10-251-0/+1
* | | | Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-12-122-11/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | cgroup: remove rcu_read_lock()/rcu_read_unlock() in critical section of spin_...Ran Tian2022-11-231-2/+0
| * | | cgroup/cpuset: Improve cpuset_css_alloc() descriptionKamalesh Babulal2022-11-221-4/+8
| * | | cgroup/cpuset: Optimize cpuset_attach() on v2Waiman Long2022-11-141-1/+23
| * | | cgroup/cpuset: Skip spread flags update on v2Waiman Long2022-11-141-4/+8
| * | | cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REFTejun Heo2022-10-311-0/+1
| * | | cgroup: Implement DEBUG_CGROUP_REFTejun Heo2022-10-281-0/+5
* | | | memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-081-1/+0
| |/ / |/| |
* | | Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-171-20/+79
|\| |
| * | mm: cgroup: fix comments for get from fd/file helpersYosry Ahmed2022-10-111-1/+3
| * | cgroup: add cgroup_v1v2_get_from_[fd/file]()Yosry Ahmed2022-10-111-6/+44
| * | Revert "cgroup: enable cgroup_get_from_file() on cgroup1"Tejun Heo2022-10-101-0/+5
| * | cgroup: Reorganize css_set_lock and kernfs path processingMichal Koutný2022-10-101-13/+27
* | | Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-9/+95
|\ \ \ | |_|/ |/| |
| * | sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou2022-09-091-6/+64
| * | sched/psi: Consolidate cgroup_psi()Chengming Zhou2022-09-091-5/+5
| * | sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou2022-09-091-0/+27
| * | sched/psi: Don't create cgroup PSI files when psi_disabledChengming Zhou2022-09-091-0/+3
| * | Merge branch 'driver-core/driver-core-next'Peter Zijlstra2022-09-091-0/+20
| |\ \
* | \ \ Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm: multi-gen LRU: kill switchYu Zhao2022-09-261-1/+0
| |/ /
* | | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-105-342/+663
|\ \ \
| * | | cgroup: use strscpy() is more robust and saferye xingchen2022-09-231-1/+1
| * | | cgroup: simplify code in cgroup_apply_controlWilliam Dean2022-09-231-5/+1
| * | | cgroup: Make cgroup_get_from_id() prettierTejun Heo2022-09-231-9/+10
| * | | Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo2022-09-231-0/+4
| |\ \ \
| * | | | cgroup/cpuset: remove unreachable codeJiapeng Chong2022-09-071-2/+0
| * | | | cgroup: Remove CFTYPE_PRESSURETejun Heo2022-09-061-27/+37
| * | | | cgroup: Improve cftype add/rm error handlingTejun Heo2022-09-061-7/+20
| * | | | cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity ...Waiman Long2022-09-041-9/+60