summaryrefslogtreecommitdiff
path: root/drivers/base/sync.c
AgeCommit message (Expand)Author
2012-09-18sync: improve timeout dumpsErik Gilling
2012-09-18sync: use correct signed type when handling SYNC_IOC_WAITErik Gilling
2012-09-18sync: dump sync state to console on timeoutErik Gilling
2012-09-18sync: clean up compiler warningsErik Gilling
2012-09-18sync: fix erase-o in sync_fence_waitErik Gilling
2012-09-18sync: change wait timeout to mirror poll semanticsErik Gilling
2012-08-13sync: Fix error pathsRebecca Schultz Zavin
2012-08-13sync: add reference counting to timelinesErik Gilling
2012-08-13sync: add internal refcounting to fencesErik Gilling
2012-07-23sync: optimize fence mergesErik Gilling
2012-07-23sync: reorder sync_fence_releaseErik Gilling
2012-07-18sync: export sync API symbolsErik Gilling
2012-07-18sync: allow async waits to be canceledErik Gilling
2012-07-18sync: add poll supportErik Gilling
2012-07-18sync: add ioctl to get fence dataErik Gilling
2012-07-18sync: add debugfs supportErik Gilling
2012-07-18sync: add timestamps to sync_ptsErik Gilling
2012-07-18sync: Add synchronization frameworkErik Gilling