index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
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
*
|
|
|
|
|
driver core: add helper for deferred probe reason setting
Ahmad Fatoum
2021-04-05
1
-6
/
+11
*
|
|
|
|
|
driver core: Improve fw_devlink & deferred_probe_timeout interaction
Saravana Kannan
2021-04-05
3
-7
/
+63
*
|
|
|
|
|
Merge 5.12-rc6 into driver-core-next
Greg Kroah-Hartman
2021-04-05
2
-8
/
+50
|
\
|
|
|
|
|
|
*
|
|
|
|
Merge tag 'driver-core-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-04-03
1
-0
/
+3
|
|
\
\
\
\
\
|
|
*
|
|
|
|
driver core: clear deferred probe reason on probe retry
Ahmad Fatoum
2021-03-23
1
-0
/
+3
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
PM: runtime: Fix race getting/putting suppliers at probe
Adrian Hunter
2021-03-29
1
-1
/
+7
|
*
|
|
|
|
PM: runtime: Fix ordering in pm_runtime_get_suppliers()
Adrian Hunter
2021-03-29
1
-1
/
+1
|
*
|
|
|
|
PM: runtime: Defer suspending suppliers
Rafael J. Wysocki
2021-03-22
1
-6
/
+39
|
|
/
/
/
/
*
|
|
|
|
driver core: platform: Make platform_get_irq_optional() optional
Andy Shevchenko
2021-04-02
1
-21
/
+34
*
|
|
|
|
driver core: Replace printf() specifier and drop unneeded casting
Andy Shevchenko
2021-04-02
1
-2
/
+2
*
|
|
|
|
driver core: Cast to (void *) with __force for __percpu pointer
Andy Shevchenko
2021-04-02
1
-1
/
+1
*
|
|
|
|
driver core: platform: Make clear error code used for missed IRQ
Andy Shevchenko
2021-04-02
1
-6
/
+5
*
|
|
|
|
devcoredump: fix kernel-doc warning
Pierre-Louis Bossart
2021-04-02
1
-2
/
+2
*
|
|
|
|
platform-msi: fix kernel-doc warnings
Pierre-Louis Bossart
2021-04-02
1
-1
/
+2
*
|
|
|
|
driver core: attribute_container: remove kernel-doc warnings
Pierre-Louis Bossart
2021-04-02
1
-0
/
+4
*
|
|
|
|
driver core: remove kernel-doc warnings
Pierre-Louis Bossart
2021-04-02
1
-5
/
+6
*
|
|
|
|
base: dd: fix error return code of driver_sysfs_add()
Jia-Ju Bai
2021-03-28
1
-2
/
+5
*
|
|
|
|
driver core: Use unbound workqueue for deferred probes
Yogesh Lal
2021-03-28
1
-1
/
+1
*
|
|
|
|
devcoredump: avoid -Wempty-body warnings
Arnd Bergmann
2021-03-23
1
-6
/
+9
*
|
|
|
|
device property: Add test cases for fwnode_property_count_*() APIs
Andy Shevchenko
2021-03-23
1
-4
/
+46
*
|
|
|
|
device property: Sync descriptions of swnode array and group APIs
Andy Shevchenko
2021-03-23
1
-5
/
+13
*
|
|
|
|
Revert "Revert "driver core: Set fw_devlink=on by default""
Saravana Kannan
2021-03-23
1
-1
/
+1
*
|
|
|
|
driver core: Update device link status properly for device_bind_driver()
Saravana Kannan
2021-03-23
3
-1
/
+39
*
|
|
|
|
driver core: Avoid pointless deferred probe attempts
Saravana Kannan
2021-03-23
1
-0
/
+6
*
|
|
|
|
devtmpfs: actually reclaim some init memory
Rasmus Villemoes
2021-03-23
1
-2
/
+2
*
|
|
|
|
devtmpfs: fix placement of complete() call
Rasmus Villemoes
2021-03-23
1
-1
/
+1
*
|
|
|
|
drivers/base/cpu: remove redundant assignment of variable retval
Colin Ian King
2021-03-23
1
-4
/
+2
*
|
|
|
|
driver core: dd: remove deferred_devices variable
Greg Kroah-Hartman
2021-03-23
1
-4
/
+3
*
|
|
|
|
driver core: component: remove dentry pointer in "struct master"
Greg Kroah-Hartman
2021-03-23
1
-6
/
+3
*
|
|
|
|
driver core: auxiliary bus: Remove unneeded module bits
Dave Jiang
2021-03-23
1
-5
/
+0
|
/
/
/
/
*
/
/
/
Revert "PM: runtime: Update device status before letting suppliers suspend"
Rafael J. Wysocki
2021-03-19
1
-37
/
+25
|
/
/
/
*
|
|
software node: Fix device_add_software_node()
Heikki Krogerus
2021-03-10
1
-9
/
+17
*
|
|
software node: Fix node registration
Heikki Krogerus
2021-03-10
1
-0
/
+3
|
/
/
*
/
PM: runtime: Update device status before letting suppliers suspend
Rafael J. Wysocki
2021-03-01
1
-25
/
+37
|
/
*
Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-02-26
3
-0
/
+491
|
\
|
*
arch_numa: fix common code printing of phys_addr_t
Randy Dunlap
2021-02-19
1
-6
/
+7
|
*
numa: Move numa implementation to common code
Atish Patra
2021-01-15
3
-0
/
+490
*
|
drivers/base/memory: don't store phys_device in memory blocks
David Hildenbrand
2021-02-26
1
-16
/
+9
*
|
mm/memory_hotplug: rename all existing 'memhp' into 'mhp'
Anshuman Khandual
2021-02-26
1
-5
/
+5
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-02-25
1
-14
/
+19
|
\
\
|
*
|
mm: memcg: add swapcache stat for memcg v2
Shakeel Butt
2021-02-24
1
-0
/
+6
[prev]
[next]