index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
cgroup-defs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+10
2024-09-09
cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCU
Kinsey Ho
1
-1
/
+5
2024-09-01
mm, memcg: cg2 memory{.swap,}.peak write handlers
David Finkel
1
-0
/
+5
2024-07-31
cgroup: Show # of subsystem CSSes in cgroup.stat
Waiman Long
1
-0
/
+14
2024-07-22
Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+0
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+0
2024-07-19
blk-cgroup: move congestion_count to struct blkcg
Xiu Jianfeng
1
-3
/
+0
2024-07-03
mm/hugetlb_cgroup: prepare cftypes based on template
Xiu Jianfeng
1
-2
/
+0
2024-05-26
cgroup/pids: Separate semantics of pids.events related to pids.max
Michal Koutný
1
-1
/
+6
2023-12-07
cgroup: Move rcu_head up near the top of cgroup_root
Waiman Long
1
-4
/
+4
2023-12-01
cgroup: Avoid false cacheline sharing of read mostly rstat_cpu
Waiman Long
1
-0
/
+7
2023-11-12
cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
Waiman Long
1
-0
/
+7
2023-11-09
cgroup: Make operations on the cgroup root_list RCU safe
Yafang Shao
1
-0
/
+1
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+5
2023-10-18
hugetlb: memcg: account hugetlb-backed memory in memory controller
Nhat Pham
1
-0
/
+5
2023-10-12
cgroup: Fix incorrect css_set_rwsem reference in comment
Waiman Long
1
-1
/
+1
2023-09-01
Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+14
2023-08-07
cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendants
Hao Jia
1
-0
/
+14
2023-07-13
sched: add throttled time stat for throttled children
Josh Don
1
-0
/
+2
2022-11-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+4
2022-10-25
bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
Yonghong Song
1
-0
/
+4
2022-10-14
Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+3
2022-09-09
sched/psi: Per-cgroup PSI accounting disable/re-enable interface
Chengming Zhou
1
-0
/
+3
2022-09-06
cgroup: Remove CFTYPE_PRESSURE
Tejun Heo
1
-1
/
+0
2022-09-06
cgroup: Improve cftype add/rm error handling
Tejun Heo
1
-0
/
+1
2022-08-15
cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]
Tejun Heo
1
-6
/
+10
2022-08-03
Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+17
2022-08-01
Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+4
2022-07-23
cgroup: Make !percpu threadgroup_rwsem operations optional
Tejun Heo
1
-3
/
+16
2022-07-04
sched/core: add forced idle accounting for cgroups
Josh Don
1
-0
/
+4
2022-06-16
cgroup: Use separate src/dst nodes when preloading css_sets for migration
Tejun Heo
1
-1
/
+2
2022-06-07
psi: dont alloc memory for psi by default
Chen Wandun
1
-1
/
+1
2022-01-11
Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-1
/
+1
2021-12-16
bpf: Remove the cgroup -> bpf header dependecy
Jakub Kicinski
1
-1
/
+1
2021-12-01
cgroup: fix a typo in comment
Wei Yang
1
-1
/
+1
2021-09-13
bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
Daniel Borkmann
1
-80
/
+27
2021-06-08
cgroup: make per-cgroup pressure stall tracking configurable
Suren Baghdasaryan
1
-0
/
+1
2021-05-24
Merge branch 'for-5.13-fixes' into for-5.14
Tejun Heo
1
-3
/
+3
2021-05-24
cgroup: fix spelling mistakes
Zhen Lei
1
-3
/
+3
2021-05-10
cgroup: introduce cgroup.kill
Christian Brauner
1
-0
/
+3
2020-12-15
cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy
Roman Gushchin
1
-15
/
+0
2020-07-09
cgroup: Fix sock_cgroup_data on big-endian.
Cong Wang
1
-0
/
+2
2020-07-07
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
1
-2
/
+4
2020-04-03
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-2
/
+3
2020-04-02
mm: memcontrol: recursive memory.low protection
Johannes Weiner
1
-0
/
+5
2020-02-12
clone3: allow spawning processes into cgroups
Christian Brauner
1
-2
/
+3
2019-11-12
cgroup: use cgrp->kn->id as the cgroup ID
Tejun Heo
1
-15
/
+2
2019-11-06
cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistency
Tejun Heo
1
-1
/
+1
2019-07-15
docs: cgroup-v1: add it to the admin-guide book
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-08
Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-1
/
+1
[next]