VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-07-25
dma-buf/sync_file: Don't leak fences on merge failure
Jason Ekstrand
2021-05-20
dma-buf: fix unintended pin/unpin warnings
Christian König
2021-04-08
drm/syncobj: use newly allocated stub fences
David Stevens
2021-03-16
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2021-02-25
dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual heap name
John Stultz
2021-02-25
dma-buf: dma-heap: Provide accessor to get heap name
John Stultz
2021-02-24
dma-fence: allow signaling drivers to set fence timestamp
Veera Sundaram Sankaran
2021-02-24
dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fd
John Stultz
2021-02-24
dma-buf: system_heap: Make sure to return an error if we abort
John Stultz
2021-02-09
dma-buf: Avoid comma separated statements
Joe Perches
2021-02-03
dma-buf: Avoid comma separated statements
Joe Perches
2021-01-25
Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next
Dave Airlie
2021-01-22
dma-fence: allow signaling drivers to set fence timestamp
Veera Sundaram Sankaran
2021-01-22
dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fd
John Stultz
2021-01-22
dma-buf: system_heap: Make sure to return an error if we abort
John Stultz
2021-01-18
dma-buf: Add debug option
Daniel Vetter
2021-01-10
dma-buf: cma_heap: Fix memory leak in CMA heap
John Stultz
2021-01-07
dmabuf: fix use-after-free of dmabuf's file->f_inode
Charan Teja Reddy
2021-01-07
Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Daniel Vetter
2020-12-24
Merge tag 'drm-next-2020-12-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-12-18
Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-12-16
dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPS
John Stultz
2020-12-16
dma-buf: doc polish for pin/unpin
Daniel Vetter
2020-12-16
dma-buf: begin/end_cpu might lock the dma_resv lock
Daniel Vetter
2020-12-16
dma-buf: some kerneldoc formatting fixes
Daniel Vetter
2020-12-16
dma-buf: Remove kmap kerneldoc vestiges
Daniel Vetter
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-15
dma-buf: use krealloc_array()
Bartosz Golaszewski
2020-11-25
dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.
Maarten Lankhorst
2020-11-22
dma-buf: system_heap: Allocate higher order pages if available
John Stultz
2020-11-22
dma-buf: heaps: Skip sync if not mapped
John Stultz
2020-11-22
dma-buf: heaps: Remove heap-helpers code
John Stultz
2020-11-22
dma-buf: heaps: Move heap-helper logic into the cma_heap implementation
John Stultz
2020-11-22
dma-buf: system_heap: Rework system heap to use sgtables instead of pagelists
John Stultz
2020-11-19
mm: introduce vma_set_file function v5
Christian König
2020-11-19
mm: mmap: fix fput in error path v2
Christian König
2020-11-05
Revert "mm: mmap: fix fput in error path v2"
Christian König
2020-11-05
Revert "mm: introduce vma_set_file function v4"
Christian König
2020-11-05
dma-buf: Fix static checker warning
Jianxin Xiong
2020-11-05
mm: introduce vma_set_file function v4
Christian König
2020-11-05
mm: mmap: fix fput in error path v2
Christian König
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-10-15
dma-buf: Clarify that dma-buf sg lists are page aligned
Jianxin Xiong
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-10-08
dma-buf: use struct_size macro
Christian König
2020-10-06
dma-mapping: merge into
Christoph Hellwig
2020-09-29
dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces
Thomas Zimmermann
2020-09-29
dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
Thomas Zimmermann
2020-09-29
dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr
Thomas Zimmermann
2020-09-23
Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2020-09-21
dmabuf: fix NULL pointer dereference in dma_buf_release()
Charan Teja Reddy
2020-09-17
dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resv
Daniel Vetter
2020-09-17
Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-next
Dave Airlie
2020-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2020-09-10
dmabuf: fix common struct sg_table related issues
Marek Szyprowski
2020-09-07
udmabuf: Add missing compact_ioctl
Kristian H. Kristensen
2020-09-03
dma-buf: fence-chain: Document missing dma_fence_chain_init() parameter in kerneldoc
Krzysztof Kozlowski
2020-09-03
dma-buf: Fix kerneldoc of dma_buf_set_name()
Krzysztof Kozlowski
2020-09-02
dma-buf: fix kernel-doc warning in dma-fence.c
Randy Dunlap
2020-08-10
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-07-29
dma-buf: Use sequence counter with associated wound/wait mutex
Ahmed S. Darwish
2020-07-29
dma-buf: Remove custom seqcount lockdep class key
Ahmed S. Darwish
2020-07-24
Merge v5.8-rc6 into drm-next
Dave Airlie
2020-07-23
dma-fence: Make symbol 'dma_fence_lockdep_map' static
Wei Yongjun
2020-07-23
Merge tag 'drm-misc-next-2020-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2020-07-21
dma-fence: prime lockdep annotations
Daniel Vetter
2020-07-21
dma-fence: basic lockdep annotations
Daniel Vetter
2020-07-20
Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2020-07-10
dmabuf: use spinlock to access dmabuf->name
Charan Teja Kalla
2020-07-03
Merge tag 'drm-intel-next-2020-07-02' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
2020-07-02
dma-buf: fix dma-fence-chain out of order test
Lionel Landwerlin
2020-07-02
Revert "dma-buf: Report signaled links inside dma-fence-chain"
Lionel Landwerlin
2020-06-30
Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2020-06-29
Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2020-06-25
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
2020-06-25
dma-buf: Move dma_buf_release() from fops to dentry_ops
Sumit Semwal
2020-06-24
dma-buf: minor doc touch-ups
Daniel Vetter
2020-06-24
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-09
DMA reservations: use the new mmap locking API
Michel Lespinasse
2020-06-05
drm/i915: Fix comments mentioning typo in IS_ENABLED()
Kees Cook
2020-06-02
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-05-20
dma-fence: add might_sleep annotation to _wait()
Daniel Vetter
2020-05-13
dma-buf: Use atomic_fetch_add() for the context id
Chris Wilson
2020-04-30
dma-buf: fix documentation build warnings
Randy Dunlap
2020-04-27
dma-buf: Fix SET_NAME ioctl uapi
Daniel Vetter
2020-04-17
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2020-04-09
dma-buf: Exercise dma-fence-chain under selftests
Chris Wilson
2020-04-09
dma-buf: Report signaled links inside dma-fence-chain
Chris Wilson
2020-04-09
dma-buf: Prettify typecasts for dma-fence-chain
Chris Wilson
2020-04-08
Merge tag 'drm-misc-next-fixes-2020-04-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2020-04-01
dma-buf: add peer2peer flag
Christian König
2020-03-25
dma-buf: Improve CONFIG_DMABUF_MOVE_NOTIFY help text
Geert Uytterhoeven
2020-03-12
Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2020-03-11
Merge v5.6-rc5 into drm-next
Dave Airlie
2020-02-27
dma-buf: make move_notify mandatory if importer_ops are provided
Christian König
2020-02-27
dma-buf: drop dynamic_mapping flag
Christian König
2020-02-27
dma-buf: add dynamic DMA-buf handling v15
Christian König
2020-02-27
dma-buf: free dmabuf->name in dma_buf_release()
Cong Wang
2020-02-17
dma-buf: Fix a typo in Kconfig
Christophe JAILLET
2020-01-03
Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2019-12-18
udmabuf: fix dma-buf cpu access
Gurchetan Singh
2019-12-18
dma-heap: Make the symbol 'dma_heap_ioctl_cmds' static
zhong jiang
2019-12-17
dma-buf: fix resource leak on -ENOTTY error return path
Colin Ian King
2019-12-17
dma-buf: heaps: Remove redundant heap identifier from system heap name
Andrew F. Davis
2019-12-17
dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifier
Andrew F. Davis
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Daniel Vetter
2019-12-11
dma-buf: heaps: Add CMA heap to dmabuf heaps
John Stultz
2019-12-11
dma-buf: heaps: Add system heap to dmabuf heaps
John Stultz
2019-12-11
dma-buf: heaps: Add heap helpers
John Stultz
2019-12-11
dma-buf: Add dma-buf heaps framework
Andrew F. Davis
2019-12-09
Merge tag 'drm-misc-fixes-2019-11-25' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
2019-12-05
udmabuf: implement begin_cpu_access/end_cpu_access hooks
Gurchetan Singh
2019-12-05
udmabuf: separate out creating/destroying scatter-table
Gurchetan Singh
2019-12-05
udmabuf: add a pointer to the miscdevice in dma-buf private data
Gurchetan Singh
2019-12-05
udmabuf: use cache_sgt_mapping option
Gurchetan Singh
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
2019-11-26
udmabuf: Remove deleted map/unmap handlers.
Maarten Lankhorst
2019-11-25
dma-buf: Drop dma_buf_k(un)map
Daniel Vetter
2019-11-25
dma-buf: Fix memory leak in sync_file_merge()
Navid Emamdoost
2019-11-21
dma-resv: Also prime acquire ctx for lockdep
Daniel Vetter
2019-11-20
dma_resv: prime lockdep annotations
Steven Price
2019-11-06
dma_resv: prime lockdep annotations
Daniel Vetter
2019-10-30
Revert "dma-buf: Add dma-buf heaps framework"
Sean Paul
2019-10-30
Revert "dma-buf: heaps: Add heap helpers"
Sean Paul
2019-10-30
Revert "dma-buf: heaps: Add system heap to dmabuf heaps"
Sean Paul
2019-10-30
Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"
Sean Paul
2019-10-25
dma-buf: heaps: Add CMA heap to dmabuf heaps
John Stultz
2019-10-25
dma-buf: heaps: Add system heap to dmabuf heaps
John Stultz
2019-10-25
dma-buf: heaps: Add heap helpers
John Stultz
2019-10-25
dma-buf: Add dma-buf heaps framework
Andrew F. Davis
2019-10-24
dma-buf: stop using the dmabuf->lock so much v2
Christian König
2019-10-24
dma-buf: change DMA-buf locking convention v3
Christian König
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-10
dma-buf/resv: fix exclusive fence get
Qiang Yu
2019-10-04
dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
Chris Wilson
2019-09-22
dma-buf/resv: fix exclusive fence get
Qiang Yu
2019-08-20
dmabuf: Mark up onstack timer for selftests
Chris Wilson
2019-08-20
dma-buf: Use %zu for printing sizeof
Chris Wilson
2019-08-19
dma-buf: Add selftests for dma-fence
Chris Wilson
2019-08-19
dma-buf: Introduce selftesting framework
Chris Wilson
2019-08-17
dma-fence: Store the timestamp in the same union as the cb_list
Chris Wilson
2019-08-17
dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signal
Chris Wilson
2019-08-17
dma-fence: Avoid list_del during fence->cb_list iteration
Chris Wilson
2019-08-16
dma-buf: Restore seqlock around dma_resv updates
Chris Wilson
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
2019-08-13
dma-buf: nuke reservation_object seq number
Christian König
2019-08-13
dma-buf/sw_sync: Synchronize signal vs syncpt free
Chris Wilson
2019-08-12
dma-fence: Report the composite sync_file status
Chris Wilson
2019-08-12
dma-fence: Propagate errors to dma-fence-array container
Chris Wilson
2019-08-10
dma-buf: further relax reservation_object_add_shared_fence
Christian König
2019-08-10
dma-buf: add reservation_object_fences helper
Christian König
2019-08-07
dma-buf: simplify reservation_object_get_fences_rcu a bit
Christian König
2019-08-07
dma-buf: fix shared fence list handling in reservation_object_copy_fences
Christian König
2019-08-07
dma-buf: fix busy wait for new shared fences
Christian König
2019-08-05
dma-buf: fix stack corruption in dma_fence_chain_release
Christian König
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-07-16
dma-buf: Relax the write-seqlock for reallocating the shared fence list
Chris Wilson
2019-07-16
Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
2019-07-15
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-07-15
docs: driver-api: add a series of orphaned documents
Mauro Carvalho Chehab
2019-07-15
dma-buf: Expand reservation_list to fill allocation
Chris Wilson
2019-06-28
dma-buf: cleanup reservation_object_init/fini
Christian König
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2019-06-19
Merge v5.2-rc5 into drm-next
Daniel Vetter
2019-06-14
dma-buf: add show_fdinfo handler
Greg Hackmann
2019-06-14
dma-buf: add DMA_BUF_SET_NAME ioctls
Greg Hackmann
2019-06-14
dma-buf: give each buffer a full-fledged inode
Greg Hackmann
2019-06-09
dma-fence: Signal all callbacks from dma_fence_release()
Chris Wilson
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2019-06-06
Merge tag 'drm-misc-fixes-2019-06-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-06-05
udmabuf: actually unmap the scatterlist
Lucas Stach
2019-06-05
dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc
Chris Wilson
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-28
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2019-05-22
Merge drm/drm-next into drm-misc-next
Sean Paul
2019-05-22
dma-buf: start caching of sg_table objects v2
Christian König
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-16
Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-05-13
drm/i915: Seal races between async GPU cancellation, retirement and signaling
Chris Wilson
2019-05-08
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-04-24
dma-buf: Make mmap callback actually optional
Andrew F. Davis
2019-04-24
dma-buf: balance refcount inbalance
Jérôme Glisse
2019-04-23
dma-buf: Remove unused sync_dump()
Chris Wilson
2019-04-19
Make anon_inodes unconditional
David Howells
2019-04-16
dma-buf: explicitely note that dma-fence-chains use 64bit seqno
Christian König
2019-04-01
dma-buf: add new dma_fence_chain container v7
Christian König
2019-02-27
dma-buf: add some lockdep asserts to the reservation object implementation
Lucas Stach
2019-01-10
Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2019-01-04
drivers/dma-buf/udmabuf.c: convert to use vm_fault_t
Souptick Joarder
2018-12-24
dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
2018-12-07
dma-buf: make fence sequence numbers 64 bit v2
Christian König
2018-12-03
dma-buf: add dma_fence_get_stub
Christian König
2018-11-29
Merge v4.20-rc4 into drm-next
Dave Airlie
2018-11-16
udmabuf: set read/write flag when exporting
Gerd Hoffmann
2018-10-26
dma-buf: Update reservation shared_count after adding the new fence
Chris Wilson