Age | Commit message (Expand) | Author |
2017-08-14 | dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2 | Christian König |
2017-08-14 | dma-buf: add reservation_object_copy_fences (v2) | Christian König |
2017-08-09 | dma-buf: dma_fence_put is NULL safe | Christian König |
2017-07-31 | dma-buf/sw_sync: clean up list before signaling the fence | Gustavo Padovan |
2017-07-31 | dma-buf/sw_sync: move timeline_fence_ops around | Gustavo Padovan |
2017-07-29 | dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fence | Chris Wilson |
2017-07-27 | Backmerge tag 'v4.13-rc2' into drm-next | Dave Airlie |
2017-07-26 | dma-fence: Don't BUG_ON when not absolutely needed | Daniel Vetter |
2017-07-17 | Merge branch 'drm-misc-next-fixes' into drm-misc-fixes | Sean Paul |
2017-07-14 | dma-buf/fence: Avoid use of uninitialised timestamp | Chris Wilson |
2017-06-29 | dma-buf/sw-sync: Use an rbtree to sort fences in the timeline | Chris Wilson |
2017-06-29 | dma-buf/sw-sync: Fix locking around sync_timeline lists | Chris Wilson |
2017-06-29 | dma-buf/sw-sync: sync_pt is private and of fixed size | Chris Wilson |
2017-06-29 | dma-buf/sw-sync: Reduce irqsave/irqrestore from known context | Chris Wilson |
2017-06-29 | dma-buf/sw-sync: Prevent user overflow on timeline advance | Chris Wilson |
2017-06-29 | dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparound | Chris Wilson |
2017-05-24 | dma-buf/sync-file: Defer creation of sync_file->name | Chris Wilson |
2017-05-08 | dma-buf: Use seq_putc() in two functions | Markus Elfring |
2017-05-08 | dma-buf: Adjust a null pointer check in dma_buf_attach() | Markus Elfring |
2017-05-08 | dma-buf: Improve a size determination in dma_buf_attach() | Markus Elfring |
2017-05-08 | dma-buf: Combine two function calls into one in dma_buf_debug_show() | Markus Elfring |
2017-05-04 | Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux into... | Sean Paul |
2017-04-27 | dma-buf: avoid scheduling on fence status query v2 | Andres Rodriguez |
2017-04-20 | dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro | Logan Gunthorpe |
2017-04-18 | sync_file: get rid of internal reference count. | Dave Airlie |
2017-04-03 | dma-buf: align debugfs output | Russell King |
2017-03-31 | dma-buf: fence debugging | Russell King |
2017-03-17 | dma-fence: add dma_fence_match_context helper | Philipp Zabel |
2017-03-14 | Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next | Daniel Vetter |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-02-27 | dma-buf: add support for compat ioctl | Marek Szyprowski |
2017-02-16 | dma-buf/dma-fence: improve doc for dma_fence_add_callback() | Gustavo Padovan |
2017-01-27 | dma/fence: Export enable-signaling tracepoint for emission by drivers | Chris Wilson |
2017-01-09 | dma-fence: Introduce drm_fence_set_error() helper | Chris Wilson |
2017-01-09 | dma-fence: Wrap querying the fence->status | Chris Wilson |
2017-01-09 | dma-fence: Clear fence->status during dma_fence_init() | Chris Wilson |
2016-12-30 | dma-buf: Use recommended structure member reference | Daniel Vetter |
2016-12-30 | dma-buf: use preferred struct reference in kernel-doc | Daniel Vetter |
2016-12-13 | dma-buf: Final bits of doc polish | Daniel Vetter |
2016-12-13 | dma-buf: Update cpu access documentation | Daniel Vetter |
2016-12-13 | dma-buf: Reorganize device dma access docs | Daniel Vetter |
2016-12-13 | dma-buf: Update kerneldoc for sync_file_create | Daniel Vetter |
2016-11-18 | Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)" | Gustavo Padovan |
2016-11-09 | reservation: revert "wait only with non-zero timeout specified (v3)" v2 | Christian König |
2016-11-09 | dma-buf/fence: revert "don't wait when specified timeout is zero" (v2) | Alex Deucher |
2016-11-09 | dma-buf/fence: make timeout handling in fence_default_wait consistent (v2) | Alex Deucher |
2016-11-09 | dma-buf: return index of the first signaled fence (v2) | monk.liu |
2016-11-08 | dma-buf/sw_sync: put fence reference from the fence creation | Gustavo Padovan |
2016-11-08 | dma-buf/sw_sync: mark sync_timeline_create() static | Baoyou Xie |
2016-10-25 | dma-buf: Rename struct fence to dma_fence | Chris Wilson |