1. 766ce4e Linux 3.4.112 by Ivan Grinko · 10 years ago
  2. 9cc712e Merge tag 'v3.4.110' into mm-6.0 by José Adolfo Galdámez · 10 years ago
  3. b487362 driver core: Introduce device_create_groups by Guenter Roeck · 13 years ago
  4. a6a40a8 driver core: Fix unbalanced device reference in drivers_probe by Alex Williamson · 11 years ago
  5. 7adf978 sysfs: driver core: Fix glue dir race condition by gdp_mutex by Yijing Wang · 11 years ago
  6. 6f5f104 regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 12 years ago
  7. 7c10d4b regmap: debugfs: fix possbile NULL pointer dereference by Xiubo Li · 12 years ago
  8. ffd0ea5 firmware_class: make sure fw requests contain a name by Kees Cook · 12 years ago
  9. 1097d78 Merge tag 'v3.4.105' into cm-12.0 by Paul · 11 years ago
  10. 219fb64 regmap: Fix handling of volatile registers for format_write() chips by Mark Brown · 12 years ago
  11. 9dbdf25 drivercore: deferral race condition fix by Grant Likely · 12 years ago
  12. c523abc Merge remote-tracking branch 'codeaurora/kk_2.7_rb1.30' into cm-11.0 by Ethan Chen · 12 years ago
  13. 4e12d51 sync: Fix a race condition between release_obj and print_obj by Alistair Strachan · 13 years ago
  14. 069398a ion: tracing: add ftrace events for ion allocations by Liam Mark · 13 years ago
  15. c4967e9 driver core: fix possible missing of device probe by Sagar Dharia · 13 years ago
  16. 2a38ada Merge tag 'v3.4.72' into tmp by Ethan Chen · 12 years ago
  17. 8d4d2f9 base: genlock: Zero a structure before sending it to user space by Jordan Crouse · 12 years ago
  18. 92383a8 sync: signal pt before sync_timeline object gets destroyed by Prakash Kamliya · 13 years ago
  19. 6e99f32 drivers/base/memory.c: fix show_mem_removable() to handle missing sections by Russ Anderson · 13 years ago
  20. ff289c1 regmap: silence GCC warning by Paul Bolle · 13 years ago
  21. af3ebed sync: Limit logging to particular fence on timeout and error by Prakash Kamliya · 13 years ago
  22. 1b430e4 sync: fix timeout = 0 wait behavior by Jamie Gennis · 13 years ago
  23. a68e174 sync: don't log wait timeouts when timeout = 0 by Erik Gilling · 13 years ago
  24. 6ec0e8e regmap: cache Fix regcache-rbtree sync by Lars-Peter Clausen · 13 years ago
  25. 38bc0fe drivercore: Fix ordering between deferred_probe and exiting initcalls by Grant Likely · 13 years ago
  26. 362efcc Driver core: treat unregistered bus_types as having no devices by Bjorn Helgaas · 13 years ago
  27. b549e52 sync: Fix race condition between merge and signal by Ørjan Eide · 13 years ago
  28. e833aca Update copyright to The Linux Foundation by Duy Truong · 13 years ago
  29. ba1de75 regmap: debugfs: Avoid overflows for very small reads by Mark Brown · 13 years ago
  30. c4e9e58 PM / QoS: fix wrong error-checking condition by Guennadi Liakhovetski · 13 years ago
  31. 8a5bdaf PM: Prevent runtime suspend during system resume by Alan Stern · 14 years ago
  32. 0f667e8 Revert "base: sync: signal a sync pt when not adding to the active_list" by Iliyan Malchev · 13 years ago
  33. 111ae13 sync: Fix error paths by Rebecca Schultz Zavin · 14 years ago
  34. 8e0b325 sync: add tracepoint support by Ajay Dudani · 13 years ago
  35. bf7a56a sw_sync: convert to new value_str debug ops by Ajay Dudani · 13 years ago
  36. 41991aa sync: refactor sync debug printing by Ajay Dudani · 13 years ago
  37. f76d6d6 sync: use proper barriers when waiting indefinitely by Ajay Dudani · 13 years ago
  38. cc4ce56 sync: update new fence status with sync_fence_signal_pt by Ajay Dudani · 13 years ago
  39. ea12765 sync: dump sync state of fence errors by Ajay Dudani · 13 years ago
  40. 7a47627 sync: protect unlocked access to fence status by Erik Gilling · 13 years ago
  41. 24a0c20 PM / Sleep: use resume event when call dpm_resume_early by Feng Hong · 14 years ago
  42. 7f2e6de PM / Runtime: Clear power.deferred_resume on success in rpm_suspend() by Rafael J. Wysocki · 14 years ago
  43. a0bfb91 PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set by Rafael J. Wysocki · 14 years ago
  44. bd483da base: sync: signal a sync pt when not adding to the active_list by Jeff Boody · 14 years ago
  45. 31802ec sync: improve timeout dumps by Ajay Dudani · 14 years ago
  46. 93b10c9 sync: use correct signed type when handling SYNC_IOC_WAIT by Ajay Dudani · 14 years ago
  47. 442fff4 sync: dump sync state to console on timeout by Ajay Dudani · 14 years ago
  48. 4581158 sync: clean up compiler warnings by Ajay Dudani · 14 years ago
  49. 131ed18 sync: fix erase-o in sync_fence_wait by Ajay Dudani · 14 years ago
  50. df53a2ca sync: change wait timeout to mirror poll semantics by Ajay Dudani · 14 years ago
  51. 741cdde sync: add reference counting to timelines by Ajay Dudani · 14 years ago
  52. c4af266 sync: add internal refcounting to fences by Ajay Dudani · 14 years ago
  53. 9934319 sync: optimize fence merges by Ajay Dudani · 14 years ago
  54. 1ee7685 sync: reorder sync_fence_release by Ajay Dudani · 14 years ago
  55. 21d7afe Merge commit '406a0a8400fd2d1d5b68c993e191f4c05a8c23a9' into android-msm-mako-3.4-wip by Iliyan Malchev · 14 years ago
  56. 64440f7 Merge "common: add dma_mmap_from_coherent() function" into msm-3.4 by Linux Build Service Account · 14 years ago
  57. 9d268ac PM / Sleep: Prevent waiting forever on asynchronous suspend after abort by Devin Kim · 14 years ago
  58. a856ecf PM / Sleep: call early resume handlers when suspend_noirq fails by Colin Cross · 14 years ago
  59. b1ee3af common: add dma_mmap_from_coherent() function by Marek Szyprowski · 14 years ago
  60. 6c85661 Merge commit 'ae8381a32ba8b9fc8e803a59cd7ff3a38d58d082' into android-msm-mako-3.4-wip by Iliyan Malchev · 14 years ago
  61. 46dbb0f PM / Sleep: call early resume handlers when suspend_noirq fails by Colin Cross · 14 years ago
  62. e3be5ca drivers: power: fix suspend/resume lockup issue by Jaeseong GIM · 14 years ago
  63. dc6023b base: genlock: handle error while creating lock/handle inode by Jeff Boody · 14 years ago
  64. 3d90eea PM / Sleep: Prevent waiting forever on asynchronous suspend after abort by Mandeep Singh Baines · 14 years ago
  65. 55bb033 drivers: add Contiguous Memory Allocator by Marek Szyprowski · 14 years ago
  66. 507a9d3 base: genlock: add magic to protect attach from non-genlock file by Jeff Boody · 14 years ago
  67. d6f534f base: genlock: protect kref counting with spinlock by Jeff Boody · 14 years ago
  68. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 14 years ago
  69. 49795fb sw_sync: export sw_sync API by Erik Gilling · 14 years ago
  70. 4fb837a sync: export sync API symbols by Erik Gilling · 14 years ago
  71. c80114f sync: allow async waits to be canceled by Erik Gilling · 14 years ago
  72. d4e8b71 dma-buf: mmap support by Daniel Vetter · 14 years ago
  73. a1eeaca sync: add poll support by Erik Gilling · 14 years ago
  74. 484101e sw_sync: add fill_driver_data support by Erik Gilling · 14 years ago
  75. 3913bff sync: add ioctl to get fence data by Erik Gilling · 14 years ago
  76. 2c959d7 sw_sync: add debug support by Erik Gilling · 14 years ago
  77. 981c8a9 sync: add debugfs support by Erik Gilling · 14 years ago
  78. ad433ba sync: add timestamps to sync_pts by Erik Gilling · 14 years ago
  79. 560b546 sw_sync: add cpu based sync driver by Erik Gilling · 14 years ago
  80. 010accf sync: Add synchronization framework by Erik Gilling · 14 years ago
  81. ec0b571 Merge commit 'v3.4-rc7' into android-3.4 by Colin Cross · 14 years ago
  82. 6560ffd regmap: fix possible memory corruption in regmap_bulk_read() by Laxman Dewangan · 14 years ago
  83. 6d9076f base: genlock: allow synchronization with a single gralloc handle by Jeff Boody · 14 years ago
  84. 09be5f3 iommu: Initialize domain->handler in iommu_domain_alloc() by KyongHo Cho · 14 years ago
  85. 48c02c9 iommu/core: let drivers know if an iommu fault handler isn't installed by Ohad Ben-Cohen · 15 years ago
  86. a4d334f iommu/core: export iommu_set_fault_handler() by Ohad Ben-Cohen · 15 years ago
  87. a1c6df3 iommu/core: Add fault reporting mechanism by Ohad Ben-Cohen · 15 years ago
  88. d41707f Merge "DMM: Fix for movable bytes near end of address space" into msm-3.0 by Linux Build Service Account · 14 years ago
  89. ab2965e Merge commit 'v3.4-rc3' into android-3.4 by Colin Cross · 14 years ago
  90. 07f43dd PM / Driver core: leave runtime PM enabled during system shutdown by Alan Stern · 14 years ago
  91. 28976a8 DMM: Fix for movable bytes near end of address space by Hanumant Singh · 14 years ago
  92. d292ce7 PM: Limit race conditions between runtime PM and system sleep (v2) by Rafael J. Wysocki · 15 years ago
  93. 24e887c drivercore: Add driver probe deferral mechanism by Grant Likely · 14 years ago
  94. 3a4ffe9 drivers/base: fix compiler warning in SoC export driver - idr should be ida by Lee Jones · 14 years ago
  95. 33cb4f3 drivers/base: Remove unneeded spin_lock_init call for soc_lock by Axel Lin · 14 years ago
  96. 9109a22 drivers: power: Add watchdog timer to catch drivers which lockup during suspend. by Benoit Goby · 17 years ago
  97. f4e52e7 Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 14 years ago
  98. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 14 years ago
  99. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 14 years ago
  100. c04c1b9 regmap: prevent division by zero in rbtree_show by Stephen Warren · 14 years ago