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