summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion
AgeCommit message (Expand)AuthorLines
2015-01-17staging: ion: always initialize the free list parametersMitchel Humpherys-2/+3
2015-01-17staging: ion: ion_cma_heap: remove ion_cma_get_sgtableZeng Tao-19/+1
2014-11-26staging: android: ion: Deletion of unnecessary checks before two function callsMarkus Elfring-12/+6
2014-11-03Staging: android: ion: fix typos in commentsTristan Lelong-4/+4
2014-10-23staging: android: Assign bool to trueTapasweni Pathak-1/+1
2014-10-20staging: android: ion: Replace "the the " with "the"Tapasweni Pathak-1/+1
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2014-10-09android: ->f_op is never NULLAl Viro-1/+1
2014-08-16staging: android: ion: Remove redundant return of void functionPhong Tran-6/+0
2014-08-16staging: android: ion: ion.c Add a new blank line after declerationPhong Tran-0/+1
2014-08-16staging: android: ion: ion_dummy_driver.c Replace kzalloc() by kcalloc()Phong Tran-1/+1
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-57/+28
2014-07-30staging: ion: vm_insert_pfn and zap_page_range rely on CONFIG_MMUFabian Frederick-1/+1
2014-07-21staging: android: ion: ion_cma_heap.c: Fix checkpatch warningPhong Tran-7/+2
2014-07-17staging: ion: Remove left over commentSachin Kamat-1/+0
2014-07-08drivers: staging: android: ion: Kconfig: Let it also depend on HAS_DMAChen Gang-1/+1
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst-1/+2
2014-06-19staging: ion: fixup invalid kfree() calls on heap destroyHeesub Shin-1/+0
2014-06-19staging: android: ion: ion_chunk_heap.c: Fix checkpatch warningTair Rzayev-1/+1
2014-06-19staging: ion: optimize struct ion_system_heapHeesub Shin-8/+5
2014-06-19staging: ion: remove order argument from free_buffer_page()Heesub Shin-5/+4
2014-06-19staging: ion: remove struct page_infoHeesub Shin-32/+15
2014-06-19staging: ion: remove order from struct page_infoHeesub Shin-6/+5
2014-05-29staging: ion: shrink highmem pages on kswapdHeesub Shin-1/+5
2014-05-29staging: ion: use compound pages on high order pages for system heapHeesub Shin-2/+4
2014-05-29staging: ion: remove struct ion_page_pool_itemHeesub Shin-22/+5
2014-05-29staging: ion: simplify ion_page_pool_total()Heesub Shin-5/+5
2014-05-29staging: ion: tidy up a bitHeesub Shin-33/+28
2014-05-24staging: ion: WARN when the handle kmap_cnt is going to wrap aroundMitchel Humpherys-0/+4
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee-0/+18
2014-04-25Staging: android: ion: duplicated clearing of sg_tableGioh Kim-4/+4
2014-03-13staging: android: ion: Use ERR_CAST instead of ERR_PTRIulia Manda-3/+3
2014-03-13staging: android: ion: Replace seq_printf with seq_putsIulia Manda-5/+5
2014-03-13staging: android: ion: Fix quoted string split across linesIulia Manda-4/+3
2014-03-07staging:android: Introduce the use of the managed version of kzallocHimangi Saraogi-6/+4
2014-02-18staging: ion: ion_cma_heap: Remove '0x' when using %pa formatFabio Estevam-1/+1
2014-02-18staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys-6/+59
2014-02-18staging: ion: Move shrinker out of heapsColin Cross-77/+85
2014-02-18staging: ion: Make sure all clients are exposed in debugfsMitchel Humpherys-2/+36
2014-02-18staging: ion: Store a copy of the client name on client creationMitchel Humpherys-6/+13
2014-02-18staging: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott-5/+5
2014-02-18staging: ion: Create separate heap and client debugfs directoriesMitchel Humpherys-8/+49
2014-02-11staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn-18/+17
2014-02-08Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman-12/+35
2014-02-07gpu: ion: dereferencing an ERR_PTRDan Carpenter-1/+1
2014-02-07staging: android: ion: dummy: fix an error codeDan Carpenter-1/+1
2014-02-07staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat-4/+3
2014-02-07ion: Fix sparse non static symbol warningsWei Yongjun-6/+6
2014-02-07staging: ion: Fix build warningJohn Stultz-0/+1
2014-02-07staging: ion: Fix ION_IOC_FREE compat ioctlLaura Abbott-4/+22