1. 4c45b1a ion: Add carveout and chunk heaps to dummy driver by John Stultz · 11 years ago
  2. 1184ead ion: Add dummy driver for testing by John Stultz · 11 years ago
  3. 07300f4 ion_test: Add compat_ioctl support (v2) by John Stultz · 11 years ago
  4. 6a72a70 staging: ion: Avoid using rt_mutexes directly by John Stultz · 11 years ago
  5. f4ea823 staging: ion: Fix possible null pointer dereference by John Stultz · 11 years ago
  6. 679bcc9 staging: ion: Add HAVE_MEMBLOCK config dependency by John Stultz · 11 years ago
  7. 1be544c gpu: ion: fix sparse non static symbol warnings by Wei Yongjun · 11 years ago
  8. d4ed510 gpu: ion: use module_platform_driver to simplify the code by Wei Yongjun · 11 years ago
  9. 0462e18 ion: remove ion_user_handle_t from ion_test.h by Colin Cross · 11 years ago
  10. 24b3aa0 ion: Reenable the build by John Stultz · 11 years ago
  11. 968141d ion: Don't allow building ION as a module. by John Stultz · 11 years ago
  12. b1aced6 ion: Update system heap shrinker to use the new count/scan interface by John Stultz · 11 years ago
  13. 024789a ion: Improve ION config description by John Stultz · 11 years ago
  14. e1d855b ion: Cleanup whitespace issues and other checkpatch problems by John Stultz · 11 years ago
  15. 661f82f ion: fix bugs in cma heap by Colin Cross · 11 years ago
  16. dd608dd ion: add alignment check to chunk heap by Colin Cross · 11 years ago
  17. df6cf5c ion: add helper to zero contiguous region of pages by Colin Cross · 11 years ago
  18. ed5bf01 ion: carveout heap: zero buffers on free, fix memory leak by Colin Cross · 11 years ago
  19. f63958d ion: fix sparse warnings by Colin Cross · 11 years ago
  20. 5c6a470 ion: use alloc_pages in system contig heap by Colin Cross · 11 years ago
  21. a053b6a ion: allow cached mappings of chunk and system heap buffers by Colin Cross · 11 years ago
  22. a305690 ion: remove ion_heap_alloc_pages by Colin Cross · 11 years ago
  23. 462be0c6 ion: use vm_insert_pfn for faulted pages by Colin Cross · 11 years ago
  24. e460bc5 ion: check return value from remap_pfn_range by Colin Cross · 11 years ago
  25. ce3d109 ion: free low memory from page pools first by Colin Cross · 11 years ago
  26. 8b312bb ion: optimize ion_heap_buffer_zero by Colin Cross · 11 years ago
  27. f0f0676 ion: add alignment check to carveout heap by Colin Cross · 11 years ago
  28. 797e88b ion: drop dependency on ARM by Colin Cross · 11 years ago
  29. ea725ec ion: Fix two small issues in system_heap allocation by John Stultz · 11 years ago
  30. f020b44 gpu: ion: fix use-after-free in ion_heap_freelist_drain by Mitchel Humpherys · 11 years ago
  31. db866e3 ion: clean up ioctls by Colin Cross · 11 years ago
  32. a82130f gpu: ion: remove unnecessary function from system heap by Colin Cross · 11 years ago
  33. e61fc91 ion: fix printk warnings by Colin Cross · 11 years ago
  34. 1d80453 ion: don't use phys_to_page or __phys_to_pfn by Colin Cross · 11 years ago
  35. 8be3759 ion: don't use __arm_ioremap to map pages by Colin Cross · 11 years ago
  36. b26661d ion: update idr to avoid deprecated apis by Colin Cross · 11 years ago
  37. ceff95d ion: add test device for unit tests to interact with dma_bufs by Colin Cross · 11 years ago
  38. c13d1df ion: check invalid values in ion_system_heap by Colin Cross · 11 years ago
  39. 06e0dca ion: convert sg_dma_len(sg) to sg->length by Colin Cross · 11 years ago
  40. e946b20 ion: fix dma APIs by Colin Cross · 11 years ago
  41. a14baf7 ion: fix crash when alloc len is -1 by Colin Cross · 11 years ago
  42. 83271f6 ion: hold reference to handle after ion_uhandle_get by Colin Cross · 11 years ago
  43. 687258f ion: Fix compat support to use proper compat ioctl numbers by John Stultz · 11 years ago
  44. c3a2fe0 ion: move userspace api into uapi/ion.h by Colin Cross · 11 years ago
  45. 9e57e10 gpu: ion: delete ion_system_mapper.c by Colin Cross · 11 years ago
  46. 827c849 ion: add compat_ioctl by Rom Lemarchand · 11 years ago
  47. b88fa73 ion: change ion_user_handle_t definition to int by Rom Lemarchand · 11 years ago
  48. 22b7f24 ion: add new ion_user_handle_t type for the user-space token by Rom Lemarchand · 11 years ago
  49. b4f8d24 ion: don't use id 0 for handle cookie by Colin Cross · 11 years ago
  50. e1cf368 ion: index client->handles rbtree by buffer by Colin Cross · 11 years ago
  51. 47b4045 ion: replace userspace handle cookies with idr by Colin Cross · 11 years ago
  52. 9e90765 ion: remove IS_ERR_OR_NULL by Colin Cross · 11 years ago
  53. dfc4a9b ion: convert map_kernel to return ERR_PTR by Colin Cross · 11 years ago
  54. 2540c73 ion: add free list size to heap debug files by Colin Cross · 11 years ago
  55. ea89faf ion: chunk_heap: fix leak in allocated counter by Colin Cross · 11 years ago
  56. c13bd1c gpu: ion: Fix performance issue in faulting code by Rebecca Schultz Zavin · 11 years ago
  57. 349c9e1 gpu: ion: add CMA heap by Benjamin Gaignard · 11 years ago
  58. 19007b1 gpu: ion: fix ion_platform_data definition by Benjamin Gaignard · 11 years ago
  59. d1cf3e9 ion: Add Kconfig dependency to ARM by John Stultz · 11 years ago
  60. 1584f40 gpu: ion: Remove __GFP_NO_KSWAPD by Arve Hjønnevåg · 11 years ago
  61. def5c49 gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hack by Arve Hjønnevåg · 11 years ago
  62. ea313b5 gpu: ion: Also shrink memory cached in the deferred free list by Rebecca Schultz Zavin · 11 years ago
  63. da4aab3 gpu: ion: Fix bug in ion shrinker by Rebecca Schultz Zavin · 11 years ago
  64. 57b5cd0 gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation time by Rebecca Schultz Zavin · 11 years ago
  65. e09539a gpu: ion: fix kfree/list_del order by JP Abgrall · 11 years ago
  66. fe2faea gpu: ion: Make ion_free asynchronous by Rebecca Schultz Zavin · 11 years ago
  67. 22ba432 gpu: ion: Add support for sharing buffers with dma buf kernel handles by Johan Mossberg · 11 years ago
  68. 88d4bda gpu: ion: Only flush buffers in the chunk heap if they were used cached by Rebecca Schultz Zavin · 11 years ago
  69. 0b6b2cd gpu: ion: Refactor the code to zero buffers by Rebecca Schultz Zavin · 11 years ago
  70. 77cbe82 gpu: ion: Modify zeroing code so it only allocates address space once by Rebecca Schultz Zavin · 11 years ago
  71. 2bb9f50 gpu: ion: Remove heapmask from client by Rebecca Schultz Zavin · 11 years ago
  72. 9122fe8 gpu: ion: Export ion_client_create by Johan Mossberg · 11 years ago
  73. 38eeeb5 gpu: ion: Clarify variable names and comments around heap ids v types by Rebecca Schultz Zavin · 11 years ago
  74. e3c2eb7 gpu: ion: Add chunk heap by Rebecca Schultz Zavin · 11 years ago
  75. 8898227 gpu: ion: Refactor common mapping functions out of system heap by Rebecca Schultz Zavin · 11 years ago
  76. cd69488 gpu: ion: Switch heap rbtree to a prio list by Rebecca Schultz Zavin · 11 years ago
  77. df0f6c7 gpu: ion: Fix bug where MAP ioctl was no longer supported by Rebecca Schultz Zavin · 11 years ago
  78. fa9bba5 gpu: ion: Modify reserve function for carveouts with no start address by Rebecca Schultz Zavin · 11 years ago
  79. 092c354 gpu: ion: fix compilation warning by Benjamin Gaignard · 11 years ago
  80. caaf3f1 gpu: ion: fix carveout ops by Benjamin Gaignard · 11 years ago
  81. 4f597ea gpu: ion: Fix bug in zeroing pages in system heap by Rebecca Schultz Zavin · 11 years ago
  82. b308a7c gpu: ion: Fix bug in ion_system_heap map_user by Rebecca Schultz Zavin · 11 years ago
  83. 8fae831 gpu: ion: Don't flush allocatoins that come from the page pools by Rebecca Schultz Zavin · 11 years ago
  84. 31b9432 gpu: ion: Clear GFP_WAIT flag on high order allocations by Rebecca Schultz Zavin · 11 years ago
  85. 8d7ab9a gpu: ion: Refactor locking by Rebecca Schultz Zavin · 11 years ago
  86. 797a95c gpu: ion: Switch to using a single shrink function by Rebecca Schultz Zavin · 11 years ago
  87. efee5a0 gpu: ion: Fix lockdep issue in ion_page_pool by Rebecca Schultz Zavin · 11 years ago
  88. 0fb9b81 gpu: ion: Fix several issues with page pool by Rebecca Schultz Zavin · 11 years ago
  89. ee4a498 gpu: ion: Modify gfp flags in ion_system_heap by Rebecca Schultz Zavin · 11 years ago
  90. 45b17a8 gpu: ion: Use the ion_page_pool from the system heap by Rebecca Schultz Zavin · 11 years ago
  91. 0214c7f gpu: ion: Add ion_page_pool. by Rebecca Schultz Zavin · 11 years ago
  92. 98d5d5f gpu: ion: use vmalloc to allocate page array to map kernel by Rebecca Schultz Zavin · 11 years ago
  93. b0599c0 gpu: ion: ion_system_heap: Fix bug preventing compilation by Rebecca Schultz Zavin · 11 years ago
  94. ba96a2e gpu: ion: Stop trying to allocate from an order on first failure by Rebecca Schultz Zavin · 11 years ago
  95. 13ba780 gpu: ion: optimize system heap for non fault buffers by Rebecca Schultz Zavin · 11 years ago
  96. 856661d gpu: ion: Add support for cached mappings that don't fault by Rebecca Schultz Zavin · 11 years ago
  97. d3c0bce gpu: ion: Fix memory leak of dirty bits by Rebecca Schultz Zavin · 11 years ago
  98. 5ad7bc3 gpu: ion: Add debug information for orphaned handles by Rebecca Schultz Zavin · 11 years ago
  99. 37bdbf0 gpu: ion: Fix bug in ion_free by Rebecca Schultz Zavin · 11 years ago
  100. 0e9c03a gpu: ion: Fix race between ion_import and ion_free by Rebecca Schultz Zavin · 11 years ago