1. 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
  2. 87a30e1 driver-core, libnvdimm: Let device subsystems add local lockdep coverage by Dan Williams · 5 years ago
  3. 00289cd drivers/base: Introduce kill_device() by Dan Williams · 5 years ago
  4. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  5. 65b6668 drivers: Add generic helper to match by of_node by Suzuki K Poulose · 5 years ago
  6. dad9bb0 driver core: Add helper device_find_child_by_name() by Heikki Krogerus · 5 years ago
  7. affada7 driver core: Clarify which counterparts to use to device_add() by Borislav Petkov · 6 years ago
  8. 36003d4 driver core: Fix PM-runtime for links added during consumer probe by Rafael J. Wysocki · 6 years ago
  9. 4c06c4e driver core: Fix possible supplier PM-usage counter imbalance by Rafael J. Wysocki · 6 years ago
  10. e7dd401 driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMER by Rafael J. Wysocki · 6 years ago
  11. 72175d4 driver core: Make driver core own stateful device links by Rafael J. Wysocki · 6 years ago
  12. a1fdbfb driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link() by Rafael J. Wysocki · 6 years ago
  13. 15cfb09 driver core: Fix adding device links to probing suppliers by Rafael J. Wysocki · 6 years ago
  14. e2f3cd8 driver core: Fix handling of runtime PM flags in device_link_add() by Rafael J. Wysocki · 6 years ago
  15. 5db25c9 driver core: Do not resume suppliers under device_links_write_lock() by Rafael J. Wysocki · 6 years ago
  16. f265df5 driver core: Avoid careless re-use of existing device links by Rafael J. Wysocki · 6 years ago
  17. c8d5098 driver core: Fix DL_FLAG_AUTOREMOVE_SUPPLIER device link flag handling by Rafael J. Wysocki · 6 years ago
  18. 3451a49 driver core: Establish order of operations for device_add and device_del via bitflag by Alexander Duyck · 6 years ago
  19. 0fe6f78 driver core: Remove the link if there is no driver with AUTO flag by Yong Wu · 6 years ago
  20. 8a4b326 driver core: silence device link messages unless debugging by Jerome Brunet · 6 years ago
  21. 570d020 driver core: move device->knode_class to device_private by Wei Yang · 6 years ago
  22. 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
  23. df44b47 kobject: return error code if writing /sys/.../uevent fails by Peter Rajnoha · 6 years ago
  24. 186bddb kref/kobject: Improve documentation by Ezequiel Garcia · 6 years ago
  25. f88184b driver core: Replace simple_strto{l,ul} by kstrtou{l,ul} by Kaitao cheng · 6 years ago
  26. 59abd83 drivers: base: Introducing software nodes to the firmware node framework by Heikki Krogerus · 6 years ago
  27. 7847a14 ACPI / glue: Add acpi_platform_notify() function by Heikki Krogerus · 6 years ago
  28. 07de0e8 drivers core: Prepare support for multiple platform notifications by Heikki Krogerus · 6 years ago
  29. 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
  30. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  31. 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
  32. d22d593 Merge branch 'regulator-4.19' into regulator-next by Mark Brown · 6 years ago
  33. e16f4f3 base: core: Remove WARN_ON from link dependencies check by Benjamin Gaignard · 6 years ago
  34. 3297c8f drivers/base: stop new probing during shutdown by Pingfan Liu · 6 years ago
  35. 9944e89 driver core: set up ownership of class devices in sysfs by Dmitry Torokhov · 6 years ago
  36. 726e410 drivers: core: Remove glue dirs from sysfs earlier by Benjamin Herrenschmidt · 6 years ago
  37. 46d3a03 driver core: remove unnecessary function extern declare by Shaokun Zhang · 6 years ago
  38. 1689cac driver core: Add flag to autoremove device link on supplier unbind by Vivek Gautam · 6 years ago
  39. e88728f driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMER by Vivek Gautam · 6 years ago
  40. 663336e device: Add #define dev_fmt similar to #define pr_fmt by Joe Perches · 7 years ago
  41. d884221 driver core: Add device_link_remove function by pascal paillet · 6 years ago
  42. 47e5abf PM / core: Fix supplier device runtime PM usage counter imbalance by Rafael J. Wysocki · 6 years ago
  43. ec064d3 Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  44. 6a8b55d driver core: add __printf verification to device_create_groups_vargs by Mathieu Malaterre · 7 years ago
  45. 1350986 base: core: fix typo 'can by' to 'can be' by Wolfram Sang · 7 years ago
  46. 84d0c27 driver core: Don't ignore class_dir_create_and_add() failure. by Tetsuo Handa · 7 years ago
  47. 494fd7b PM / core: fix deferred probe breaking suspend resume order by Feng Kan · 7 years ago
  48. ead18c2 driver core: Introduce device links reference counting by Lukas Wunner · 7 years ago
  49. 433986c PM / runtime: Update links_count also if !CONFIG_SRCU by Lukas Wunner · 7 years ago
  50. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  51. a52668c drivers: do not use print_symbol() by Sergey Senozhatsky · 7 years ago
  52. 93ead7c drivers: base: omit redundant interations by Gimcuan Hui · 7 years ago
  53. 3282570 driver core: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  54. 989d42e driver core: add SPDX identifiers to all driver core files by Greg Kroah-Hartman · 7 years ago
  55. 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
  56. 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
  57. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  58. 2ec1615 driver core: Move device_links_purge() after bus_remove_device() by Jeffy Chen · 7 years ago
  59. 0c3c234 of: wrap accesses to device_node kobject by Rob Herring · 7 years ago
  60. 7521621 Do not disable driver and bus shutdown hook when class shutdown hook is set. by Michal Suchanek · 7 years ago
  61. 1af824f Merge branch 'bind_unbind' into driver-core-next by Greg Kroah-Hartman · 7 years ago
  62. 57b8ff0 driver core: add devm_device_add_group() and friends by Dmitry Torokhov · 7 years ago
  63. a7670d4 driver core: make device_{add|remove}_groups() public by Dmitry Torokhov · 7 years ago
  64. f77af15 Add "shutdown" to "struct class". by Josh Zimmerman · 7 years ago
  65. 9746684 Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  66. 4e75e1d driver core: add helper to reuse a device-tree node by Johan Hovold · 7 years ago
  67. f36776f kobject: support passing in variables for synthetic uevents by Peter Rajnoha · 8 years ago
  68. 35dbf4e driver core: don't initialize 'parent' in device_add() by Viresh Kumar · 8 years ago
  69. 15c9e10 drivers core: remove assert_held_device_hotplug() by Heiko Carstens · 8 years ago
  70. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  71. 3fc2192 mm: validate device_hotplug is held for memory hotplug by Dan Williams · 8 years ago
  72. c7334ce Revert "driver core: Add deferred_probe attribute to devices in sysfs" by Greg Kroah-Hartman · 8 years ago
  73. 64df114 driver core: Silence device links sphinx warning by Lukas Wunner · 8 years ago
  74. 6751667 driver core: Add deferred_probe attribute to devices in sysfs by Ben Hutchings · 8 years ago
  75. baa8809 PM / runtime: Optimize the use of device links by Rafael J. Wysocki · 8 years ago
  76. 21d5c57 PM / runtime: Use device links by Rafael J. Wysocki · 8 years ago
  77. 9ed9895 driver core: Functional dependencies tracking support by Rafael J. Wysocki · 8 years ago
  78. 9929780 Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  79. cebf8fd driver core: fix race between creating/querying glue dir and its cleanup by Ming Lei · 8 years ago
  80. 478573c driver core: Don't leak secondary fwnode on device removal by Lukas Wunner · 8 years ago
  81. 55f89a8 driver core: Do not overwrite secondary fwnode with NULL if it is set by Mika Westerberg · 9 years ago
  82. 56f2de8 of: to support binding numa node to specified device in devicetree by Zhen Lei · 9 years ago
  83. 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
  84. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  85. 52cdbdd driver core: correct device's shutdown order by Grygorii Strashko · 9 years ago
  86. 3d060ae driver core: implement device_for_each_child_reverse() by Andy Shevchenko · 9 years ago
  87. 4a7cc83 genirq/MSI: Move msi_list from struct pci_dev to struct device by Jiang Liu · 9 years ago
  88. a29fd61 drivers/base/core.c: use strreplace() by Rasmus Villemoes · 9 years ago
  89. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  90. 97badf8 device property: Make it possible to use secondary firmware nodes by Rafael J. Wysocki · 10 years ago
  91. 5590f31 drivers/core/of: Add symlink to device-tree from devices with an OF node by Benjamin Herrenschmidt · 10 years ago
  92. 5f0163a driver core: Delete an unnecessary check before the function call "put_device" by Markus Elfring · 10 years ago
  93. d1f1052 device: Change dev_<level> logging functions to return void by Joe Perches · 10 years ago
  94. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  95. 0cd7504 driver core: fix race with userland in device_add() by Sergey Klyaus · 10 years ago
  96. e4a60d1 sysfs: driver core: Fix glue dir race condition by gdp_mutex by Yijing Wang · 10 years ago
  97. 23971bd Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  98. 599bad3 driver core: Add BUS_NOTIFY_REMOVED_DEVICE event by Joerg Roedel · 10 years ago
  99. 655e5b7 drivers/base: Fix length checks in create_syslog_header()/dev_vprintk_emit() by Ben Hutchings · 10 years ago
  100. 33ac125 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago