aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-29staging: lowmemorykiller: remove bogus NULL checkDan Carpenter1-1/+1
2016-04-29staging: android: ion: dummy: fix dereference of ERR_PTRSudip Mukherjee1-0/+2
2016-04-29Staging: android: modify memory allocation style in ion_chunk_heap.cBen Marsh1-2/+2
2016-04-29Staging: android: modify memory allocation style in ion_test.cBen Marsh1-1/+1
2016-04-29staging: android: ion: make locally used functions staticMarkus Böhme1-3/+3
2016-04-29dma-buf/sync_file: de-stage sync_fileGustavo Padovan3-396/+2
2016-04-29dma-buf/sync_file: de-stage sync_file headersGustavo Padovan5-162/+5
2016-04-29staging/android: style fix: alignment to match the open parenthesisGustavo Padovan1-4/+4
2016-04-29staging/android: improve documentation for sync_fileGustavo Padovan2-3/+4
2016-04-29staging/android: prepare sync_file for de-stagingGustavo Padovan7-411/+455
2016-04-29staging/android: remove name arg from sync_file_create()Gustavo Padovan3-10/+11
2016-04-29staging/android: make sync_file_fdget() staticGustavo Padovan2-3/+1
2016-04-29staging/android: make sync_file_merge() staticGustavo Padovan2-5/+2
2016-04-29staging/android: move sync_file functions comments to sync.cGustavo Padovan2-32/+25
2016-04-29staging/android: drop sync_file_install() and sync_file_put()Gustavo Padovan3-37/+6
2016-04-29staging/android: remove redundant comments on sync_merge_dataGustavo Padovan1-5/+5
2016-04-29staging/android: refactor SYNC IOCTLsGustavo Padovan2-45/+67
2016-04-29staging: android: Fix grammar error in Kconfig fileLeo Sperling1-1/+1
2016-04-04android,lowmemorykiller: Don't abuse TIF_MEMDIE.Tetsuo Handa1-7/+2
2016-03-30Staging: android: change memory allocation style in ion.cBen Marsh1-5/+5
2016-03-30android: remove timed output/gpio driverRob Herring6-362/+0
2016-03-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+4
2016-03-22staging: android: ion_test: fix check of platform_device_register_simple() error codeVladimir Zapolskiy1-2/+2
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-6/+4
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson1-2/+4
2016-03-11staging: android: ion: fix up file modeGreg Kroah-Hartman1-0/+0
2016-03-11staging: ion: debugfs invalid gfp maskDerek Yerger1-2/+2
2016-03-11staging: lowmemorykiller: fix 2 checks that checkpatch complainedSandeep Jain1-0/+2
2016-03-11Staging: android: ashmem.c: Convert macros page_range_{subsumes/subsumed_by/in}_range to static inline functionBhumika Goyal1-7/+16
2016-03-11Staging: android: ashmem.c: Redefine macros as static inline functionsBhumika Goyal1-4/+8
2016-03-11staging: android: Use devm_kcalloc instead of devm_kzallocAmitoj Kaur Chawla1-3/+2
2016-03-11staging: android: Replace min_t/max_t with min/maxAmitoj Kaur Chawla1-2/+2
2016-03-11staging: android: ion: tegra: Replace IS_ERR_OR_NULL with IS_ERRAmitoj Kaur Chawla1-1/+1
2016-03-11staging: android: ion: tegra: Use devm_kcalloc instead of devm_kzallocAmitoj Kaur Chawla1-3/+2
2016-03-11staging: android: ion: hisilicon: Remove useless return variablesBhaktipriya Shridhar1-4/+1
2016-03-11Staging: android: change memory allocation style in ion_carveout_heap.cBen Marsh1-1/+1
2016-03-11Staging: Android: align code with open parenthesis in ion_carveout_heap.cBen Marsh1-1/+1
2016-03-11Staging: Android: change memory allocation style in ion_carveout_heap.cBen Marsh1-1/+1
2016-03-11staging/android/ion : fix a race condition in the ion driverEunTaik Lee1-13/+42
2016-02-20staging: android: Remove unneeded else following a returnJanani Ravichandran1-1/+1
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen1-2/+2
2016-02-14drivers/staging/android: don't use modular references in sync_debug.cPaul Gortmaker1-8/+0
2016-02-09dma-buf: Remove range-based flushTiago Vignatti2-6/+4
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