1. 6aeb885 device: core: Log warning for devices pending deferred probe on timeout by Nícolas F. R. A. Prado · 1 year ago
  2. 448af2d driver: core: Use dev_* instead of pr_* so device metadata is added by Nícolas F. R. A. Prado · 1 year ago
  3. 32de4b4 driver: core: Log probe failure as error and with device metadata by Nícolas F. R. A. Prado · 1 year ago
  4. 7c41da5 driver core: Emit reason for pending deferred probe by Uwe Kleine-König · 1 year, 4 months ago
  5. 2e84dc3 driver core: Release all resources during unbind before updating device links by Saravana Kannan · 1 year, 5 months ago
  6. f429378 driver core: Call dma_cleanup() on the test_remove path by Jason Gunthorpe · 1 year, 8 months ago
  7. aa5f6ed driver core: return bool from driver_probe_done by Christoph Hellwig · 1 year, 9 months ago
  8. e2f06aa driver core: Don't require dynamic_debug for initcall_debug probe timing by Stephen Boyd · 1 year, 11 months ago
  9. f8fb5766 driver core: Make state_synced device attribute writeable by Saravana Kannan · 2 years ago
  10. ffbe08a driver core: Add fw_devlink.sync_state command line param by Saravana Kannan · 2 years ago
  11. 36c893d drivers: base: dd: fix memory leak with using debugfs_lookup() by Greg Kroah-Hartman · 2 years, 1 month ago
  12. ed9f918 driver core: bus: move bus notifier logic into bus.c by Greg Kroah-Hartman · 2 years, 2 months ago
  13. 504fa21 driver core: Make driver_deferred_probe_timeout a static variable by Javier Martinez Canillas · 2 years, 2 months ago
  14. 27c0d21 driver core: Fix bus_type.match() error handling in __driver_attach() by Isaac J. Manjarres · 2 years, 6 months ago
  15. 189a87f driver core: mark driver_allows_async_probing static by Christoph Hellwig · 2 years, 4 months ago
  16. a791dc1 Merge 6.0-rc5 into driver-core-next by Greg Kroah-Hartman · 2 years, 6 months ago
  17. 07b7b88 driver_core: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 7 months ago
  18. 25e9fbf driver core: Don't probe devices after bus_type.match() probe deferral by Isaac J. Manjarres · 2 years, 7 months ago
  19. 13a8e0f Revert "driver core: Delete driver_deferred_probe_check_state()" by Saravana Kannan · 2 years, 7 months ago
  20. 70fe758 driver core: fix potential deadlock in __driver_attach by Zhang Wensheng · 2 years, 9 months ago
  21. 9cbffc7 driver core: Delete driver_deferred_probe_check_state() by Saravana Kannan · 2 years, 9 months ago
  22. f516d01 Revert "driver core: Set default deferred_probe_timeout back to 0." by Saravana Kannan · 2 years, 9 months ago
  23. 2f8c3ae driver core: Add wait_for_init_devices_probe helper function by Saravana Kannan · 2 years, 9 months ago
  24. 9be4cbd driver core: Set default deferred_probe_timeout back to 0. by Saravana Kannan · 2 years, 9 months ago
  25. 5ee76c2 driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction by Saravana Kannan · 2 years, 9 months ago
  26. 500a434 Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years, 9 months ago
  27. b232b02 driver core: fix deadlock in __device_attach by Zhang Wensheng · 2 years, 10 months ago
  28. 2b28a1a driver core: Extend deferred probe timeout on driver registration by Saravana Kannan · 2 years, 10 months ago
  29. f79f662e driver core: Add "*" wildcard support to driver_async_probe cmdline param by Saravana Kannan · 2 years, 10 months ago
  30. 0e509f5 Merge 5.18-rc5 into driver-core-next by Greg Kroah-Hartman · 2 years, 10 months ago
  31. 25f3bcf driver core: Add dma_cleanup callback in bus_type by Lu Baolu · 2 years, 11 months ago
  32. 84e7c67 driver core: Prevent overriding async driver of a device before it probe by Mark-PK Tsai · 3 years ago
  33. 4c32174 Documentation: dd: Use ReST lists for return values of driver_deferred_probe_check_state() by Bagas Sanjaya · 2 years, 11 months ago
  34. 74befa4 net: mdio: don't defer probe forever if PHY IRQ provider is missing by Vladimir Oltean · 3 years ago
  35. 9015813 drivers/base/dd.c : Remove the initial value of the global variable by lizhe · 3 years ago
  36. f2aad54 driver core: dd: fix return value of __setup handler by Randy Dunlap · 3 years ago
  37. 4b775aa driver core: Refactor sysfs and drv/bus remove hooks by Rob Herring · 3 years ago
  38. 9ad3072 driver core: Refactor multiple copies of device cleanup by Rob Herring · 3 years ago
  39. 4a248f8 Merge 5.17-rc6 into driver-core-next by Greg Kroah-Hartman · 3 years ago
  40. d8f7a54 driver core: Free DMA range map when device is released by Mårten Lindahl · 3 years, 1 month ago
  41. b4ae8c2 driver core: cleanup double words comments by Tom Rix · 3 years, 1 month ago
  42. 00eb74e driver core: Make bus notifiers in right order in really_probe() by Lu Baolu · 3 years, 2 months ago
  43. 885e502 driver core: Move driver_sysfs_remove() after driver_sysfs_add() by Lu Baolu · 3 years, 2 months ago
  44. bd935a7 Merge 5.14-rc5 into driver-core-next by Greg Kroah-Hartman · 3 years, 7 months ago
  45. 4d1014c drivers core: Fix oops when driver probe fails by Filip Schauer · 3 years, 8 months ago
  46. f04948d driver core: Fix error return code in really_probe() by Zhen Lei · 3 years, 8 months ago
  47. 0d9f837 driver core: Export device_driver_attach() by Jason Gunthorpe · 3 years, 9 months ago
  48. 45ddcb4 driver core: Don't return EPROBE_DEFER to userspace during sysfs bind by Christoph Hellwig · 3 years, 9 months ago
  49. ef6dcbd driver core: Flow the return code from ->probe() through to sysfs bind by Christoph Hellwig · 3 years, 9 months ago
  50. e149964 driver core: Better distinguish probe errors in really_probe by Christoph Hellwig · 3 years, 9 months ago
  51. 204db60 driver core: Pull required checks into driver_probe_device() by Jason Gunthorpe · 3 years, 9 months ago
  52. a00fcbc Merge tag 'v5.12-rc7' into driver-core-next by Greg Kroah-Hartman · 3 years, 11 months ago
  53. 72a91f1 driver core: add helper for deferred probe reason setting by Ahmad Fatoum · 4 years ago
  54. d46f3e3 driver core: Improve fw_devlink & deferred_probe_timeout interaction by Saravana Kannan · 4 years ago
  55. eed6e41 driver core: Fix locking bug in deferred_probe_timeout_work_func() by Saravana Kannan · 4 years ago
  56. b20e8293 Merge 5.12-rc6 into driver-core-next by Greg Kroah-Hartman · 4 years ago
  57. d225ef6 base: dd: fix error return code of driver_sysfs_add() by Jia-Ju Bai · 4 years ago
  58. e611f8c driver core: Use unbound workqueue for deferred probes by Yogesh Lal · 4 years ago
  59. f0acf63 driver core: clear deferred probe reason on probe retry by Ahmad Fatoum · 4 years ago
  60. b6f617d driver core: Update device link status properly for device_bind_driver() by Saravana Kannan · 4 years ago
  61. f2db85b driver core: Avoid pointless deferred probe attempts by Saravana Kannan · 4 years ago
  62. 2942df67 driver core: dd: remove deferred_devices variable by Greg Kroah-Hartman · 4 years, 1 month ago
  63. 895bee2 Revert "driver core: Reorder devices on successful probe" by Greg Kroah-Hartman · 4 years, 2 months ago
  64. d0243bb drivers core: Free dma_range_map when driver probe failed by Meng Li · 4 years, 2 months ago
  65. 2c3dc64 driver core: make driver_probe_device() static by Julian Wiedmann · 4 years, 4 months ago
  66. 5b6164d3 driver core: Reorder devices on successful probe by Thierry Reding · 4 years, 3 months ago
  67. c84b909 Revert "driver core: fw_devlink: Add support for batching fwnode parsing" by Saravana Kannan · 4 years, 4 months ago
  68. 999032e Revert "driver core: Remove check in driver_deferred_probe_force_trigger()" by Saravana Kannan · 4 years, 4 months ago
  69. 96d8a91 Revert "driver core: Don't do deferred probe in parallel with kernel_init thread" by Saravana Kannan · 4 years, 4 months ago
  70. 9226c50 PM: runtime: Resume the device earlier in __device_release_driver() by Rafael J. Wysocki · 4 years, 5 months ago
  71. d6e3666 PM: runtime: Drop pm_runtime_clean_up_links() by Rafael J. Wysocki · 4 years, 5 months ago
  72. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 5 months ago
  73. 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 6 months ago
  74. 948b3ed drivers core: Miscellaneous changes for sysfs_emit by Joe Perches · 4 years, 6 months ago
  75. aa83889 drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions by Joe Perches · 4 years, 6 months ago
  76. e3aa745 driver core: Use the ktime_us_delta() helper by Zenghui Yu · 4 years, 7 months ago
  77. d090b70 driver core: add deferring probe reason to devices_deferred property by Andrzej Hajda · 4 years, 8 months ago
  78. 6548883 driver core: Avoid binding drivers to dead devices by Lukas Wunner · 4 years, 8 months ago
  79. b292b50 driver core: Fix probe_count imbalance in really_probe() by Tetsuo Handa · 4 years, 8 months ago
  80. 6bdb486 Merge 5.8-rc6 into driver-core-next by Greg Kroah-Hartman · 4 years, 8 months ago
  81. 8fd456e driver core: Add state_synced sysfs file for devices that support it by Saravana Kannan · 4 years, 10 months ago
  82. cec72f3 driver core: Don't do deferred probe in parallel with kernel_init thread by Saravana Kannan · 4 years, 8 months ago
  83. fe940d7 driver core: Drop mention of obsolete bus rwsem from kernel-doc by Lukas Wunner · 4 years, 8 months ago
  84. fefcfc9 driver core: Remove check in driver_deferred_probe_force_trigger() by Saravana Kannan · 4 years, 10 months ago
  85. 716a7a2 driver core: fw_devlink: Add support for batching fwnode parsing by Saravana Kannan · 4 years, 10 months ago
  86. c8be6af Merge v5.7-rc5 into driver-core-next by Greg Kroah-Hartman · 4 years, 10 months ago
  87. eb7fbc9 driver core: Add missing '\n' in log messages by Christophe JAILLET · 5 years ago
  88. 35a6723 driver core: Ensure wait_for_device_probe() waits until the deferred_probe_timeout fires by John Stultz · 4 years, 11 months ago
  89. 4ccc03e driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout warnings by John Stultz · 4 years, 11 months ago
  90. ce68929 driver core: Revert default driver_deferred_probe_timeout value to 0 by John Stultz · 4 years, 11 months ago
  91. a3a87d6 driver core: Replace open-coded list_last_entry() by Andy Shevchenko · 5 years ago
  92. 927f828 driver core: Read atomic counter once in driver_probe_done() by Andy Shevchenko · 5 years ago
  93. 64c775f driver core: Rename deferred_probe_timeout and make it global by John Stultz · 5 years ago
  94. 0e9f8d0 driver core: Remove driver_deferred_probe_check_state_continue() by John Stultz · 5 years ago
  95. e2cec7d driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES is set by John Stultz · 5 years ago
  96. c8c43ce driver core: Fix driver_deferred_probe_check_state() logic by John Stultz · 5 years ago
  97. 7c35e69 driver core: Print device when resources present in really_probe() by Geert Uytterhoeven · 5 years ago
  98. 33cbfe5 Revert "driver core: Add edit_links() callback for drivers" by Greg Kroah-Hartman · 6 years ago
  99. 97e2551 Merge tag 'dev_groups_all_drivers' into driver-core-next by Greg Kroah-Hartman · 6 years ago
  100. 23b6904 driver core: add dev_groups to all drivers by Dmitry Torokhov · 6 years ago