index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
external
/
bsd
/
drm2
/
include
/
linux
/
fence.h
Age
Commit message (
Expand
)
Author
2021-12-19
Create stub headers for files included by drm code.
riastradh
2021-12-19
Rename fence -> dma_fence, step 1: files.
riastradh
2020-02-14
FENCE_TRACE is __printflike
tnn
2018-08-27
Make extremely noisy fence trace output conditional.
riastradh
2018-08-27
Add fence_is_later and fence_wait_any_timeout.
riastradh
2018-08-27
Add missing namespacing.
riastradh
2018-08-27
Use atomics to manage fence->flags.
riastradh
2018-08-27
Draft implementation of the Linux reservation and fence APIs.
riastradh
2018-08-27
Add fence_enable_sw_signaling prototype.
riastradh
2018-08-27
Add fence_signal prototype.
riastradh
2018-08-27
Define FENCE_TRACE. Need some way to limit it...
riastradh
2018-08-27
Fill out <linux/fence.h>, pending implementing the symbols.
riastradh
2018-08-27
Namespace fence_get.
riastradh
2018-08-27
Add fence_get prototype.
riastradh
2018-08-27
Include <linux/rcupdate.h> in <linux/fence.h>.
riastradh
2018-08-27
Add some <linux/fence.h> prototypes.
riastradh
2018-08-27
provide some dummy structs
riastradh
2018-08-27
Add stub headers to be filled in as needed.
riastradh