1. af3bdb4 Merge 5.10.58 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  2. 551e0c5 drivers core: Fix oops when driver probe fails by Filip Schauer · 3 years, 5 months ago
  3. 9a705f0 Merge 5.10.30 into android12-5.10 by Greg Kroah-Hartman · 3 years, 9 months ago
  4. 0c47d8a driver core: Fix locking bug in deferred_probe_timeout_work_func() by Saravana Kannan · 3 years, 9 months ago
  5. e929497 Merge 5.10.28 into android12-5.10 by Greg Kroah-Hartman · 3 years, 9 months ago
  6. d06d0b3 driver core: clear deferred probe reason on probe retry by Ahmad Fatoum · 3 years, 10 months ago
  7. 60aabb9 FROMGIT: driver core: Use unbound workqueue for deferred probes by Yogesh Lal · 3 years, 9 months ago
  8. 8cd3c48 drivers core: Free dma_range_map when driver probe failed by Meng Li · 4 years ago
  9. 9226c50 PM: runtime: Resume the device earlier in __device_release_driver() by Rafael J. Wysocki · 4 years, 2 months ago
  10. d6e3666 PM: runtime: Drop pm_runtime_clean_up_links() by Rafael J. Wysocki · 4 years, 2 months ago
  11. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 2 months ago
  12. 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 3 months ago
  13. 948b3ed drivers core: Miscellaneous changes for sysfs_emit by Joe Perches · 4 years, 3 months ago
  14. aa83889 drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions by Joe Perches · 4 years, 3 months ago
  15. e3aa745 driver core: Use the ktime_us_delta() helper by Zenghui Yu · 4 years, 5 months ago
  16. d090b70 driver core: add deferring probe reason to devices_deferred property by Andrzej Hajda · 4 years, 6 months ago
  17. 6548883 driver core: Avoid binding drivers to dead devices by Lukas Wunner · 4 years, 6 months ago
  18. b292b50 driver core: Fix probe_count imbalance in really_probe() by Tetsuo Handa · 4 years, 6 months ago
  19. 6bdb486 Merge 5.8-rc6 into driver-core-next by Greg Kroah-Hartman · 4 years, 5 months ago
  20. 8fd456e driver core: Add state_synced sysfs file for devices that support it by Saravana Kannan · 4 years, 7 months ago
  21. cec72f3 driver core: Don't do deferred probe in parallel with kernel_init thread by Saravana Kannan · 4 years, 6 months ago
  22. fe940d7 driver core: Drop mention of obsolete bus rwsem from kernel-doc by Lukas Wunner · 4 years, 6 months ago
  23. fefcfc9 driver core: Remove check in driver_deferred_probe_force_trigger() by Saravana Kannan · 4 years, 8 months ago
  24. 716a7a2 driver core: fw_devlink: Add support for batching fwnode parsing by Saravana Kannan · 4 years, 8 months ago
  25. c8be6af Merge v5.7-rc5 into driver-core-next by Greg Kroah-Hartman · 4 years, 8 months ago
  26. eb7fbc9 driver core: Add missing '\n' in log messages by Christophe JAILLET · 4 years, 9 months ago
  27. 35a6723 driver core: Ensure wait_for_device_probe() waits until the deferred_probe_timeout fires by John Stultz · 4 years, 8 months ago
  28. 4ccc03e driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout warnings by John Stultz · 4 years, 8 months ago
  29. ce68929 driver core: Revert default driver_deferred_probe_timeout value to 0 by John Stultz · 4 years, 8 months ago
  30. a3a87d6 driver core: Replace open-coded list_last_entry() by Andy Shevchenko · 4 years, 9 months ago
  31. 927f828 driver core: Read atomic counter once in driver_probe_done() by Andy Shevchenko · 4 years, 9 months ago
  32. 64c775f driver core: Rename deferred_probe_timeout and make it global by John Stultz · 4 years, 10 months ago
  33. 0e9f8d0 driver core: Remove driver_deferred_probe_check_state_continue() by John Stultz · 4 years, 10 months ago
  34. e2cec7d driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES is set by John Stultz · 4 years, 10 months ago
  35. c8c43ce driver core: Fix driver_deferred_probe_check_state() logic by John Stultz · 4 years, 10 months ago
  36. 7c35e69 driver core: Print device when resources present in really_probe() by Geert Uytterhoeven · 5 years ago
  37. 33cbfe5 Revert "driver core: Add edit_links() callback for drivers" by Greg Kroah-Hartman · 5 years ago
  38. 97e2551 Merge tag 'dev_groups_all_drivers' into driver-core-next by Greg Kroah-Hartman · 5 years ago
  39. 23b6904 driver core: add dev_groups to all drivers by Dmitry Torokhov · 5 years ago
  40. 134b23e driver core: Add edit_links() callback for drivers by Saravana Kannan · 5 years ago
  41. 62a6bc3 driver: core: Allow subsystems to continue deferring probe by Thierry Reding · 6 years ago
  42. 0b777ee driver core: Postpone DMA tear-down until after devres release for probe failure by John Garry · 6 years ago
  43. 1ea61b6 async: Add cmdline option to specify drivers to be async probed by Feng Tang · 6 years ago
  44. 376991d driver core: Postpone DMA tear-down until after devres release by Geert Uytterhoeven · 6 years ago
  45. e7dd401 driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMER by Rafael J. Wysocki · 6 years ago
  46. c37e20e driver core: Attach devices on CPU local to device node by Alexander Duyck · 6 years ago
  47. ef0ff68 driver core: Probe devices asynchronously instead of the driver by Alexander Duyck · 6 years ago
  48. ed88747 device core: Consolidate locking and unlocking of parent and device by Alexander Duyck · 6 years ago
  49. 3451a49 driver core: Establish order of operations for device_add and device_del via bitflag by Alexander Duyck · 6 years ago
  50. e121a83 driver core: Add missing dev->bus->need_parent_lock checks by Rafael J. Wysocki · 6 years ago
  51. c37d721 driver core: Move async_synchronize_full call by Alexander Duyck · 6 years ago
  52. dbf03d6 driver core: fix comments for device_block_probing() by Randy Dunlap · 6 years ago
  53. 63c9804 driver core: Replace simple_strtol by kstrtoint by Muchun Song · 6 years ago
  54. dc3c055 dma-mapping: remove dma_deconfigure by Christoph Hellwig · 6 years ago
  55. ccf640f dma-mapping: remove dma_configure by Christoph Hellwig · 6 years ago
  56. d2fc88a Merge 4.18-rc7 into driver-core-next by Greg Kroah-Hartman · 6 years ago
  57. 722e5f2 driver core: Partially revert "driver core: correct device's shutdown order" by Rafael J. Wysocki · 6 years ago
  58. 25b4e70 driver core: allow stopping deferred probe after init by Rob Herring · 6 years ago
  59. 28af109 driver core: add a debugfs entry to show deferred devices by Javier Martinez Canillas · 6 years ago
  60. 0a50f61 drivers: base: initcall_debug logs for driver probe times by Todd Poynor · 7 years ago
  61. d09fcec Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  62. b06c0b2f Revert "PM / runtime: Fixup reference counting of device link suppliers at probe" by Rafael J. Wysocki · 7 years ago
  63. ec064d3 Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  64. 8c97a46 driver core: hold dev's parent lock when needed by Martin Liu · 7 years ago
  65. 1e83786 PM / runtime: Fixup reference counting of device link suppliers at probe by Ulf Hansson · 7 years ago
  66. 494fd7b PM / core: fix deferred probe breaking suspend resume order by Feng Kan · 7 years ago
  67. 1fe56e0 drivers: base: remove check for callback in coredump_store() by Arend van Spriel · 7 years ago
  68. 3c47d19 drivers: base: add coredump driver ops by Arend van Spriel · 7 years ago
  69. 3282570 driver core: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  70. 989d42e driver core: add SPDX identifiers to all driver core files by Greg Kroah-Hartman · 7 years ago
  71. b974304 Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  72. 0ff26c6 driver core: Fix device link deferred probe by Adrian Hunter · 7 years ago
  73. 08810a41 PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags by Rafael J. Wysocki · 7 years ago
  74. 1f5000b initcall_debug: add deferred probe times by Todd Poynor · 7 years ago
  75. 1455cf8 driver core: emit uevents when device is bound to a driver by Dmitry Torokhov · 7 years ago
  76. 09515ef of/acpi: Configure dma operations at probe time for platform/amba/pci bus devices by Sricharan R · 8 years ago
  77. c7334ce Revert "driver core: Add deferred_probe attribute to devices in sysfs" by Greg Kroah-Hartman · 8 years ago
  78. 098c305 Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  79. 6751667 driver core: Add deferred_probe attribute to devices in sysfs by Ben Hutchings · 8 years ago
  80. 21d5c57 PM / runtime: Use device links by Rafael J. Wysocki · 8 years ago
  81. 9ed9895 driver core: Functional dependencies tracking support by Rafael J. Wysocki · 8 years ago
  82. bdacd1b driver core: fix smatch warning on dev->bus check by Rob Herring · 8 years ago
  83. c5f0627 driver core: skip removal test for non-removable drivers by Rob Herring · 8 years ago
  84. 4bdb355 driver core: Add a wrapper around __device_release_driver() by Rafael J. Wysocki · 8 years ago
  85. 2c507e4 device core: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  86. bea5b15 driver core: add test of driver remove calls during probe by Rob Herring · 8 years ago
  87. 656b803 ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match() by Tomeu Vizoso · 9 years ago
  88. 3ded910 driver core: Avoid NULL pointer dereferences in device_is_bound() by Rafael J. Wysocki · 9 years ago
  89. aa8e54b5 PM / sleep: Go direct_complete if driver has no callbacks by Tomeu Vizoso · 9 years ago
  90. 6b9cb42 device core: add device_is_bound() by Tomeu Vizoso · 9 years ago
  91. c4e4d631 Merge branch 'acpi-soc' into pm-core by Rafael J. Wysocki · 9 years ago
  92. 14b6257 device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notification by Andy Shevchenko · 9 years ago
  93. d89d7ff Merge branches 'pm-sleep' and 'pm-runtime' into pm-core by Rafael J. Wysocki · 9 years ago
  94. 5de85b9d PM / runtime: Re-init runtime PM states at probe error and driver unbind by Ulf Hansson · 9 years ago
  95. 013c074 PM / sleep: prohibit devices probing during suspend/hibernation by Strashko, Grygorii · 9 years ago
  96. ef0eebc drivers/pinctrl: Add the concept of an "init" state by Douglas Anderson · 9 years ago
  97. ae98207 Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  98. 52cdbdd driver core: correct device's shutdown order by Grygorii Strashko · 9 years ago
  99. ddef08d Driver core: wakeup the parent device before trying probe by Rafael J. Wysocki · 9 years ago
  100. 9ba8af6 base:dd - Fix for typo in comment to function driver_deferred_probe_trigger(). by Shailendra Verma · 10 years ago