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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-28
Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+12
2023-04-20
cgroup_get_from_fd(): switch to fdget_raw()
Al Viro
1
-6
/
+4
2023-04-05
sched/psi: Allow unprivileged polling of N*2s period
Domenico Cerasuolo
1
-1
/
+1
2023-03-17
cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
Kamalesh Babulal
1
-30
/
+30
2023-03-14
cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()
Tejun Heo
1
-2
/
+12
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+1
2022-12-12
Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+6
2022-11-23
cgroup: remove rcu_read_lock()/rcu_read_unlock() in critical section of spin_...
Ran Tian
1
-2
/
+0
2022-11-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2022-10-31
cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REF
Tejun Heo
1
-0
/
+1
2022-10-28
cgroup: Implement DEBUG_CGROUP_REF
Tejun Heo
1
-0
/
+5
2022-10-25
bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
Yonghong Song
1
-0
/
+1
2022-10-17
Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-20
/
+79
2022-10-14
Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+95
2022-10-11
mm: cgroup: fix comments for get from fd/file helpers
Yosry Ahmed
1
-1
/
+3
2022-10-11
cgroup: add cgroup_v1v2_get_from_[fd/file]()
Yosry Ahmed
1
-6
/
+44
2022-10-10
Revert "cgroup: enable cgroup_get_from_file() on cgroup1"
Tejun Heo
1
-0
/
+5
2022-10-10
cgroup: Reorganize css_set_lock and kernfs path processing
Michal Koutný
1
-13
/
+27
2022-10-10
Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-55
/
+90
2022-10-07
Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+20
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-09-23
cgroup: use strscpy() is more robust and safer
ye xingchen
1
-1
/
+1
2022-09-23
cgroup: simplify code in cgroup_apply_control
William Dean
1
-5
/
+1
2022-09-23
cgroup: Make cgroup_get_from_id() prettier
Tejun Heo
1
-9
/
+10
2022-09-23
Merge branch 'for-6.0-fixes' into for-6.1
Tejun Heo
1
-0
/
+4
2022-09-23
cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
Ming Lei
1
-1
/
+4
2022-09-12
Merge 6.0-rc5 into driver-core-next
Greg Kroah-Hartman
1
-24
/
+56
2022-09-09
sched/psi: Per-cgroup PSI accounting disable/re-enable interface
Chengming Zhou
1
-6
/
+64
2022-09-09
sched/psi: Consolidate cgroup_psi()
Chengming Zhou
1
-5
/
+5
2022-09-09
sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressure
Chengming Zhou
1
-0
/
+27
2022-09-09
sched/psi: Don't create cgroup PSI files when psi_disabled
Chengming Zhou
1
-0
/
+3
2022-09-09
Merge branch 'driver-core/driver-core-next'
Peter Zijlstra
1
-0
/
+20
2022-09-06
cgroup: Remove CFTYPE_PRESSURE
Tejun Heo
1
-27
/
+37
2022-09-06
cgroup: Improve cftype add/rm error handling
Tejun Heo
1
-7
/
+20
2022-09-04
cgroup: Remove data-race around cgrp_dfl_visible
Tejun Heo
1
-2
/
+2
2022-09-01
cgroup: Implement cgroup_file_show()
Tejun Heo
1
-0
/
+20
2022-08-26
cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()
Tetsuo Handa
1
-2
/
+2
2022-08-26
Merge branch 'for-6.0-fixes' into for-6.1
Tejun Heo
1
-24
/
+56
2022-08-26
cgroup: Homogenize cgroup_get_from_id() return value
Michal Koutný
1
-2
/
+2
2022-08-26
cgroup: cgroup: Honor caller's cgroup NS when resolving cgroup id
Michal Koutný
1
-2
/
+13
2022-08-26
cgroup: Honor caller's cgroup NS when resolving path
Michal Koutný
1
-1
/
+5
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-24
/
+56
2022-08-23
cgroup: Fix race condition at rebind_subsystems()
Jing-Ting Wu
1
-0
/
+1
2022-08-17
cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock
Tejun Heo
1
-23
/
+54
2022-08-15
sched/psi: Remove unused parameter nbytes of psi_trigger_create()
Hao Jia
1
-1
/
+1
2022-08-15
cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]
Tejun Heo
1
-4
/
+3
2022-08-09
cgroup: enable cgroup_get_from_file() on cgroup1
Yosry Ahmed
1
-5
/
+0
2022-08-03
Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-51
/
+85
[prev]
[next]