summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/sync.c
Commit message (Expand)AuthorAgeFilesLines
* staging/android: make sync_timeline internal to sw_syncGustavo Padovan2016-06-171-199/+0
* staging/android: clean up #includes in the sync frameworkGustavo Padovan2016-06-171-6/+0
* staging/android: bring struct sync_pt backGustavo Padovan2016-06-171-20/+20
* staging/android: remove size arg of sync_timeline_create()Gustavo Padovan2016-06-171-5/+2
* staging/android: rename android_fence to timeline_fenceGustavo Padovan2016-06-171-18/+18
* staging/android: remove struct sync_timeline_opsGustavo Padovan2016-06-171-4/+4
* staging/android: remove .{fence, timeline}_value_str() from timeline_opsGustavo Padovan2016-06-171-14/+2
* staging/android: store last signaled value on sync timelineGustavo Padovan2016-06-171-8/+7
* staging/android: prepare sync_file for de-stagingGustavo Padovan2016-04-291-374/+0
* staging/android: remove name arg from sync_file_create()Gustavo Padovan2016-04-291-7/+9
* staging/android: make sync_file_fdget() staticGustavo Padovan2016-04-291-2/+1
* staging/android: make sync_file_merge() staticGustavo Padovan2016-04-291-3/+2
* staging/android: move sync_file functions comments to sync.cGustavo Padovan2016-04-291-1/+25
* staging/android: drop sync_file_install() and sync_file_put()Gustavo Padovan2016-04-291-16/+4
* staging/android: refactor SYNC IOCTLsGustavo Padovan2016-04-291-35/+41
* staging: android: Remove unneeded else following a returnJanani Ravichandran2016-02-201-1/+1
* staging/android: remove len field from struct sync_fence_infoGustavo Padovan2016-02-071-3/+1
* staging/android: remove driver_data from struct sync_fence_infoGustavo Padovan2016-02-071-21/+0
* staging/android: rename sync_file_info_data to sync_file_infoGustavo Padovan2016-02-071-13/+13
* staging/android: rename sync_pt_info to sync_fence_infoGustavo Padovan2016-02-071-5/+5
* staging/android: remove SYNC_WAIT ioctlGustavo Padovan2016-02-071-52/+0
* staging/android: remove sync_fence_create_dma()Gustavo Padovan2016-02-071-7/+1
* staging/android: remove pointless sync_timeline_signal at destroy phaseGustavo Padovan2016-02-071-4/+0
* staging/android: remove unused var from sync_timeline_signal()Gustavo Padovan2016-02-071-1/+0
* staging/android: remove struct sync_ptGustavo Padovan2016-02-071-57/+44
* staging/android: rename 'sync_pt' to 'fence' in struct sync_fence_cbGustavo Padovan2016-02-071-10/+10
* staging/android: rename sync_fence to sync_fileGustavo Padovan2016-02-071-124/+130
* staging/android: remove not used sync_timeline opsGustavo Padovan2016-02-071-6/+0
* staging/android: sync: remove interfaces that are not usedGustavo Padovan2016-02-071-56/+0
* android: unconditionally remove callbacks in sync_fence_free()Dmitry Torokhov2015-12-211-4/+2
* staging/android/sync: add sync_fence_create_dmaMaarten Lankhorst2015-12-211-4/+9
* staging: android: properly align function argumentsIoana Ciornei2015-11-151-2/+2
* staging: android: replace explicit NULL comparisonIoana Ciornei2015-11-151-9/+9
* staging: android: sync: Fix memory corruption in sync_timeline_signal().Alistair Strachan2015-03-261-1/+1
* Merge 3.17-rc5 into staging-next.Greg Kroah-Hartman2014-09-141-1/+0
|\
| * android: fix reference leak in sync_fence_createMaarten Lankhorst2014-09-081-1/+0
* | staging: android: use braces on all arms of ifGrzegorz Swirski2014-09-021-2/+2
* | staging: android: sync: Fix checkpatch warning: Missing a blank line after de...Dipak Zope2014-08-301-0/+1
|/
* Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-041-2/+1
|\
| * staging: android: Clean up else statement from sync_fence_poll()Lucas Tanure2014-07-151-2/+1
* | android: convert sync to fence api, v6Maarten Lankhorst2014-07-081-606/+307
|/
* staging: android: describe use of memory barrier on sync.cNiv Yehezkel2014-05-251-0/+4
* staging: android: fix missing a blank line after declarationsSeunghun Lee2014-05-031-0/+8
* staging: android: sync: Signal pt before sync_timeline object gets destroyedPrakash Kamliya2014-02-071-4/+4
* staging: sync: Fix a race condition between release_obj and print_objAlistair Strachan2014-02-071-3/+3
* android/sync: use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()Yann Droneaud2013-08-151-1/+1
* staging: android: sync: fix up a sparse warningGreg Kroah-Hartman2013-06-041-1/+1
* staging: android: Replace seq_printf with seq_putsHema Prathaban2013-05-121-8/+8
* staging: android: Remove unnecessary bracesHema Prathaban2013-05-121-2/+2
* staging: sync: Add compat_ioctl handlers to sync driversDmitry Pervushin2013-03-291-0/+1