aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion
AgeCommit message (Expand)AuthorFilesLines
2014-05-29staging: ion: shrink highmem pages on kswapdHeesub Shin1-1/+5
2014-05-29staging: ion: use compound pages on high order pages for system heapHeesub Shin2-2/+4
2014-05-29staging: ion: remove struct ion_page_pool_itemHeesub Shin1-22/+5
2014-05-29staging: ion: simplify ion_page_pool_total()Heesub Shin1-5/+5
2014-05-29staging: ion: tidy up a bitHeesub Shin3-33/+28
2014-05-24staging: ion: WARN when the handle kmap_cnt is going to wrap aroundMitchel Humpherys1-0/+4
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee4-0/+18
2014-04-25Staging: android: ion: duplicated clearing of sg_tableGioh Kim3-4/+4
2014-03-13staging: android: ion: Use ERR_CAST instead of ERR_PTRIulia Manda1-3/+3
2014-03-13staging: android: ion: Replace seq_printf with seq_putsIulia Manda1-5/+5
2014-03-13staging: android: ion: Fix quoted string split across linesIulia Manda1-4/+3
2014-03-07staging:android: Introduce the use of the managed version of kzallocHimangi Saraogi1-6/+4
2014-02-18staging: ion: ion_cma_heap: Remove '0x' when using %pa formatFabio Estevam1-1/+1
2014-02-18staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys3-6/+59
2014-02-18staging: ion: Move shrinker out of heapsColin Cross5-77/+85
2014-02-18staging: ion: Make sure all clients are exposed in debugfsMitchel Humpherys1-2/+36
2014-02-18staging: ion: Store a copy of the client name on client creationMitchel Humpherys1-6/+13
2014-02-18staging: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott1-5/+5
2014-02-18staging: ion: Create separate heap and client debugfs directoriesMitchel Humpherys1-8/+49
2014-02-11staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn2-18/+17
2014-02-08Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman5-12/+35
2014-02-07gpu: ion: dereferencing an ERR_PTRDan Carpenter1-1/+1
2014-02-07staging: android: ion: dummy: fix an error codeDan Carpenter1-1/+1
2014-02-07staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat2-4/+3
2014-02-07ion: Fix sparse non static symbol warningsWei Yongjun1-6/+6
2014-02-07staging: ion: Fix build warningJohn Stultz1-0/+1
2014-02-07staging: ion: Fix ION_IOC_FREE compat ioctlLaura Abbott1-4/+22
2014-02-07staging: ion: Fix overflow and list bugs in system heapColin Cross1-1/+5
2014-02-07staging: don't use module_init in non-modular ion_dummy_driver.cPaul Gortmaker1-4/+3
2014-02-07ion: dummy driver: use ARRAY_SIZE for nr of heapsTomas Winkler1-1/+1
2014-02-07drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h"Chen Gang1-0/+1
2014-01-09ion: Add carveout and chunk heaps to dummy driverJohn Stultz1-1/+66
2014-01-09ion: Add dummy driver for testingJohn Stultz3-0/+106
2013-12-19ion_test: Add compat_ioctl support (v2)John Stultz1-0/+1
2013-12-17staging: ion: Avoid using rt_mutexes directlyJohn Stultz2-13/+17
2013-12-17staging: ion: Fix possible null pointer dereferenceJohn Stultz1-1/+6
2013-12-17staging: ion: Add HAVE_MEMBLOCK config dependencyJohn Stultz1-0/+1
2013-12-16gpu: ion: fix sparse non static symbol warningsWei Yongjun1-6/+5
2013-12-16gpu: ion: use module_platform_driver to simplify the codeWei Yongjun1-12/+1
2013-12-15ion: Don't allow building ION as a module.John Stultz1-1/+1
2013-12-14ion: Update system heap shrinker to use the new count/scan interfaceJohn Stultz1-12/+28
2013-12-14ion: Improve ION config descriptionJohn Stultz1-2/+6
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz8-35/+37
2013-12-14ion: fix bugs in cma heapColin Cross1-1/+14
2013-12-14ion: add alignment check to chunk heapColin Cross1-0/+3
2013-12-14ion: add helper to zero contiguous region of pagesColin Cross4-48/+58
2013-12-14ion: carveout heap: zero buffers on free, fix memory leakColin Cross1-21/+48
2013-12-14ion: fix sparse warningsColin Cross7-38/+37
2013-12-14ion: use alloc_pages in system contig heapColin Cross1-23/+48
2013-12-14ion: allow cached mappings of chunk and system heap buffersColin Cross2-6/+0