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