1. fc92805 drivers/base/power/opp.c: fix dev_opp initial value by Jonghwan Choi · 13 years ago
  2. f0deb97 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
  3. 1844750 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  4. 0003230 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  5. e13889b fix devtmpfs race by Al Viro · 13 years ago
  6. f5fc879 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 13 years ago
  7. a676f08 regmap: Add SPI bus support by Mark Brown · 13 years ago
  8. 9943fa3 regmap: Add I2C bus support by Mark Brown · 13 years ago
  9. b83a313 regmap: Add generic non-memory mapped register access API by Mark Brown · 13 years ago
  10. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  11. 6d16d6d Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  12. 5da4e68 devtmpfs: get rid of bogus mkdir in create_path() by Al Viro · 13 years ago
  13. 69753a0 switch devtmpfs to kern_path_create() by Al Viro · 13 years ago
  14. 2780f1f switch devtmpfs object creation/removal to separate kernel thread by Al Viro · 13 years ago
  15. 7ae033c Merge branch 'pm-runtime' into for-linus by Rafael J. Wysocki · 13 years ago
  16. ba1389d Merge branch 'pm-domains' into for-linus by Rafael J. Wysocki · 13 years ago
  17. 1d8047a PM: Add "RTC" to PM trace time stamps to avoid confusion by Rafael J. Wysocki · 13 years ago
  18. 99f381d PM / OPP: Introduce function to free cpufreq table by Nishanth Menon · 13 years ago
  19. d280540 PM / Domains: Take .power_off() error code into account by Rafael J. Wysocki · 13 years ago
  20. 0bc5b2d ARM / shmobile: Use genpd_queue_power_off_work() by Rafael J. Wysocki · 13 years ago
  21. 5125bbf PM / Domains: Introduce function to power off all unused PM domains by Rafael J. Wysocki · 13 years ago
  22. a63fdc5 mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header by Benjamin Herrenschmidt · 13 years ago
  23. 56375fd PM / Domains: Queue up power off work only if it is not pending by Rafael J. Wysocki · 13 years ago
  24. 4ecd6e6 PM / Domains: Improve handling of wakeup devices during system suspend by Rafael J. Wysocki · 13 years ago
  25. 697a7f3 PM / Domains: Do not restore all devices on power off error by Rafael J. Wysocki · 13 years ago
  26. c6d22b3 PM / Domains: Allow callbacks to execute all runtime PM helpers by Rafael J. Wysocki · 13 years ago
  27. 17b75ec PM / Domains: Do not execute device callbacks under locks by Rafael J. Wysocki · 13 years ago
  28. b6c10c8 PM / Domains: Make failing pm_genpd_prepare() clean up properly by Rafael J. Wysocki · 13 years ago
  29. 6f00ff7 PM / Domains: Set device state to "active" during system resume by Rafael J. Wysocki · 13 years ago
  30. 8875962 PM: Reintroduce dropped call to check_wakeup_irqs by Colin Cross · 13 years ago
  31. 18b4f3f PM / Domains: Export pm_genpd_poweron() in header by Magnus Damm · 13 years ago
  32. 2cffff1 PM / Runtime: Consistent utilization of deferred_resume by ShuoX Liu · 13 years ago
  33. a77ce81 driver core: Add ability for arch code to setup pdev_archdata by Kumar Gala · 13 years ago
  34. b395fb3 Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu into core/iommu by Ingo Molnar · 13 years ago
  35. 69c843b PM / Runtime: Prevent runtime_resume from racing with probe by Alan Stern · 13 years ago
  36. 62052ab PM / Runtime: Replace "run-time" with "runtime" in documentation by Rafael J. Wysocki · 13 years ago
  37. 1e2ef05 PM: Limit race conditions between runtime PM and system sleep (v2) by Rafael J. Wysocki · 13 years ago
  38. 632e270 PM / Runtime: Return special error code if runtime PM is disabled by Rafael J. Wysocki · 13 years ago
  39. 3d5c303 PM: Rename clock management functions by Rafael J. Wysocki · 13 years ago
  40. b7b9592 PM: Allow the clocks management code to be used during system suspend by Rafael J. Wysocki · 13 years ago
  41. d4f2d87 PM / Domains: Wakeup devices support for system sleep transitions by Rafael J. Wysocki · 13 years ago
  42. 596ba34 PM / Domains: System-wide transitions support for generic domains (v5) by Rafael J. Wysocki · 13 years ago
  43. 5248051 PM / Domains: Move code from under #ifdef CONFIG_PM_RUNTIME (v2) by Rafael J. Wysocki · 13 years ago
  44. e529192 PM: Introduce generic "noirq" callback routines for subsystems (v2) by Rafael J. Wysocki · 13 years ago
  45. f721889 PM / Domains: Support for generic I/O PM domains (v8) by Rafael J. Wysocki · 13 years ago
  46. 564b905 PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain by Rafael J. Wysocki · 13 years ago
  47. 573c977 driver core: add more help description for "path to uevent helper" by Márton Németh · 13 years ago
  48. 156faf9 driver-core: modify FIRMWARE_IN_KERNEL help message by matt mooney · 13 years ago
  49. 113647a driver-core: Kconfig grammar corrections in firmware configuration by matt mooney · 13 years ago
  50. 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
  51. 4d1518f PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unset by Rafael J. Wysocki · 13 years ago
  52. 6d0e0e8 PM: Fix async resume following suspend failure by Alan Stern · 13 years ago
  53. f76b168b PM: Rename dev_pm_info.in_suspend to is_prepared by Alan Stern · 13 years ago
  54. ab493a0 drivers: iommu: move to a dedicated folder by Ohad Ben-Cohen · 13 years ago
  55. 3b3eca3 PM / Runtime: Fix loops in pm_runtime_clk_notify() by Rafael J. Wysocki · 13 years ago
  56. bb2b43f drivers/base/platform.c: don't mark platform_device_register_resndata() as __init_or_module by Andrew Morton · 13 years ago
  57. fa25c50 mm: per-node vmstat: show proper vmstats by KOSAKI Motohiro · 13 years ago
  58. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  59. 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
  60. 6538df8 PM: Introduce generic prepare and complete callbacks for subsystems by Rafael J. Wysocki · 13 years ago
  61. 91e7c75 PM: Allow drivers to allocate memory from .prepare() callbacks safely by Rafael J. Wysocki · 13 years ago
  62. c650da2 PM: Remove CONFIG_PM_VERBOSE by Rafael J. Wysocki · 13 years ago
  63. 290c748 Merge branch 'power-domains' into for-linus by Rafael J. Wysocki · 13 years ago
  64. 2d2a916 Merge branch 'syscore' into for-linus by Rafael J. Wysocki · 13 years ago
  65. 13e3813 PM / Wakeup: Remove useless synchronize_rcu() call by Eric Dumazet · 13 years ago
  66. e762318 PM / Wakeup: Fix build warning related to the "wakeup" sysfs file by Rafael J. Wysocki · 13 years ago
  67. a144c6a PM: Print a warning if firmware is requested when tasks are frozen by Rafael J. Wysocki · 13 years ago
  68. e1866b3 PM / Runtime: Rework runtime PM handling during driver removal by Rafael J. Wysocki · 13 years ago
  69. 72874da PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unset by Rafael J. Wysocki · 13 years ago
  70. 2064af91 PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops" by Kevin Hilman · 13 years ago
  71. 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
  72. 5409d2c memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTION by Anton Blanchard · 13 years ago
  73. 2e711c0 PM: Remove sysdev suspend, resume and shutdown operations by Rafael J. Wysocki · 13 years ago
  74. 85eb8c8 PM / Runtime: Generic clock manipulation rountines for runtime PM (v6) by Rafael J. Wysocki · 13 years ago
  75. 8b313a3 PM / Platform: Use generic runtime PM callbacks directly by Rafael J. Wysocki · 13 years ago
  76. 69c9dd1 PM: Export platform bus type's default PM callbacks by Rafael J. Wysocki · 13 years ago
  77. 4d27e9d PM: Make power domain callbacks take precedence over subsystem ones by Rafael J. Wysocki · 13 years ago
  78. 22110fa PM / Wakeup: Fix initialization of wakeup-related device sysfs files by Rafael J. Wysocki · 13 years ago
  79. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  80. 8572394 drivers:base:fix the coding format of memory.c by Wanlong Gao · 13 years ago
  81. c870508 driver core: let dev_set_drvdata return int instead of void as it can fail by Uwe Kleine-König · 13 years ago
  82. 4a03d6f driver core/platform_device_add_resources: free resource before overwriting by Uwe Kleine-König · 13 years ago
  83. cea8962 driver core/platform_device_add_resources: set resource to NULL if !res by Uwe Kleine-König · 13 years ago
  84. 251e031 driver core/platform_device_add_data: free platform data before overwriting by Uwe Kleine-König · 13 years ago
  85. 27a33f9 driver core/platform_device_add_data: set platform_data to NULL if !data by Uwe Kleine-König · 13 years ago
  86. 7f100d1 drivers/base/core.c: Fixed brace coding style issue. by Karthigan Srinivasan · 13 years ago
  87. 8497d6a driver-core: fix race between device_register and driver_register by Sebastian Ott · 13 years ago
  88. aed65af drivers: make device_type const by Stephen Hemminger · 13 years ago
  89. 19234c0 PM: Add missing syscore_suspend() and syscore_resume() calls by Rafael J. Wysocki · 13 years ago
  90. 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
  91. e710d7d mfd: Fetch cell pointer from platform_device->mfd_cell by Samuel Ortiz · 13 years ago
  92. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 13 years ago
  93. 9f0af69 sysfs-memory: fix uninitialized variable warning and clean-up code. by Nikanth Karthikesan · 13 years ago
  94. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  95. d47d81c Introduce ARCH_NO_SYSDEV_OPS config option (v2) by Rafael J. Wysocki · 13 years ago
  96. 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
  97. 40dc166 PM / Core: Introduce struct syscore_ops for core subsystems PM by Rafael J. Wysocki · 13 years ago
  98. 7ae4961 PM / OPP: opp_find_freq_exact() documentation fix by Nishanth Menon · 13 years ago
  99. 9659cc0 PM: Make system-wide PM and runtime PM treat subsystems consistently by Rafael J. Wysocki · 13 years ago
  100. 7538e3d PM: Add support for device power domains by Rafael J. Wysocki · 13 years ago