Age | Commit message (Expand) | Author | Files | Lines |
2021-07-13 | Merge tag 'drm-misc-fixes-2021-07-13' of git://anongit.freedesktop.org/drm/dr... | Daniel Vetter | 1 | -6/+7 |
2021-07-12 | dma-buf/sync_file: Don't leak fences on merge failure | Jason Ekstrand | 1 | -6/+7 |
2021-06-06 | dma-buf: drop the _rcu postfix on function names v3 | Christian König | 2 | -17/+18 |
2021-06-06 | dma-buf: rename and cleanup dma_resv_get_list v2 | Christian König | 1 | -16/+16 |
2021-06-06 | dma-buf: rename and cleanup dma_resv_get_excl v3 | Christian König | 2 | -8/+7 |
2021-06-05 | dma-buf: add missing EXPORT_SYMBOL | Christian König | 1 | -0/+1 |
2021-06-04 | dma-buf: cleanup dma-resv shared fence debugging a bit v2 | Christian König | 1 | -0/+20 |
2021-06-04 | dma-buf: add SPDX header and fix style in dma-resv.c | Christian König | 1 | -63/+65 |
2021-06-04 | dma-buf: fix inconsistent debug print v2 | Christian König | 1 | -18/+9 |
2021-05-20 | dma-buf: fix unintended pin/unpin warnings | Christian König | 1 | -5/+5 |
2021-04-08 | drm/syncobj: use newly allocated stub fences | David Stevens | 1 | -1/+26 |
2021-03-16 | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 3 | -0/+14 |
2021-02-25 | dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual hea... | John Stultz | 2 | -0/+2 |
2021-02-25 | dma-buf: dma-heap: Provide accessor to get heap name | John Stultz | 1 | -0/+12 |
2021-02-24 | dma-fence: allow signaling drivers to set fence timestamp | Veera Sundaram Sankaran | 1 | -7/+63 |
2021-02-24 | dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead... | John Stultz | 3 | -30/+27 |
2021-02-24 | dma-buf: system_heap: Make sure to return an error if we abort | John Stultz | 1 | -1/+3 |
2021-02-09 | dma-buf: Avoid comma separated statements | Joe Perches | 1 | -2/+5 |
2021-02-03 | dma-buf: Avoid comma separated statements | Joe Perches | 1 | -2/+5 |
2021-01-25 | Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Dave Airlie | 2 | -4/+20 |
2021-01-22 | dma-fence: allow signaling drivers to set fence timestamp | Veera Sundaram Sankaran | 1 | -7/+63 |
2021-01-22 | dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead... | John Stultz | 3 | -30/+27 |
2021-01-22 | dma-buf: system_heap: Make sure to return an error if we abort | John Stultz | 1 | -1/+3 |
2021-01-18 | dma-buf: Add debug option | Daniel Vetter | 2 | -4/+50 |
2021-01-10 | dma-buf: cma_heap: Fix memory leak in CMA heap | John Stultz | 1 | -0/+3 |
2021-01-07 | dmabuf: fix use-after-free of dmabuf's file->f_inode | Charan Teja Reddy | 1 | -4/+17 |
2021-01-07 | Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 1 | -22/+52 |
2020-12-24 | Merge tag 'drm-next-2020-12-24' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -0/+1 |
2020-12-18 | Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 7 | -442/+650 |
2020-12-16 | dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPS | John Stultz | 1 | -0/+1 |
2020-12-16 | dma-buf: doc polish for pin/unpin | Daniel Vetter | 1 | -3/+16 |
2020-12-16 | dma-buf: begin/end_cpu might lock the dma_resv lock | Daniel Vetter | 1 | -0/+4 |
2020-12-16 | dma-buf: some kerneldoc formatting fixes | Daniel Vetter | 1 | -13/+18 |
2020-12-16 | dma-buf: Remove kmap kerneldoc vestiges | Daniel Vetter | 1 | -6/+14 |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+1 |
2020-12-15 | dma-buf: use krealloc_array() | Bartosz Golaszewski | 1 | -2/+1 |
2020-11-25 | dma-buf/dma-resv: Respect num_fences when initializing the shared fence list. | Maarten Lankhorst | 1 | -1/+1 |
2020-11-22 | dma-buf: system_heap: Allocate higher order pages if available | John Stultz | 1 | -18/+71 |
2020-11-22 | dma-buf: heaps: Skip sync if not mapped | John Stultz | 2 | -0/+20 |
2020-11-22 | dma-buf: heaps: Remove heap-helpers code | John Stultz | 3 | -328/+0 |
2020-11-22 | dma-buf: heaps: Move heap-helper logic into the cma_heap implementation | John Stultz | 1 | -49/+270 |
2020-11-22 | dma-buf: system_heap: Rework system heap to use sgtables instead of pagelists | John Stultz | 1 | -46/+303 |
2020-11-19 | mm: introduce vma_set_file function v5 | Christian König | 1 | -2/+1 |
2020-11-19 | mm: mmap: fix fput in error path v2 | Christian König | 1 | -17/+3 |
2020-11-05 | Revert "mm: mmap: fix fput in error path v2" | Christian König | 1 | -3/+17 |
2020-11-05 | Revert "mm: introduce vma_set_file function v4" | Christian König | 1 | -1/+2 |
2020-11-05 | dma-buf: Fix static checker warning | Jianxin Xiong | 1 | -1/+1 |
2020-11-05 | mm: introduce vma_set_file function v4 | Christian König | 1 | -2/+1 |
2020-11-05 | mm: mmap: fix fput in error path v2 | Christian König | 1 | -17/+3 |
2020-11-02 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 4 | -12/+12 |