index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
cgroup-v1.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-19
cgroup: Avoid unnecessary looping in cgroup_no_v1()
Xiu Jianfeng
1
-0
/
+1
2024-01-18
Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-12-15
kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
Kees Cook
1
-1
/
+1
2023-11-09
cgroup: Add a new helper for cgroup1 hierarchy
Yafang Shao
1
-0
/
+34
2023-10-09
cgroup: Remove duplicates in cgroup v1 tasks file
Michal Koutný
1
-3
/
+2
2023-08-07
cgroup: clean up if condition in cgroup_pidlist_start()
Miaohe Lin
1
-1
/
+1
2023-06-27
Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+2
2023-05-22
cgroup: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-2
/
+2
2023-05-22
cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()
Qi Zheng
1
-2
/
+2
2023-03-17
cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
Kamalesh Babulal
1
-8
/
+8
2022-08-26
cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()
Tetsuo Handa
1
-4
/
+2
2022-08-25
cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
Tetsuo Handa
1
-0
/
+2
2022-07-23
cgroup: Make !percpu threadgroup_rwsem operations optional
Tejun Heo
1
-1
/
+16
2022-02-22
cgroup-v1: Correct privileges check in release_agent writes
Michal Koutný
1
-2
/
+4
2022-02-01
cgroup-v1: Require capabilities to set release_agent
Eric W. Biederman
1
-0
/
+14
2022-01-06
cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
Tejun Heo
1
-12
/
+14
2022-01-06
cgroup: Use open-time credentials for process migraton perm checks
Tejun Heo
1
-3
/
+4
2021-10-25
cgroup: no need for cgroup_mutex for /proc/cgroups
Shakeel Butt
1
-5
/
+2
2021-10-25
cgroup: remove cgroup_mutex from cgroupstats_build
Shakeel Butt
1
-5
/
+2
2021-10-05
cgroup: cgroup-v1: do not exclude cgrp_dfl_root
Vishal Verma
1
-3
/
+0
2021-08-31
Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-1
/
+7
2021-08-11
cgroup: cgroup-v1: clean up kernel-doc notation
Randy Dunlap
1
-1
/
+7
2021-07-21
cgroup1: fix leaked context root causing sporadic NULL deref in LTP
Paul Gortmaker
1
-3
/
+1
2021-07-14
fs: add vfs_parse_fs_param_source() helper
Christian Brauner
1
-9
/
+5
2021-07-14
cgroup: verify that source is a string
Christian Brauner
1
-0
/
+2
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
1
-1
/
+1
2021-06-10
cgroup1: don't allow '\n' in renaming
Alexander Kuznetsov
1
-0
/
+4
2021-05-24
cgroup: fix spelling mistakes
Zhen Lei
1
-1
/
+1
2021-04-16
cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io()
Chunguang Xu
1
-1
/
+1
2021-01-15
cgroup-v1: add disabled controller check in cgroup1_parse_param()
Chen Zhou
1
-0
/
+3
2020-12-16
cgroup: Fix memory leak when parsing multiple source parameters
Qinglang Miao
1
-0
/
+2
2020-03-12
cgroup: Restructure release_agent_path handling
Tejun Heo
1
-17
/
+17
2020-03-04
cgroup1: don't call release_agent when it is ""
Tycho Andersen
1
-1
/
+1
2020-02-12
cgroup-v1: cgroup_pidlist_next should update position index
Vasily Averin
1
-0
/
+1
2020-02-07
cgroup1: switch to use of errorfc() et.al.
Al Viro
1
-12
/
+12
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
1
-6
/
+2
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
1
-1
/
+0
2020-02-07
get rid of cg_invalf()
Al Viro
1
-14
/
+12
2019-10-07
cgroup: Optimize single thread migration
Michal Koutný
1
-2
/
+3
2019-08-07
Use kvmalloc in cgroups-v1
Marc Koderer
1
-23
/
+4
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-19
cgroup: implement __cgroup_task_count() helper
Roman Gushchin
1
-16
/
+0
2019-02-28
vfs: Add some logging to the core users of the fs_context log
David Howells
1
-1
/
+1
2019-02-28
cgroup: store a reference to cgroup_ns into cgroup_fs_context
Al Viro
1
-5
/
+3
2019-02-28
cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helper
Al Viro
1
-41
/
+46
2019-02-28
cgroup_do_mount(): massage calling conventions
Al Viro
1
-12
/
+5
2019-02-28
cgroup: stash cgroup_root reference into cgroup_fs_context
Al Viro
1
-1
/
+3
2019-02-28
cgroup1: switch to option-by-option parsing
Al Viro
1
-83
/
+109
2019-02-28
cgroup: take options parsing into ->parse_monolithic()
Al Viro
1
-76
/
+67
2019-02-28
cgroup: fold cgroup1_mount() into cgroup1_get_tree()
Al Viro
1
-9
/
+17
[next]