index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-04
Merge tag 'rcu.2025.09.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-4
/
+20
2025-09-30
Merge tag 'cgroup-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-427
/
+591
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-19
/
+15
2025-09-29
Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
2
-1
/
+1
2025-09-22
cpuset: remove is_prs_invalid helper
Chen Ridong
1
-8
/
+3
2025-09-22
cpuset: remove impossible warning in update_parent_effective_cpumask
Chen Ridong
1
-1
/
+0
2025-09-22
cpuset: remove redundant special case for null input in node mask update
Chen Ridong
1
-14
/
+8
2025-09-22
ns: simplify ns_common_init() further
Christian Brauner
1
-1
/
+1
2025-09-19
cpuset: fix missing error return in update_cpumask
Chen Ridong
1
-1
/
+2
2025-09-19
cpuset: Use new excpus for nocpu error check when enabling root partition
Chen Ridong
1
-5
/
+1
2025-09-19
cpuset: fix failure to enable isolated partition when containing isolcpus
Chen Ridong
1
-1
/
+1
2025-09-19
ns: use inode initializer for initial namespaces
Christian Brauner
1
-1
/
+1
2025-09-19
ns: rename to __ns_ref
Christian Brauner
1
-1
/
+1
2025-09-19
ns: add ns_common_free()
Christian Brauner
1
-1
/
+1
2025-09-19
nscommon: simplify initialization
Christian Brauner
1
-1
/
+1
2025-09-19
ns: add to_<type>_ns() to respective headers
Christian Brauner
1
-5
/
+0
2025-09-19
cgroup: support ns lookup
Christian Brauner
2
-2
/
+7
2025-09-19
Merge branch 'no-rebase-mnt_ns_tree_remove'
Christian Brauner
2
-6
/
+8
2025-09-19
cgroup: use ns_common_init()
Christian Brauner
1
-8
/
+4
2025-09-17
cpuset: use partition_cpus_change for setting exclusive cpus
Chen Ridong
1
-27
/
+2
2025-09-17
cpuset: use parse_cpulist for setting cpus.exclusive
Chen Ridong
1
-16
/
+9
2025-09-17
cpuset: introduce partition_cpus_change
Chen Ridong
1
-26
/
+38
2025-09-17
cpuset: refactor cpus_allowed_validate_change
Chen Ridong
1
-39
/
+45
2025-09-17
cpuset: refactor out validate_partition
Chen Ridong
1
-12
/
+36
2025-09-17
cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpers
Chen Ridong
1
-30
/
+44
2025-09-17
cpuset: refactor CPU mask buffer parsing logic
Chen Ridong
1
-29
/
+30
2025-09-17
cpuset: Refactor exclusive CPU mask computation logic
Chen Ridong
1
-38
/
+65
2025-09-17
cpuset: change return type of is_partition_[in]valid to bool
Chen Ridong
1
-2
/
+2
2025-09-17
cpuset: remove unused assignment to trialcs->partition_root_state
Chen Ridong
1
-2
/
+0
2025-09-17
cpuset: move the root cpuset write check earlier
Chen Ridong
1
-13
/
+4
2025-09-16
cgroup/cpuset: Remove redundant rcu_read_lock/unlock() in spin_lock
pengdonglin
1
-6
/
+0
2025-09-16
cgroup: Remove redundant rcu_read_lock/unlock() in spin_lock
pengdonglin
2
-6
/
+0
2025-09-15
bpf: Do not limit bpf_cgroup_from_id to current's namespace
Kumar Kartikeya Dwivedi
1
-4
/
+20
2025-09-10
cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...
Yi Tao
3
-21
/
+66
2025-09-10
cgroup: relocate cgroup_attach_lock within cgroup_procs_write_start
Yi Tao
1
-23
/
+35
2025-09-10
cgroup: refactor the cgroup_attach_lock code to make it clearer
Yi Tao
3
-29
/
+61
2025-09-05
cgroup: Merge branch 'for-6.17-fixes' into for-6.18
Tejun Heo
1
-7
/
+37
2025-09-05
cgroup: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
2
-2
/
+2
2025-09-05
cgroup: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-04
cgroup: Remove unused local variables from cgroup_procs_write_finish()
Tejun Heo
1
-3
/
+0
2025-09-04
cgroup: Remove unused cgroup_subsys::post_attach
Chuyi Zhou
1
-4
/
+0
2025-09-04
cpuset: Defer flushing of the cpuset_migrate_mm_wq to task_work
Chuyi Zhou
1
-5
/
+24
2025-09-04
cpuset: Don't always flush cpuset_migrate_mm_wq in cpuset_write_resmask
Chuyi Zhou
1
-1
/
+2
2025-09-03
cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks()
Waiman Long
1
-0
/
+3
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
1
-1
/
+1
2025-08-25
cpuset: add helpers for cpus read and cpuset_mutex locks
Chen Ridong
3
-34
/
+40
2025-08-25
cpuset: separate tmpmasks and cpuset allocation logic
Chen Ridong
1
-58
/
+69
2025-08-25
cpuset: decouple tmpmasks and cpumasks freeing in cgroup
Chen Ridong
1
-19
/
+13
[next]