index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-04
Revert "gpu/drm: ingenic: Add option to mmap GEM buffers cached"
Paul Cercueil
3
-126
/
+4
2020-10-02
drm/atomic: Make the kerneldoc a bit clearer
Daniel Vetter
1
-5
/
+5
2020-10-01
drm/panfrost: simplify the return expression of panfrost_devfreq_target()
Qinglang Miao
1
-6
/
+1
2020-10-01
drm/panfrost: simplify the return expression of cz_ih_hw_init()
Qinglang Miao
1
-7
/
+1
2020-09-30
MAINTAINERS: mark FRAMEBUFFER LAYER as Orphan
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2020-09-30
virtio-gpu api: fix 64/32 compat issue with blob implementation
Alistair Delva
1
-1
/
+1
2020-09-30
drm/hisilicon: Delete the unused macro
Tian Tao
1
-2
/
+0
2020-09-30
drm/hisilicon: Using the to_hibmc_drm_private to convert
Tian Tao
3
-16
/
+15
2020-09-29
drm: update todo.rst
Daniel Vetter
1
-3
/
+0
2020-09-29
drm/qxl: fix usage of ttm_bo_init
Christian König
1
-3
/
+5
2020-09-29
dma-buf: Document struct dma_buf_map
Thomas Zimmermann
2
-0
/
+81
2020-09-29
dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces
Thomas Zimmermann
16
-34
/
+66
2020-09-29
dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
Thomas Zimmermann
17
-61
/
+143
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
[next]