1. d1448bb Merge "gpu: ion: fix kfree/list_del order" by Linux Build Service Account · 12 years ago
  2. 21f62bd gpu: ion: Add Tracepoints to iommu/system heap by Adrian Alexei · 12 years ago
  3. 22870b0 Merge "iommu: msm: Do not directly access sg->length" by Linux Build Service Account · 12 years ago
  4. 8087698 Merge "gpu: ion: Use correct type for variables" by Linux Build Service Account · 12 years ago
  5. 9421160 Merge "gpu: ion: Don't call virt_to_page on addresses from dma_alloc" by Linux Build Service Account · 12 years ago
  6. 7eea1b9 gpu: ion: fix kfree/list_del order by JP Abgrall · 12 years ago
  7. 2cdd89e iommu: msm: Do not directly access sg->length by Olav Haugan · 12 years ago
  8. d877069 gpu: ion: Use correct type for variables by Olav Haugan · 12 years ago
  9. b5617fe Merge "Merge remote-tracking branch 'quic/tmp-db70ae6b' into msm-3.4" by Linux Build Service Account · 12 years ago
  10. ed52694 Merge "gpu: ion: Flush mappings before making a secure call" by Linux Build Service Account · 12 years ago
  11. db70ae6 gpu: ion: Add debug information for orphaned handles by Rebecca Schultz Zavin · 13 years ago
  12. 327f257 gpu: ion: Remove fd leak detection by Laura Abbott · 12 years ago
  13. d1b0c6c gpu: ion: fix page offset in dma_buf_kmap() by Greg Hackmann · 13 years ago
  14. 618d6be gpu: ion: Make ion_free asynchronous by Rebecca Schultz Zavin · 13 years ago
  15. 748c11d gpu: ion: Add support for sharing buffers with dma buf kernel handles by Johan Mossberg · 13 years ago
  16. f5dee36 gpu: ion: Only flush buffers in the chunk heap if they were used cached by Rebecca Schultz Zavin · 13 years ago
  17. ca12f5d gpu: ion: Refactor the code to zero buffers by Rebecca Schultz Zavin · 13 years ago
  18. f910122 gpu: ion: Modify zeroing code so it only allocates address space once by Rebecca Schultz Zavin · 13 years ago
  19. 75aec5b gpu: ion: Remove heapmask from client by Rebecca Schultz Zavin · 13 years ago
  20. 7308018 gpu: ion: Export ion_client_create by Johan Mossberg · 13 years ago
  21. 2536d60 gpu: ion: Clarify variable names and comments around heap ids v types by Rebecca Schultz Zavin · 13 years ago
  22. fbce151 gpu: ion: Modify reserve function for carveouts with no start address by Rebecca Schultz Zavin · 13 years ago
  23. d2ce6f8 gpu: ion: Add chunk heap by Rebecca Schultz Zavin · 13 years ago
  24. 3df181c gpu: ion: Refactor common mapping functions out of system heap by Rebecca Schultz Zavin · 13 years ago
  25. 47b9888 gpu: ion: Switch heap rbtree to a prio list by Rebecca Schultz Zavin · 13 years ago
  26. 430fca9 gpu: ion: Fix bug in zeroing pages in system heap by Rebecca Schultz Zavin · 13 years ago
  27. 08e9d959 gpu: ion: Fix bug in ion_system_heap map_user by Rebecca Schultz Zavin · 13 years ago
  28. 220a652 gpu: ion: Don't flush allocatoins that come from the page pools by Rebecca Schultz Zavin · 13 years ago
  29. 1797e59a gpu: ion: Clear GFP_WAIT flag on high order allocations by Rebecca Schultz Zavin · 13 years ago
  30. 52421e2 gpu: ion: Refactor locking by Rebecca Schultz Zavin · 13 years ago
  31. 8afce33 gpu: ion: Switch to using a single shrink function by Rebecca Schultz Zavin · 13 years ago
  32. d9994c8 gpu: ion: Fix lockdep issue in ion_page_pool by Rebecca Schultz Zavin · 13 years ago
  33. 9fad2fe gpu: ion: Fix several issues with page pool by Rebecca Schultz Zavin · 13 years ago
  34. bff299e gpu: ion: Modify gfp flags in ion_system_heap by Rebecca Schultz Zavin · 13 years ago
  35. 943facc gpu: ion: Use the ion_page_pool from the system heap by Rebecca Schultz Zavin · 13 years ago
  36. 805f130 gpu: ion: Only map as much of the vma as the user requested by Rebecca Schultz Zavin · 13 years ago
  37. 050372e gpu: ion: Add ion_page_pool. by Rebecca Schultz Zavin · 13 years ago
  38. 21413b6 gpu: ion: use vmalloc to allocate page array to map kernel by Rebecca Schultz Zavin · 13 years ago
  39. 96dd58d gpu: ion: ion_system_heap: Fix bug preventing compilation by Rebecca Schultz Zavin · 13 years ago
  40. 158316f gpu: ion: Stop trying to allocate from an order on first failure by Rebecca Schultz Zavin · 13 years ago
  41. 3a45752 gpu: ion: Flush mappings before making a secure call by Laura Abbott · 12 years ago
  42. f2f4285 gpu: ion: Don't call virt_to_page on addresses from dma_alloc by Laura Abbott · 12 years ago
  43. 6a93a29 gpu: ion: Switch to using kmalloc rather than kmap during allocation by Rebecca Schultz Zavin · 13 years ago
  44. f80840e gpu: ion: Pull caching code into msm specific files by Laura Abbott · 12 years ago
  45. 9782214 gpu: ion: Move iommu mapping and unmapping out of Ion by Laura Abbott · 12 years ago
  46. f8a269c gpu: ion: Add dedicated heap for memblock_removed memory by Laura Abbott · 12 years ago
  47. 61e8959 gpu: ion: Move msm specific defintions into msm_ion_priv.h by Laura Abbott · 12 years ago
  48. d1c400d Merge "ion: Update ion header" by Linux Build Service Account · 12 years ago
  49. 9253859 ion: Update ion header by Adrian Alexei · 12 years ago
  50. 3c6da80 gpu: ion: Move msm heap creation/destroy to msm file by Laura Abbott · 12 years ago
  51. 06c1c06 Merge "ion: Replace memory protect/unprotect, map/unmap calls" by Linux Build Service Account · 12 years ago
  52. bfe7c46 ion: Replace memory protect/unprotect, map/unmap calls by Adrian Alexei · 12 years ago
  53. efdb4ba Merge "gpu: ion: Remove code for reusable heap" by Linux Build Service Account · 12 years ago
  54. 7fe43d6 gpu: ion: Remove code for reusable heap by Laura Abbott · 12 years ago
  55. 041d4b5 gpu: ion: Minimize allocation fallback delay by Olav Haugan · 12 years ago
  56. bbdc30a gpu: ion: Set dma length in sg_list by Olav Haugan · 12 years ago
  57. 6c13b982 gpu: ion: Only set the dma_address if it isn't already set by Laura Abbott · 12 years ago
  58. b66bd7e Merge "gpu: ion: Bypass all implicit cache maintenance" by Linux Build Service Account · 12 years ago
  59. 2981eac Merge "gpu: ion: don't fault in individual pages for the CP heap" by Linux Build Service Account · 12 years ago
  60. dbf6894 Merge "gpu: ion: optimize system heap for non fault buffers" by Linux Build Service Account · 12 years ago
  61. 2eeb7c8 Merge "gpu: ion: do not ask for compound pages in system heap" by Linux Build Service Account · 12 years ago
  62. df29595 Merge "gpu: ion: Modify the system heap to try to allocate large/huge pages" by Linux Build Service Account · 12 years ago
  63. db89f68 Merge "gpu: ion: Add support for cached mappings that don't fault" by Linux Build Service Account · 12 years ago
  64. 2f7c524 Merge "gpu: ion: Fix memory leak of dirty bits" by Linux Build Service Account · 12 years ago
  65. 087e4b0 Merge "gpu: ion: Add explicit sync ioctl" by Linux Build Service Account · 12 years ago
  66. d01814d Merge "gpu: ion: use the VM_MIXEDMAP flag for cached allocations" by Linux Build Service Account · 12 years ago
  67. 30a30d2 Merge "gpu: ion: add generic function for creating chunked sg tables" by Linux Build Service Account · 12 years ago
  68. 86bde56 Merge "gpu: ion: Add cache maintenance to ion." by Linux Build Service Account · 12 years ago
  69. 3fa51f4 Merge "gpu: ion: Set the dma_address of the sg list at alloc time" by Linux Build Service Account · 12 years ago
  70. 9de875a Merge "gpu: ion: Align va address to biggest buffer size" by Linux Build Service Account · 12 years ago
  71. 7237a07 gpu: ion: Align va address to biggest buffer size by Olav Haugan · 12 years ago
  72. 245db99 gpu: ion: Add null-pointer check after allocation by Olav Haugan · 12 years ago
  73. 485650f gpu: ion: Bypass all implicit cache maintenance by Mitchel Humpherys · 12 years ago
  74. 8fd2ac2 gpu: ion: don't fault in individual pages for the CP heap by Mitchel Humpherys · 12 years ago
  75. f858ba4 gpu: ion: optimize system heap for non fault buffers by Rebecca Schultz Zavin · 13 years ago
  76. dcd71bc gpu: ion: do not ask for compound pages in system heap by Dima Zavin · 13 years ago
  77. b831c8c gpu: ion: Modify the system heap to try to allocate large/huge pages by Rebecca Schultz Zavin · 13 years ago
  78. 3edb900 gpu: ion: Add support for cached mappings that don't fault by Rebecca Schultz Zavin · 13 years ago
  79. 7aea56a gpu: ion: Fix memory leak of dirty bits by Rebecca Schultz Zavin · 13 years ago
  80. f441922 gpu: ion: Add explicit sync ioctl by Rebecca Schultz Zavin · 13 years ago
  81. 7ce0fe4 gpu: ion: use the VM_MIXEDMAP flag for cached allocations by Mitchel Humpherys · 13 years ago
  82. 0432d69 gpu: ion: add generic function for creating chunked sg tables by Mitchel Humpherys · 13 years ago
  83. b179067 gpu: ion: Add cache maintenance to ion. by Rebecca Schultz Zavin · 13 years ago
  84. f3f59ed gpu: ion: Set the dma_address of the sg list at alloc time by Rebecca Schultz Zavin · 13 years ago
  85. 8a08e1f gpu: ion: minor refactor in ion_mmap by Mitchel Humpherys · 12 years ago
  86. aaae5ca Merge "gpu: ion: enable the kmalloc heap" by Linux Build Service Account · 12 years ago
  87. f921042 gpu: ion: enable the kmalloc heap by Mitchel Humpherys · 12 years ago
  88. 5f58737 Merge "gpu: ion: Don't have a mapping for secure buffers" by Linux Build Service Account · 12 years ago
  89. 3f3c282 msm: Add support for ION Flushing without virtual address by Neeti Desai · 12 years ago
  90. 532c2ab gpu: ion: Don't have a mapping for secure buffers by Laura Abbott · 12 years ago
  91. 85f0ecc Merge "gpu: ion: Correctly print out physical addresses" by Linux Build Service Account · 12 years ago
  92. bd4af16 gpu: ion: Correctly print out physical addresses by Laura Abbott · 12 years ago
  93. 6ab6af3 msm: scm: change svc id SCM_SVC_CP to a more generic SCM_SVC_MP by Syed Rameez Mustafa · 12 years ago
  94. 1135c9e gpu: ion: Properly print out physical addresses by Laura Abbott · 12 years ago
  95. b932e42 gpu: ion: use ion_phys_addr_t where appropriate by Laura Abbott · 12 years ago
  96. 7795dfa arm/dt: msm8974: Add aDSP heap by Laura Abbott · 12 years ago
  97. 8d972ac gpu: ion: Switch MM heap to use CMA on DT targets by Laura Abbott · 12 years ago
  98. a2271fc gpu: ion: Use %pa to print physical addresses by Stepan Moskovchenko · 13 years ago
  99. 54487c6 Merge "gpu: ion: Remove get_flags ioctl" by Linux Build Service Account · 12 years ago
  100. 2142585f Merge "gpu: ion: check for leaks in ion_client_destroy" by Linux Build Service Account · 12 years ago