aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-20staging: android: Remove unneeded else following a returnJanani Ravichandran1-1/+1
2016-02-07staging/android: remove len field from struct sync_fence_infoGustavo Padovan1-3/+1
2016-02-07staging/android: remove driver_data from struct sync_fence_infoGustavo Padovan1-21/+0
2016-02-07staging/android: rename sync_file_info_data to sync_file_infoGustavo Padovan1-13/+13
2016-02-07staging/android: rename sync_pt_info to sync_fence_infoGustavo Padovan1-5/+5
2016-02-07staging/android: remove SYNC_WAIT ioctlGustavo Padovan1-52/+0
2016-02-07staging/android: remove sync_fence_create_dma()Gustavo Padovan1-7/+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 Padovan1-57/+44
2016-02-07staging/android: rename 'sync_pt' to 'fence' in struct sync_fence_cbGustavo Padovan1-10/+10
2016-02-07staging/android: rename sync_fence to sync_fileGustavo Padovan1-124/+130
2016-02-07staging/android: remove not used sync_timeline opsGustavo Padovan1-6/+0
2016-02-07staging/android: sync: remove interfaces that are not usedGustavo Padovan1-56/+0
2015-12-21android: unconditionally remove callbacks in sync_fence_free()Dmitry Torokhov1-4/+2
2015-12-21staging/android/sync: add sync_fence_create_dmaMaarten Lankhorst1-4/+9
2015-11-15staging: android: properly align function argumentsIoana Ciornei1-2/+2
2015-11-15staging: android: replace explicit NULL comparisonIoana Ciornei1-9/+9
2015-03-26staging: android: sync: Fix memory corruption in sync_timeline_signal().Alistair Strachan1-1/+1
2014-09-14Merge 3.17-rc5 into staging-next.Greg Kroah-Hartman1-1/+0
2014-09-08android: fix reference leak in sync_fence_createMaarten Lankhorst1-1/+0
2014-09-02staging: android: use braces on all arms of ifGrzegorz Swirski1-2/+2
2014-08-30staging: android: sync: Fix checkpatch warning: Missing a blank line after declarationsDipak Zope1-0/+1
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+1
2014-07-15staging: android: Clean up else statement from sync_fence_poll()Lucas Tanure1-2/+1
2014-07-08android: convert sync to fence api, v6Maarten Lankhorst1-606/+307
2014-05-25staging: android: describe use of memory barrier on sync.cNiv Yehezkel1-0/+4
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee1-0/+8
2014-02-07staging: android: sync: Signal pt before sync_timeline object gets destroyedPrakash Kamliya1-4/+4
2014-02-07staging: sync: Fix a race condition between release_obj and print_objAlistair Strachan1-3/+3
2013-08-15android/sync: use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-06-04staging: android: sync: fix up a sparse warningGreg Kroah-Hartman1-1/+1
2013-05-12staging: android: Replace seq_printf with seq_putsHema Prathaban1-8/+8
2013-05-12staging: android: Remove unnecessary bracesHema Prathaban1-2/+2
2013-03-29staging: sync: Add compat_ioctl handlers to sync driversDmitry Pervushin1-0/+1
2013-03-11staging: sync: fix return value check in sync_fence_alloc()Wei Yongjun1-1/+1
2013-03-04staging: sync: Fix timeout = 0 wait behaviorJamie Gennis1-4/+6
2013-03-04staging: sync: Don't log wait timeouts when timeout = 0Erik Gilling1-1/+1
2013-03-04staging: sync: Fix race condition between merge and signalØrjan Eide1-3/+7
2013-03-04staging: sync: Add tracepoint supportErik Gilling1-0/+11
2013-03-04staging: sync: Refactor sync debug printingErik Gilling1-2/+16
2013-03-04staging: sync: Use proper barriers when waiting indefinitelyErik Gilling1-1/+2
2013-03-04staging: sync: Update new fence status with sync_fence_signal_ptErik Gilling1-1/+13
2013-03-04staging: sync: Protect unlocked access to fence statusErik Gilling1-1/+17
2013-03-04staging: sync: Dump sync state on fence errorsErik Gilling1-1/+4
2013-03-04staging: sync: Improve timeout dump messagesErik Gilling1-1/+4
2013-03-04staging: sync: Dump sync state to console on timeoutErik Gilling1-2/+32
2013-03-04staging: sync: Change wait timeout to mirror poll semanticsErik Gilling1-3/+3
2013-03-04staging: sync: Fix error pathsRebecca Schultz Zavin1-2/+7
2013-03-04staging: sync: Add reference counting to timelinesErik Gilling1-16/+13