summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-heap.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
|\
| * driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* | dma-buf: fix racing conflict of dma_heap_add()Dawei Li2022-11-221-13/+15
|/
* dma-buf: heaps: Fix potential spectre v1 gadgetJordy Zomer2022-02-011-0/+2
* dma-buf: dma-heap: Provide accessor to get heap nameJohn Stultz2021-02-251-0/+12
* dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz2021-01-221-1/+13
* dma-heap: Make the symbol 'dma_heap_ioctl_cmds' staticzhong jiang2019-12-181-1/+1
* dma-buf: fix resource leak on -ENOTTY error return pathColin Ian King2019-12-171-1/+2
* dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis2019-12-171-2/+2
* dma-buf: Add dma-buf heaps frameworkAndrew F. Davis2019-12-111-0/+297
* Revert "dma-buf: Add dma-buf heaps framework"Sean Paul2019-10-301-269/+0
* dma-buf: Add dma-buf heaps frameworkAndrew F. Davis2019-10-251-0/+269