1. 6308fd5 cma: use MEMBLOCK_ALLOC_ANYWHERE for placing CMA regions by Laura Abbott · 12 years ago
  2. a50c8a8 PM / OPP: using kfree_rcu() to simplify the code by Wei Yongjun · 12 years ago
  3. c36e137 PM / OPP: predictable fail results for opp_find* functions, v2 by Nishanth Menon · 12 years ago
  4. 6c80492 PM / OPP: Export symbols for module usage. by Liam Girdwood · 12 years ago
  5. f5abfe3 PM / OPP: RCU reclaim by Vincent Guittot · 12 years ago
  6. 876a6b1 PM / OPP: Initialize OPP table from device tree by Shawn Guo · 12 years ago
  7. 670688a cma: Remove restriction on region names by Laura Abbott · 12 years ago
  8. 3b57110 Merge "PM / Sleep: Add user space interface for manipulating wakeup sources, v3" by Linux Build Service Account · 12 years ago
  9. 14496c5 Merge "PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources" by Linux Build Service Account · 12 years ago
  10. cdd4b77 Merge "PM / Sleep: Implement opportunistic sleep, v2" by Linux Build Service Account · 12 years ago
  11. df1a0a1 Merge "PM / Sleep: Add wakeup_source_activate and wakeup_source_deactivate tracepoints" by Linux Build Service Account · 12 years ago
  12. 5bf643c Merge "PM / Sleep: Change wakeup source statistics to follow Android" by Linux Build Service Account · 12 years ago
  13. bd85259 Merge "PM / Sleep: Use wait queue to signal "no wakeup events in progress"" by Linux Build Service Account · 12 years ago
  14. e6b4dbc Merge "PM / Sleep: Look for wakeup events in later stages of device suspend" by Linux Build Service Account · 12 years ago
  15. fbadbb7 PM / Sleep: Add user space interface for manipulating wakeup sources, v3 by Rafael J. Wysocki · 12 years ago
  16. 8baadce PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources by Rafael J. Wysocki · 12 years ago
  17. 55b9836 PM / Sleep: Implement opportunistic sleep, v2 by Rafael J. Wysocki · 12 years ago
  18. 106498f PM / Sleep: Add wakeup_source_activate and wakeup_source_deactivate tracepoints by Arve Hjønnevåg · 12 years ago
  19. bdead15 PM / Sleep: Change wakeup source statistics to follow Android by Rafael J. Wysocki · 12 years ago
  20. 1d6f518 PM / Sleep: Use wait queue to signal "no wakeup events in progress" by Rafael J. Wysocki · 12 years ago
  21. a3d852d PM / Sleep: Look for wakeup events in later stages of device suspend by Rafael J. Wysocki · 12 years ago
  22. 9fe98d3 driver core: Don't keep deferred list around by Stephen Boyd · 12 years ago
  23. 52c4dce cma: Add support for associating regions by name by Laura Abbott · 12 years ago
  24. a16ec58 cma: Fix up devicetree bindings by Laura Abbott · 12 years ago
  25. 9e821fb cma: Remove __init annotations from data structures by Laura Abbott · 12 years ago
  26. 4b861c6 drivers: dma-contiguous: add initialization from device tree by Marek Szyprowski · 12 years ago
  27. db7909c drivers: dma-contiguous: clean source code and prepare for device tree by Marek Szyprowski · 12 years ago
  28. 81e1096 drivers: dma-contiguous: refactor dma_alloc_from_contiguous() by Michal Nazarewicz · 12 years ago
  29. 2ee0174 drivers: cma: represent physical addresses as phys_addr_t by Vitaly Andrianov · 12 years ago
  30. 1273137 mm: cma: fix alignment requirements for contiguous regions by Marek Szyprowski · 12 years ago
  31. 39bdd91 sync: fix timeout = 0 wait behavior by Jamie Gennis · 12 years ago
  32. 534f673 sync: don't log wait timeouts when timeout = 0 by Erik Gilling · 12 years ago
  33. a438491 sync: Fix race condition between merge and signal by Ørjan Eide · 12 years ago
  34. 3514177 Revert "base: sync: signal a sync pt when not adding to the active_list" by Naseer Ahmed · 12 years ago
  35. 13ff134 sw_sync: convert to new value_str debug ops by Ajay Dudani · 12 years ago
  36. 790f06d Update copyright to The Linux Foundation by Duy Truong · 12 years ago
  37. cc2d4bd ion: tracing: add ftrace events for ion allocations by Liam Mark · 12 years ago
  38. 06f7014 sync: add tracepoint support by Erik Gilling · 12 years ago
  39. 43d2228 sync: refactor sync debug printing by Erik Gilling · 12 years ago
  40. c23f381 sync: use proper barriers when waiting indefinitely by Erik Gilling · 12 years ago
  41. d8f38804 sync: update new fence status with sync_fence_signal_pt by Erik Gilling · 12 years ago
  42. 46322b3 sync: protect unlocked access to fence status by Erik Gilling · 12 years ago
  43. a2bc03a sync: dump sync state of fence errors by Erik Gilling · 12 years ago
  44. e312432 sync: improve timeout dumps by Erik Gilling · 12 years ago
  45. 6517f0d sync: use correct signed type when handling SYNC_IOC_WAIT by Erik Gilling · 12 years ago
  46. 7154e87 sync: dump sync state to console on timeout by Erik Gilling · 12 years ago
  47. 85bb525 sync: change wait timeout to mirror poll semantics by Erik Gilling · 12 years ago
  48. 3d76366 sync: Fix error paths by Rebecca Schultz Zavin · 12 years ago
  49. 8c9daff sync: add reference counting to timelines by Erik Gilling · 12 years ago
  50. 220411f sync: add internal refcounting to fences by Erik Gilling · 12 years ago
  51. 9d8ca8a sync: optimize fence merges by Erik Gilling · 12 years ago
  52. c6ed0cf sync: reorder sync_fence_release by Erik Gilling · 12 years ago
  53. 32f8e1c PM / Sleep: Prevent waiting forever on asynchronous suspend after abort by Mandeep Singh Baines · 12 years ago
  54. 7509223 PM: Prevent runtime suspend during system resume by Alan Stern · 12 years ago
  55. c9858b7 base: sync: signal a sync pt when not adding to the active_list by Jeff Boody · 12 years ago
  56. 64440f7 Merge "common: add dma_mmap_from_coherent() function" into msm-3.4 by Linux Build Service Account · 12 years ago
  57. a856ecf PM / Sleep: call early resume handlers when suspend_noirq fails by Colin Cross · 12 years ago
  58. b1ee3af common: add dma_mmap_from_coherent() function by Marek Szyprowski · 13 years ago
  59. dc6023b base: genlock: handle error while creating lock/handle inode by Jeff Boody · 12 years ago
  60. 55bb033 drivers: add Contiguous Memory Allocator by Marek Szyprowski · 13 years ago
  61. 507a9d3 base: genlock: add magic to protect attach from non-genlock file by Jeff Boody · 12 years ago
  62. d6f534f base: genlock: protect kref counting with spinlock by Jeff Boody · 12 years ago
  63. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 12 years ago
  64. 49795fb sw_sync: export sw_sync API by Erik Gilling · 12 years ago
  65. 4fb837a sync: export sync API symbols by Erik Gilling · 12 years ago
  66. c80114f sync: allow async waits to be canceled by Erik Gilling · 12 years ago
  67. d4e8b71 dma-buf: mmap support by Daniel Vetter · 12 years ago
  68. a1eeaca sync: add poll support by Erik Gilling · 13 years ago
  69. 484101e sw_sync: add fill_driver_data support by Erik Gilling · 13 years ago
  70. 3913bff sync: add ioctl to get fence data by Erik Gilling · 13 years ago
  71. 2c959d7 sw_sync: add debug support by Erik Gilling · 13 years ago
  72. 981c8a9 sync: add debugfs support by Erik Gilling · 13 years ago
  73. ad433ba sync: add timestamps to sync_pts by Erik Gilling · 13 years ago
  74. 560b546 sw_sync: add cpu based sync driver by Erik Gilling · 12 years ago
  75. 010accf sync: Add synchronization framework by Erik Gilling · 13 years ago
  76. ec0b571 Merge commit 'v3.4-rc7' into android-3.4 by Colin Cross · 12 years ago
  77. 6560ffd regmap: fix possible memory corruption in regmap_bulk_read() by Laxman Dewangan · 12 years ago
  78. 6d9076f base: genlock: allow synchronization with a single gralloc handle by Jeff Boody · 12 years ago
  79. 09be5f3 iommu: Initialize domain->handler in iommu_domain_alloc() by KyongHo Cho · 13 years ago
  80. 48c02c9 iommu/core: let drivers know if an iommu fault handler isn't installed by Ohad Ben-Cohen · 13 years ago
  81. a4d334f iommu/core: export iommu_set_fault_handler() by Ohad Ben-Cohen · 13 years ago
  82. a1c6df3 iommu/core: Add fault reporting mechanism by Ohad Ben-Cohen · 13 years ago
  83. d41707f Merge "DMM: Fix for movable bytes near end of address space" into msm-3.0 by Linux Build Service Account · 12 years ago
  84. ab2965e Merge commit 'v3.4-rc3' into android-3.4 by Colin Cross · 12 years ago
  85. 07f43dd PM / Driver core: leave runtime PM enabled during system shutdown by Alan Stern · 13 years ago
  86. 28976a8 DMM: Fix for movable bytes near end of address space by Hanumant Singh · 12 years ago
  87. d292ce7 PM: Limit race conditions between runtime PM and system sleep (v2) by Rafael J. Wysocki · 13 years ago
  88. 24e887c drivercore: Add driver probe deferral mechanism by Grant Likely · 13 years ago
  89. 3a4ffe9 drivers/base: fix compiler warning in SoC export driver - idr should be ida by Lee Jones · 13 years ago
  90. 33cb4f3 drivers/base: Remove unneeded spin_lock_init call for soc_lock by Axel Lin · 13 years ago
  91. 9109a22 drivers: power: Add watchdog timer to catch drivers which lockup during suspend. by Benoit Goby · 15 years ago
  92. f4e52e7 Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 13 years ago
  93. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  94. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 13 years ago
  95. c04c1b9 regmap: prevent division by zero in rbtree_show by Stephen Warren · 13 years ago
  96. 64ebe98 Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  97. e466de0 regmap: Export regcache_sync_region() by Mark Brown · 13 years ago
  98. 4b4e9e4 regmap: rbtree: Fix register default look-up in sync by Lars-Peter Clausen · 13 years ago
  99. a76e99a Merge branch 'Linux 3.0.21' into msm-3.0 by Rohit Vaswani · 13 years ago
  100. ed0bb8e Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux-dma-buf by Linus Torvalds · 13 years ago