index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
/
sync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-21
android: unconditionally remove callbacks in sync_fence_free()
Dmitry Torokhov
1
-4
/
+2
2015-12-21
staging/android/sync: add sync_fence_create_dma
Maarten Lankhorst
1
-4
/
+9
2015-11-15
staging: android: properly align function arguments
Ioana Ciornei
1
-2
/
+2
2015-11-15
staging: android: replace explicit NULL comparison
Ioana Ciornei
1
-9
/
+9
2015-03-26
staging: android: sync: Fix memory corruption in sync_timeline_signal().
Alistair Strachan
1
-1
/
+1
2014-09-14
Merge 3.17-rc5 into staging-next.
Greg Kroah-Hartman
1
-1
/
+0
2014-09-08
android: fix reference leak in sync_fence_create
Maarten Lankhorst
1
-1
/
+0
2014-09-02
staging: android: use braces on all arms of if
Grzegorz Swirski
1
-2
/
+2
2014-08-30
staging: android: sync: Fix checkpatch warning: Missing a blank line after de...
Dipak Zope
1
-0
/
+1
2014-08-04
Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2014-07-15
staging: android: Clean up else statement from sync_fence_poll()
Lucas Tanure
1
-2
/
+1
2014-07-08
android: convert sync to fence api, v6
Maarten Lankhorst
1
-606
/
+307
2014-05-25
staging: android: describe use of memory barrier on sync.c
Niv Yehezkel
1
-0
/
+4
2014-05-03
staging: android: fix missing a blank line after declarations
Seunghun Lee
1
-0
/
+8
2014-02-07
staging: android: sync: Signal pt before sync_timeline object gets destroyed
Prakash Kamliya
1
-4
/
+4
2014-02-07
staging: sync: Fix a race condition between release_obj and print_obj
Alistair Strachan
1
-3
/
+3
2013-08-15
android/sync: use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()
Yann Droneaud
1
-1
/
+1
2013-06-04
staging: android: sync: fix up a sparse warning
Greg Kroah-Hartman
1
-1
/
+1
2013-05-12
staging: android: Replace seq_printf with seq_puts
Hema Prathaban
1
-8
/
+8
2013-05-12
staging: android: Remove unnecessary braces
Hema Prathaban
1
-2
/
+2
2013-03-29
staging: sync: Add compat_ioctl handlers to sync drivers
Dmitry Pervushin
1
-0
/
+1
2013-03-11
staging: sync: fix return value check in sync_fence_alloc()
Wei Yongjun
1
-1
/
+1
2013-03-04
staging: sync: Fix timeout = 0 wait behavior
Jamie Gennis
1
-4
/
+6
2013-03-04
staging: sync: Don't log wait timeouts when timeout = 0
Erik Gilling
1
-1
/
+1
2013-03-04
staging: sync: Fix race condition between merge and signal
Ørjan Eide
1
-3
/
+7
2013-03-04
staging: sync: Add tracepoint support
Erik Gilling
1
-0
/
+11
2013-03-04
staging: sync: Refactor sync debug printing
Erik Gilling
1
-2
/
+16
2013-03-04
staging: sync: Use proper barriers when waiting indefinitely
Erik Gilling
1
-1
/
+2
2013-03-04
staging: sync: Update new fence status with sync_fence_signal_pt
Erik Gilling
1
-1
/
+13
2013-03-04
staging: sync: Protect unlocked access to fence status
Erik Gilling
1
-1
/
+17
2013-03-04
staging: sync: Dump sync state on fence errors
Erik Gilling
1
-1
/
+4
2013-03-04
staging: sync: Improve timeout dump messages
Erik Gilling
1
-1
/
+4
2013-03-04
staging: sync: Dump sync state to console on timeout
Erik Gilling
1
-2
/
+32
2013-03-04
staging: sync: Change wait timeout to mirror poll semantics
Erik Gilling
1
-3
/
+3
2013-03-04
staging: sync: Fix error paths
Rebecca Schultz Zavin
1
-2
/
+7
2013-03-04
staging: sync: Add reference counting to timelines
Erik Gilling
1
-16
/
+13
2013-03-04
staging: sync: Add internal refcounting to fences
Erik Gilling
1
-8
/
+46
2013-03-04
staging: sync: Optimize fence merges
Erik Gilling
1
-1
/
+51
2013-03-04
staging: sync: Reorder sync_fence_release
Erik Gilling
1
-2
/
+2
2013-03-04
staging: sync: Export sync API symbols
Erik Gilling
1
-0
/
+14
2013-03-04
staging: sync: Allow async waits to be canceled
Erik Gilling
1
-15
/
+31
2013-03-04
staging: sync: Add poll support
Erik Gilling
1
-0
/
+17
2013-03-04
staging: sync: Add ioctl to get fence data
Erik Gilling
1
-0
/
+81
2013-03-04
staging: sync: Add debugfs support
Erik Gilling
1
-2
/
+174
2013-03-04
staging: sync: Add timestamps to sync_pts
Erik Gilling
1
-0
/
+5
2013-03-04
staging: sync: Add synchronization framework
Erik Gilling
1
-0
/
+525