aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/sync.c
Commit message (Expand)AuthorAgeFilesLines
* sync: Fix a race condition between release_obj and print_objAlistair Strachan2014-01-171-3/+3
* sync: signal pt before sync_timeline object gets destroyedPrakash Kamliya2013-10-031-4/+4
* sync: Limit logging to particular fence on timeout and errorPrakash Kamliya2013-07-221-6/+8
* sync: fix timeout = 0 wait behaviorJamie Gennis2013-07-111-4/+6
* sync: don't log wait timeouts when timeout = 0Erik Gilling2013-07-111-1/+1
* sync: Fix race condition between merge and signalØrjan Eide2013-02-211-3/+7
* Revert "base: sync: signal a sync pt when not adding to the active_list"Iliyan Malchev2012-10-191-5/+4
* sync: Fix error pathsRebecca Schultz Zavin2012-10-191-2/+7
* sync: add tracepoint supportAjay Dudani2012-10-171-0/+11
* sync: refactor sync debug printingAjay Dudani2012-10-171-2/+16
* sync: use proper barriers when waiting indefinitelyAjay Dudani2012-10-171-1/+2
* sync: update new fence status with sync_fence_signal_ptAjay Dudani2012-10-171-1/+13
* sync: dump sync state of fence errorsAjay Dudani2012-10-171-1/+4
* sync: protect unlocked access to fence statusErik Gilling2012-10-161-1/+17
* base: sync: signal a sync pt when not adding to the active_listJeff Boody2012-09-181-4/+5
* sync: improve timeout dumpsAjay Dudani2012-09-131-1/+4
* sync: use correct signed type when handling SYNC_IOC_WAITAjay Dudani2012-09-131-1/+1
* sync: dump sync state to console on timeoutAjay Dudani2012-09-131-2/+32
* sync: clean up compiler warningsAjay Dudani2012-09-131-4/+0
* sync: fix erase-o in sync_fence_waitAjay Dudani2012-09-131-1/+1
* sync: change wait timeout to mirror poll semanticsAjay Dudani2012-09-131-3/+3
* sync: add reference counting to timelinesAjay Dudani2012-09-131-12/+13
* sync: add internal refcounting to fencesAjay Dudani2012-09-131-8/+46
* sync: optimize fence mergesAjay Dudani2012-09-131-1/+50
* sync: reorder sync_fence_releaseAjay Dudani2012-09-131-2/+2
* sync: export sync API symbolsErik Gilling2012-05-301-0/+14
* sync: allow async waits to be canceledErik Gilling2012-05-301-15/+31
* sync: add poll supportErik Gilling2012-05-161-0/+17
* sync: add ioctl to get fence dataErik Gilling2012-05-161-0/+81
* sync: add debugfs supportErik Gilling2012-05-161-2/+174
* sync: add timestamps to sync_ptsErik Gilling2012-05-161-0/+5
* sync: Add synchronization frameworkErik Gilling2012-05-161-0/+525