summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion
Commit message (Expand)AuthorAgeFilesLines
* mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-2/+2
|\
| * scatterlist: use sg_phys()Dan Williams2015-08-171-2/+2
* | Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-08-315-22/+31
|\ \
| * | staging: android: Fixed line over 80 charJignesh R Patel2015-08-011-1/+2
| * | staging: ion: ion_cma_heap: Don't directly use dma_common_get_sgtableJon Medhurst (Tixy)2015-07-231-2/+1Star
| * | staging: ion: debugfs to shrink poolGioh Kim2015-07-151-13/+9Star
| * | staging: ion: shrink page-pool by page unitGioh Kim2015-07-152-4/+17
| * | staging: android: ion_chunk_heap.c: Fixed line over 80 charactersGuillermo O. Freschi2015-07-151-2/+2
| * | staging: android: ion: reorder variable definitionsDmitry Kalinkin2015-07-151-1/+1
| |/
* / char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-051-1/+2
|/
* Staging:Android:ion - Fix for memory leak if ion device registration get failed.Shailendra Verma2015-05-241-0/+1
* drivers/staging: include <module.h> for modular android tegra_ion codePaul Gortmaker2015-05-081-0/+1
* staging: android: ion_test: unregister the platform devicePhong Tran2015-05-081-1/+7
* staging: android: ion_test: unregister the misc devicePhong Tran2015-05-081-0/+12
* staging: ion: chunk_heap: use pr_debug for heap creation printMitchel Humpherys2015-05-081-1/+1
* Staging: fixed multiple spelling errors.Carlos E. Garcia2015-05-081-3/+3
* staging: android: ion: fix wrong init of dma_buf_export_infoSumit Semwal2015-04-211-5/+5
* dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-211-2/+7
* staging: android: ion_test: Add the MODULE_LICENSE macroPhong Tran2015-04-031-0/+1
* ion: improve ion_phys error messageMitchel Humpherys2015-03-201-2/+2
* staging: android: ion: fix some format stringsRasmus Villemoes2015-03-021-7/+7
* staging: ion: always initialize the free list parametersMitchel Humpherys2015-01-182-2/+3
* staging: ion: ion_cma_heap: remove ion_cma_get_sgtableZeng Tao2015-01-181-19/+1Star
* staging: android: ion: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-263-12/+6Star
* Staging: android: ion: fix typos in commentsTristan Lelong2014-11-043-4/+4
* staging: android: Assign bool to trueTapasweni Pathak2014-10-231-1/+1
* staging: android: ion: Replace "the the " with "the"Tapasweni Pathak2014-10-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-1/+1
|\
| * android: ->f_op is never NULLAl Viro2014-10-091-1/+1
* | staging: android: ion: Remove redundant return of void functionPhong Tran2014-08-165-6/+0Star
* | staging: android: ion: ion.c Add a new blank line after declerationPhong Tran2014-08-161-0/+1
* | staging: android: ion: ion_dummy_driver.c Replace kzalloc() by kcalloc()Phong Tran2014-08-161-1/+1
|/
* Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-055-57/+28Star
|\
| * staging: ion: vm_insert_pfn and zap_page_range rely on CONFIG_MMUFabian Frederick2014-07-311-1/+1
| * staging: android: ion: ion_cma_heap.c: Fix checkpatch warningPhong Tran2014-07-211-7/+2Star
| * staging: ion: Remove left over commentSachin Kamat2014-07-181-1/+0Star
| * drivers: staging: android: ion: Kconfig: Let it also depend on HAS_DMAChen Gang2014-07-091-1/+1
| * staging: ion: fixup invalid kfree() calls on heap destroyHeesub Shin2014-06-201-1/+0Star
| * staging: android: ion: ion_chunk_heap.c: Fix checkpatch warningTair Rzayev2014-06-201-1/+1
| * staging: ion: optimize struct ion_system_heapHeesub Shin2014-06-201-8/+5Star
| * staging: ion: remove order argument from free_buffer_page()Heesub Shin2014-06-201-5/+4Star
| * staging: ion: remove struct page_infoHeesub Shin2014-06-201-32/+15Star
| * staging: ion: remove order from struct page_infoHeesub Shin2014-06-201-6/+5Star
* | dma-buf: use reservation objectsMaarten Lankhorst2014-07-081-1/+2
|/
* staging: ion: shrink highmem pages on kswapdHeesub Shin2014-05-291-1/+5
* staging: ion: use compound pages on high order pages for system heapHeesub Shin2014-05-292-2/+4
* staging: ion: remove struct ion_page_pool_itemHeesub Shin2014-05-291-22/+5Star
* staging: ion: simplify ion_page_pool_total()Heesub Shin2014-05-291-5/+5
* staging: ion: tidy up a bitHeesub Shin2014-05-293-33/+28Star