summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion
Commit message (Expand)AuthorAgeFilesLines
* staging: android: ion: Remove redundant return of void functionPhong Tran2014-08-165-6/+0
* 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-045-57/+28
|\
| * staging: ion: vm_insert_pfn and zap_page_range rely on CONFIG_MMUFabian Frederick2014-07-301-1/+1
| * staging: android: ion: ion_cma_heap.c: Fix checkpatch warningPhong Tran2014-07-211-7/+2
| * staging: ion: Remove left over commentSachin Kamat2014-07-171-1/+0
| * drivers: staging: android: ion: Kconfig: Let it also depend on HAS_DMAChen Gang2014-07-081-1/+1
| * staging: ion: fixup invalid kfree() calls on heap destroyHeesub Shin2014-06-191-1/+0
| * staging: android: ion: ion_chunk_heap.c: Fix checkpatch warningTair Rzayev2014-06-191-1/+1
| * staging: ion: optimize struct ion_system_heapHeesub Shin2014-06-191-8/+5
| * staging: ion: remove order argument from free_buffer_page()Heesub Shin2014-06-191-5/+4
| * staging: ion: remove struct page_infoHeesub Shin2014-06-191-32/+15
| * staging: ion: remove order from struct page_infoHeesub Shin2014-06-191-6/+5
* | 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/+5
* staging: ion: simplify ion_page_pool_total()Heesub Shin2014-05-291-5/+5
* staging: ion: tidy up a bitHeesub Shin2014-05-293-33/+28
* staging: ion: WARN when the handle kmap_cnt is going to wrap aroundMitchel Humpherys2014-05-241-0/+4
* staging: android: fix missing a blank line after declarationsSeunghun Lee2014-05-034-0/+18
* Staging: android: ion: duplicated clearing of sg_tableGioh Kim2014-04-253-4/+4
* staging: android: ion: Use ERR_CAST instead of ERR_PTRIulia Manda2014-03-131-3/+3
* staging: android: ion: Replace seq_printf with seq_putsIulia Manda2014-03-131-5/+5
* staging: android: ion: Fix quoted string split across linesIulia Manda2014-03-131-4/+3
* staging:android: Introduce the use of the managed version of kzallocHimangi Saraogi2014-03-071-6/+4
* staging: ion: ion_cma_heap: Remove '0x' when using %pa formatFabio Estevam2014-02-181-1/+1
* staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys2014-02-183-6/+59
* staging: ion: Move shrinker out of heapsColin Cross2014-02-185-77/+85
* staging: ion: Make sure all clients are exposed in debugfsMitchel Humpherys2014-02-181-2/+36
* staging: ion: Store a copy of the client name on client creationMitchel Humpherys2014-02-181-6/+13
* staging: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott2014-02-181-5/+5
* staging: ion: Create separate heap and client debugfs directoriesMitchel Humpherys2014-02-181-8/+49
* staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn2014-02-112-18/+17
* Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman2014-02-085-12/+35
|\
| * gpu: ion: dereferencing an ERR_PTRDan Carpenter2014-02-071-1/+1
| * staging: android: ion: dummy: fix an error codeDan Carpenter2014-02-071-1/+1
| * staging: ion: Fix build warningJohn Stultz2014-02-071-0/+1
| * staging: ion: Fix ION_IOC_FREE compat ioctlLaura Abbott2014-02-071-4/+22
| * staging: ion: Fix overflow and list bugs in system heapColin Cross2014-02-071-1/+5
| * staging: don't use module_init in non-modular ion_dummy_driver.cPaul Gortmaker2014-02-071-4/+3
| * ion: dummy driver: use ARRAY_SIZE for nr of heapsTomas Winkler2014-02-071-1/+1
| * drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h"Chen Gang2014-02-071-0/+1
* | staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat2014-02-072-4/+3
* | ion: Fix sparse non static symbol warningsWei Yongjun2014-02-071-6/+6
|/
* ion: Add carveout and chunk heaps to dummy driverJohn Stultz2014-01-091-1/+66
* ion: Add dummy driver for testingJohn Stultz2014-01-093-0/+106
* ion_test: Add compat_ioctl support (v2)John Stultz2013-12-191-0/+1
* staging: ion: Avoid using rt_mutexes directlyJohn Stultz2013-12-172-13/+17