index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
10 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
10
-26
/
+26
11 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
11
-31
/
+29
13 days
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-18
/
+36
2026-02-12
mm/vmscan: fix demotion targets checks in reclaim/demotion
Bing Jiao
1
-18
/
+36
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+3
2026-02-11
Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-423
/
+473
2026-02-09
Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-36
/
+17
2026-02-03
kthread: Honour kthreads preferred affinity after cpuset changes
Frederic Weisbecker
1
-3
/
+2
2026-02-03
cpuset: Remove cpuset_cpu_is_isolated()
Frederic Weisbecker
1
-12
/
+0
2026-02-03
cpuset: Propagate cpuset isolation update to timers through housekeeping
Frederic Weisbecker
1
-3
/
+0
2026-02-03
cpuset: Propagate cpuset isolation update to workqueue through housekeeping
Frederic Weisbecker
1
-4
/
+1
2026-02-03
cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
Frederic Weisbecker
1
-2
/
+3
2026-02-03
cpuset: Provide lockdep check for cpuset lock held
Frederic Weisbecker
1
-0
/
+7
2026-02-03
cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
Frederic Weisbecker
1
-15
/
+7
2026-02-02
cgroup/dmem: avoid pool UAF
Chen Ridong
1
-2
/
+58
2026-02-02
cgroup/dmem: avoid rcu warning when unregister region
Chen Ridong
1
-5
/
+2
2026-02-02
cgroup/dmem: fix NULL pointer dereference when setting max
Chen Ridong
1
-0
/
+3
2026-02-01
cpuset: fix overlap of partition effective CPUs
Chen Ridong
1
-13
/
+6
2026-02-01
cgroup: increase maximum subsystem count from 16 to 32
Chen Ridong
4
-34
/
+34
2026-01-26
cgroup: use nodes_and() output where appropriate
Yury Norov
1
-4
/
+3
2026-01-15
kernel: cgroup: Add LGPL-2.1 SPDX license ID to legacy_freezer.c
Tim Bird
1
-8
/
+1
2026-01-15
kernel: cgroup: Add SPDX-License-Identifier lines
Tim Bird
2
-8
/
+2
2026-01-12
cpuset: replace direct lockdep_assert_held() with lockdep_assert_cpuset_lock_...
Zhao Mengmeng
1
-7
/
+7
2026-01-12
cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()
Waiman Long
3
-23
/
+23
2026-01-12
cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
Waiman Long
3
-54
/
+48
2026-01-12
cgroup/cpuset: Don't fail cpuset.cpus change in v2
Waiman Long
1
-15
/
+15
2026-01-12
cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()
Waiman Long
1
-9
/
+5
2026-01-12
cgroup/cpuset: Streamline rm_siblings_excl_cpus()
Waiman Long
1
-9
/
+15
2026-01-07
cgroup: Eliminate cgrp_ancestor_storage in cgroup_root
Michal Koutný
1
-1
/
+1
2025-12-22
cpuset: remove dead code in cpuset-v1.c
Chen Ridong
1
-4
/
+1
2025-12-18
cpuset: remove v1-specific code from generate_sched_domains
Chen Ridong
3
-129
/
+28
2025-12-18
cpuset: separate generate_sched_domains for v1 and v2
Chen Ridong
3
-27
/
+185
2025-12-18
cpuset: move update_domain_attr_tree to cpuset_v1.c
Chen Ridong
3
-34
/
+36
2025-12-18
cpuset: add cpuset1_init helper for v1 initialization
Chen Ridong
3
-7
/
+14
2025-12-18
cpuset: add cpuset1_online_css helper for v1-specific operations
Chen Ridong
3
-38
/
+51
2025-12-18
cpuset: add lockdep_assert_cpuset_lock_held helper
Chen Ridong
1
-0
/
+5
2025-12-18
cpuset: fix warning when disabling remote partition
Chen Ridong
1
-5
/
+16
2025-12-08
cpuset: Remove unnecessary checks in rebuild_sched_domains_locked
Chen Ridong
1
-35
/
+15
2025-12-08
cgroup: switch to css_is_online() helper
Chen Ridong
1
-2
/
+2
2025-12-08
cgroup: rstat: use LOCK CMPXCHG in css_rstat_updated
Shakeel Butt
1
-5
/
+8
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2025-12-03
Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-157
/
+304
2025-12-02
Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2025-12-02
Merge tag 'timers-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+9
2025-12-01
Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2025-12-01
Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+4
2025-11-20
cpuset: Treat cpusets in attaching as populated
Chen Ridong
1
-8
/
+27
2025-11-20
timers/migration: Exclude isolated cpus from hierarchy
Gabriele Monaco
1
-0
/
+3
2025-11-20
cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...
Gabriele Monaco
1
-6
/
+6
[next]