aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-29staging: android: ion: dummy: fix dereference of ERR_PTRSudip Mukherjee1-0/+2
2016-04-29Staging: android: modify memory allocation style in ion_chunk_heap.cBen Marsh1-2/+2
2016-04-29Staging: android: modify memory allocation style in ion_test.cBen Marsh1-1/+1
2016-04-29staging: android: ion: make locally used functions staticMarkus Böhme1-3/+3
2016-03-30Staging: android: change memory allocation style in ion.cBen Marsh1-5/+5
2016-03-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+4
2016-03-22staging: android: ion_test: fix check of platform_device_register_simple() error codeVladimir Zapolskiy1-2/+2
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-6/+4
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson1-2/+4
2016-03-11staging: android: ion: fix up file modeGreg Kroah-Hartman1-0/+0
2016-03-11staging: ion: debugfs invalid gfp maskDerek Yerger1-2/+2
2016-03-11staging: android: ion: tegra: Replace IS_ERR_OR_NULL with IS_ERRAmitoj Kaur Chawla1-1/+1
2016-03-11staging: android: ion: tegra: Use devm_kcalloc instead of devm_kzallocAmitoj Kaur Chawla1-3/+2
2016-03-11staging: android: ion: hisilicon: Remove useless return variablesBhaktipriya Shridhar1-4/+1
2016-03-11Staging: android: change memory allocation style in ion_carveout_heap.cBen Marsh1-1/+1
2016-03-11Staging: Android: align code with open parenthesis in ion_carveout_heap.cBen Marsh1-1/+1
2016-03-11Staging: Android: change memory allocation style in ion_carveout_heap.cBen Marsh1-1/+1
2016-03-11staging/android/ion : fix a race condition in the ion driverEunTaik Lee1-13/+42
2016-02-09dma-buf: Remove range-based flushTiago Vignatti2-6/+4
2016-02-07ion:synchronize debugfs callback and ion_client_destroyNeil Zhang1-0/+44
2016-02-07staging/ion: Add support to get ion handle from dma bufRohit kumar2-12/+34
2016-02-07Staging: Android: memory allocation style change in ion_page_pool.cBen Marsh1-2/+2
2016-02-07staging: android: ion: Set the length of the DMA sg entries in bufferLiviu Dudau1-1/+3
2016-02-07staging: ion : Donnot wakeup kswapd in ion system allocChen Feng1-1/+1
2016-02-07staging: ion: Set minimum carveout heap allocation order to PAGE_SHIFTRajmal Menariya1-1/+1
2016-01-13Merge tag 'staging-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds6-3/+240
2015-12-21staging: android: ion: Add ion driver for Hi6220 SoC platformChen Feng5-0/+237
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams1-2/+2
2015-11-15staging: android: replace explicit NULL comparisonIoana Ciornei1-3/+3
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-10-24staging: ion: Remove explicit NULL comparisonMuhammad Falak R Wani1-1/+1
2015-10-13"drivers/staging: mark android/ion fcns with EXPORT_SYMBOL for tristatePaul Gortmaker2-0/+5
2015-10-12drivers/staging: make android tegra_ion.c properly tristatePaul Gortmaker1-1/+1
2015-10-12drivers/staging: make android ion_page_pool.c explicitly non-modularPaul Gortmaker1-8/+2
2015-10-02staging: ion: Fix error handling in ion_buffer_createRohit kumar1-9/+5
2015-09-29staging: android: Fix checkpatch block comments warningsSriram Raghunathan6-23/+36
2015-09-17staging: ion: fix corruption of ion_import_dma_bufShawn Lin1-3/+3
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-08-31Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-22/+31
2015-08-17scatterlist: use sg_phys()Dan Williams1-2/+2
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-1/+2
2015-07-31staging: android: Fixed line over 80 charJignesh R Patel1-1/+2
2015-07-22staging: ion: ion_cma_heap: Don't directly use dma_common_get_sgtableJon Medhurst (Tixy)1-2/+1
2015-07-14staging: ion: debugfs to shrink poolGioh Kim1-13/+9
2015-07-14staging: ion: shrink page-pool by page unitGioh Kim2-4/+17
2015-07-14staging: android: ion_chunk_heap.c: Fixed line over 80 charactersGuillermo O. Freschi1-2/+2
2015-07-14staging: android: ion: reorder variable definitionsDmitry Kalinkin1-1/+1
2015-05-24Staging:Android:ion - Fix for memory leak if ion device registration get failed.Shailendra Verma1-0/+1
2015-05-08drivers/staging: include <module.h> for modular android tegra_ion codePaul Gortmaker1-0/+1