1. 433986c PM / runtime: Update links_count also if !CONFIG_SRCU by Lukas Wunner · 7 years ago
  2. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  3. a52668c drivers: do not use print_symbol() by Sergey Senozhatsky · 7 years ago
  4. 93ead7c drivers: base: omit redundant interations by Gimcuan Hui · 7 years ago
  5. 3282570 driver core: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  6. 989d42e driver core: add SPDX identifiers to all driver core files by Greg Kroah-Hartman · 7 years ago
  7. 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
  8. 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
  9. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  10. 2ec1615 driver core: Move device_links_purge() after bus_remove_device() by Jeffy Chen · 7 years ago
  11. 0c3c234 of: wrap accesses to device_node kobject by Rob Herring · 7 years ago
  12. 7521621 Do not disable driver and bus shutdown hook when class shutdown hook is set. by Michal Suchanek · 7 years ago
  13. 1af824f Merge branch 'bind_unbind' into driver-core-next by Greg Kroah-Hartman · 7 years ago
  14. 57b8ff0 driver core: add devm_device_add_group() and friends by Dmitry Torokhov · 7 years ago
  15. a7670d4 driver core: make device_{add|remove}_groups() public by Dmitry Torokhov · 7 years ago
  16. f77af15 Add "shutdown" to "struct class". by Josh Zimmerman · 7 years ago
  17. 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
  18. 4e75e1d driver core: add helper to reuse a device-tree node by Johan Hovold · 7 years ago
  19. f36776f kobject: support passing in variables for synthetic uevents by Peter Rajnoha · 7 years ago
  20. 35dbf4e driver core: don't initialize 'parent' in device_add() by Viresh Kumar · 8 years ago
  21. 15c9e10 drivers core: remove assert_held_device_hotplug() by Heiko Carstens · 8 years ago
  22. 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
  23. 3fc2192 mm: validate device_hotplug is held for memory hotplug by Dan Williams · 8 years ago
  24. c7334ce Revert "driver core: Add deferred_probe attribute to devices in sysfs" by Greg Kroah-Hartman · 8 years ago
  25. 64df114 driver core: Silence device links sphinx warning by Lukas Wunner · 8 years ago
  26. 6751667 driver core: Add deferred_probe attribute to devices in sysfs by Ben Hutchings · 8 years ago
  27. baa8809 PM / runtime: Optimize the use of device links by Rafael J. Wysocki · 8 years ago
  28. 21d5c57 PM / runtime: Use device links by Rafael J. Wysocki · 8 years ago
  29. 9ed9895 driver core: Functional dependencies tracking support by Rafael J. Wysocki · 8 years ago
  30. 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
  31. cebf8fd driver core: fix race between creating/querying glue dir and its cleanup by Ming Lei · 8 years ago
  32. 478573c driver core: Don't leak secondary fwnode on device removal by Lukas Wunner · 8 years ago
  33. 55f89a8 driver core: Do not overwrite secondary fwnode with NULL if it is set by Mika Westerberg · 9 years ago
  34. 56f2de8 of: to support binding numa node to specified device in devicetree by Zhen Lei · 9 years ago
  35. 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
  36. 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
  37. 52cdbdd driver core: correct device's shutdown order by Grygorii Strashko · 9 years ago
  38. 3d060ae driver core: implement device_for_each_child_reverse() by Andy Shevchenko · 9 years ago
  39. 4a7cc83 genirq/MSI: Move msi_list from struct pci_dev to struct device by Jiang Liu · 9 years ago
  40. a29fd61 drivers/base/core.c: use strreplace() by Rasmus Villemoes · 9 years ago
  41. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  42. 97badf8 device property: Make it possible to use secondary firmware nodes by Rafael J. Wysocki · 9 years ago
  43. 5590f31 drivers/core/of: Add symlink to device-tree from devices with an OF node by Benjamin Herrenschmidt · 10 years ago
  44. 5f0163a driver core: Delete an unnecessary check before the function call "put_device" by Markus Elfring · 10 years ago
  45. d1f1052 device: Change dev_<level> logging functions to return void by Joe Perches · 10 years ago
  46. 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
  47. 0cd7504 driver core: fix race with userland in device_add() by Sergey Klyaus · 10 years ago
  48. e4a60d1 sysfs: driver core: Fix glue dir race condition by gdp_mutex by Yijing Wang · 10 years ago
  49. 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
  50. 599bad3 driver core: Add BUS_NOTIFY_REMOVED_DEVICE event by Joerg Roedel · 10 years ago
  51. 655e5b7 drivers/base: Fix length checks in create_syslog_header()/dev_vprintk_emit() by Ben Hutchings · 10 years ago
  52. 33ac125 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
  53. 7209930 Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" by Greg Kroah-Hartman · 10 years ago
  54. aa0689b Revert "driver core: synchronize device shutdown" by Roland Dreier · 11 years ago
  55. 5c764df driver core: unexport static function create_syslog_header by Jiang Liu · 11 years ago
  56. ce8b04a sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
  57. 6b0afc2 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
  58. a9f138b Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers" by Greg Kroah-Hartman · 11 years ago
  59. a30f82b Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" by Greg Kroah-Hartman · 11 years ago
  60. d1ba277 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
  61. 1ae0681 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
  62. ecfbf6f Driver core: Fix device_add_attrs() error code path by Rafael J. Wysocki · 11 years ago
  63. bbc780f driver core: fix device_create() error path by David Herrmann · 11 years ago
  64. 69df753 drivers/base/core.c: output device renaming messages with dev_dbg(). by ethan.zhao · 11 years ago
  65. a6b01de driver core: remove dev_bin_attrs from struct class by Greg Kroah-Hartman · 11 years ago
  66. bcc8edb driver core: remove dev_attrs from struct class by Greg Kroah-Hartman · 11 years ago
  67. 88502b9 Merge 3.12-rc3 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  68. 4b30ee5 sysfs: remove ktype->namespace() invocations in symlink code by Tejun Heo · 11 years ago
  69. f123db8 driver core : Fix use after free of dev->parent in device_shutdown by Benson Leung · 11 years ago
  70. 40031da Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  71. 5e33bc4 driver core / ACPI: Avoid device hot remove locking issues by Rafael J. Wysocki · 11 years ago
  72. 6396768 driver core: add #include <linux/sysfs.h> to core files. by Greg Kroah-Hartman · 11 years ago
  73. c5e064a driver core: core: use DEVICE_ATTR_RO by Greg Kroah-Hartman · 11 years ago
  74. 3e1026b sysfs.h: remove attr_name() macro by Greg Kroah-Hartman · 11 years ago
  75. 3e9b2ba sysfs: add sysfs_create/remove_groups() by Greg Kroah-Hartman · 11 years ago
  76. 3454bf9 drivers / base: Fix sysfs_deprecated_setup() __init attribute location by Hanjun Guo · 11 years ago
  77. fa6fdb3 driver core: bus_type: add dev_groups by Greg Kroah-Hartman · 11 years ago
  78. 34da5e6 driver core: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  79. 86df268 drivers:base:core: Moved sym export macros to respective functions by David Graham White · 11 years ago
  80. d05a6f9 driver core: add default groups to struct class by Greg Kroah-Hartman · 11 years ago
  81. 39ef311 driver core: Introduce device_create_groups by Guenter Roeck · 11 years ago
  82. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  83. a204dbc Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  84. f8878dc Documentation: Tidy up some drivers/base/core.c kerneldoc content. by Robert P. J. Day · 11 years ago
  85. 4993632 Merge 3.10-rc3 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  86. a4e2400 base/core.c: improve comment of the function device_find_child() by Federico Vaga · 11 years ago
  87. 9752197 driver core: print sysfs attribute name when warning about bogus permissions by dyoung@redhat.com · 11 years ago
  88. 4f3549d Driver core: Add offline/online device operations by Rafael J. Wysocki · 11 years ago
  89. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  90. 4e4098a driver core: handle user namespaces properly with the uid/gid devtmpfs change by Greg Kroah-Hartman · 11 years ago
  91. 3c2670e driver core: add uid and gid to devtmpfs by Kay Sievers · 11 years ago
  92. 8f46baa base: core: WARN() about bogus permissions on device attributes by Felipe Balbi · 12 years ago
  93. d73ce00 driver/base: implement subsys_virtual_register() by Tejun Heo · 12 years ago
  94. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  95. 53a9c87 Revert "drivers: base: Convert print_symbol to %pSR" by Greg Kroah-Hartman · 12 years ago
  96. e797986 drivers: base: Convert print_symbol to %pSR by Joe Perches · 12 years ago
  97. 1a5d76d drivers/base/core.c: Remove two unused variables and two useless calls to kfree by Peter Senna Tschudin · 12 years ago
  98. 2d9c8b5 Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  100. 9305842 drivers/base/core.c: Mark to_root_device static by Josh Triplett · 12 years ago