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
Age
Commit message (
Expand
)
Author
2022-01-11
Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2022-01-10
Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-01-07
cpuset: convert 'allowed' in __cpuset_node_allowed() to be boolean
Qi Zheng
2022-01-06
cgroup/rstat: check updated_next only for root
Wei Yang
2022-01-06
cgroup: rstat: explicitly put loop variant in while
Wei Yang
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
2022-01-06
cgroup: Use open-time credentials for process migraton perm checks
Tejun Heo
2021-12-16
add missing bpf-cgroup.h includes
Jakub Kicinski
2021-12-14
cgroup: return early if it is already on preloaded list
Wei Yang
2021-12-13
cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy
Waiman Long
2021-11-29
cgroup: get the wrong css for css_alloc() during cgroup_init_subsys()
Wei Yang
2021-11-15
cgroup: rstat: Mark benign data race to silence KCSAN
Michal Koutný
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
mm/page_alloc: detect allocation forbidden by cpuset and bail out early
Feng Tang
2021-11-02
Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2021-11-01
cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.c
He Fengqing
2021-11-01
cgroup: Fix rootcg cpu.stat guest double counting
Dan Schatzberg
2021-10-25
cgroup: no need for cgroup_mutex for /proc/cgroups
Shakeel Butt
2021-10-25
cgroup: remove cgroup_mutex from cgroupstats_build
Shakeel Butt
2021-10-25
cgroup: reduce dependency on cgroup_mutex
Shakeel Butt
2021-10-22
cgroup: Fix memory leak caused by missing cgroup_bpf_offline
Quanyang Wang
2021-10-11
Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-10-05
cgroup: cgroup-v1: do not exclude cgrp_dfl_root
Vishal Verma
2021-09-28
bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interrupt
Daniel Borkmann
2021-09-20
cgroup: Make rebind_subsystems() disable v2 controllers all at once
Waiman Long
2021-09-20
misc_cgroup: remove error log to avoid log flood
Chunguang Xu
2021-09-20
misc_cgroup: introduce misc.events to count failures
Chunguang Xu
2021-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-09-13
bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
Daniel Borkmann
2021-09-13
cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem
Waiman Long
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
memcg: enable accounting for new namesapces and struct nsproxy
Vasily Averin
2021-08-31
Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2021-08-30
Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-08-30
cgroup: Avoid compiler warnings with no subsystems
Kees Cook
2021-08-25
cgroup/cpuset: Avoid memory migration when nodemasks match
Nicolas Saenz Julienne
2021-08-20
cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()
Will Deacon
2021-08-20
cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
Will Deacon
2021-08-20
cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
Will Deacon
2021-08-12
cgroup/cpuset: Enable memory migration for cpuset v2
Waiman Long
2021-08-11
cgroup/cpuset: Enable event notification when partition state changes
Waiman Long
2021-08-11
cgroup: cgroup-v1: clean up kernel-doc notation
Randy Dunlap
2021-08-09
cgroup: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-09
cgroup/cpuset: Fix violation of cpuset locking rule
Waiman Long
2021-07-27
cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_sync
Tejun Heo
2021-07-26
cgroup/cpuset: Fix a partition bug with hotplug
Waiman Long
2021-07-26
cgroup/cpuset: Miscellaneous code cleanup
Waiman Long
2021-07-21
cgroup1: fix leaked context root causing sporadic NULL deref in LTP
Paul Gortmaker
2021-07-16
cgroup: remove cgroup_mount from comments
zhaoxiaoqiang11
[next]