1. 7703616 driver core: Skip unnecessary work when device doesn't have sync_state() by Saravana Kannan · 5 years ago
  2. 21eb93f driver core: Call sync_state() even if supplier has no consumers by Saravana Kannan · 5 years ago
  3. 26e7770 driver core: Allow device link operations inside sync_state() by Saravana Kannan · 5 years ago
  4. 0332450 driver core: Allow fwnode_operations.add_links to differentiate errors by Saravana Kannan · 5 years ago
  5. bcbbcfd driver core: Allow a device to wait on optional suppliers by Saravana Kannan · 5 years ago
  6. 05ef983 driver core: Add device link support for SYNC_STATE_ONLY flag by Saravana Kannan · 5 years ago
  7. 8f677bc Merge 5.4-rc5 into driver-core-next by Greg Kroah-Hartman · 5 years ago
  8. 65650b3 cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown by Rafael J. Wysocki · 5 years ago
  9. fc5a251 driver core: Add sync_state driver/bus callback by Saravana Kannan · 5 years ago
  10. e2ae9bc driver core: Add support for linking devices during device addition by Saravana Kannan · 5 years ago
  11. 372a67c driver core: Add fwnode_to_dev() to look up device from fwnode by Saravana Kannan · 5 years ago
  12. 1f7d290 Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  13. 4feaab0 Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 5 years ago
  14. bfb3943 Revert "driver core: Add support for linking devices during device addition" by Greg Kroah-Hartman · 5 years ago
  15. 33cbfe5 Revert "driver core: Add edit_links() callback for drivers" by Greg Kroah-Hartman · 5 years ago
  16. bcca686 Revert "driver core: Add sync_state driver/bus callback" by Greg Kroah-Hartman · 5 years ago
  17. 6c06b66 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 5 years ago
  18. c2fa1e1 driver/core: Convert to use built-in RCU list checking by Joel Fernandes (Google) · 6 years ago
  19. e6aa640 Merge 5.3-rc4 into driver-core-next by Greg Kroah-Hartman · 5 years ago
  20. 36e630e Merge tag 'driver-core-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  21. 8f8184d driver core: Add sync_state driver/bus callback by Saravana Kannan · 5 years ago
  22. 134b23e driver core: Add edit_links() callback for drivers by Saravana Kannan · 5 years ago
  23. 5302dd7d driver core: Add support for linking devices during device addition by Saravana Kannan · 5 years ago
  24. ac43432 driver core: Fix use-after-free and double free on glue directory by Muchun Song · 5 years ago
  25. f87da58 Merge branch 'generic_lookup_helpers' into driver-core-next by Greg Kroah-Hartman · 5 years ago
  26. 6bf85ba drivers: Add generic helper to match any device by Suzuki K Poulose · 5 years ago
  27. 0050014 drivers: Introduce device lookup variants by ACPI_COMPANION device by Suzuki K Poulose · 5 years ago
  28. 4495dfd drivers: Introduce device lookup variants by device type by Suzuki K Poulose · 5 years ago
  29. 67843bb drivers: Introduce device lookup variants by fwnode by Suzuki K Poulose · 5 years ago
  30. 6cda08a drivers: Introduce device lookup variants by name by Suzuki K Poulose · 5 years ago
  31. fb583c8 driver core: Fix creation of device links with PM-runtime flags by Rafael J. Wysocki · 5 years ago
  32. 523634d Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  33. 515db26 driver core: Remove device link creation limitation by Rafael J. Wysocki · 6 years ago
  34. 87a30e1 driver-core, libnvdimm: Let device subsystems add local lockdep coverage by Dan Williams · 6 years ago
  35. 00289cd drivers/base: Introduce kill_device() by Dan Williams · 6 years ago
  36. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  37. 65b6668 drivers: Add generic helper to match by of_node by Suzuki K Poulose · 6 years ago
  38. dad9bb0 driver core: Add helper device_find_child_by_name() by Heikki Krogerus · 6 years ago
  39. affada7 driver core: Clarify which counterparts to use to device_add() by Borislav Petkov · 6 years ago
  40. 36003d4 driver core: Fix PM-runtime for links added during consumer probe by Rafael J. Wysocki · 6 years ago
  41. 4c06c4e driver core: Fix possible supplier PM-usage counter imbalance by Rafael J. Wysocki · 6 years ago
  42. e7dd401 driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMER by Rafael J. Wysocki · 6 years ago
  43. 72175d4 driver core: Make driver core own stateful device links by Rafael J. Wysocki · 6 years ago
  44. a1fdbfb driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link() by Rafael J. Wysocki · 6 years ago
  45. 15cfb09 driver core: Fix adding device links to probing suppliers by Rafael J. Wysocki · 6 years ago
  46. e2f3cd8 driver core: Fix handling of runtime PM flags in device_link_add() by Rafael J. Wysocki · 6 years ago
  47. 5db25c9 driver core: Do not resume suppliers under device_links_write_lock() by Rafael J. Wysocki · 6 years ago
  48. f265df5 driver core: Avoid careless re-use of existing device links by Rafael J. Wysocki · 6 years ago
  49. c8d5098 driver core: Fix DL_FLAG_AUTOREMOVE_SUPPLIER device link flag handling by Rafael J. Wysocki · 6 years ago
  50. 3451a49 driver core: Establish order of operations for device_add and device_del via bitflag by Alexander Duyck · 6 years ago
  51. 0fe6f78 driver core: Remove the link if there is no driver with AUTO flag by Yong Wu · 6 years ago
  52. 8a4b326 driver core: silence device link messages unless debugging by Jerome Brunet · 6 years ago
  53. 570d020 driver core: move device->knode_class to device_private by Wei Yang · 6 years ago
  54. b07039b Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  55. df44b47 kobject: return error code if writing /sys/.../uevent fails by Peter Rajnoha · 6 years ago
  56. 186bddb kref/kobject: Improve documentation by Ezequiel Garcia · 6 years ago
  57. f88184b driver core: Replace simple_strto{l,ul} by kstrtou{l,ul} by Kaitao cheng · 6 years ago
  58. 59abd83 drivers: base: Introducing software nodes to the firmware node framework by Heikki Krogerus · 6 years ago
  59. 7847a14 ACPI / glue: Add acpi_platform_notify() function by Heikki Krogerus · 6 years ago
  60. 07de0e8 drivers core: Prepare support for multiple platform notifications by Heikki Krogerus · 6 years ago
  61. a18d783 Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  62. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  63. b018fc9 Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  64. d22d593 Merge branch 'regulator-4.19' into regulator-next by Mark Brown · 6 years ago
  65. e16f4f3 base: core: Remove WARN_ON from link dependencies check by Benjamin Gaignard · 7 years ago
  66. 3297c8f drivers/base: stop new probing during shutdown by Pingfan Liu · 7 years ago
  67. 9944e89 driver core: set up ownership of class devices in sysfs by Dmitry Torokhov · 7 years ago
  68. 726e410 drivers: core: Remove glue dirs from sysfs earlier by Benjamin Herrenschmidt · 7 years ago
  69. 46d3a03 driver core: remove unnecessary function extern declare by Shaokun Zhang · 7 years ago
  70. 1689cac driver core: Add flag to autoremove device link on supplier unbind by Vivek Gautam · 7 years ago
  71. e88728f driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMER by Vivek Gautam · 7 years ago
  72. 663336e device: Add #define dev_fmt similar to #define pr_fmt by Joe Perches · 7 years ago
  73. d884221 driver core: Add device_link_remove function by pascal paillet · 7 years ago
  74. 47e5abf PM / core: Fix supplier device runtime PM usage counter imbalance by Rafael J. Wysocki · 7 years ago
  75. 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
  76. 6a8b55d driver core: add __printf verification to device_create_groups_vargs by Mathieu Malaterre · 7 years ago
  77. 1350986 base: core: fix typo 'can by' to 'can be' by Wolfram Sang · 7 years ago
  78. 84d0c27 driver core: Don't ignore class_dir_create_and_add() failure. by Tetsuo Handa · 7 years ago
  79. 494fd7b PM / core: fix deferred probe breaking suspend resume order by Feng Kan · 7 years ago
  80. ead18c2 driver core: Introduce device links reference counting by Lukas Wunner · 7 years ago
  81. 433986c PM / runtime: Update links_count also if !CONFIG_SRCU by Lukas Wunner · 7 years ago
  82. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  83. a52668c drivers: do not use print_symbol() by Sergey Senozhatsky · 7 years ago
  84. 93ead7c drivers: base: omit redundant interations by Gimcuan Hui · 7 years ago
  85. 3282570 driver core: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  86. 989d42e driver core: add SPDX identifiers to all driver core files by Greg Kroah-Hartman · 7 years ago
  87. 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
  88. 37cb8e1 Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  89. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  90. 2ec1615 driver core: Move device_links_purge() after bus_remove_device() by Jeffy Chen · 7 years ago
  91. 0c3c234 of: wrap accesses to device_node kobject by Rob Herring · 7 years ago
  92. 7521621 Do not disable driver and bus shutdown hook when class shutdown hook is set. by Michal Suchanek · 7 years ago
  93. 1af824f Merge branch 'bind_unbind' into driver-core-next by Greg Kroah-Hartman · 7 years ago
  94. 57b8ff0 driver core: add devm_device_add_group() and friends by Dmitry Torokhov · 8 years ago
  95. a7670d4 driver core: make device_{add|remove}_groups() public by Dmitry Torokhov · 8 years ago
  96. f77af15 Add "shutdown" to "struct class". by Josh Zimmerman · 8 years ago
  97. 9746684 Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  98. 4e75e1d driver core: add helper to reuse a device-tree node by Johan Hovold · 8 years ago
  99. f36776f kobject: support passing in variables for synthetic uevents by Peter Rajnoha · 8 years ago
  100. 35dbf4e driver core: don't initialize 'parent' in device_add() by Viresh Kumar · 8 years ago