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-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
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
4 days
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
4 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
35
-72
/
+72
4 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
42
-91
/
+87
7 days
Merge tag 'pm-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-4
/
+7
9 days
Merge tag 'pinctrl-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2
-0
/
+11
13 days
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+8
14 days
Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-22
/
+31
14 days
PM: sleep: wakeirq: Update outdated documentation comments
Wang Jiayue
1
-4
/
+7
14 days
Merge tag 'regmap-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
6
-3
/
+119
2026-02-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+8
2026-02-10
Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2026-02-06
Revert "revocable: Revocable resource management"
Johan Hovold
1
-225
/
+0
2026-02-06
Revert "revocable: Add Kunit test cases"
Johan Hovold
3
-295
/
+0
2026-02-05
driver core: remove device_change_owner() export
Greg Kroah-Hartman
1
-1
/
+0
2026-02-04
Merge branch 'pm-sleep'
Rafael J. Wysocki
3
-9
/
+11
2026-02-04
driver core: disable revocable code from build
Greg Kroah-Hartman
2
-2
/
+2
2026-02-04
PM: sleep: wakeirq: harden dev_pm_clear_wake_irq() against races
Gui-Dong Han
1
-3
/
+6
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
revocable: Add KUnit test for concurrent access
Tzung-Bi Shih
1
-0
/
+104
2026-02-03
revocable: fix SRCU index corruption by requiring caller-provided storage
Tzung-Bi Shih
2
-67
/
+43
2026-02-03
revocable: Add KUnit test for provider lifetime races
Tzung-Bi Shih
1
-0
/
+41
2026-02-03
revocable: Fix races in revocable_alloc() using RCU
Tzung-Bi Shih
2
-54
/
+59
2026-02-02
PM: wakeup: Handle empty list in wakeup_sources_walk_start()
Samuel Wu
1
-3
/
+1
2026-02-02
driver core: fix inverted "locked" suffix of driver_match_device()
Danilo Krummrich
3
-8
/
+8
2026-01-28
regmap: reg_default_cb for flat cache defaults
Mark Brown
7
-7
/
+128
2026-01-27
regcache: Demote defaults readback from HW to debug print
Marek Vasut
1
-1
/
+1
2026-01-27
regmap: add KUnit coverage for reg_default_cb callback
Sheetal
1
-0
/
+91
2026-01-27
regmap: Add reg_default_cb callback for flat cache defaults
Sheetal
4
-1
/
+26
2026-01-26
Merge tag 'driver-core-6.19-rc7-deferred' into driver-core-next
Danilo Krummrich
3
-2
/
+11
2026-01-26
Merge tag 'v6.19-rc7' into driver-core-next
Danilo Krummrich
3
-6
/
+11
2026-01-24
Merge tag 'driver-core-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2026-01-22
driver-core: move devres_for_each_res() to base.h
Danilo Krummrich
1
-0
/
+4
2026-01-21
driver core: faux: stop using static struct device
Greg Kroah-Hartman
1
-7
/
+11
2026-01-21
revocable: Remove redundant synchronize_srcu() call
Tzung-Bi Shih
1
-1
/
+0
2026-01-20
revocable: fix missing module license and description
Danilo Krummrich
1
-0
/
+3
2026-01-19
driver core: make pinctrl_bind_pins() private
Bartosz Golaszewski
2
-0
/
+11
2026-01-16
driver core: attribute_container: change return type to void
Daniel Gomez
2
-9
/
+3
2026-01-16
devtmpfs: Replace simple_strtoul with kstrtoint in mount_param
Thorsten Blum
1
-2
/
+1
2026-01-16
devtmpfs: make 'devtmpfs_context_ops' static
Ben Dooks
1
-1
/
+1
2026-01-16
revocable: Add Kunit test cases
Tzung-Bi Shih
3
-0
/
+150
2026-01-16
revocable: Revocable resource management
Tzung-Bi Shih
2
-1
/
+243
2026-01-16
driver core: enforce device_lock for driver_match_device()
Gui-Dong Han
3
-2
/
+11
2026-01-16
rust: driver: drop device private data post unbind
Danilo Krummrich
1
-0
/
+2
2026-01-15
regmap: Enable REGMAP when REGMAP_SLIMBUS is enabled
Geert Uytterhoeven
1
-1
/
+1
2026-01-12
regmap: Fix race condition in hwspinlock irqsave routine
Cheng-Yu Lee
1
-1
/
+3
2026-01-06
arm64: topology: Handle AMU FIE setup on CPU hotplug
Lifeng Zheng
1
-1
/
+8
2026-01-05
regmap: maple: free entry on mas_store_gfp() failure
Kaushlendra Kumar
1
-5
/
+6
2026-01-05
Merge back a commit related to system sleep for 6.20
Rafael J. Wysocki
1
-3
/
+4
2025-12-17
scsi: scsi_transport_fc: Introduce encryption group in fc_rport attribute
Sarah Catania
1
-0
/
+8
[next]