1. b9d4e71 driver core: remove __must_check from device_create_file by Greg Kroah-Hartman · 13 years ago
  2. ca22e56 driver-core: implement 'sysdev' functionality for regular devices and buses by Kay Sievers · 13 years ago
  3. 907d0ed drivercore: Generalize module_platform_driver by Lars-Peter Clausen · 13 years ago
  4. 72f8c0b lib: devres: add convenience function to remap a resource by Wolfram Sang · 13 years ago
  5. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  6. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  7. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  8. eb5589a include: convert various register fcns to macros to avoid include chaining by Paul Gortmaker · 13 years ago
  9. 0cfdc72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  10. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  11. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  12. ff21776 Driver core: Add iommu_ops to bus_type by Joerg Roedel · 13 years ago
  13. 672d82c class: Implement support for class attrs in tagged sysfs directories. by Eric W. Biederman · 13 years ago
  14. 5c095a0 PM: Introduce struct pm_subsys_data by Rafael J. Wysocki · 13 years ago
  15. cbc4663 dynamic_debug: Add __dynamic_dev_dbg by Joe Perches · 13 years ago
  16. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  17. 564b905 PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain by Rafael J. Wysocki · 13 years ago
  18. 4d258b2 Fix some kernel-doc warnings by Vitaliy Ivanov · 13 years ago
  19. f76b168b PM: Rename dev_pm_info.in_suspend to is_prepared by Alan Stern · 13 years ago
  20. 39ab05c Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  21. 51509a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  22. b1608d6 drivercore: revert addition of of_match to struct device by Grant Likely · 13 years ago
  23. 2e711c0 PM: Remove sysdev suspend, resume and shutdown operations by Rafael J. Wysocki · 13 years ago
  24. 880ffb5 driver core: Add the device driver-model structures to kerneldoc by Wanlong Gao · 13 years ago
  25. c870508 driver core: let dev_set_drvdata return int instead of void as it can fail by Uwe Kleine-König · 13 years ago
  26. aed65af drivers: make device_type const by Stephen Hemminger · 13 years ago
  27. bcdd323 device: add dev_WARN_ONCE by Felipe Balbi · 13 years ago
  28. d47d81c Introduce ARCH_NO_SYSDEV_OPS config option (v2) by Rafael J. Wysocki · 13 years ago
  29. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  30. fc82e1d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  31. 7538e3d PM: Add support for device power domains by Rafael J. Wysocki · 13 years ago
  32. b826291 drivercore/dt: add a match table pointer to struct device by Grant Likely · 13 years ago
  33. c9e358d driver-core: remove conditionals around devicetree pointers by Grant Likely · 13 years ago
  34. e54be89 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  35. facc7a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 14 years ago
  36. c97415a sysfs: Introducing binary attributes for struct class by Stefan Achatz · 14 years ago
  37. b8c76f6 PM: Replace the device power.status field with a bit field by Rafael J. Wysocki · 14 years ago
  38. 6b6e39a driver-core: merge private parts of class and bus by Kay Sievers · 14 years ago
  39. e52eec1 SYSFS: Allow boot time switching between deprecated and modern sysfs layout by Andi Kleen · 14 years ago
  40. 6937e8f driver core: device_rename's new_name can be const by Johannes Berg · 14 years ago
  41. 45daef0 Driver core: Add BUS_NOTIFY_BIND_DRIVER by Magnus Damm · 14 years ago
  42. cc7447a Driver core: Drop __must_check from bus_for_each_drv() by Jean Delvare · 14 years ago
  43. 99bcf21 device.h drivers/base/core.c Convert dev_<level> logging macros to functions by Joe Perches · 14 years ago
  44. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  45. 597b9d1 drivercore: Add of_match_table to the common device drivers by Grant Likely · 14 years ago
  46. bc451f2 kobj: Add basic infrastructure for dealing with namespaces. by Eric W. Biederman · 14 years ago
  47. 3142788 drivers/base: Convert dev->sem to mutex by Thomas Gleixner · 14 years ago
  48. d706c1b driver-core: Add device node pointer to struct device by Grant Likely · 14 years ago
  49. a636ee7 driver core: Early dev_name() support. by Paul Mundt · 14 years ago
  50. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  51. 869dfc8 driver core: Add class_attr_string for simple read-only string by Andi Kleen · 15 years ago
  52. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  53. 5a2eb85 PM: Add facility for advanced testing of async suspend/resume by Rafael J. Wysocki · 14 years ago
  54. 5af84b8 PM: Asynchronous suspend and resume of devices by Rafael J. Wysocki · 14 years ago
  55. 099c2f2 Driver core: driver_attribute parameters can often be const* by Phil Carmody · 15 years ago
  56. 66ecb92 Driver core: bin_attribute parameters can often be const* by Phil Carmody · 15 years ago
  57. 26579ab Driver core: device_attribute parameters can often be const* by Phil Carmody · 15 years ago
  58. 073120c Driver Core: devtmpfs: use sys_mount() by Kay Sievers · 15 years ago
  59. 1a6f2a7 Driver core: allow certain drivers prohibit bind/unbind via sysfs by Dmitry Torokhov · 15 years ago
  60. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  61. 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 15 years ago
  62. 4622709 Driver core: Add support for compatibility classes by Jean Delvare · 15 years ago
  63. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  64. a5b8b1a Driver core: Add accessor for device platform data by Mark Brown · 15 years ago
  65. b402843 Driver core: move dev_get/set_drvdata to drivers/base/dd.c by Greg Kroah-Hartman · 15 years ago
  66. 8150f32 Driver Core: Make PM operations a const pointer by Dmitry Torokhov · 15 years ago
  67. 4ead0a2 Driver Core: remove BUS_ID_SIZE by Kay Sievers · 15 years ago
  68. 6fcf53a Driver Core: add nodename callbacks by Kay Sievers · 15 years ago
  69. 309b7d6 driver core: add BUS_NOTIFY_UNBOUND_DRIVER event by Joerg Roedel · 15 years ago
  70. 0072578 PM: Remove device_type suspend()/resume() by Magnus Damm · 15 years ago
  71. e240b58 PM: Remove bus_type suspend_late()/resume_early() V2 by Magnus Damm · 15 years ago
  72. e67c856 Revert driver core: move platform_data into platform_device by Greg Kroah-Hartman · 15 years ago
  73. d4d5291 driver synchronization: make scsi_wait_scan more advanced by Arjan van de Ven · 15 years ago
  74. e9d376f dynamic debug: combine dprintk and dynamic printk by Jason Baron · 15 years ago
  75. ffa6a70 Driver core: Fix device_move() vs. dpm list ordering, v2 by Cornelia Huck · 15 years ago
  76. f67f129 Driver core: implement uevent suppress in kobject by Ming Lei · 15 years ago
  77. 006f457 driver core: move platform_data into platform_device by Ming Lei · 15 years ago
  78. ae1b417 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
  79. 8940b4f driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  80. f791b8c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  81. fb069a5 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  82. b23530e driver core: remove polling for driver_probe_done(v5) by Ming Lei · 15 years ago
  83. 1fa5ae8 driver core: get rid of struct device's bus_id string array by Kay Sievers · 15 years ago
  84. 216773a Consolidate driver_probe_done() loops into one place by Arjan van de Ven · 15 years ago
  85. 926bead Revert "driver core: create a private portion of struct device" by Greg Kroah-Hartman · 16 years ago
  86. e2d4077 Revert "driver core: move klist_children into private structure" by Greg Kroah-Hartman · 16 years ago
  87. cda5e83 Revert "driver core: move knode_driver into private structure" by Greg Kroah-Hartman · 16 years ago
  88. 4db8e28 Revert "driver core: move knode_bus into private structure" by Greg Kroah-Hartman · 16 years ago
  89. 0aa0dc4 driver core: add root_device_register() by Mark McLoughlin · 16 years ago
  90. d0d85ff Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG by Cornelia Huck · 16 years ago
  91. b9daa99 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
  92. 93e746d driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  93. 11c3b5c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  94. 2831fe6 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  95. 929d2fa driver core: Rearrange struct device for better packing by Matthew Wilcox · 16 years ago
  96. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  97. 7d1d899 i2c: Constify i2c_get_clientdata's parameter by Jean Delvare · 16 years ago
  98. 99178b0 Driver core: add bus_sort_breadthfirst() function by Greg Kroah-Hartman · 16 years ago
  99. e613966 debug: Introduce a dev_WARN() function by Arjan van de Ven · 16 years ago
  100. 346e15b driver core: basic infrastructure for per-module dynamic debug messages by Jason Baron · 16 years ago