summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
AgeCommit message (Expand)AuthorFilesLines
2016-02-20staging: android: Remove unneeded else following a returnJanani Ravichandran1-1/+1
2016-02-14drivers/staging/android: don't use modular references in sync_debug.cPaul Gortmaker1-8/+0
2016-02-07ion:synchronize debugfs callback and ion_client_destroyNeil Zhang1-0/+44
2016-02-07staging/ion: Add support to get ion handle from dma bufRohit kumar2-12/+34
2016-02-07staging/android: remove len field from struct sync_fence_infoGustavo Padovan2-5/+1
2016-02-07staging/android: remove driver_data from struct sync_fence_infoGustavo Padovan4-46/+1
2016-02-07staging/android: rename sync_file_info_data to sync_file_infoGustavo Padovan2-18/+17
2016-02-07staging/android: rename sync_pt_info to sync_fence_infoGustavo Padovan2-11/+11
2016-02-07staging/android: remove SYNC_WAIT ioctlGustavo Padovan4-116/+0
2016-02-07Staging: Android: memory allocation style change in ion_page_pool.cBen Marsh1-2/+2
2016-02-07staging/android: remove sync_fence_create_dma()Gustavo Padovan2-17/+1
2016-02-07staging/android: remove pointless sync_timeline_signal at destroy phaseGustavo Padovan1-4/+0
2016-02-07staging/android: remove unused var from sync_timeline_signal()Gustavo Padovan1-1/+0
2016-02-07staging/android: remove struct sync_ptGustavo Padovan6-147/+111
2016-02-07staging/android: rename 'sync_pt' to 'fence' in struct sync_fence_cbGustavo Padovan3-12/+12
2016-02-07staging/android: rename sync_fence to sync_fileGustavo Padovan5-214/+221
2016-02-07staging/android: move SW_SYNC_USER to a debugfs fileGustavo Padovan3-139/+117
2016-02-07staging/android: create a 'sync' dir for debugfs informationGustavo Padovan1-4/+17
2016-02-07staging/android: remove not used sync_timeline opsGustavo Padovan3-53/+1
2016-02-07staging/android: sync: remove interfaces that are not usedGustavo Padovan3-121/+0
2016-02-07staging/android: fix sync framework documentationGustavo Padovan1-24/+21
2016-02-07staging: android: ion: Set the length of the DMA sg entries in bufferLiviu Dudau1-1/+3
2016-02-07staging: ion : Donnot wakeup kswapd in ion system allocChen Feng1-1/+1
2016-02-07Staging: android: Fix brace coding style warning in sync_debug.cBopamo Osaisai1-2/+1
2016-02-07staging: ion: Set minimum carveout heap allocation order to PAGE_SHIFTRajmal Menariya1-1/+1
2016-02-07staging: lowmemorykiller: Make default lowmemorykiller debug message usefulColin Cross1-7/+17
2016-02-07staging: ashmem: Add missing includeRom Lemarchand1-0/+1
2016-02-07staging: ashmem: Avoid deadlock with mmap/shrinkLaura Abbott1-1/+3
2016-01-13Merge tag 'staging-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-55/+321
2015-12-21android: unconditionally remove callbacks in sync_fence_free()Dmitry Torokhov1-4/+2
2015-12-21staging/android/sync: add sync_fence_create_dmaMaarten Lankhorst2-4/+19
2015-12-21staging/android/sync: Support sync points created from dma-fencesMaarten Lankhorst1-20/+22
2015-12-21staging: android: ashmem.c: destroy slabs when init failsWenwei Tao1-4/+11
2015-12-21staging: android: ion: Add ion driver for Hi6220 SoC platformChen Feng5-0/+237
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams1-2/+2
2015-12-14staging/android: add TODO to de-stage android sync frameworkGustavo Padovan1-0/+8
2015-11-15staging: android: remove multiple blank linesIoana Ciornei1-1/+0
2015-11-15staging: android: properly align function argumentsIoana Ciornei3-9/+9
2015-11-15staging: android: replace uint32_t with u32Ioana Ciornei1-1/+1
2015-11-15staging: android: replace explicit NULL comparisonIoana Ciornei2-12/+12
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-10-24staging: ion: Remove explicit NULL comparisonMuhammad Falak R Wani1-1/+1
2015-10-13"drivers/staging: mark android/ion fcns with EXPORT_SYMBOL for tristatePaul Gortmaker2-0/+5
2015-10-12drivers/staging: make android timed_output.c explicitly non-modularPaul Gortmaker1-13/+3
2015-10-12drivers/staging: make android lowmemorykiller.c explicitly non-modularPaul Gortmaker1-11/+7
2015-10-12drivers/staging: make android sw_sync.c explicitly non-modularPaul Gortmaker1-9/+2
2015-10-12drivers/staging: make android ashmem.c explicitly non-modularPaul Gortmaker1-17/+3
2015-10-12drivers/staging: make android tegra_ion.c properly tristatePaul Gortmaker1-1/+1
2015-10-12drivers/staging: make android ion_page_pool.c explicitly non-modularPaul Gortmaker1-8/+2
2015-10-04android, lmk: Send SIGKILL before setting TIF_MEMDIE.Tetsuo Handa1-8/+4