index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-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
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2020-10-15
dma-buf: Clarify that dma-buf sg lists are page aligned
Jianxin Xiong
1
-0
/
+21
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
4
-11
/
+18
2020-10-08
dma-buf: use struct_size macro
Christian König
1
-1
/
+1
2020-10-06
dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>
Christoph Hellwig
1
-1
/
+1
2020-09-29
dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces
Thomas Zimmermann
2
-5
/
+5
2020-09-29
dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
Thomas Zimmermann
2
-14
/
+22
2020-09-29
dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr
Thomas Zimmermann
1
-7
/
+7
2020-09-23
Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
3
-0
/
+9
2020-09-21
dmabuf: fix NULL pointer dereference in dma_buf_release()
Charan Teja Reddy
1
-0
/
+2
2020-09-17
dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resv
Daniel Vetter
1
-0
/
+5
2020-09-17
Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...
Dave Airlie
2
-11
/
+9
2020-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-3
/
+4
2020-09-10
dmabuf: fix common struct sg_table related issues
Marek Szyprowski
2
-11
/
+9
2020-09-07
udmabuf: Add missing compact_ioctl
Kristian H. Kristensen
1
-0
/
+3
2020-09-03
dma-buf: fence-chain: Document missing dma_fence_chain_init() parameter in ke...
Krzysztof Kozlowski
1
-0
/
+1
2020-09-03
dma-buf: Fix kerneldoc of dma_buf_set_name()
Krzysztof Kozlowski
1
-3
/
+3
2020-09-02
dma-buf: fix kernel-doc warning in dma-fence.c
Randy Dunlap
1
-0
/
+1
[next]