1. a76e99a Merge branch 'Linux 3.0.21' into msm-3.0 by Rohit Vaswani · 14 years ago
  2. be669bc base: genlock: Use a signed long for the result from wait_timeout by Jordan Crouse · 14 years ago
  3. 4df70a2 base: genlock: Remove genlock_release_lock and associated ioctl by Jordan Crouse · 14 years ago
  4. a73ed09 base: genlock: Check for instances where handle is NULL by Jordan Crouse · 14 years ago
  5. d4560a8 firmware: Fix an oops on reading fw_priv->fw in sysfs loading file by Neil Horman · 15 years ago
  6. b455a9d Merge "msm: iommu: Create iommu api to return the page table address" into msm-3.0 by Linux Build Service Account · 15 years ago
  7. b558aed base: genlock: Add error messages for failure cases by Naomi Luis · 15 years ago
  8. 03fbfbc base: genlock: Avoid a race condition when releasing locks by Jordan Crouse · 15 years ago
  9. 4c436f2 msm: iommu: Create iommu api to return the page table address by Shubhraprakash Das · 15 years ago
  10. 4a2879b base: genlock: Properly destroy handle resources by Jordan Crouse · 15 years ago
  11. f353fc7 drivers/base/node.c: fix compilation error with older versions of gcc by Claudio Scordino · 15 years ago
  12. 4fed221 PM / driver core: disable device's runtime PM during shutdown by Peter Chen · 15 years ago
  13. 29f66af drivers: base: Add generic cross-process locking API by Jordan Crouse · 15 years ago
  14. d074fa2 Merge remote-tracking branch 'common/android-3.0' into msm-3.0 by Bryan Huntsman · 15 years ago
  15. 8dc9c79 PM / Runtime: Automatically retry failed autosuspends by Alan Stern · 15 years ago
  16. 452926c iommu-api: Check iommu_found before using IOMMU ops by Stepan Moskovchenko · 15 years ago
  17. 2bb3e31 Merge commit 'v3.0.8' into android-3.0 by Colin Cross · 15 years ago
  18. ff2d366 drivers: iommu: Add flags to iommu_domain_alloc by Stepan Moskovchenko · 15 years ago
  19. 0b1345e drivers: iommu: Add map/unmap range ops by Stepan Moskovchenko · 15 years ago
  20. 9d651c4 firmware loader: allow builtin firmware load even if usermodehelper is disabled by Linus Torvalds · 15 years ago
  21. 3f2bc4d Initial Contribution by Bryan Huntsman · 15 years ago
  22. b1d0d5f PM: runtime: add might_sleep to PM runtime functions by Colin Cross · 15 years ago
  23. 4e11175 Merge commit 'v3.0' into android-3.0 by Colin Cross · 15 years ago
  24. 75c56a8 Merge commit 'v3.0-rc7' into android-3.0 by Colin Cross · 15 years ago
  25. a63fdc5 mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header by Benjamin Herrenschmidt · 15 years ago
  26. 8875962 PM: Reintroduce dropped call to check_wakeup_irqs by Colin Cross · 15 years ago
  27. 814cdea Merge commit 'v3.0-rc6' into android-3.0 by Dima Zavin · 15 years ago
  28. e55d4fa Merge commit 'v3.0-rc5' into android-3.0 by Colin Cross · 15 years ago
  29. e32c146 Revert "PM: Prevent waiting forever on asynchronous resume after abort" by Colin Cross · 15 years ago
  30. a88985f Revert "PM: Wait for completion of the parent resume before resuming" by Colin Cross · 15 years ago
  31. c89b857 Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  32. 4d1518f PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unset by Rafael J. Wysocki · 15 years ago
  33. 6d0e0e8 PM: Fix async resume following suspend failure by Alan Stern · 15 years ago
  34. f76b168 PM: Rename dev_pm_info.in_suspend to is_prepared by Alan Stern · 15 years ago
  35. 1b13947 PM: Increase dpm suspend timeout by Benoit Goby · 15 years ago
  36. 8e42bee PM: Change dpm watchdog to support async suspend by Benoit Goby · 15 years ago
  37. 34dcf17 PM: Dump suspend thread stack on dpm suspend timeout by Benoit Goby · 15 years ago
  38. a0f07aa PM: Wait for completion of the parent resume before resuming by Benoit Goby · 16 years ago
  39. fa92a3d PM: Prevent waiting forever on asynchronous resume after abort by Colin Cross · 16 years ago
  40. 9272a14 drivers: power: Add watchdog timer to catch drivers which lockup during suspend. by San Mehat · 17 years ago
  41. 3b3eca3 PM / Runtime: Fix loops in pm_runtime_clk_notify() by Rafael J. Wysocki · 15 years ago
  42. bb2b43f drivers/base/platform.c: don't mark platform_device_register_resndata() as __init_or_module by Andrew Morton · 15 years ago
  43. fa25c50 mm: per-node vmstat: show proper vmstats by KOSAKI Motohiro · 15 years ago
  44. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  45. 39ab05c Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  46. 6538df8 PM: Introduce generic prepare and complete callbacks for subsystems by Rafael J. Wysocki · 15 years ago
  47. 91e7c75 PM: Allow drivers to allocate memory from .prepare() callbacks safely by Rafael J. Wysocki · 15 years ago
  48. c650da2 PM: Remove CONFIG_PM_VERBOSE by Rafael J. Wysocki · 15 years ago
  49. 290c748 Merge branch 'power-domains' into for-linus by Rafael J. Wysocki · 15 years ago
  50. 2d2a916 Merge branch 'syscore' into for-linus by Rafael J. Wysocki · 15 years ago
  51. 13e3813 PM / Wakeup: Remove useless synchronize_rcu() call by Eric Dumazet · 15 years ago
  52. e762318 PM / Wakeup: Fix build warning related to the "wakeup" sysfs file by Rafael J. Wysocki · 15 years ago
  53. a144c6a PM: Print a warning if firmware is requested when tasks are frozen by Rafael J. Wysocki · 15 years ago
  54. e1866b3 PM / Runtime: Rework runtime PM handling during driver removal by Rafael J. Wysocki · 15 years ago
  55. 72874da PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unset by Rafael J. Wysocki · 15 years ago
  56. 2064af9 PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops" by Kevin Hilman · 15 years ago
  57. 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 · 15 years ago
  58. 5409d2c memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTION by Anton Blanchard · 15 years ago
  59. 2e711c0 PM: Remove sysdev suspend, resume and shutdown operations by Rafael J. Wysocki · 15 years ago
  60. 85eb8c8 PM / Runtime: Generic clock manipulation rountines for runtime PM (v6) by Rafael J. Wysocki · 15 years ago
  61. 8b313a3 PM / Platform: Use generic runtime PM callbacks directly by Rafael J. Wysocki · 15 years ago
  62. 69c9dd1 PM: Export platform bus type's default PM callbacks by Rafael J. Wysocki · 15 years ago
  63. 4d27e9d PM: Make power domain callbacks take precedence over subsystem ones by Rafael J. Wysocki · 15 years ago
  64. 22110fa PM / Wakeup: Fix initialization of wakeup-related device sysfs files by Rafael J. Wysocki · 15 years ago
  65. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  66. 8572394 drivers:base:fix the coding format of memory.c by Wanlong Gao · 15 years ago
  67. c870508 driver core: let dev_set_drvdata return int instead of void as it can fail by Uwe Kleine-König · 15 years ago
  68. 4a03d6f driver core/platform_device_add_resources: free resource before overwriting by Uwe Kleine-König · 15 years ago
  69. cea8962 driver core/platform_device_add_resources: set resource to NULL if !res by Uwe Kleine-König · 15 years ago
  70. 251e031 driver core/platform_device_add_data: free platform data before overwriting by Uwe Kleine-König · 15 years ago
  71. 27a33f9 driver core/platform_device_add_data: set platform_data to NULL if !data by Uwe Kleine-König · 15 years ago
  72. 7f100d1 drivers/base/core.c: Fixed brace coding style issue. by Karthigan Srinivasan · 15 years ago
  73. 8497d6a driver-core: fix race between device_register and driver_register by Sebastian Ott · 15 years ago
  74. aed65af drivers: make device_type const by Stephen Hemminger · 15 years ago
  75. 19234c0 PM: Add missing syscore_suspend() and syscore_resume() calls by Rafael J. Wysocki · 15 years ago
  76. aaa119a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  77. e710d7d mfd: Fetch cell pointer from platform_device->mfd_cell by Samuel Ortiz · 15 years ago
  78. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 15 years ago
  79. 9f0af69 sysfs-memory: fix uninitialized variable warning and clean-up code. by Nikanth Karthikesan · 15 years ago
  80. 25985ed Fix common misspellings by Lucas De Marchi · 15 years ago
  81. d47d81c Introduce ARCH_NO_SYSDEV_OPS config option (v2) by Rafael J. Wysocki · 15 years ago
  82. a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  83. 40dc166 PM / Core: Introduce struct syscore_ops for core subsystems PM by Rafael J. Wysocki · 15 years ago
  84. 7ae4961 PM / OPP: opp_find_freq_exact() documentation fix by Nishanth Menon · 15 years ago
  85. 9659cc0 PM: Make system-wide PM and runtime PM treat subsystems consistently by Rafael J. Wysocki · 15 years ago
  86. 7538e3d PM: Add support for device power domains by Rafael J. Wysocki · 15 years ago
  87. e866500 PM: Allow pm_runtime_suspend() to succeed during system suspend by Rafael J. Wysocki · 15 years ago
  88. aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 15 years ago
  89. cb8f51b PM: Do not create wakeup sysfs files for devices that cannot wake up by Rafael J. Wysocki · 15 years ago
  90. 0295a34 PM: Use appropriate printk() priority level in trace.c by Mandeep Singh Baines · 15 years ago
  91. 790c788 PM / Wakeup: Don't update events_check_enabled in pm_get_wakeup_count() by Rafael J. Wysocki · 15 years ago
  92. 378eef9 PM / Wakeup: Make pm_save_wakeup_count() work as documented by Rafael J. Wysocki · 15 years ago
  93. 023d377 PM / Wakeup: Combine atomic counters to avoid reordering issues by Rafael J. Wysocki · 15 years ago
  94. 481e207 driver core: Replace the dangerous to_root_device macro with an inline function by Ferenc Wagner · 15 years ago
  95. 6add7cd memory hotplug: sysfs probe routine should add all memory sections by Nathan Fontenot · 15 years ago
  96. d336016 memory hotplug: Update phys_index to [start|end]_section_nr by Nathan Fontenot · 15 years ago
  97. 0c2c99b memory hotplug: Allow memory blocks to span multiple memory sections by Nathan Fontenot · 15 years ago
  98. f4203e3 sysdev: Do not register with sysdev when erroring on add by Borislav Petkov · 15 years ago
  99. 345279b sysdev: Fixup warning message by Borislav Petkov · 15 years ago
  100. 072fc8f firmware_classs: change val uevent's type to bool by Bob Liu · 15 years ago