summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-21drm/gem: create drm_gem_dumb_destroyDaniel Vetter43-185/+32
2014-11-21drm/gem: fix mmap vma size calculationsDavid Herrmann1-1/+1
2014-11-21drm/gem: convert to new unified vma managerDavid Herrmann11-186/+62
2014-11-21drm/gem: simplify object initializationDavid Herrmann7-31/+20
2014-11-21drm: make drm_mm_init() return voidDavid Herrmann5-24/+8
2014-11-21drm/gem: add mutex lock when using drm_gem_mmap_objYoungJun Cho3-0/+291
2014-11-21drm/gem: Split drm_gem_mmap() into object search and object mappingLaurent Pinchart2-31/+54
2014-11-21drm/prime: Simplify drm_gem_remove_prime_handlesDaniel Vetter2-6/+15
2014-11-21seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz7-21/+90
2014-11-21seqlock: Add a new locking reader typeWaiman Long1-5/+63
2014-11-21lockdep: Introduce lock_acquire_exclusive()/shared() helper macrosMichel Lespinasse1-69/+23
2014-11-21reservation: add suppport for read-only access using rcuMaarten Lankhorst5-54/+400
2014-11-21reservation: update api and add some helpersMaarten Lankhorst4-19/+229
2014-11-21dma-buf: add poll support, v3Maarten Lankhorst2-0/+147
2014-11-21reservation: add support for fences to enable cross-device synchronisationMaarten Lankhorst1-1/+19
2014-11-21mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst5-359/+381
2014-11-21dma-buf: use reservation objectsMaarten Lankhorst7-9/+260
2014-11-21drm/prime: double lock typoDan Carpenter1-1/+1
2014-11-21drm/prime: Always add exported buffers to the handle cacheDaniel Vetter3-36/+53
2014-11-21drm/prime: make drm_prime_lookup_buf_handle staticDaniel Vetter2-15/+15
2014-11-21drm/prime: proper locking+refcounting for obj->dma_buf linkDaniel Vetter4-19/+136
2014-11-21drm/prime: clarify logic a bit in drm_gem_prime_fd_to_handleDaniel Vetter1-3/+1
2014-11-21drm/prime: shrink critical section protected by prime lockDaniel Vetter1-2/+2
2014-11-21drm/prime: use proper pointer in drm_gem_prime_handle_to_fdDaniel Vetter1-8/+8
2014-11-21drm/prime: fix error path in drm_gem_prime_fd_to_handleDaniel Vetter1-1/+1
2014-11-21drm/prime: remove cargo-cult locking from map_sg helperDaniel Vetter1-3/+0
2014-11-21drm: add mmap function to prime helpersJoonyoung Shim2-1/+9
2014-11-21drm/prime: fix sgt NULL checkingJoonyoung Shim1-5/+6
2014-11-21drm/prime: fix up handle_to_fd ioctl return valueDaniel Vetter1-2/+5
2014-11-21drm/prime: add return check for dma_buf_fdYoungJun Cho1-11/+28
2014-11-21drm/prime: reorder drm_prime_add_buf_handle and remove prototypeSeung-Woo Kim1-16/+14
2014-11-21drm/prime: fix to put an exported dma_buf for adding handle failureYoungJun Cho1-1/+7
2014-11-21drm/prime: support to cache mappingJoonyoung Shim1-3/+49
2014-11-21drm/prime: replace NULL with error value in drm_prime_pages_to_sgYoungJun Cho1-3/+5
2014-11-21drm/prime: fix to check return of dma_map_sg in prime helperYoungJun Cho1-2/+7
2014-11-21drm: move pinning/unpinning to buffer attachMaarten Lankhorst1-15/+26
2014-11-21drm: add unpin function to prime helpersMaarten Lankhorst2-1/+12
2014-11-21seqno-fence: Hardware dma-buf implementation of fencing (v6)Maarten Lankhorst5-2/+193
2014-11-21fence: dma-buf cross-device synchronization (v18)Maarten Lankhorst7-2/+915
2014-11-21dma-buf: move to drivers/dma-bufMaarten Lankhorst7-5/+5
2014-11-21dma-buf: update debugfs outputSumit Semwal2-14/+13
2014-11-21reservation: cross-device reservation support, v4Maarten Lankhorst4-1/+104
2014-11-21Revert "dmabuf-sync: add buffer synchronization framework"Chanho Park7-1170/+0
2014-11-21Revert "dmabuf-sync: add cache operation feature"Chanho Park1-75/+0
2014-11-21Revert "dma-buf: add lock callback for fcntl system call."Chanho Park1-33/+0
2014-11-21Revert "dmabuf-sync: fix sync lock to multiple read"Chanho Park2-13/+31
2014-11-21Revert "dmabuf-sync: remove unnecessary the use of mutex lock."Chanho Park1-3/+6
2014-11-21Revert "dmabuf-sync: add private backend callbacks"Chanho Park2-27/+13
2014-11-21Revert "dmabuf-sync: add select system call support."Chanho Park3-71/+0
2014-11-21Revert "dma-buf: return POLLIN | POLLOUT instead of POLLERR"Chanho Park1-2/+2