aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/gregkh/stagingLinus Torvalds13-55/+321