1. 698f140 staging: android: ion: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  2. bc47e7d Staging: android: ion: fix typos in comments by Tristan Lelong · 10 years ago
  3. 17fbab1 staging: android: Assign bool to true by Tapasweni Pathak · 10 years ago
  4. 8e4ec4f staging: android: ion: Replace "the the " with "the" by Tapasweni Pathak · 10 years ago
  5. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  6. 765d368 android: ->f_op is never NULL by Al Viro · 10 years ago
  7. b66157f staging: android: ion: Remove redundant return of void function by Phong Tran · 10 years ago
  8. 04e1435 staging: android: ion: ion.c Add a new blank line after decleration by Phong Tran · 10 years ago
  9. d320c45 staging: android: ion: ion_dummy_driver.c Replace kzalloc() by kcalloc() by Phong Tran · 10 years ago
  10. 53ee983 Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  11. 80dd705 staging: ion: vm_insert_pfn and zap_page_range rely on CONFIG_MMU by Fabian Frederick · 10 years ago
  12. f0ca3e8 staging: android: ion: ion_cma_heap.c: Fix checkpatch warning by Phong Tran · 10 years ago
  13. 657b8db staging: ion: Remove left over comment by Sachin Kamat · 10 years ago
  14. 403f8af drivers: staging: android: ion: Kconfig: Let it also depend on HAS_DMA by Chen Gang · 10 years ago
  15. 3aac450 dma-buf: use reservation objects by Maarten Lankhorst · 10 years ago
  16. 895ae87 staging: ion: fixup invalid kfree() calls on heap destroy by Heesub Shin · 10 years ago
  17. 69b2b20 staging: android: ion: ion_chunk_heap.c: Fix checkpatch warning by Tair Rzayev · 10 years ago
  18. 6944561 staging: ion: optimize struct ion_system_heap by Heesub Shin · 10 years ago
  19. 06566f5 staging: ion: remove order argument from free_buffer_page() by Heesub Shin · 10 years ago
  20. 7eb88bf staging: ion: remove struct page_info by Heesub Shin · 10 years ago
  21. d10e4ff staging: ion: remove order from struct page_info by Heesub Shin · 10 years ago
  22. 0cd2dc4 staging: ion: shrink highmem pages on kswapd by Heesub Shin · 10 years ago
  23. bdeb9f1 staging: ion: use compound pages on high order pages for system heap by Heesub Shin · 10 years ago
  24. 38c003b staging: ion: remove struct ion_page_pool_item by Heesub Shin · 10 years ago
  25. 80cb77d staging: ion: simplify ion_page_pool_total() by Heesub Shin · 10 years ago
  26. 7924074 staging: ion: tidy up a bit by Heesub Shin · 10 years ago
  27. 22f6b97 staging: ion: WARN when the handle kmap_cnt is going to wrap around by Mitchel Humpherys · 10 years ago
  28. 10f6286 staging: android: fix missing a blank line after declarations by Seunghun Lee · 10 years ago
  29. b615201 Staging: android: ion: duplicated clearing of sg_table by Gioh Kim · 10 years ago
  30. 464a502 staging: android: ion: Use ERR_CAST instead of ERR_PTR by Iulia Manda · 10 years ago
  31. 164ad86 staging: android: ion: Replace seq_printf with seq_puts by Iulia Manda · 10 years ago
  32. 7287bb5 staging: android: ion: Fix quoted string split across lines by Iulia Manda · 10 years ago
  33. f71373c staging:android: Introduce the use of the managed version of kzalloc by Himangi Saraogi · 10 years ago
  34. 2a3fcc51 staging: ion: ion_cma_heap: Remove '0x' when using %pa format by Fabio Estevam · 10 years ago
  35. 53a91c6 staging: ion: Add private buffer flag to skip page pooling on free by Mitchel Humpherys · 10 years ago
  36. b9daf0b staging: ion: Move shrinker out of heaps by Colin Cross · 10 years ago
  37. 2803ac7 staging: ion: Make sure all clients are exposed in debugfs by Mitchel Humpherys · 10 years ago
  38. ae5cbf4 staging: ion: Store a copy of the client name on client creation by Mitchel Humpherys · 10 years ago
  39. 483ed03 staging: ion: Fix debugfs handling of multiple kernel clients by Laura Abbott · 10 years ago
  40. b08585fb staging: ion: Create separate heap and client debugfs directories by Mitchel Humpherys · 10 years ago
  41. 5110898 staging : ion : Fix some checkpatch warnings and an error by Daeseok Youn · 10 years ago
  42. 7ca363f Merge branch 'staging-linus' into staging-work by Greg Kroah-Hartman · 10 years ago
  43. 54de9af gpu: ion: dereferencing an ERR_PTR by Dan Carpenter · 11 years ago
  44. 630127f staging: android: ion: dummy: fix an error code by Dan Carpenter · 11 years ago
  45. ab0c069 staging: ion: Use PTR_ERR_OR_ZERO by Sachin Kamat · 11 years ago
  46. 3a915dd ion: Fix sparse non static symbol warnings by Wei Yongjun · 11 years ago
  47. a33b2fc staging: ion: Fix build warning by John Stultz · 11 years ago
  48. 8666a87 staging: ion: Fix ION_IOC_FREE compat ioctl by Laura Abbott · 11 years ago
  49. c9e8440 staging: ion: Fix overflow and list bugs in system heap by Colin Cross · 11 years ago
  50. 102f1a2 staging: don't use module_init in non-modular ion_dummy_driver.c by Paul Gortmaker · 11 years ago
  51. 18691f5 ion: dummy driver: use ARRAY_SIZE for nr of heaps by Tomas Winkler · 11 years ago
  52. 10f6f9c drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h" by Chen Gang · 11 years ago
  53. 4c45b1a ion: Add carveout and chunk heaps to dummy driver by John Stultz · 11 years ago
  54. 1184ead ion: Add dummy driver for testing by John Stultz · 11 years ago
  55. 07300f4 ion_test: Add compat_ioctl support (v2) by John Stultz · 11 years ago
  56. 6a72a70 staging: ion: Avoid using rt_mutexes directly by John Stultz · 11 years ago
  57. f4ea823 staging: ion: Fix possible null pointer dereference by John Stultz · 11 years ago
  58. 679bcc9 staging: ion: Add HAVE_MEMBLOCK config dependency by John Stultz · 11 years ago
  59. 1be544c gpu: ion: fix sparse non static symbol warnings by Wei Yongjun · 11 years ago
  60. d4ed510 gpu: ion: use module_platform_driver to simplify the code by Wei Yongjun · 11 years ago
  61. 968141d ion: Don't allow building ION as a module. by John Stultz · 11 years ago
  62. b1aced6 ion: Update system heap shrinker to use the new count/scan interface by John Stultz · 11 years ago
  63. 024789a ion: Improve ION config description by John Stultz · 11 years ago
  64. e1d855b ion: Cleanup whitespace issues and other checkpatch problems by John Stultz · 11 years ago
  65. 661f82f ion: fix bugs in cma heap by Colin Cross · 11 years ago
  66. dd608dd ion: add alignment check to chunk heap by Colin Cross · 11 years ago
  67. df6cf5c ion: add helper to zero contiguous region of pages by Colin Cross · 11 years ago
  68. ed5bf01 ion: carveout heap: zero buffers on free, fix memory leak by Colin Cross · 11 years ago
  69. f63958d ion: fix sparse warnings by Colin Cross · 11 years ago
  70. 5c6a470 ion: use alloc_pages in system contig heap by Colin Cross · 11 years ago
  71. a053b6a ion: allow cached mappings of chunk and system heap buffers by Colin Cross · 11 years ago
  72. a305690 ion: remove ion_heap_alloc_pages by Colin Cross · 11 years ago
  73. 462be0c6 ion: use vm_insert_pfn for faulted pages by Colin Cross · 11 years ago
  74. e460bc5 ion: check return value from remap_pfn_range by Colin Cross · 11 years ago
  75. ce3d109 ion: free low memory from page pools first by Colin Cross · 11 years ago
  76. 8b312bb ion: optimize ion_heap_buffer_zero by Colin Cross · 11 years ago
  77. f0f0676 ion: add alignment check to carveout heap by Colin Cross · 11 years ago
  78. 797e88b ion: drop dependency on ARM by Colin Cross · 11 years ago
  79. ea725ec ion: Fix two small issues in system_heap allocation by John Stultz · 11 years ago
  80. f020b44 gpu: ion: fix use-after-free in ion_heap_freelist_drain by Mitchel Humpherys · 11 years ago
  81. db866e3 ion: clean up ioctls by Colin Cross · 11 years ago
  82. a82130f gpu: ion: remove unnecessary function from system heap by Colin Cross · 11 years ago
  83. e61fc91 ion: fix printk warnings by Colin Cross · 11 years ago
  84. 1d80453 ion: don't use phys_to_page or __phys_to_pfn by Colin Cross · 11 years ago
  85. 8be3759 ion: don't use __arm_ioremap to map pages by Colin Cross · 11 years ago
  86. b26661d ion: update idr to avoid deprecated apis by Colin Cross · 11 years ago
  87. ceff95d ion: add test device for unit tests to interact with dma_bufs by Colin Cross · 11 years ago
  88. c13d1df ion: check invalid values in ion_system_heap by Colin Cross · 11 years ago
  89. 06e0dca ion: convert sg_dma_len(sg) to sg->length by Colin Cross · 11 years ago
  90. e946b20 ion: fix dma APIs by Colin Cross · 11 years ago
  91. a14baf7 ion: fix crash when alloc len is -1 by Colin Cross · 11 years ago
  92. 83271f6 ion: hold reference to handle after ion_uhandle_get by Colin Cross · 11 years ago
  93. 687258f ion: Fix compat support to use proper compat ioctl numbers by John Stultz · 11 years ago
  94. c3a2fe0 ion: move userspace api into uapi/ion.h by Colin Cross · 11 years ago
  95. 9e57e10 gpu: ion: delete ion_system_mapper.c by Colin Cross · 11 years ago
  96. 827c849 ion: add compat_ioctl by Rom Lemarchand · 11 years ago
  97. b88fa73 ion: change ion_user_handle_t definition to int by Rom Lemarchand · 11 years ago
  98. 22b7f24 ion: add new ion_user_handle_t type for the user-space token by Rom Lemarchand · 11 years ago
  99. b4f8d24 ion: don't use id 0 for handle cookie by Colin Cross · 11 years ago
  100. e1cf368 ion: index client->handles rbtree by buffer by Colin Cross · 11 years ago