index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
Age
Commit message (
Expand
)
Author
Lines
2023-07-19
Merge tag 'v6.5-rc2' into sched/core, to pick up fixes
Ingo Molnar
-1
/
+1
2023-07-18
cgroup/misc: Change counters to be explicit 64bit types
Haitao Huang
-28
/
+27
2023-07-17
cgroup: remove cgrp->kn check in css_populate_dir()
Kamalesh Babulal
-1
/
+1
2023-07-17
cgroup: fix obsolete function name
Miaohe Lin
-1
/
+1
2023-07-17
cgroup: use cached local variable parent in for loop
Miaohe Lin
-1
/
+1
2023-07-13
sched: add throttled time stat for throttled children
Josh Don
-0
/
+34
2023-07-11
cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHED
Miaohe Lin
-22
/
+22
2023-07-10
cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...
Waiman Long
-8
/
+16
2023-07-10
cgroup/cpuset: Improve temporary cpumasks handling
Waiman Long
-29
/
+13
2023-07-10
cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handling
Waiman Long
-55
/
+86
2023-07-10
cgroup/cpuset: Inherit parent's load balance state in v2
Waiman Long
-3
/
+30
2023-07-10
cgroup: fix obsolete comment above for_each_css()
Miaohe Lin
-1
/
+1
2023-07-10
cpuset: Allow setscheduler regardless of manipulated task
Michal Koutný
-3
/
+16
2023-07-10
cgroup/cpuset: avoid unneeded cpuset_mutex re-lock
Miaohe Lin
-5
/
+4
2023-07-10
cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()
Miaohe Lin
-1
/
+1
2023-07-10
cgroup: minor cleanup for cgroup_extra_stat_show()
Miaohe Lin
-4
/
+5
2023-07-10
cgroup: remove unneeded return value of cgroup_rm_cftypes_locked()
Miaohe Lin
-6
/
+3
2023-07-10
sched/psi: use kernfs polling functions for PSI trigger polling
Suren Baghdasaryan
-1
/
+1
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-21
/
+5
2023-06-27
Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-176
/
+172
2023-06-27
Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+12
2023-06-22
Revert "cgroup: Avoid -Wstringop-overflow warnings"
Tejun Heo
-6
/
+0
2023-06-21
cgroup/misc: Expose misc.current on cgroup v2 root
LeiZhou-97
-1
/
+0
2023-06-21
cgroup: Avoid -Wstringop-overflow warnings
Gustavo A. R. Silva
-0
/
+6
2023-06-21
cgroup: remove obsolete comment on cgroup_on_dfl()
Miaohe Lin
-2
/
+0
2023-06-12
cgroup: Do not corrupt task iteration when rebinding subsystem
Xiu Jianfeng
-3
/
+17
2023-06-12
cgroup: remove unused task_cgroup_path()
Miaohe Lin
-39
/
+0
2023-06-12
cgroup/cpuset: remove unneeded header files
Miaohe Lin
-2
/
+0
2023-06-12
cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...
Tetsuo Handa
-2
/
+6
2023-06-09
cgroup: remove cgroup_rstat_flush_atomic()
Yosry Ahmed
-21
/
+5
2023-06-05
cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() static
Miaohe Lin
-4
/
+2
2023-06-05
rdmacg: fix kernel-doc warnings in rdmacg
Gaosheng Cui
-0
/
+2
2023-06-05
cgroup: Replace the css_set call with cgroup_get
Gaosheng Cui
-1
/
+1
2023-06-05
cgroup: remove unused macro for_each_e_css()
Miaohe Lin
-15
/
+0
2023-05-24
cgroup: Update out-of-date comment in cgroup_migrate()
Xiu Jianfeng
-3
/
+3
2023-05-22
cgroup: always put cset in cgroup_css_set_put_fork
John Sperbeck
-9
/
+8
2023-05-22
cgroup: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
-2
/
+2
2023-05-22
cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()
Qi Zheng
-2
/
+2
2023-05-20
cgroup/cpuset: remove unneeded header files
Miaohe Lin
-21
/
+0
2023-05-08
cgroup/cpuset: Free DL BW in case can_attach() fails
Dietmar Eggemann
-5
/
+48
2023-05-08
cgroup/cpuset: Iterate only if DEADLINE tasks are present
Juri Lelli
-0
/
+3
2023-05-08
sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
Juri Lelli
-0
/
+29
2023-05-08
sched/cpuset: Bring back cpuset_mutex
Juri Lelli
-79
/
+80
2023-05-08
cgroup/cpuset: Rename functions dealing with DEADLINE accounting
Juri Lelli
-4
/
+4
2023-05-08
psi: remove 500ms min window size limitation for triggers
Suren Baghdasaryan
-0
/
+12
2023-04-29
Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-49
/
+57
2023-04-28
Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+2
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-2
/
+12
2023-04-24
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-6
/
+4
[prev]
[next]