summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\
| * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-154-11/+18
|\ \
| * \ Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-233-0/+9
| |\ \
| | * | dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resvDaniel Vetter2020-09-171-0/+5
| | * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-09-142-3/+4
| | |\|
| | * | udmabuf: Add missing compact_ioctlKristian H. Kristensen2020-09-071-0/+3
| | * | dma-buf: fix kernel-doc warning in dma-fence.cRandy Dunlap2020-09-021-0/+1
| * | | Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-172-11/+9
| |\ \ \ | | |_|/ | |/| |
| | * | dmabuf: fix common struct sg_table related issuesMarek Szyprowski2020-09-102-11/+9
| | |/
* | / dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy2020-09-211-0/+2
|/ /
* | dma-buf: fence-chain: Document missing dma_fence_chain_init() parameter in ke...Krzysztof Kozlowski2020-09-031-0/+1
* | dma-buf: Fix kerneldoc of dma_buf_set_name()Krzysztof Kozlowski2020-09-031-3/+3
|/
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-14/+1
|\
| * dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish2020-07-291-7/+1
| * dma-buf: Remove custom seqcount lockdep class keyAhmed S. Darwish2020-07-291-8/+1
* | Merge v5.8-rc6 into drm-nextDave Airlie2020-07-241-33/+32
|\|
| * dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla2020-07-101-4/+7
| * dma-buf: Move dma_buf_release() from fops to dentry_opsSumit Semwal2020-06-251-29/+25
* | dma-fence: Make symbol 'dma_fence_lockdep_map' staticWei Yongjun2020-07-231-1/+1
* | Merge tag 'drm-misc-next-2020-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-07-232-0/+215
|\ \
| * | dma-fence: prime lockdep annotationsDaniel Vetter2020-07-212-0/+54
| * | dma-fence: basic lockdep annotationsDaniel Vetter2020-07-211-0/+161
* | | Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-07-202-29/+21
|\| |
| * | dma-buf: fix dma-fence-chain out of order testLionel Landwerlin2020-07-021-22/+21
| * | Revert "dma-buf: Report signaled links inside dma-fence-chain"Lionel Landwerlin2020-07-021-7/+0
| * | Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-06-293-7/+9
| |\ \
* | \ \ Merge tag 'drm-intel-next-2020-07-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-07-031-1/+1
|\ \ \ \
| * \ \ \ Merge drm/drm-next into drm-intel-next-queuedJani Nikula2020-06-258-10/+741
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | drm/i915: Fix comments mentioning typo in IS_ENABLED()Kees Cook2020-06-051-1/+1
* | | | | Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-301-3/+3
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | dma-buf: minor doc touch-upsDaniel Vetter2020-06-241-3/+3
* | | | Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-0/+2
|\| | | | |_|/ |/| |
| * | dma-fence: add might_sleep annotation to _wait()Daniel Vetter2020-05-201-0/+2
* | | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* | | DMA reservations: use the new mmap locking APIMichel Lespinasse2020-06-091-2/+3
* | | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-026-3/+730
|\| |
| * | dma-buf: Use atomic_fetch_add() for the context idChris Wilson2020-05-131-1/+1
| * | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-04-171-5/+6
| |\|
| * | dma-buf: Exercise dma-fence-chain under selftestsChris Wilson2020-04-093-1/+718
| * | dma-buf: Report signaled links inside dma-fence-chainChris Wilson2020-04-091-0/+7
| * | dma-buf: Prettify typecasts for dma-fence-chainChris Wilson2020-04-091-1/+2
| * | dma-buf: add peer2peer flagChristian König2020-04-011-0/+2
* | | dma-buf: fix documentation build warningsRandy Dunlap2020-04-301-2/+2
* | | dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter2020-04-271-1/+2
| |/ |/|
* | Merge tag 'drm-misc-next-fixes-2020-04-04' of git://anongit.freedesktop.org/d...Dave Airlie2020-04-081-5/+6
|\ \ | |/ |/|
| * dma-buf: Improve CONFIG_DMABUF_MOVE_NOTIFY help textGeert Uytterhoeven2020-03-251-5/+6
* | Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-122-9/+111
|\|
| * dma-buf: make move_notify mandatory if importer_ops are providedChristian König2020-02-271-8/+7
| * dma-buf: drop dynamic_mapping flagChristian König2020-02-271-3/+2