1. 2a3fcc51 staging: ion: ion_cma_heap: Remove '0x' when using %pa format by Fabio Estevam · 10 years ago
  2. 53a91c6 staging: ion: Add private buffer flag to skip page pooling on free by Mitchel Humpherys · 10 years ago
  3. b9daf0b staging: ion: Move shrinker out of heaps by Colin Cross · 10 years ago
  4. 2803ac7 staging: ion: Make sure all clients are exposed in debugfs by Mitchel Humpherys · 10 years ago
  5. ae5cbf4 staging: ion: Store a copy of the client name on client creation by Mitchel Humpherys · 10 years ago
  6. 483ed03 staging: ion: Fix debugfs handling of multiple kernel clients by Laura Abbott · 10 years ago
  7. b08585fb staging: ion: Create separate heap and client debugfs directories by Mitchel Humpherys · 10 years ago
  8. a3e9ddb staging: android: Split uapi out of binder.h by Colin Cross · 10 years ago
  9. 64907b9 staging: android: split uapi out of sync.h and sw_sync.h by Colin Cross · 10 years ago
  10. fe8a78e staging: android: Split uapi out of ashmem.h by Colin Cross · 10 years ago
  11. a6b0961 staging: android: Split uapi out of android_alarm.h by Colin Cross · 10 years ago
  12. 6bc2b85 staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sig by Weijie Yang · 10 years ago
  13. 393f539 staging : android : sync : fix a checkpatch warning by Daeseok Youn · 10 years ago
  14. 0204c58 staging: android: timed_output: fix a checkpatch warning by Daeseok Youn · 10 years ago
  15. 5110898 staging : ion : Fix some checkpatch warnings and an error by Daeseok Youn · 10 years ago
  16. a894c69 staging: android: binder: use whitespace consistently by SeongJae Park · 10 years ago
  17. 7ca363f Merge branch 'staging-linus' into staging-work by Greg Kroah-Hartman · 10 years ago
  18. 54de9af gpu: ion: dereferencing an ERR_PTR by Dan Carpenter · 11 years ago
  19. 630127f staging: android: ion: dummy: fix an error code by Dan Carpenter · 11 years ago
  20. ab0c069 staging: ion: Use PTR_ERR_OR_ZERO by Sachin Kamat · 11 years ago
  21. 3a915dd ion: Fix sparse non static symbol warnings by Wei Yongjun · 11 years ago
  22. ac5b705 staging: android: sync: Signal pt before sync_timeline object gets destroyed by Prakash Kamliya · 11 years ago
  23. a33b2fc staging: ion: Fix build warning by John Stultz · 11 years ago
  24. 8666a87 staging: ion: Fix ION_IOC_FREE compat ioctl by Laura Abbott · 11 years ago
  25. c9e8440 staging: ion: Fix overflow and list bugs in system heap by Colin Cross · 11 years ago
  26. 077f6db9 staging: ashmem: Avoid deadlock between read and mmap calls by Todd Poynor · 11 years ago
  27. 5cf045f staging: sync: Fix a race condition between release_obj and print_obj by Alistair Strachan · 11 years ago
  28. bbd9ae8 staging: sw_sync: Add stubs for kernels without CONFIG_SW_SYNC by Greg Hackmann · 11 years ago
  29. 102f1a2 staging: don't use module_init in non-modular ion_dummy_driver.c by Paul Gortmaker · 11 years ago
  30. 18691f5 ion: dummy driver: use ARRAY_SIZE for nr of heaps by Tomas Winkler · 11 years ago
  31. 10f6f9c drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h" by Chen Gang · 11 years ago
  32. 4c45b1a ion: Add carveout and chunk heaps to dummy driver by John Stultz · 11 years ago
  33. 1184ead ion: Add dummy driver for testing by John Stultz · 11 years ago
  34. 07300f4 ion_test: Add compat_ioctl support (v2) by John Stultz · 11 years ago
  35. 6a72a70 staging: ion: Avoid using rt_mutexes directly by John Stultz · 11 years ago
  36. f4ea823 staging: ion: Fix possible null pointer dereference by John Stultz · 11 years ago
  37. 679bcc9 staging: ion: Add HAVE_MEMBLOCK config dependency by John Stultz · 11 years ago
  38. 1be544c gpu: ion: fix sparse non static symbol warnings by Wei Yongjun · 11 years ago
  39. d4ed510 gpu: ion: use module_platform_driver to simplify the code by Wei Yongjun · 11 years ago
  40. 0462e18 ion: remove ion_user_handle_t from ion_test.h by Colin Cross · 11 years ago
  41. 24b3aa0 ion: Reenable the build by John Stultz · 11 years ago
  42. 968141d ion: Don't allow building ION as a module. by John Stultz · 11 years ago
  43. b1aced6 ion: Update system heap shrinker to use the new count/scan interface by John Stultz · 11 years ago
  44. 024789a ion: Improve ION config description by John Stultz · 11 years ago
  45. e1d855b ion: Cleanup whitespace issues and other checkpatch problems by John Stultz · 11 years ago
  46. 661f82f ion: fix bugs in cma heap by Colin Cross · 11 years ago
  47. dd608dd ion: add alignment check to chunk heap by Colin Cross · 11 years ago
  48. df6cf5c ion: add helper to zero contiguous region of pages by Colin Cross · 11 years ago
  49. ed5bf01 ion: carveout heap: zero buffers on free, fix memory leak by Colin Cross · 11 years ago
  50. f63958d ion: fix sparse warnings by Colin Cross · 11 years ago
  51. 5c6a470 ion: use alloc_pages in system contig heap by Colin Cross · 11 years ago
  52. a053b6a ion: allow cached mappings of chunk and system heap buffers by Colin Cross · 11 years ago
  53. a305690 ion: remove ion_heap_alloc_pages by Colin Cross · 11 years ago
  54. 462be0c6 ion: use vm_insert_pfn for faulted pages by Colin Cross · 11 years ago
  55. e460bc5 ion: check return value from remap_pfn_range by Colin Cross · 11 years ago
  56. ce3d109 ion: free low memory from page pools first by Colin Cross · 11 years ago
  57. 8b312bb ion: optimize ion_heap_buffer_zero by Colin Cross · 11 years ago
  58. f0f0676 ion: add alignment check to carveout heap by Colin Cross · 11 years ago
  59. 797e88b ion: drop dependency on ARM by Colin Cross · 11 years ago
  60. ea725ec ion: Fix two small issues in system_heap allocation by John Stultz · 11 years ago
  61. f020b44 gpu: ion: fix use-after-free in ion_heap_freelist_drain by Mitchel Humpherys · 11 years ago
  62. db866e3 ion: clean up ioctls by Colin Cross · 11 years ago
  63. a82130f gpu: ion: remove unnecessary function from system heap by Colin Cross · 11 years ago
  64. e61fc91 ion: fix printk warnings by Colin Cross · 11 years ago
  65. 1d80453 ion: don't use phys_to_page or __phys_to_pfn by Colin Cross · 11 years ago
  66. 8be3759 ion: don't use __arm_ioremap to map pages by Colin Cross · 11 years ago
  67. b26661d ion: update idr to avoid deprecated apis by Colin Cross · 11 years ago
  68. ceff95d ion: add test device for unit tests to interact with dma_bufs by Colin Cross · 11 years ago
  69. c13d1df ion: check invalid values in ion_system_heap by Colin Cross · 11 years ago
  70. 06e0dca ion: convert sg_dma_len(sg) to sg->length by Colin Cross · 11 years ago
  71. e946b20 ion: fix dma APIs by Colin Cross · 11 years ago
  72. a14baf7 ion: fix crash when alloc len is -1 by Colin Cross · 11 years ago
  73. 83271f6 ion: hold reference to handle after ion_uhandle_get by Colin Cross · 11 years ago
  74. 687258f ion: Fix compat support to use proper compat ioctl numbers by John Stultz · 11 years ago
  75. c3a2fe0 ion: move userspace api into uapi/ion.h by Colin Cross · 11 years ago
  76. 9e57e10 gpu: ion: delete ion_system_mapper.c by Colin Cross · 11 years ago
  77. 827c849 ion: add compat_ioctl by Rom Lemarchand · 11 years ago
  78. b88fa73 ion: change ion_user_handle_t definition to int by Rom Lemarchand · 11 years ago
  79. 22b7f24 ion: add new ion_user_handle_t type for the user-space token by Rom Lemarchand · 11 years ago
  80. b4f8d24 ion: don't use id 0 for handle cookie by Colin Cross · 11 years ago
  81. e1cf368 ion: index client->handles rbtree by buffer by Colin Cross · 11 years ago
  82. 47b4045 ion: replace userspace handle cookies with idr by Colin Cross · 11 years ago
  83. 9e90765 ion: remove IS_ERR_OR_NULL by Colin Cross · 11 years ago
  84. dfc4a9b ion: convert map_kernel to return ERR_PTR by Colin Cross · 11 years ago
  85. 2540c73 ion: add free list size to heap debug files by Colin Cross · 11 years ago
  86. ea89faf ion: chunk_heap: fix leak in allocated counter by Colin Cross · 11 years ago
  87. c13bd1c gpu: ion: Fix performance issue in faulting code by Rebecca Schultz Zavin · 11 years ago
  88. 349c9e1 gpu: ion: add CMA heap by Benjamin Gaignard · 11 years ago
  89. 19007b1 gpu: ion: fix ion_platform_data definition by Benjamin Gaignard · 11 years ago
  90. d1cf3e9 ion: Add Kconfig dependency to ARM by John Stultz · 11 years ago
  91. 1584f40 gpu: ion: Remove __GFP_NO_KSWAPD by Arve Hjønnevåg · 11 years ago
  92. def5c49 gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hack by Arve Hjønnevåg · 11 years ago
  93. ea313b5 gpu: ion: Also shrink memory cached in the deferred free list by Rebecca Schultz Zavin · 11 years ago
  94. da4aab3 gpu: ion: Fix bug in ion shrinker by Rebecca Schultz Zavin · 11 years ago
  95. 57b5cd0 gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation time by Rebecca Schultz Zavin · 11 years ago
  96. e09539a gpu: ion: fix kfree/list_del order by JP Abgrall · 11 years ago
  97. fe2faea gpu: ion: Make ion_free asynchronous by Rebecca Schultz Zavin · 11 years ago
  98. 22ba432 gpu: ion: Add support for sharing buffers with dma buf kernel handles by Johan Mossberg · 11 years ago
  99. 88d4bda gpu: ion: Only flush buffers in the chunk heap if they were used cached by Rebecca Schultz Zavin · 11 years ago
  100. 0b6b2cd gpu: ion: Refactor the code to zero buffers by Rebecca Schultz Zavin · 11 years ago