1. c89b857 Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  2. 4d1518f PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unset by Rafael J. Wysocki · 13 years ago
  3. 6d0e0e8 PM: Fix async resume following suspend failure by Alan Stern · 13 years ago
  4. f76b168b PM: Rename dev_pm_info.in_suspend to is_prepared by Alan Stern · 13 years ago
  5. 3b3eca3 PM / Runtime: Fix loops in pm_runtime_clk_notify() by Rafael J. Wysocki · 13 years ago
  6. bb2b43f drivers/base/platform.c: don't mark platform_device_register_resndata() as __init_or_module by Andrew Morton · 13 years ago
  7. fa25c50 mm: per-node vmstat: show proper vmstats by KOSAKI Motohiro · 13 years ago
  8. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  9. 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
  10. 6538df8 PM: Introduce generic prepare and complete callbacks for subsystems by Rafael J. Wysocki · 13 years ago
  11. 91e7c75 PM: Allow drivers to allocate memory from .prepare() callbacks safely by Rafael J. Wysocki · 13 years ago
  12. c650da2 PM: Remove CONFIG_PM_VERBOSE by Rafael J. Wysocki · 13 years ago
  13. 290c748 Merge branch 'power-domains' into for-linus by Rafael J. Wysocki · 13 years ago
  14. 2d2a916 Merge branch 'syscore' into for-linus by Rafael J. Wysocki · 13 years ago
  15. 13e3813 PM / Wakeup: Remove useless synchronize_rcu() call by Eric Dumazet · 13 years ago
  16. e762318 PM / Wakeup: Fix build warning related to the "wakeup" sysfs file by Rafael J. Wysocki · 13 years ago
  17. a144c6a PM: Print a warning if firmware is requested when tasks are frozen by Rafael J. Wysocki · 13 years ago
  18. e1866b3 PM / Runtime: Rework runtime PM handling during driver removal by Rafael J. Wysocki · 13 years ago
  19. 72874da PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unset by Rafael J. Wysocki · 13 years ago
  20. 2064af91 PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops" by Kevin Hilman · 13 years ago
  21. a236c71 drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTION" by Andrew Morton · 13 years ago
  22. 5409d2c memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTION by Anton Blanchard · 13 years ago
  23. 2e711c0 PM: Remove sysdev suspend, resume and shutdown operations by Rafael J. Wysocki · 13 years ago
  24. 85eb8c8 PM / Runtime: Generic clock manipulation rountines for runtime PM (v6) by Rafael J. Wysocki · 13 years ago
  25. 8b313a3 PM / Platform: Use generic runtime PM callbacks directly by Rafael J. Wysocki · 13 years ago
  26. 69c9dd1 PM: Export platform bus type's default PM callbacks by Rafael J. Wysocki · 13 years ago
  27. 4d27e9d PM: Make power domain callbacks take precedence over subsystem ones by Rafael J. Wysocki · 13 years ago
  28. 22110fa PM / Wakeup: Fix initialization of wakeup-related device sysfs files by Rafael J. Wysocki · 13 years ago
  29. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  30. 8572394 drivers:base:fix the coding format of memory.c by Wanlong Gao · 13 years ago
  31. c870508 driver core: let dev_set_drvdata return int instead of void as it can fail by Uwe Kleine-König · 13 years ago
  32. 4a03d6f driver core/platform_device_add_resources: free resource before overwriting by Uwe Kleine-König · 13 years ago
  33. cea8962 driver core/platform_device_add_resources: set resource to NULL if !res by Uwe Kleine-König · 13 years ago
  34. 251e031 driver core/platform_device_add_data: free platform data before overwriting by Uwe Kleine-König · 13 years ago
  35. 27a33f9 driver core/platform_device_add_data: set platform_data to NULL if !data by Uwe Kleine-König · 13 years ago
  36. 7f100d1 drivers/base/core.c: Fixed brace coding style issue. by Karthigan Srinivasan · 13 years ago
  37. 8497d6a driver-core: fix race between device_register and driver_register by Sebastian Ott · 13 years ago
  38. aed65af drivers: make device_type const by Stephen Hemminger · 13 years ago
  39. 19234c0 PM: Add missing syscore_suspend() and syscore_resume() calls by Rafael J. Wysocki · 13 years ago
  40. aaa119a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  41. e710d7d mfd: Fetch cell pointer from platform_device->mfd_cell by Samuel Ortiz · 13 years ago
  42. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 13 years ago
  43. 9f0af69 sysfs-memory: fix uninitialized variable warning and clean-up code. by Nikanth Karthikesan · 13 years ago
  44. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  45. d47d81c Introduce ARCH_NO_SYSDEV_OPS config option (v2) by Rafael J. Wysocki · 13 years ago
  46. a5e6b13 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
  47. 40dc166 PM / Core: Introduce struct syscore_ops for core subsystems PM by Rafael J. Wysocki · 13 years ago
  48. 7ae4961 PM / OPP: opp_find_freq_exact() documentation fix by Nishanth Menon · 13 years ago
  49. 9659cc0 PM: Make system-wide PM and runtime PM treat subsystems consistently by Rafael J. Wysocki · 13 years ago
  50. 7538e3d PM: Add support for device power domains by Rafael J. Wysocki · 13 years ago
  51. e866500 PM: Allow pm_runtime_suspend() to succeed during system suspend by Rafael J. Wysocki · 13 years ago
  52. aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 13 years ago
  53. cb8f51b PM: Do not create wakeup sysfs files for devices that cannot wake up by Rafael J. Wysocki · 13 years ago
  54. 0295a34 PM: Use appropriate printk() priority level in trace.c by Mandeep Singh Baines · 13 years ago
  55. 790c788 PM / Wakeup: Don't update events_check_enabled in pm_get_wakeup_count() by Rafael J. Wysocki · 13 years ago
  56. 378eef9 PM / Wakeup: Make pm_save_wakeup_count() work as documented by Rafael J. Wysocki · 13 years ago
  57. 023d377 PM / Wakeup: Combine atomic counters to avoid reordering issues by Rafael J. Wysocki · 13 years ago
  58. 481e207 driver core: Replace the dangerous to_root_device macro with an inline function by Ferenc Wagner · 14 years ago
  59. 6add7cd memory hotplug: sysfs probe routine should add all memory sections by Nathan Fontenot · 13 years ago
  60. d336016 memory hotplug: Update phys_index to [start|end]_section_nr by Nathan Fontenot · 14 years ago
  61. 0c2c99b memory hotplug: Allow memory blocks to span multiple memory sections by Nathan Fontenot · 14 years ago
  62. f4203e3 sysdev: Do not register with sysdev when erroring on add by Borislav Petkov · 13 years ago
  63. 345279b sysdev: Fixup warning message by Borislav Petkov · 13 years ago
  64. 072fc8f firmware_classs: change val uevent's type to bool by Bob Liu · 13 years ago
  65. a546251 driver-core: document restrictions on device_rename() by Timur Tabi · 14 years ago
  66. c3810c8 PM / Runtime: Don't enable interrupts while running in_interrupt by Alan Stern · 13 years ago
  67. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  68. 05b258e thp: transparent hugepage sysfs meminfo by David Rientjes · 14 years ago
  69. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  70. 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
  71. facc7a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 14 years ago
  72. c97415a sysfs: Introducing binary attributes for struct class by Stefan Achatz · 14 years ago
  73. 4b31db8 PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionally by Rafael J. Wysocki · 14 years ago
  74. 5c1a07a PM: Use dev_name() in core device suspend and resume routines by Rafael J. Wysocki · 14 years ago
  75. b64959e PM: Permit registration of parentless devices during system suspend by Rafael J. Wysocki · 14 years ago
  76. b8c76f6 PM: Replace the device power.status field with a bit field by Rafael J. Wysocki · 14 years ago
  77. 5b219a5 PM: Remove redundant checks from core device resume routines by Rafael J. Wysocki · 14 years ago
  78. 8a43a9a PM: Use a different list of devices for each stage of device suspend by Rafael J. Wysocki · 14 years ago
  79. 2cbb3ce PM: Avoid compiler warning in pm_noirq_op() by Rafael J. Wysocki · 14 years ago
  80. d83f905 PM: Use pm_wakeup_pending() in __device_suspend() by Rafael J. Wysocki · 14 years ago
  81. a2867e0 PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending() by Rafael J. Wysocki · 14 years ago
  82. 1e75227 PM: Prevent dpm_prepare() from returning errors unnecessarily by Rafael J. Wysocki · 14 years ago
  83. c7b61de PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3) by Alan Stern · 14 years ago
  84. 6675bc0 PM / Runtime: Fix comments to match runtime callback code by Aaro Koskinen · 14 years ago
  85. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  86. c6c0ac6 driver core: Document that device_rename() is only for networking by Michael Ellerman · 14 years ago
  87. dca25eb Fix "forcably" comment typo by Robert P. J. Day · 14 years ago
  88. 6b6e39a driver-core: merge private parts of class and bus by Kay Sievers · 14 years ago
  89. 319684b driver core: fix whitespace in class_attr_string by Brandon Philips · 14 years ago
  90. d08a5ac PM: Allow devices to be removed during late suspend and early resume by Rafael J. Wysocki · 14 years ago
  91. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  92. 91ab9bf Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  93. 78ca7c3 PM / Runtime: Fix typo in status comparison causing warning by Kevin Winchester · 14 years ago
  94. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  95. d2d8f66 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  96. 2ac3903 writeback: add /sys/devices/system/node/<node>/vmstat by Michael Rubin · 14 years ago
  97. 51f00a4 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  98. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  99. b9da057 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  100. d63be5f PM / Runtime: fix recursive locking warning of lockdep from rpm_resume() by Ming Lei · 14 years ago