index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
/
sync.c
Age
Commit message (
Expand
)
Author
2015-03-26
staging: android: sync: Fix memory corruption in sync_timeline_signal().
Alistair Strachan
2014-09-14
Merge 3.17-rc5 into staging-next.
Greg Kroah-Hartman
2014-09-08
android: fix reference leak in sync_fence_create
Maarten Lankhorst
2014-09-02
staging: android: use braces on all arms of if
Grzegorz Swirski
2014-08-30
staging: android: sync: Fix checkpatch warning: Missing a blank line after de...
Dipak Zope
2014-08-04
Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-07-15
staging: android: Clean up else statement from sync_fence_poll()
Lucas Tanure
2014-07-08
android: convert sync to fence api, v6
Maarten Lankhorst
2014-05-25
staging: android: describe use of memory barrier on sync.c
Niv Yehezkel
2014-05-03
staging: android: fix missing a blank line after declarations
Seunghun Lee
2014-02-07
staging: android: sync: Signal pt before sync_timeline object gets destroyed
Prakash Kamliya
2014-02-07
staging: sync: Fix a race condition between release_obj and print_obj
Alistair Strachan
2013-08-15
android/sync: use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()
Yann Droneaud
2013-06-04
staging: android: sync: fix up a sparse warning
Greg Kroah-Hartman
2013-05-12
staging: android: Replace seq_printf with seq_puts
Hema Prathaban
2013-05-12
staging: android: Remove unnecessary braces
Hema Prathaban
2013-03-29
staging: sync: Add compat_ioctl handlers to sync drivers
Dmitry Pervushin
2013-03-11
staging: sync: fix return value check in sync_fence_alloc()
Wei Yongjun
2013-03-04
staging: sync: Fix timeout = 0 wait behavior
Jamie Gennis
2013-03-04
staging: sync: Don't log wait timeouts when timeout = 0
Erik Gilling
2013-03-04
staging: sync: Fix race condition between merge and signal
Ørjan Eide
2013-03-04
staging: sync: Add tracepoint support
Erik Gilling
2013-03-04
staging: sync: Refactor sync debug printing
Erik Gilling
2013-03-04
staging: sync: Use proper barriers when waiting indefinitely
Erik Gilling
2013-03-04
staging: sync: Update new fence status with sync_fence_signal_pt
Erik Gilling
2013-03-04
staging: sync: Protect unlocked access to fence status
Erik Gilling
2013-03-04
staging: sync: Dump sync state on fence errors
Erik Gilling
2013-03-04
staging: sync: Improve timeout dump messages
Erik Gilling
2013-03-04
staging: sync: Dump sync state to console on timeout
Erik Gilling
2013-03-04
staging: sync: Change wait timeout to mirror poll semantics
Erik Gilling
2013-03-04
staging: sync: Fix error paths
Rebecca Schultz Zavin
2013-03-04
staging: sync: Add reference counting to timelines
Erik Gilling
2013-03-04
staging: sync: Add internal refcounting to fences
Erik Gilling
2013-03-04
staging: sync: Optimize fence merges
Erik Gilling
2013-03-04
staging: sync: Reorder sync_fence_release
Erik Gilling
2013-03-04
staging: sync: Export sync API symbols
Erik Gilling
2013-03-04
staging: sync: Allow async waits to be canceled
Erik Gilling
2013-03-04
staging: sync: Add poll support
Erik Gilling
2013-03-04
staging: sync: Add ioctl to get fence data
Erik Gilling
2013-03-04
staging: sync: Add debugfs support
Erik Gilling
2013-03-04
staging: sync: Add timestamps to sync_pts
Erik Gilling
2013-03-04
staging: sync: Add synchronization framework
Erik Gilling