index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
kernel
/
stacktrace.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-29
dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr
Thomas Zimmermann
3
-8
/
+91
2020-09-29
drm/qxl: simplify the return expression of qxl_plane_prepare_fb()
Qinglang Miao
1
-6
/
+1
2020-09-29
drm/virtio: advertise features to userspace
Gurchetan Singh
1
-1
/
+10
2020-09-29
drm/virtio: implement blob resources: resource create blob ioctl
Gerd Hoffmann
4
-3
/
+144
2020-09-29
drm/virtio: implement blob resources: report blob mem to userspace
Gurchetan Singh
1
-0
/
+3
2020-09-29
drm/virtio: implement blob resources: fix stride discrepancy
Gurchetan Singh
3
-6
/
+47
2020-09-29
drm/virtio: implement blob resources: refactor UUID code somewhat
Gurchetan Singh
2
-13
/
+31
2020-09-29
drm/virtio: implement blob resources: blob display integration
Gurchetan Singh
1
-6
/
+17
2020-09-29
drm/virtio: implement blob resources: hypercall interface
Gurchetan Singh
2
-0
/
+80
2020-09-29
drm/virtio: implement blob resources: implement vram object
Gerd Hoffmann
7
-3
/
+293
2020-09-29
drm/virtio: implement blob resources: add new fields to internal structs
Gurchetan Singh
1
-3
/
+14
2020-09-29
drm/virtio: implement blob resources: expose virtio_gpu_resource_id_get
Gurchetan Singh
2
-2
/
+3
2020-09-29
drm/virtio: implement blob resources: probe for host visible region
Gerd Hoffmann
3
-2
/
+25
2020-09-29
drm/virtio: implement blob resources: probe for the feature.
Gerd Hoffmann
4
-3
/
+10
2020-09-29
drm/virtgpu api: cross-device feature
Gurchetan Singh
1
-0
/
+1
2020-09-29
drm/virtgpu api: host visible feature
Gurchetan Singh
1
-0
/
+1
2020-09-29
drm/virtgpu api: blob resources
Gurchetan Singh
1
-1
/
+36
2020-09-29
virtio-gpu api: host visible feature
Gerd Hoffmann
1
-0
/
+35
2020-09-29
virtio-gpu api: blob resources
Gerd Hoffmann
1
-0
/
+43
2020-09-29
drm/virtio: blob prep: make CPU responses more generic
Gurchetan Singh
3
-11
/
+11
2020-09-29
drm/virtio: blob prep: refactor getting pages and attaching backing
Gurchetan Singh
1
-8
/
+8
2020-09-29
drm/rockchip: Include <drm/drm_gem_cma_helper> for drm_gem_cm_vm_ops
Thomas Zimmermann
1
-0
/
+1
2020-09-28
drm/hisilicon: Deleted the drm_device declaration
Tian Tao
1
-2
/
+0
2020-09-28
drm/ttm: remove fault callback
Christian König
2
-25
/
+0
2020-09-28
drm/nouveau: stop using TTMs fault callback
Christian König
3
-28
/
+33
2020-09-28
drm/amdgpu: stop using TTMs fault callback
Christian König
3
-16
/
+46
2020-09-28
drm/radeon: stop using TTMs fault callback
Christian König
3
-19
/
+34
2020-09-28
drm/ttm: move SG flag check into ttm_bo_vm_reserve
Christian König
1
-7
/
+9
2020-09-28
drm/ingenic: Add support for paletted 8bpp
Paul Cercueil
1
-4
/
+62
2020-09-26
drm/ingenic: Add support for 24-bit modes
Paul Cercueil
2
-0
/
+10
2020-09-26
drm/ingenic: Add support for 30-bit modes
Paul Cercueil
2
-0
/
+9
2020-09-26
drm/ingenic: Support handling different pixel formats in F0/F1 planes
Paul Cercueil
1
-10
/
+47
2020-09-26
drm/ingenic: Alloc F0 and F1 DMA descriptors at once
Paul Cercueil
1
-23
/
+28
2020-09-26
drm/ingenic: Add support for reserved memory
Paul Cercueil
1
-0
/
+19
2020-09-26
drm/ingenic: Reset pixclock rate when parent clock rate changes
Paul Cercueil
1
-1
/
+60
2020-09-25
fbdev: sbuslib: remove compat_alloc_user_space usage
Arnd Bergmann
1
-25
/
+70
2020-09-25
fbdev: sbuslib: remove unused FBIOSCURSOR32 helper
Arnd Bergmann
1
-28
/
+1
2020-09-25
fbdev: simplify fb_getput_cmap()
Arnd Bergmann
1
-25
/
+19
2020-09-25
drm/vram-helper: Don't put new BOs into VRAM
Thomas Zimmermann
1
-2
/
+1
2020-09-25
drm/vram-helper: Set object function iff they are not provided by driver
Thomas Zimmermann
1
-4
/
+12
2020-09-25
drm/vram-helper: Integrate drm_gem_vram_init() into drm_gem_vram_create()
Thomas Zimmermann
1
-48
/
+29
2020-09-25
drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver
Thomas Zimmermann
7
-137
/
+38
2020-09-25
drm/xlnx: Initialize DRM driver instance with CMA helper macro
Thomas Zimmermann
1
-13
/
+1
2020-09-25
drm/xen: Introduce GEM object functions
Thomas Zimmermann
3
-27
/
+34
2020-09-25
drm/vkms: Introduce GEM object functions
Thomas Zimmermann
2
-8
/
+13
2020-09-25
drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcs
Thomas Zimmermann
2
-1
/
+1
2020-09-25
drm/vgem: Introduce GEM object functions
Thomas Zimmermann
1
-7
/
+14
2020-09-25
drm/vc4: Introduce GEM object functions
Thomas Zimmermann
3
-14
/
+20
2020-09-25
drm/tegra: Introduce GEM object functions
Thomas Zimmermann
2
-4
/
+8
2020-09-25
drm/rockchip: Convert to drm_gem_object_funcs
Thomas Zimmermann
2
-6
/
+11
[next]