index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-03
kthread: Include kthreadd to the managed affinity list
Frederic Weisbecker
1
-1
/
+2
2026-02-03
kthread: Include unbound kthreads in the managed affinity list
Frederic Weisbecker
1
-28
/
+40
2026-02-03
kthread: Refine naming of affinity related fields
Frederic Weisbecker
1
-19
/
+19
2026-02-03
PCI: Remove superfluous HK_TYPE_WQ check
Frederic Weisbecker
1
-14
/
+3
2026-02-03
sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
Frederic Weisbecker
1
-2
/
+1
2026-02-03
cpuset: Remove cpuset_cpu_is_isolated()
Frederic Weisbecker
3
-21
/
+1
2026-02-03
timers/migration: Remove superfluous cpuset isolation test
Frederic Weisbecker
1
-3
/
+2
2026-02-03
cpuset: Propagate cpuset isolation update to timers through housekeeping
Frederic Weisbecker
2
-3
/
+4
2026-02-03
cpuset: Propagate cpuset isolation update to workqueue through housekeeping
Frederic Weisbecker
5
-12
/
+16
2026-02-03
PCI: Flush PCI probe workqueue on cpuset isolated partition change
Frederic Weisbecker
3
-1
/
+21
2026-02-03
sched/isolation: Flush vmstat workqueues on cpuset isolated partition change
Frederic Weisbecker
4
-0
/
+9
2026-02-03
sched/isolation: Flush memcg workqueues on cpuset isolated partition change
Frederic Weisbecker
4
-1
/
+18
2026-02-03
cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
Frederic Weisbecker
4
-8
/
+80
2026-02-03
sched/isolation: Convert housekeeping cpumasks to rcu pointers
Frederic Weisbecker
2
-23
/
+38
2026-02-03
cpuset: Provide lockdep check for cpuset lock held
Frederic Weisbecker
2
-0
/
+9
2026-02-03
cpu: Provide lockdep check for CPU hotplug lock write-held
Frederic Weisbecker
3
-0
/
+7
2026-02-03
timers/migration: Prevent from lockdep false positive warning
Frederic Weisbecker
1
-5
/
+15
2026-02-03
block: Protect against concurrent isolated cpuset change
Frederic Weisbecker
1
-1
/
+5
2026-02-03
net: Keep ignoring isolated cpuset change
Frederic Weisbecker
1
-1
/
+1
2026-02-03
driver core: cpu: Convert /sys/devices/system/cpu/isolated to use HK_TYPE_DOM...
Frederic Weisbecker
1
-1
/
+1
2026-02-03
cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
Frederic Weisbecker
1
-15
/
+7
2026-02-03
sched/isolation: Save boot defined domain flags
Frederic Weisbecker
2
-2
/
+7
2026-02-03
mm: vmstat: Prepare to protect against concurrent isolated cpuset change
Frederic Weisbecker
1
-4
/
+6
2026-02-03
memcg: Prepare to protect against concurrent isolated cpuset change
Frederic Weisbecker
1
-4
/
+17
2026-01-22
cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
Frederic Weisbecker
1
-26
/
+11
2026-01-22
PCI: Prepare to protect against concurrent isolated cpuset change
Frederic Weisbecker
1
-9
/
+38
2025-12-22
Linux 6.19-rc2
v6.19-rc2
Linus Torvalds
1
-1
/
+1
2025-12-22
Merge tag 'coccinelle-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+6
2025-12-22
Merge tag 'input-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
10
-2
/
+45
2025-12-22
Merge tag 'i2c-for-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-4
/
+17
2025-12-22
Merge tag 'x86-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-111
/
+141
2025-12-22
Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2025-12-21
Coccinelle: pm_runtime: Fix typo in report message
Thorsten Blum
1
-1
/
+1
2025-12-21
scripts: coccicheck: filter *.cocci files by MODE
Songwei Chai
1
-1
/
+5
2025-12-21
Merge tag 'ata-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
1
-0
/
+3
2025-12-21
Merge tag 'spi-fix-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-7
/
+12
2025-12-21
x86/irqflags: Use ASM_OUTPUT_RM in native_save_fl()
Eric Dumazet
1
-1
/
+1
2025-12-21
clang: work around asm output constraint problems
Eric Dumazet
2
-1
/
+3
2025-12-20
Merge tag 'xfs-fixes-6.19-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
8
-41
/
+80
2025-12-20
Merge tag 'hwmon-for-v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-8
/
+25
2025-12-20
Merge tag 'mmc-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
3
-4
/
+4
2025-12-20
Merge tag 'drm-fixes-2025-12-20' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
34
-74
/
+331
2025-12-20
Merge tag 'linux_kselftest-kunit-fixes-6.19-rc3' of git://git.kernel.org/pub/...
Linus Torvalds
2
-5
/
+4
2025-12-20
Merge tag 'devicetree-fixes-for-6.19-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
112
-140
/
+170
2025-12-20
Merge tag 'mips-fixes_6.19_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+3
2025-12-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
5
-127
/
+92
2025-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-18
/
+58
2025-12-20
Merge tag 'for-linus-6.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-12-20
Merge tag 'slab-for-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2025-12-20
Merge tag 'iommu-fixes-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-12
/
+47
[next]