aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/dma-buf/dma-heap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-11-22dma-buf: fix racing conflict of dma_heap_add()Dawei Li1-13/+15
2022-02-01dma-buf: heaps: Fix potential spectre v1 gadgetJordy Zomer1-0/+2
2021-02-25dma-buf: dma-heap: Provide accessor to get heap nameJohn Stultz1-0/+12
2021-01-22dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fdJohn Stultz1-1/+13
2019-12-18dma-heap: Make the symbol 'dma_heap_ioctl_cmds' staticzhong jiang1-1/+1
2019-12-17dma-buf: fix resource leak on -ENOTTY error return pathColin Ian King1-1/+2
2019-12-17dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis1-2/+2
2019-12-11dma-buf: Add dma-buf heaps frameworkAndrew F. Davis1-0/+297
2019-10-30Revert "dma-buf: Add dma-buf heaps framework"Sean Paul1-269/+0
2019-10-25dma-buf: Add dma-buf heaps frameworkAndrew F. Davis1-0/+269