aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android/sync.c
AgeCommit message (Expand)Author
2013-10-24sync: Fix a race condition between release_obj and print_objAlistair Strachan
2013-10-13sync: signal pt before sync_timeline object gets destroyedPrakash Kamliya
2013-03-29staging: sync: Add compat_ioctl handlers to sync driversDmitry Pervushin
2013-03-11staging: sync: fix return value check in sync_fence_alloc()Wei Yongjun
2013-03-04staging: sync: Fix timeout = 0 wait behaviorJamie Gennis
2013-03-04staging: sync: Don't log wait timeouts when timeout = 0Erik Gilling
2013-03-04staging: sync: Fix race condition between merge and signalØrjan Eide
2013-03-04staging: sync: Add tracepoint supportErik Gilling
2013-03-04staging: sync: Refactor sync debug printingErik Gilling
2013-03-04staging: sync: Use proper barriers when waiting indefinitelyErik Gilling
2013-03-04staging: sync: Update new fence status with sync_fence_signal_ptErik Gilling
2013-03-04staging: sync: Protect unlocked access to fence statusErik Gilling
2013-03-04staging: sync: Dump sync state on fence errorsErik Gilling
2013-03-04staging: sync: Improve timeout dump messagesErik Gilling
2013-03-04staging: sync: Dump sync state to console on timeoutErik Gilling
2013-03-04staging: sync: Change wait timeout to mirror poll semanticsErik Gilling
2013-03-04staging: sync: Fix error pathsRebecca Schultz Zavin
2013-03-04staging: sync: Add reference counting to timelinesErik Gilling
2013-03-04staging: sync: Add internal refcounting to fencesErik Gilling
2013-03-04staging: sync: Optimize fence mergesErik Gilling
2013-03-04staging: sync: Reorder sync_fence_releaseErik Gilling
2013-03-04staging: sync: Export sync API symbolsErik Gilling
2013-03-04staging: sync: Allow async waits to be canceledErik Gilling
2013-03-04staging: sync: Add poll supportErik Gilling
2013-03-04staging: sync: Add ioctl to get fence dataErik Gilling
2013-03-04staging: sync: Add debugfs supportErik Gilling
2013-03-04staging: sync: Add timestamps to sync_ptsErik Gilling
2013-03-04staging: sync: Add synchronization frameworkErik Gilling