index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-05
cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.exclusive not set
Waiman Long
1
-1
/
+2
2024-08-05
cgroup/cpuset: fix panic caused by partcmd_update
Chen Ridong
1
-0
/
+2
2024-08-05
cgroup/pids: Remove unreachable paths of pids_{can,cancel}_fork
Xiu Jianfeng
1
-12
/
+2
2024-07-31
cgroup: Show # of subsystem CSSes in cgroup.stat
Waiman Long
1
-2
/
+53
2024-07-30
cpuset: use Union-Find to optimize the merging of cpumasks
Xavier
1
-70
/
+44
2024-07-30
cgroup/cpuset: add decrease attach_in_progress helpers
Chen Ridong
1
-15
/
+24
2024-07-30
cgroup/cpuset: Remove cpuset_slab_spread_rotor
Xiu Jianfeng
1
-13
/
+0
2024-07-30
cgroup/pids: Avoid spurious event notification
Xiu Jianfeng
1
-11
/
+7
2024-07-30
cgroup/cpuset: remove child_ecpus_count
Chen Ridong
1
-19
/
+3
2024-07-14
Merge branch 'for-6.10-fixes' into for-6.11
Tejun Heo
2
-5
/
+10
2024-07-12
cgroup/misc: Introduce misc.events.local
Xiu Jianfeng
1
-6
/
+33
2024-07-05
cgroup/rstat: add force idle show helper
Chen Ridong
1
-20
/
+17
2024-07-03
cgroup: Protect css->cgroup write under css_set_lock
Waiman Long
1
-1
/
+1
2024-07-03
cgroup/misc: Introduce misc.peak
Xiu Jianfeng
1
-0
/
+41
2024-06-28
cgroup/cpuset: Prevent UAF in proc_cpuset_show()
Chen Ridong
1
-4
/
+9
2024-06-19
cgroup/cpuset: Make cpuset.cpus.exclusive independent of cpuset.cpus
Waiman Long
1
-20
/
+47
2024-06-19
cgroup/cpuset: Delay setting of CS_CPU_EXCLUSIVE until valid partition
Waiman Long
1
-7
/
+29
2024-06-19
cgroup/cpuset: Fix remote root partition creation problem
Waiman Long
1
-13
/
+42
2024-06-19
cgroup: avoid the unnecessary list_add(dying_tasks) in cgroup_exit()
Oleg Nesterov
1
-5
/
+9
2024-06-03
cgroup/cpuset: Optimize isolated partition only generate_sched_domains() calls
Waiman Long
1
-0
/
+8
2024-06-01
cgroup/cpuset: Reduce the lock protecting CS_SCHED_LOAD_BALANCE
Xiu Jianfeng
1
-8
/
+6
2024-05-26
kernel/cgroup: cleanup cgroup_base_files when fail to add cgroup_psi_files
David Wang
1
-1
/
+4
2024-05-26
cgroup/pids: Add pids.events.local
Michal Koutný
1
-18
/
+71
2024-05-26
cgroup/pids: Make event counters hierarchical
Michal Koutný
1
-16
/
+30
2024-05-26
cgroup/pids: Separate semantics of pids.events related to pids.max
Michal Koutný
2
-12
/
+47
2024-05-26
cgroup/cpuset: Update comment on callback_lock
Xiu Jianfeng
1
-1
/
+1
2024-05-26
cgroup/cpuset: Remove unnecessary zeroing
Xiu Jianfeng
1
-2
/
+0
2024-05-19
Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2024-05-17
sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level
Vitalii Bursov
1
-1
/
+1
2024-05-14
cgroup/rstat: add cgroup_rstat_cpu_lock helpers and tracepoints
Jesper Dangaard Brouer
1
-12
/
+58
2024-04-25
cgroup/cpuset: Remove outdated comment in sched_partition_write()
Xiu Jianfeng
1
-3
/
+0
2024-04-23
cgroup/cpuset: Fix incorrect top_cpuset flags
Waiman Long
1
-2
/
+2
2024-04-23
cgroup/cpuset: Avoid clearing CS_SCHED_LOAD_BALANCE twice
Xiu Jianfeng
1
-5
/
+0
2024-04-22
cgroup/cpuset: Statically initialize more members of top_cpuset
Xiu Jianfeng
1
-3
/
+2
2024-04-19
cgroup: Avoid unnecessary looping in cgroup_no_v1()
Xiu Jianfeng
1
-0
/
+1
2024-04-18
cgroup, legacy_freezer: update comment for freezer_css_offline()
Xiu Jianfeng
1
-1
/
+1
2024-04-18
cgroup: don't call cgroup1_pidlist_destroy_all() for v2
Xiu Jianfeng
1
-1
/
+2
2024-04-17
cgroup_freezer: update comment for freezer_css_online()
Xiu Jianfeng
1
-2
/
+1
2024-04-17
cgroup/rstat: desc member cgrp in cgroup_rstat_flush_release
Jesper Dangaard Brouer
1
-0
/
+1
2024-04-16
cgroup/rstat: add cgroup_rstat_lock helpers and tracepoints
Jesper Dangaard Brouer
1
-8
/
+39
2024-04-16
cgroup/pids: Remove superfluous zeroing
Michal Koutný
1
-2
/
+0
2024-04-08
cgroup/cpuset: Make cpuset hotplug processing synchronous
Waiman Long
1
-85
/
+56
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-2
/
+2
2024-03-11
Merge tag 'cgroup-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-0
/
+1
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2024-02-29
cgroup/cpuset: Fix retval in update_cpumask()
Kamalesh Babulal
1
-1
/
+1
2024-02-29
cgroup/cpuset: Mark memory_spread_slab as obsolete
Xiongwei Song
1
-0
/
+1
2024-02-28
cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()
Waiman Long
1
-3
/
+3
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
1
-2
/
+2
2024-01-18
Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
3
-31
/
+8
[prev]
[next]