1. 7ee9225 drivers/base/node.c: reduce stack usage of node_read_meminfo() by KOSAKI Motohiro · 14 years ago
  2. ab69bcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  3. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  4. 6937e8f driver core: device_rename's new_name can be const by Johannes Berg · 14 years ago
  5. 45daef0 Driver core: Add BUS_NOTIFY_BIND_DRIVER by Magnus Damm · 14 years ago
  6. 600c20f driver core: fix memory leak on one error path in bus_register() by Jike Song · 14 years ago
  7. 737a3bb Driver core: move platform device creation helpers to .init.text (if MODULE=n) by Uwe Kleine-König · 14 years ago
  8. 44f28bd Driver core: reduce duplicated code for platform_device creation by Uwe Kleine-König · 14 years ago
  9. 3e61dfd Driver core: use kmemdup in platform_device_add_resources by Uwe Kleine-König · 14 years ago
  10. f8a4bd3 firmware loader: embed device into firmware_priv structure by Dmitry Torokhov · 14 years ago
  11. 0983ca2 firmware loader: use statically initialized data attribute by Dmitry Torokhov · 14 years ago
  12. ed1d218 Driver core: internal struct dma_coherent_mem, change type of a member. by Marin Mitov · 14 years ago
  13. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  14. f46e991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  15. 24b1442 Driver-core: Always create class directories for classses that support namespaces. by Eric W. Biederman · 14 years ago
  16. eca3930 of: Merge of_platform_bus_type with platform_bus_type by Grant Likely · 14 years ago
  17. 0521215 drivercore/of: Add OF style matching to platform bus by Grant Likely · 14 years ago
  18. 8d4b9d1 PM / Runtime: Add runtime PM statistics (v3) by Arjan van de Ven · 14 years ago
  19. 0fcb4ee PM / Runtime: Make runtime_status attribute not debug-only (v. 2) by Alan Stern · 14 years ago
  20. 4eb241e PM: Do not use dynamically allocated objects in pm_wakeup_event() by Rafael J. Wysocki · 14 years ago
  21. c125e96 PM: Make it possible to avoid races between wakeup and system sleep by Rafael J. Wysocki · 14 years ago
  22. 99bcf21 device.h drivers/base/core.c Convert dev_<level> logging macros to functions by Joe Perches · 14 years ago
  23. ad84bb5 topology: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  24. ed4a6d7 mm: compaction: add /sys trigger for per-node memory compaction by Mel Gorman · 14 years ago
  25. 1d9e882 driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULE by Christoph Egger · 14 years ago
  26. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  27. f349cf3 driver core: Implement ns directory support for device classes. by Eric W. Biederman · 14 years ago
  28. bc451f2 kobj: Add basic infrastructure for dealing with namespaces. by Eric W. Biederman · 14 years ago
  29. 6245838 Driver core: Protect device shutdown from hot unplug events. by Hugh Daschbach · 14 years ago
  30. e177123 firmware loader: do not allocate firmare id separately by Dmitry Torokhov · 14 years ago
  31. bcb9bd1 firmware loader: split out builtin firmware handling by Dmitry Torokhov · 14 years ago
  32. 673fae9 firmware loader: rely on driver core to create class attribute by Dmitry Torokhov · 14 years ago
  33. e9045f9 firmware class: export nowait to userspace by Johannes Berg · 14 years ago
  34. 1704f47 lockdep: Add novalidate class for dev->mutex conversion by Peter Zijlstra · 14 years ago
  35. 3142788 drivers/base: Convert dev->sem to mutex by Thomas Gleixner · 14 years ago
  36. 190e837 platform_bus: allow custom extensions to system PM methods by Kevin Hilman · 14 years ago
  37. da5e4ef devtmpfs: support !CONFIG_TMPFS by Peter Korsgaard · 14 years ago
  38. 1653268 driver core: module.c: Use kasprintf by Julia Lawall · 14 years ago
  39. ffa1565 Driver core: don't initialize wakeup flags by Alan Stern · 14 years ago
  40. fbb88fa driver-core: fix potential race condition in drivers/base/dd.c by Stefani Seibold · 14 years ago
  41. 6f18ff9 Driver core: Reduce the level of request_firmware() messages by Rafael J. Wysocki · 14 years ago
  42. dd336c5 firmware_class: fix memory leak - free allocated pages by David Woodhouse · 14 years ago
  43. cdc6e3d drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offline by Jan Beulich · 14 years ago
  44. 46ee964 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  45. 7c7cbaf Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  46. 8123d8f Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  47. 0b7f1a7 platform: Make platform resource input parameters const by Geert Uytterhoeven · 15 years ago
  48. b9e3fc2 Merge branch 'sh/driver-core' by Paul Mundt · 14 years ago
  49. 06fe53b driver core: Early dev_name() depends on slab_is_available(). by Paul Mundt · 14 years ago
  50. 795e74f Merge branch 'iommu/largepages' into amd-iommu/2.6.35 by Joerg Roedel · 14 years ago
  51. 543f2503 PM / platform_bus: Allow runtime PM by default by Mark Brown · 14 years ago
  52. c92445f PM / Runtime: Add sysfs debug files by Dominik Brodowski · 14 years ago
  53. 240c733 PM: Allow runtime_suspend methods to call pm_schedule_suspend() by Alan Stern · 14 years ago
  54. e195534 Merge branch 'sh/stable-updates' by Paul Mundt · 14 years ago
  55. 4dc86ae Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes" by Linus Torvalds · 14 years ago
  56. 18e5b53 nodemask: include slab.h from drivers/base/node.c by Tejun Heo · 14 years ago
  57. 7da23b86e Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 14 years ago
  58. 94a46d3 Merge branch 'sh/stable-updates' by Paul Mundt · 14 years ago
  59. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  60. 720fcb3 Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/clkfwk' by Paul Mundt · 14 years ago
  61. bd05086 driver core: Convert to kasprintf() for early dev_name(). by Paul Mundt · 14 years ago
  62. ebd09ec [SCSI] attirbute_container: Initialize sysfs attributes with sysfs_attr_init by James Bottomley · 14 years ago
  63. e7176a3 power: support _noirq actions on device types and classes by Dominik Brodowski · 14 years ago
  64. 2eb645e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  65. 12ee3c0 driver core: numa: fix BUILD_BUG_ON for node_read_distance by David Rientjes · 14 years ago
  66. f0eae0e driver-core: document ERR_PTR() return values by Jani Nikula · 14 years ago
  67. 67fc233 sysdev: the cpu probe/release attributes should be sysdev_class_attributes by Stephen Rothwell · 14 years ago
  68. e59817b driver-core: fix missing kernel-doc in firmware_class by Randy Dunlap · 14 years ago
  69. 4d26e139 Driver core: Early platform kernel-doc update by Magnus Damm · 14 years ago
  70. e1955ca sysfs: use sysfs_bin_attr_init in firmware class driver by Jiri Kosina · 14 years ago
  71. bc32df0 memory hotplug: allow setting of phys_device by Heiko Carstens · 14 years ago
  72. a636ee7 driver core: Early dev_name() support. by Paul Mundt · 14 years ago
  73. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  74. 2354dcc driver core: Use sysfs_rename_link in device_rename by Eric W. Biederman · 14 years ago
  75. 3c31f07 Driver core: Fix first line of kernel-doc for a few functions by Ben Hutchings · 14 years ago
  76. 831fad2 Driver core: make struct platform_driver.id_table const by Uwe Kleine-König · 14 years ago
  77. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  78. 6c1733a sysdev: fix up the probe/release attributes by Greg Kroah-Hartman · 14 years ago
  79. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 14 years ago
  80. 985fc17 driver-core: firmware_class: remove base.h header inclusion by Luis R. Rodriguez · 14 years ago
  81. 3f5468c Driver-Core: require valid action string in uevent trigger by Kay Sievers · 14 years ago
  82. 7934779 Driver-Core: disable /sbin/hotplug by default by Kay Sievers · 14 years ago
  83. 4237e5f Driver-Core: devtmpfs - remove EXPERIMENTAL and flush out the description by Kay Sievers · 14 years ago
  84. 5e31d76 Driver-Core: devtmpfs - reset inode permissions before unlinking by Kay Sievers · 14 years ago
  85. 869dfc8 driver core: Add class_attr_string for simple read-only string by Andi Kleen · 14 years ago
  86. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 14 years ago
  87. 8564a6c sysdev: Fix type of sysdev class attribute in memory driver by Andi Kleen · 14 years ago
  88. 3701cde sysdev: Use sysdev_class attribute arrays in node driver by Andi Kleen · 14 years ago
  89. e1a7e29 sysdev: Convert node driver by Andi Kleen · 14 years ago
  90. 38457ab sysfs: Add attribute array to sysdev classes by Andi Kleen · 14 years ago
  91. 265d2e2 sysdev: Convert cpu driver sysdev class attributes by Andi Kleen · 14 years ago
  92. b15f562 sysdev: Convert node driver class attributes to be data driven by Andi Kleen · 14 years ago
  93. c9be0a3 sysdev: Pass attribute in sysdev_class attributes show/store by Andi Kleen · 14 years ago
  94. ecdf6ce Driver core: add platform_create_bundle() helper by Dmitry Torokhov · 14 years ago
  95. 77d3d7c driver-core: fix race condition in get_device_parent() by Tejun Heo · 14 years ago
  96. 12c7389 iommu-api: Remove iommu_{un}map_range functions by Joerg Roedel · 14 years ago
  97. 6765178 iommu-api: Add ->{un}map callbacks to iommu_ops by Joerg Roedel · 14 years ago
  98. cefc53c iommu-api: Add iommu_map and iommu_unmap functions by Joerg Roedel · 14 years ago
  99. 4abc14a iommu-api: Rename ->{un}map function pointers to ->{un}map_range by Joerg Roedel · 14 years ago
  100. d690b2c PM: Provide generic subsystem-level callbacks by Rafael J. Wysocki · 14 years ago