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.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
2021-04-14
driver core: Fix locking bug in deferred_probe_timeout_work_func()
Saravana Kannan
1
-3
/
+5
2021-04-07
driver core: clear deferred probe reason on probe retry
Ahmad Fatoum
1
-0
/
+3
2021-04-07
PM: runtime: Fix ordering in pm_runtime_get_suppliers()
Adrian Hunter
1
-1
/
+1
2021-04-07
PM: runtime: Fix race getting/putting suppliers at probe
Adrian Hunter
1
-1
/
+7
2021-03-30
PM: runtime: Defer suspending suppliers
Rafael J. Wysocki
1
-6
/
+39
2021-03-24
Revert "PM: runtime: Update device status before letting suppliers suspend"
Rafael J. Wysocki
1
-37
/
+25
2021-03-17
software node: Fix node registration
Heikki Krogerus
1
-0
/
+3
2021-03-17
drivers/base/memory: don't store phys_device in memory blocks
David Hildenbrand
1
-16
/
+9
2021-03-17
drivers/base: build kunit tests without structleak plugin
Arnd Bergmann
1
-0
/
+1
2021-03-09
PM: runtime: Update device status before letting suppliers suspend
Rafael J. Wysocki
1
-25
/
+37
2021-03-04
regmap: sdw: use _no_pm functions in regmap_read/write
Bard Liao
1
-2
/
+2
2021-03-04
media: software_node: Fix refcounts in software_node_get_next_child()
Daniel Scally
1
-2
/
+6
2021-03-04
driver core: auxiliary bus: Fix calling stage for auxiliary bus init
Dave Jiang
3
-10
/
+9
2021-01-24
Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-20
/
+33
2021-01-21
driver core: Fix device link device name collision
Saravana Kannan
1
-12
/
+15
2021-01-21
driver core: Extend device_is_dependent()
Rafael J. Wysocki
1
-1
/
+16
2021-01-12
Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...
Thomas Gleixner
1
-0
/
+2
2021-01-12
Revert "driver core: Reorder devices on successful probe"
Greg Kroah-Hartman
1
-7
/
+0
2021-01-09
Merge tag 'devprop-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+8
2021-01-08
Driver core: platform: Add extra error check in devm_platform_get_irqs_affini...
John Garry
1
-0
/
+2
2021-01-08
drivers core: Free dma_range_map when driver probe failed
Meng Li
1
-0
/
+2
2021-01-07
device property: add description of fwnode cases
Bard Liao
1
-0
/
+7
2021-01-07
Revert "device property: Keep secondary firmware node secondary by type"
Bard Liao
1
-1
/
+1
2021-01-05
regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()
Dan Carpenter
1
-3
/
+1
2020-12-29
regmap: debugfs: Fix a memory leak when calling regmap_attach_dev
Xiaolei Wang
1
-2
/
+9
2020-12-22
driver core: platform: Add extra error check in devm_platform_get_irqs_affini...
John Garry
1
-0
/
+2
2020-12-16
Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-51
/
+87
2020-12-16
Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
4
-13
/
+91
2020-12-16
Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-6
/
+133
2020-12-16
Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
11
-434
/
+682
2020-12-16
Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-1
/
+107
2020-12-16
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-0
/
+278
2020-12-15
mm: memcontrol: account pagetables per node
Shakeel Butt
1
-1
/
+1
2020-12-15
Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'
Rafael J. Wysocki
2
-34
/
+51
2020-12-15
Merge branches 'pm-cpuidle' and 'pm-em'
Rafael J. Wysocki
1
-16
/
+35
2020-12-15
Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
5
-45
/
+155
2020-12-14
Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Rafael J. Wysocki
1
-1
/
+1
2020-12-13
driver core: platform: don't oops in platform_shutdown() on unbound devices
Dmitry Baryshkov
1
-1
/
+5
2020-12-11
PM: domains: create debugfs nodes when adding power domains
Thierry Strudel
1
-28
/
+45
2020-12-11
driver core: platform: Add devm_platform_get_irqs_affinity()
John Garry
1
-0
/
+121
2020-12-11
platform-msi: Track shared domain allocation
Marc Zyngier
1
-0
/
+7
2020-12-10
driver core: platform: Introduce platform_get_mem_or_io()
Andy Shevchenko
1
-0
/
+15
2020-12-09
soc: fix comment for freeing soc_dev_attr
Krzysztof Kozlowski
1
-1
/
+1
2020-12-09
driver core: platform: use bus_type functions
Uwe Kleine-König
1
-67
/
+65
2020-12-09
driver core: platform: change logic implementing platform_driver_probe
Uwe Kleine-König
1
-3
/
+15
2020-12-09
driver core: platform: reorder functions
Uwe Kleine-König
1
-166
/
+167
2020-12-09
driver core: make driver_probe_device() static
Julian Wiedmann
2
-2
/
+1
2020-12-09
driver core: Fix a couple of typos
Thierry Reding
1
-2
/
+2
2020-12-09
driver core: Reorder devices on successful probe
Thierry Reding
1
-0
/
+7
2020-12-09
driver core: Delete pointless parameter in fwnode_operations.add_links
Saravana Kannan
1
-1
/
+1
[next]