index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers core: Fix oops when driver probe fails
Filip Schauer
2021-08-12
1
-2
/
+2
*
firmware_loader: fix use-after-free in firmware_fallback_sysfs
Anirudh Rayabharam
2021-08-12
3
-5
/
+19
*
firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallback
Anirudh Rayabharam
2021-08-12
1
-2
/
+0
*
driver core: Prevent warning when removing a device link from unregistered co...
Adrian Hunter
2021-07-28
1
-2
/
+4
*
driver core: auxiliary bus: Fix memory leak when driver_register() fail
Peter Ujfalusi
2021-07-28
1
-1
/
+7
*
arch_topology: Avoid use-after-free for scale_freq_data
Viresh Kumar
2021-07-20
1
-6
/
+21
*
software node: Handle software node injection to an existing device properly
Heikki Krogerus
2021-06-23
1
-4
/
+12
*
drivers/base/memory: fix trying offlining memory blocks with memory holes on ...
David Hildenbrand
2021-06-05
1
-3
/
+3
*
drivers: base: Reduce device link removal code duplication
Rafael J. Wysocki
2021-05-21
1
-18
/
+13
*
drivers: base: Fix device link removal
Rafael J. Wysocki
2021-05-21
1
-14
/
+23
*
Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-05-16
1
-1
/
+2
|
\
|
*
usb: typec: tcpm: Don't block probing of consumers of "connector" nodes
Saravana Kannan
2021-05-10
1
-1
/
+2
*
|
PM: runtime: Fix unpaired parent child_count for force_resume
Tony Lindgren
2021-05-10
1
-3
/
+7
|
/
*
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
2021-05-07
1
-0
/
+2
*
mm,memory_hotplug: allocate memmap from the added memory range
Oscar Salvador
2021-05-05
1
-6
/
+66
*
drivers/base/memory: introduce memory_block_{online,offline}
Oscar Salvador
2021-05-05
1
-12
/
+21
*
Merge tag 'regmap-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
2021-04-26
2
-29
/
+98
|
\
|
*
Merge remote-tracking branch 'regmap/for-5.13' into regmap-next
Mark Brown
2021-04-07
1
-29
/
+97
|
|
\
|
|
*
regmap-irq: Fix dereference of a potentially null d->virt_buf
Colin Ian King
2021-04-07
1
-3
/
+5
|
|
*
regmap-irq: Add driver callback to configure virtual regs
Guru Das Srinagesh
2021-03-31
1
-0
/
+5
|
|
*
regmap-irq: Introduce virtual regs to handle more config regs
Guru Das Srinagesh
2021-03-31
1
-1
/
+37
|
|
*
regmap-irq: Extend sub-irq to support non-fixed reg strides
Guru Das Srinagesh
2021-03-18
1
-28
/
+53
|
*
|
Merge remote-tracking branch 'regmap/for-5.12' into regmap-linus
Mark Brown
2021-04-07
1
-0
/
+1
|
|
\
|
|
|
*
regmap: set debugfs_name to NULL after it is freed
Meng Li
2021-03-10
1
-0
/
+1
*
|
|
Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2021-04-26
6
-53
/
+95
|
\
\
\
|
|
\
\
|
|
\
\
|
*
-
.
\
\
Merge branches 'pm-docs' and 'pm-tools'
Rafael J. Wysocki
2021-04-26
3
-10
/
+11
|
|
\
\
\
\
|
|
*
|
|
|
PM: clk: remove kernel-doc warning
Pierre-Louis Bossart
2021-04-07
1
-1
/
+1
|
|
*
|
|
|
PM: wakeup: fix kernel-doc warnings and fix typos
Pierre-Louis Bossart
2021-04-07
1
-8
/
+9
|
|
*
|
|
|
PM: runtime: remove kernel-doc warnings
Pierre-Louis Bossart
2021-04-07
1
-1
/
+1
|
|
|
|
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
*
-
-
-
-
-
-
-
.
\
\
\
Merge branches 'pm-core', 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap'
Rafael J. Wysocki
2021-04-26
2
-38
/
+2
|
|
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
/
/
/
|
|
|
/
|
|
|
|
/
/
|
|
|
|
|
_
|
_
|
/
/
|
|
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
PM: domains: Don't runtime resume devices at genpd_prepare()
Ulf Hansson
2021-03-18
1
-36
/
+0
|
|
|
|
*
|
|
|
PM: wakeup: remove redundant assignment to variable retval
Colin Ian King
2021-04-22
1
-1
/
+1
|
|
|
|
*
|
|
|
PM: wakeup: use dev_set_name() directly
Andy Shevchenko
2021-04-15
1
-1
/
+1
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2021-04-26
1
-6
/
+83
|
|
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...
Rafael J. Wysocki
2021-04-12
1
-6
/
+83
|
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
arch_topology: Export arch_freq_scale and helpers
Viresh Kumar
2021-03-12
1
-0
/
+3
|
|
|
*
|
|
|
arch_topology: Allow multiple entities to provide sched_freq_tick() callback
Viresh Kumar
2021-03-10
1
-4
/
+78
|
|
|
*
|
|
|
arch_topology: Rename freq_scale as arch_freq_scale
Viresh Kumar
2021-03-10
1
-2
/
+2
|
|
|
|
|
_
|
/
|
|
|
|
/
|
|
*
|
|
|
|
|
PM / wakeup: use dev_set_name() directly
Andy Shevchenko
2021-04-15
1
-1
/
+1
*
|
|
|
|
|
software node: Allow node addition to already existing device
Heikki Krogerus
2021-04-15
1
-2
/
+3
*
|
|
|
|
|
kunit: software node: adhear to KUNIT formatting standard
Nico Pache
2021-04-15
2
-2
/
+2
*
|
|
|
|
|
Merge tag 'v5.12-rc7' into driver-core-next
Greg Kroah-Hartman
2021-04-14
1
-3
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
driver core: Fix locking bug in deferred_probe_timeout_work_func()
Saravana Kannan
2021-04-05
1
-3
/
+5
|
|
/
/
/
/
/
*
|
|
|
|
|
node: fix device cleanups in error handling code
Dan Carpenter
2021-04-10
1
-14
/
+12
*
|
|
|
|
|
Revert "driver core: platform: Make platform_get_irq_optional() optional"
Greg Kroah-Hartman
2021-04-07
1
-34
/
+21
*
|
|
|
|
|
software node: Introduce SOFTWARE_NODE_REFERENCE() helper macro
Andy Shevchenko
2021-04-05
1
-9
/
+2
*
|
|
|
|
|
software node: Imply kobj_to_swnode() to be no-op
Andy Shevchenko
2021-04-05
1
-1
/
+1
*
|
|
|
|
|
software node: Deduplicate code in fwnode_create_software_node()
Andy Shevchenko
2021-04-05
1
-9
/
+8
*
|
|
|
|
|
software node: Introduce software_node_alloc()/software_node_free()
Andy Shevchenko
2021-04-05
1
-23
/
+24
*
|
|
|
|
|
software node: Free resources explicitly when swnode_register() fails
Andy Shevchenko
2021-04-05
1
-12
/
+17
[next]