summaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion
AgeCommit message (Expand)Author
2016-08-21ION: Sys_heap: Add cached pool to spead up cached buffer allocChen Feng
2016-08-18Staging: android: ion: ion_test.c: fix parenthesis alignmentBen LeMasurier
2016-08-18Staging: android: ion: ion_heap.c: fix parenthesis alignmentBen LeMasurier
2016-08-15staging: android: ion: fix 'line over 80 characters'Didik Setiawan
2016-08-15staging: android: ion: Get rid of ion_reserveLaura Abbott
2016-08-15staging: android: ion: Drop ion_carveout_allocate definitionsLaura Abbott
2016-08-15staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott
2016-08-15staging: android: ion: Drop ion_phys interfaceLaura Abbott
2016-08-15staging: android: ion: Get rid of ion_sg_tableLaura Abbott
2016-04-30staging: android: ion: dummy: fix dereference of ERR_PTRSudip Mukherjee
2016-04-30Staging: android: modify memory allocation style in ion_chunk_heap.cBen Marsh
2016-04-30Staging: android: modify memory allocation style in ion_test.cBen Marsh
2016-04-30staging: android: ion: make locally used functions staticMarkus Böhme
2016-03-31Staging: android: change memory allocation style in ion.cBen Marsh
2016-03-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-23staging: android: ion_test: fix check of platform_device_register_simple() er...Vladimir Zapolskiy
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson
2016-03-12staging: android: ion: fix up file modeGreg Kroah-Hartman
2016-03-12staging: ion: debugfs invalid gfp maskDerek Yerger
2016-03-12staging: android: ion: tegra: Replace IS_ERR_OR_NULL with IS_ERRAmitoj Kaur Chawla
2016-03-12staging: android: ion: tegra: Use devm_kcalloc instead of devm_kzallocAmitoj Kaur Chawla
2016-03-12staging: android: ion: hisilicon: Remove useless return variablesBhaktipriya Shridhar
2016-03-12Staging: android: change memory allocation style in ion_carveout_heap.cBen Marsh
2016-03-12Staging: Android: align code with open parenthesis in ion_carveout_heap.cBen Marsh
2016-03-12Staging: Android: change memory allocation style in ion_carveout_heap.cBen Marsh
2016-03-12staging/android/ion : fix a race condition in the ion driverEunTaik Lee
2016-02-09dma-buf: Remove range-based flushTiago Vignatti
2016-02-08ion:synchronize debugfs callback and ion_client_destroyNeil Zhang
2016-02-08staging/ion: Add support to get ion handle from dma bufRohit kumar
2016-02-08Staging: Android: memory allocation style change in ion_page_pool.cBen Marsh
2016-02-08staging: android: ion: Set the length of the DMA sg entries in bufferLiviu Dudau
2016-02-08staging: ion : Donnot wakeup kswapd in ion system allocChen Feng
2016-02-08staging: ion: Set minimum carveout heap allocation order to PAGE_SHIFTRajmal Menariya
2016-01-13Merge tag 'staging-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-12-21staging: android: ion: Add ion driver for Hi6220 SoC platformChen Feng
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams
2015-11-16staging: android: replace explicit NULL comparisonIoana Ciornei
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-25staging: ion: Remove explicit NULL comparisonMuhammad Falak R Wani
2015-10-13"drivers/staging: mark android/ion fcns with EXPORT_SYMBOL for tristatePaul Gortmaker
2015-10-13drivers/staging: make android tegra_ion.c properly tristatePaul Gortmaker
2015-10-13drivers/staging: make android ion_page_pool.c explicitly non-modularPaul Gortmaker
2015-10-02staging: ion: Fix error handling in ion_buffer_createRohit kumar
2015-09-29staging: android: Fix checkpatch block comments warningsSriram Raghunathan
2015-09-17staging: ion: fix corruption of ion_import_dma_bufShawn Lin
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-31Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-08-17scatterlist: use sg_phys()Dan Williams