1. 23c35f4 pinctrl: remove include file from <linux/device.h> by Linus Torvalds · 7 years ago
  2. 47fcc03 Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  3. 3c47d19 drivers: base: add coredump driver ops by Arend van Spriel · 7 years ago
  4. 7fda910 gpio: sysfs: change 'value' attribute to prealloc by Christophe Leroy · 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. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  8. 08810a4 PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags by Rafael J. Wysocki · 7 years ago
  9. a2ab5fc Merge branch 'pm-sleep' into pm-core by Rafael J. Wysocki · 7 years ago
  10. d89e237 drivers: flag buses which demand DMA configuration by Robin Murphy · 7 years ago
  11. c4142ed Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  12. a380f2e PM / core: Drop legacy class suspend/resume operations by Rafael J. Wysocki · 7 years ago
  13. 850fdec driver core: remove DRIVER_ATTR by Greg Kroah-Hartman · 7 years ago
  14. 74378c5 driver core: Fix link to device power management documentation by Geert Uytterhoeven · 7 years ago
  15. 7521621 Do not disable driver and bus shutdown hook when class shutdown hook is set. by Michal Suchanek · 7 years ago
  16. 6a7a817 driver core: Document struct device:dma_ops by Jonathan Corbet · 7 years ago
  17. f75f6ff Merge 4.13-rc5 into driver-core-next by Greg Kroah-Hartman · 7 years ago
  18. 0cca6c8 pinctrl: generic: update references to Documentation/pinctrl.txt by Ludovic Desroches · 7 years ago
  19. 1af824f Merge branch 'bind_unbind' into driver-core-next by Greg Kroah-Hartman · 7 years ago
  20. 57b8ff0 driver core: add devm_device_add_group() and friends by Dmitry Torokhov · 7 years ago
  21. e323b2d driver core: add device_{add|remove}_group() helpers by Dmitry Torokhov · 7 years ago
  22. a7670d4 driver core: make device_{add|remove}_groups() public by Dmitry Torokhov · 7 years ago
  23. f77af15 Add "shutdown" to "struct class". by Josh Zimmerman · 7 years ago
  24. 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
  25. 4e75e1d driver core: add helper to reuse a device-tree node by Johan Hovold · 7 years ago
  26. b46c733 driver-core: remove struct bus_type.dev_attrs by Greg Kroah-Hartman · 11 years ago
  27. ecbaa83 driver core: remove class_attrs from struct class by Greg Kroah-Hartman · 7 years ago
  28. 6f42809 driver core: remove CLASS_ATTR usage by Greg Kroah-Hartman · 7 years ago
  29. 15c9e10 drivers core: remove assert_held_device_hotplug() by Heiko Carstens · 8 years ago
  30. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  31. 3fc2192 mm: validate device_hotplug is held for memory hotplug by Dan Williams · 8 years ago
  32. 5657933 treewide: Move dma_ops from struct dev_archdata into struct device by Bart Van Assche · 8 years ago
  33. 9af15c3 device: Implement a bus agnostic dev_num_vf routine by Phil Sutter · 8 years ago
  34. 582a686 device: bus_type: Introduce num_vf callback by Phil Sutter · 8 years ago
  35. 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
  36. e7aa8c2 Merge tag 'docs-4.10' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  37. 64df114 driver core: Silence device links sphinx warning by Lukas Wunner · 8 years ago
  38. ced6473 driver core: class: add class_groups support by Greg Kroah-Hartman · 8 years ago
  39. 2027cbc driver core: add CLASS_ATTR_WO() by Greg Kroah-Hartman · 8 years ago
  40. ff86aae devres: add devm_alloc_percpu() by Madalin Bucur · 8 years ago
  41. 21d5c57 PM / runtime: Use device links by Rafael J. Wysocki · 8 years ago
  42. 9ed9895 driver core: Functional dependencies tracking support by Rafael J. Wysocki · 8 years ago
  43. 8c27ceff3 docs: fix locations of several documents that got moved by Mauro Carvalho Chehab · 8 years ago
  44. 57f98d2 iommu: Introduce iommu_fwspec by Robin Murphy · 8 years ago
  45. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  46. 48a2705 include/linux: apply __malloc attribute by Rasmus Villemoes · 9 years ago
  47. 1f62ff3 driver-core: use 'dev' argument in dev_dbg_ratelimited stub by Arnd Bergmann · 9 years ago
  48. 372a12e PM / Runtime: Move ignore_children flag under CONFIG_PM by Ulf Hansson · 9 years ago
  49. 33c1f63 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  50. de06dbf Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  51. 656b803 ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match() by Tomeu Vizoso · 9 years ago
  52. a3499e9 devm: add helper devm_add_action_or_reset() by Sudip Mukherjee · 9 years ago
  53. 7dd9cba usb: sysfs: make locking interruptible by Oliver Neukum · 9 years ago
  54. 6b9cb42 device core: add device_is_bound() by Tomeu Vizoso · 9 years ago
  55. 14b6257 device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notification by Andy Shevchenko · 9 years ago
  56. 7c68394 devm: make allocations numa aware by default by Dan Williams · 9 years ago
  57. 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
  58. 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
  59. 71db87b bus: subsys: update return type of ->remove_dev() to void by Viresh Kumar · 9 years ago
  60. 50ba224 Merge back earlier ACPI PM material for v4.3. by Rafael J. Wysocki · 9 years ago
  61. f1421db device core: Introduce per-device MSI domain pointer by Marc Zyngier · 9 years ago
  62. 4b979e4 Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
  63. 3d060ae driver core: implement device_for_each_child_reverse() by Andy Shevchenko · 9 years ago
  64. 4a7cc83 genirq/MSI: Move msi_list from struct pci_dev to struct device by Jiang Liu · 9 years ago
  65. 8db1486 include, lib: add __printf attributes to several function prototypes by Nicolas Iooss · 9 years ago
  66. 75462c8 Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  67. f309d44 platform_device: better support builtin boilerplate avoidance by Paul Gortmaker · 10 years ago
  68. d173a13 driver-core: enable drivers to opt-out of async probe by Luis R. Rodriguez · 10 years ago
  69. f2411da driver-core: add driver module asynchronous probe support by Luis R. Rodriguez · 10 years ago
  70. 765230b driver-core: add asynchronous probing support for drivers by Dmitry Torokhov · 10 years ago
  71. 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
  72. 97badf8 device property: Make it possible to use secondary firmware nodes by Rafael J. Wysocki · 10 years ago
  73. e8a51e1 device: Add dev_of_node() accessor by Benjamin Herrenschmidt · 10 years ago
  74. ce79348 driver core / ACPI: Represent ACPI companions using fwnode_handle by Rafael J. Wysocki · 10 years ago
  75. d1f1052 device: Change dev_<level> logging functions to return void by Joe Perches · 10 years ago
  76. a2a15d5 device: Fix dev_dbg_once macro by Joe Perches · 10 years ago
  77. 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
  78. ac80102 driver core: Provide an wrapper around the mutex to do lockdep warnings by Konrad Rzeszutek Wilk · 10 years ago
  79. e135303 device: Add dev_<level>_once variants by Joe Perches · 10 years ago
  80. 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
  81. 599bad3 driver core: Add BUS_NOTIFY_REMOVED_DEVICE event by Joerg Roedel · 10 years ago
  82. bef59c5 devres: Improve devm_kasprintf()/kvasprintf() support by Geert Uytterhoeven · 10 years ago
  83. dc7aafb Merge tag 'iommu-updates-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  84. 53ee983 Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  85. 75f2a4e devres: Add devm_kasprintf and devm_kvasprintf API by Himangi Saraogi · 10 years ago
  86. b22f643 iommu: Constify struct iommu_ops by Thierry Reding · 10 years ago
  87. c9d53c0 devres: remove devm_request_and_ioremap() by Jingoo Han · 10 years ago
  88. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 10 years ago
  89. 5142c33 Merge tag 'staging-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging into next by Linus Torvalds · 10 years ago
  90. a996d01 driver core: Inline dev_set/get_drvdata by Jean Delvare · 11 years ago
  91. 2c1f1ff driver core: dev_set_drvdata returns void by Jean Delvare · 11 years ago
  92. 1bb6c08 driver core: Move driver_data back to struct device by Jean Delvare · 11 years ago
  93. 43339be devres: Add devm_get_free_pages API by Eli Billauer · 11 years ago
  94. 6b74f61 Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into devel-stable by Russell King · 11 years ago
  95. 8febcaa device: introduce per device dma_pfn_offset by Santosh Shilimkar · 11 years ago
  96. 3046365 devres: introduce API "devm_kmemdup by Srinivas Pandruvada · 11 years ago
  97. 33ac125 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
  98. 158e0d3 Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  99. 7209930 Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" by Greg Kroah-Hartman · 11 years ago
  100. e31108c devres: introduce API "devm_kstrdup" by Manish Badarkhe · 11 years ago