summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)Author
2023-09-02cgroup: fix build when CGROUP_SCHED is not enabledLinus Torvalds
2023-09-01Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-08-17cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva
2023-08-03cgroup: fix obsolete function name in cgroup_destroy_locked()Miaohe Lin
2023-08-02cgroup: fix obsolete function name above css_free_rwork_fn()Miaohe Lin
2023-08-02cgroup: clean up printk()Kamalesh Babulal
2023-07-21cgroup: fix obsolete comment above cgroup_create()Miaohe Lin
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar
2023-07-17cgroup: remove cgrp->kn check in css_populate_dir()Kamalesh Babulal
2023-07-17cgroup: fix obsolete function nameMiaohe Lin
2023-07-17cgroup: use cached local variable parent in for loopMiaohe Lin
2023-07-13sched: add throttled time stat for throttled childrenJosh Don
2023-07-11cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHEDMiaohe Lin
2023-07-10cgroup: fix obsolete comment above for_each_css()Miaohe Lin
2023-07-10cgroup: minor cleanup for cgroup_extra_stat_show()Miaohe Lin
2023-07-10cgroup: remove unneeded return value of cgroup_rm_cftypes_locked()Miaohe Lin
2023-07-10sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan
2023-06-27Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-22Revert "cgroup: Avoid -Wstringop-overflow warnings"Tejun Heo
2023-06-21cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva
2023-06-21cgroup: remove obsolete comment on cgroup_on_dfl()Miaohe Lin
2023-06-12cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng
2023-06-12cgroup: remove unused task_cgroup_path()Miaohe Lin
2023-06-05cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() staticMiaohe Lin
2023-06-05cgroup: Replace the css_set call with cgroup_getGaosheng Cui
2023-06-05cgroup: remove unused macro for_each_e_css()Miaohe Lin
2023-05-24cgroup: Update out-of-date comment in cgroup_migrate()Xiu Jianfeng
2023-05-22cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck
2023-05-08sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli
2023-05-08psi: remove 500ms min window size limitation for triggersSuren Baghdasaryan
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-20cgroup_get_from_fd(): switch to fdget_raw()Al Viro
2023-04-05sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo
2023-03-17cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal
2023-03-14cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()Tejun Heo
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-12Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-11-23cgroup: remove rcu_read_lock()/rcu_read_unlock() in critical section of spin_...Ran Tian
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-10-31cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REFTejun Heo
2022-10-28cgroup: Implement DEBUG_CGROUP_REFTejun Heo
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song
2022-10-17Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-11mm: cgroup: fix comments for get from fd/file helpersYosry Ahmed
2022-10-11cgroup: add cgroup_v1v2_get_from_[fd/file]()Yosry Ahmed