index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
cgroup-internal.h
Age
Commit message (
Expand
)
Author
2023-06-05
cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() static
Miaohe Lin
2022-12-08
memcg: Fix possible use-after-free in memcg_write_event_control()
Tejun Heo
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-09-26
mm: multi-gen LRU: kill switch
Yu Zhao
2022-08-26
cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()
Tetsuo Handa
2022-07-23
cgroup: Make !percpu threadgroup_rwsem operations optional
Tejun Heo
2022-05-18
cgroup: Make cgroup_debug static
Xiu Jianfeng
2022-01-06
cgroup: Use open-time cgroup namespace for process migration perm checks
Tejun Heo
2022-01-06
cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
Tejun Heo
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2019-10-07
cgroup: Optimize single thread migration
Michal Koutný
2019-04-19
cgroup: make TRACE_CGROUP_PATH irq-safe
Roman Gushchin
2019-04-19
cgroup: implement __cgroup_task_count() helper
Roman Gushchin
2019-02-28
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
2019-02-28
cgroup: store a reference to cgroup_ns into cgroup_fs_context
Al Viro
2019-02-28
cgroup_do_mount(): massage calling conventions
Al Viro
2019-02-28
cgroup: stash cgroup_root reference into cgroup_fs_context
Al Viro
2019-02-28
cgroup1: switch to option-by-option parsing
Al Viro
2019-02-28
cgroup: take options parsing into ->parse_monolithic()
Al Viro
2019-02-28
cgroup: fold cgroup1_mount() into cgroup1_get_tree()
Al Viro
2019-02-28
cgroup: start switching to fs_context
Al Viro
2019-01-17
cgroup: saner refcounting for cgroup_root
Al Viro
2018-11-08
cpuset: Expose cpuset.cpus.subpartitions with cgroup_debug
Waiman Long
2018-07-11
cgroup/tracing: Move taking of spin lock out of trace event handlers
Steven Rostedt (VMware)
2018-06-05
Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-04-26
cgroup: Factor out and expose cgroup_rstat_*() interface functions
Tejun Heo
2018-04-26
cgroup: Reorganize kernel/cgroup/rstat.c
Tejun Heo
2018-04-26
cgroup: Distinguish base resource stat implementation from rstat
Tejun Heo
2018-04-26
cgroup: Rename stat to rstat
Tejun Heo
2017-11-15
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-26
cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.stat
Tejun Heo
2017-09-25
cgroup: Implement cgroup2 basic CPU usage accounting
Tejun Heo
2017-09-06
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2017-07-21
cgroup: update debug controller to print out thread mode information
Waiman Long
2017-07-21
cgroup: implement cgroup v2 thread support
Tejun Heo
2017-07-21
cgroup: reorganize cgroup.procs / task write path
Tejun Heo
2017-07-08
cgroup: don't call migration methods if there are no tasks to migrate
Tejun Heo
2017-06-14
cgroup: Move debug cgroup to its own file
Waiman Long
2017-04-28
cgroup: avoid attaching a cgroup root to two different superblocks, take 2
Zefan Li
2017-03-08
kernel: convert css_set.refcount from atomic_t to refcount_t
Elena Reshetova
2017-01-15
cgroup: call subsys->*attach() only for subsystems which are actually affecte...
Tejun Heo
2017-01-15
cgroup: track migration context in cgroup_mgctx
Tejun Heo
2016-12-27
cgroup: move namespace code to kernel/cgroup/namespace.c
Tejun Heo
2016-12-27
cgroup: rename functions for consistency
Tejun Heo
2016-12-27
cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.c
Tejun Heo
2016-12-27
cgroup: separate out cgroup1_kf_syscall_ops
Tejun Heo
2016-12-27
cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.c
Tejun Heo