1. 0432d69 gpu: ion: add generic function for creating chunked sg tables by Mitchel Humpherys · 13 years ago
  2. b179067 gpu: ion: Add cache maintenance to ion. by Rebecca Schultz Zavin · 13 years ago
  3. f3f59ed gpu: ion: Set the dma_address of the sg list at alloc time by Rebecca Schultz Zavin · 13 years ago
  4. 8a08e1f gpu: ion: minor refactor in ion_mmap by Mitchel Humpherys · 12 years ago
  5. aaae5ca Merge "gpu: ion: enable the kmalloc heap" by Linux Build Service Account · 12 years ago
  6. f921042 gpu: ion: enable the kmalloc heap by Mitchel Humpherys · 12 years ago
  7. 5f58737 Merge "gpu: ion: Don't have a mapping for secure buffers" by Linux Build Service Account · 12 years ago
  8. 3f3c282 msm: Add support for ION Flushing without virtual address by Neeti Desai · 12 years ago
  9. 532c2ab gpu: ion: Don't have a mapping for secure buffers by Laura Abbott · 12 years ago
  10. 85f0ecc Merge "gpu: ion: Correctly print out physical addresses" by Linux Build Service Account · 12 years ago
  11. bd4af16 gpu: ion: Correctly print out physical addresses by Laura Abbott · 12 years ago
  12. 6ab6af3 msm: scm: change svc id SCM_SVC_CP to a more generic SCM_SVC_MP by Syed Rameez Mustafa · 12 years ago
  13. 1135c9e gpu: ion: Properly print out physical addresses by Laura Abbott · 12 years ago
  14. b932e42 gpu: ion: use ion_phys_addr_t where appropriate by Laura Abbott · 12 years ago
  15. 7795dfa arm/dt: msm8974: Add aDSP heap by Laura Abbott · 12 years ago
  16. 8d972ac gpu: ion: Switch MM heap to use CMA on DT targets by Laura Abbott · 12 years ago
  17. a2271fc gpu: ion: Use %pa to print physical addresses by Stepan Moskovchenko · 13 years ago
  18. 54487c6 Merge "gpu: ion: Remove get_flags ioctl" by Linux Build Service Account · 12 years ago
  19. 2142585f Merge "gpu: ion: check for leaks in ion_client_destroy" by Linux Build Service Account · 12 years ago
  20. bc5d384 Merge "gpu: ion: remove stale variable" by Linux Build Service Account · 12 years ago
  21. c601230 Merge "gpu: ion: make cached cp allocations multiples of PAGE_SIZE" by Linux Build Service Account · 12 years ago
  22. 87ed3bc Merge "gpu: ion: make cached Iommu allocations multiples of PAGE_SIZE" by Linux Build Service Account · 12 years ago
  23. d0fa5fd gpu: ion: Remove get_flags ioctl by Laura Abbott · 12 years ago
  24. 9a7bff6 gpu: ion: remove stale variable by Mitchel Humpherys · 12 years ago
  25. a75e4eb gpu: ion: check for leaks in ion_client_destroy by Mitchel Humpherys · 13 years ago
  26. 3ae0265 Merge "gpu: ion: suppress excessive logging for expected failure cases" by Linux Build Service Account · 12 years ago
  27. c0aab03 gpu: ion: make cached cp allocations multiples of PAGE_SIZE by Mitchel Humpherys · 13 years ago
  28. 1010c7f gpu: ion: make cached Iommu allocations multiples of PAGE_SIZE by Mitchel Humpherys · 12 years ago
  29. ff6ea62 gpu: ion: suppress excessive logging for expected failure cases by Mitchel Humpherys · 12 years ago
  30. 76708e4 gpu: ion: add missing parameter in secure CMA Ion heap by Mitchel Humpherys · 12 years ago
  31. a8c373f gpu: ion: Add secure CMA heap by Laura Abbott · 12 years ago
  32. 4afbd8b gpu: ion: Abstract out secure heap restrictions by Laura Abbott · 12 years ago
  33. 7dcf4b5 Merge "gpu: ion: Factor out secure buffer code" by Linux Build Service Account · 12 years ago
  34. cc7cd6b Merge "gpu: ion: Create device structures for Ion heaps" by Linux Build Service Account · 12 years ago
  35. a884298 Merge "msm: iommu: re-use existing buffers for `extra' mappings" by Linux Build Service Account · 12 years ago
  36. af3b522 msm: iommu: re-use existing buffers for `extra' mappings by Mitchel Humpherys · 13 years ago
  37. 5b11d6f gpu: ion: Factor out secure buffer code by Laura Abbott · 13 years ago
  38. 6016175 gpu: ion: Create device structures for Ion heaps by Laura Abbott · 13 years ago
  39. 8d0a492 gpu: ion: disallow mmap'ing secure buffers by Mitchel Humpherys · 13 years ago
  40. 8939970 gpu: ion: add pointer null checks in map and unmap by Huaibin Yang · 13 years ago
  41. daf7562 ion: cma: Add debug heap ops for CMA heap by Chintan Pandya · 13 years ago
  42. 790f06d Update copyright to The Linux Foundation by Duy Truong · 13 years ago
  43. b358e07 gpu: ion: allocate huge pages in iommu heap by Mitchel Humpherys · 13 years ago
  44. bd0aeab Merge "ion: tracing: add ftrace events for ion allocations" by Linux Build Service Account · 13 years ago
  45. 00fc192 gpu: ion: Return correct error code at alloc fail by Olav Haugan · 13 years ago
  46. d1a6903 gpu: ion: replace __GFP_ZERO with manual zero'ing by Mitchel Humpherys · 13 years ago
  47. cc2d4bd ion: tracing: add ftrace events for ion allocations by Liam Mark · 13 years ago
  48. 345f023 gpu: ion: Disallow non-secure allocations from the CP heap by Mitchel Humpherys · 13 years ago
  49. 7db4e0b gpu: ion: Add flag for forcing contiguous allocations by Laura Abbott · 13 years ago
  50. 9023b9c gpu: ion: Free heaps after checking for overlap by Laura Abbott · 13 years ago
  51. fa15134 Merge "gpu: ion: Use writecombine for uncached mappings" by Linux Build Service Account · 13 years ago
  52. cad938b Merge "gpu: ion: Request highmem pages for IOMMU heap" by Linux Build Service Account · 13 years ago
  53. 08f911b gpu: ion: Use writecombine for uncached mappings by Olav Haugan · 13 years ago
  54. c6ac87c gpu: ion: Request highmem pages for IOMMU heap by Olav Haugan · 13 years ago
  55. ac96331 gpu: ion: Restrict access to CP heap by Laura Abbott · 13 years ago
  56. c247cef Merge "gpu: ion: Don't assume that heaps must be removed" by Linux Build Service Account · 13 years ago
  57. 58eaae0 Merge "gpu: ion: Flush new pages" by Linux Build Service Account · 13 years ago
  58. 0d2921b Merge "gpu: ion: Fix a contiguous system heap crash" by Linux Build Service Account · 13 years ago
  59. 956de19 gpu: ion: Don't assume that heaps must be removed by Laura Abbott · 13 years ago
  60. 60c92c7 gpu: ion: Flush new pages by Laura Abbott · 13 years ago
  61. 3180a5f gpu: ion: Add support for CMA allocations in cp heap by Laura Abbott · 13 years ago
  62. 4979d97 gpu: ion: Add msm specific extensions to CMA heap by Laura Abbott · 13 years ago
  63. 35edc88 gpu: ion: Fix a contiguous system heap crash by Rohit Vaswani · 13 years ago
  64. 07b590e add CMA heap by Benjamin Gaignard · 13 years ago
  65. 8dff0a6 add private field in ion_heap and ion_platform_heap structure by Benjamin Gaignard · 13 years ago
  66. 63d8103 fix ion_platform_data definition by Benjamin Gaignard · 13 years ago
  67. 51b2944 gpu: ion: fix race condition in checking virtual address by Mitchel Humpherys · 13 years ago
  68. 32f7ea4 Merge "gpu: ion: Don't require buffers to be 1M aligned" by Linux Build Service Account · 13 years ago
  69. 503be87 Merge "gpu: ion: Change secure heap allocation restrictions" by Linux Build Service Account · 13 years ago
  70. c3824d7 gpu: ion: Don't require buffers to be 1M aligned by Laura Abbott · 13 years ago
  71. 087db59 gpu: ion: Change secure heap allocation restrictions by Laura Abbott · 13 years ago
  72. 9dc9db4 msm: Add support for relocatable pil ion heap by Neeti Desai · 13 years ago
  73. aedbe42 gpu: ion: Rename request/release region by Laura Abbott · 13 years ago
  74. 94ad25e gpu: ion: Factor out common code on first alloc/last free by Laura Abbott · 13 years ago
  75. 9361930 gpu: ion: Add support for securing indiviudal buffers by Laura Abbott · 13 years ago
  76. e84d77e gpu: ion: Make secure buffers 1MB chunks by Laura Abbott · 13 years ago
  77. 60ae937 gpu: ion: Add extra metadata for secure buffers by Laura Abbott · 13 years ago
  78. ff3a78f Merge "gpu: ion: Add response to secure scm call" by Linux Build Service Account · 13 years ago
  79. 0c7dac2 gpu: ion: Add response to secure scm call by Laura Abbott · 13 years ago
  80. 362b52b ion: isolate msm-specific ion extensions by Mitchel Humpherys · 13 years ago
  81. 036494e ion: remove ion_share_set_flags by Mitchel Humpherys · 13 years ago
  82. b6e920c ion: remove ion_validate_buffer_flag by Mitchel Humpherys · 13 years ago
  83. 911b4b7 ion: change ion kernel map function to not take flags argument by Mitchel Humpherys · 13 years ago
  84. 7d72bad ion: Port heap mask change to ion by Hanumant Singh · 13 years ago
  85. 227a658 ion: change ion buffer flags by Mitchel Humpherys · 13 years ago
  86. 865e97f gpu: ion: IOCTL return success when error occurs by Olav Haugan · 13 years ago
  87. 502aa0e Merge "gpu: ion: move msm-specific ioctls to custom_ioctl" by Linux Build Service Account · 13 years ago
  88. f137d9a Merge "gpu: ion: include msm-specific ion header" by Linux Build Service Account · 13 years ago
  89. 11bca60 gpu: ion: Return error value when iommu map fails by Laura Abbott · 13 years ago
  90. d88b8eb gpu: ion: move msm-specific ioctls to custom_ioctl by Mitchel Humpherys · 13 years ago
  91. af2e5c5 gpu: ion: include msm-specific ion header by Mitchel Humpherys · 13 years ago
  92. aad11cb gpu: ion: Fix race between ion_import and ion_free by Rebecca Schultz Zavin · 13 years ago
  93. 60a772f Merge "gpu: ion: Add support for device tree." into msm-3.4 by Linux Build Service Account · 13 years ago
  94. 9286291 gpu: ion: Add support for device tree. by Olav Haugan · 13 years ago
  95. c2641f7 gpu: ion: Don't call ion_buffer_put on error path by Laura Abbott · 13 years ago
  96. 0df5994 gpu: ion: Add missing arg to WARN call by Olav Haugan · 13 years ago
  97. bd453a9 gpu: ion: Add EXPORT_SYMBOL to various functions by Olav Haugan · 13 years ago
  98. b14ed96 gpu: ion: Pull in patches for 3.4 by Laura Abbott · 14 years ago
  99. 8131ab9 Merge "gpu: ion: Add support for content protection 2.0 in CP heap" into msm-3.4 by Linux Build Service Account · 13 years ago
  100. 2358887 Merge "gpu: ion: Check return code of msm_allocate_iova_address" into msm-3.4 by Linux Build Service Account · 13 years ago