index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-03
drm/panel: Add Rocktech jh057n00900 panel driver
Guido Günther
3
-0
/
+400
2019-04-03
drm/panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panel
Jagan Teki
3
-0
/
+282
2019-04-03
drm/fb-helper: generic: Call drm_client_add() after setup is done
Noralf Trønnes
1
-2
/
+2
2019-04-03
drm/vc4: Call drm_dev_register() after all setup is done
Noralf Trønnes
1
-2
/
+4
2019-04-03
drm/fb-helper: dpms_legacy(): Only set on connectors in use
Noralf Trønnes
1
-6
/
+5
2019-04-03
drm/fb-helper: Remove unused gamma_size variable
Noralf Trønnes
1
-5
/
+1
2019-04-02
drm/cirrus: drop mode_info.mode_config_initialized
Gerd Hoffmann
2
-8
/
+2
2019-04-02
drm/bochs: drop mode_config_initialized
Gerd Hoffmann
2
-7
/
+2
2019-04-02
drm/cirrus: add missing drm_helper_force_disable_all() call.
Gerd Hoffmann
1
-0
/
+1
2019-04-02
drm/bochs: add missing drm_atomic_helper_shutdown() call.
Gerd Hoffmann
1
-0
/
+1
2019-04-02
drm/virtio: add missing drm_atomic_helper_shutdown() call.
Gerd Hoffmann
1
-0
/
+1
2019-04-01
drm/v3d: fix a missing check of pm_runtime_get_sync
Kangjie Lu
1
-0
/
+2
2019-04-01
drm/lima: driver for ARM Mali4xx GPUs
Qiang Yu
35
-0
/
+4079
2019-04-01
drm/vc4: Make sure that the v3d ident debugfs has vc4's power on.
Eric Anholt
1
-12
/
+17
2019-04-01
drm/vc4: Add helpers for pm get/put.
Eric Anholt
4
-28
/
+49
2019-04-01
drm/vc4: Use drm_printer for the debugfs and runtime bo stats output.
Eric Anholt
1
-34
/
+14
2019-04-01
drm: shmem: Off by one in drm_gem_shmem_fault()
Dan Carpenter
1
-1
/
+1
2019-04-01
drm/vc4: Use drm_print_regset32() for our debug register dumping.
Eric Anholt
9
-414
/
+350
2019-04-01
drm: Add a helper function for printing a debugfs_regset32.
Eric Anholt
1
-0
/
+28
2019-04-01
drm/v3d: Rename the fence signaled from IRQs to "irq_fence".
Eric Anholt
4
-14
/
+14
2019-04-01
drm/v3d: Add a note about OOM vs FLDONE, which may be racing on v3.3.
Eric Anholt
1
-1
/
+2
2019-04-01
drm/v3d: fix a NULL vs error pointer mixup
Dan Carpenter
1
-2
/
+2
2019-04-01
drm/vc4: Make sure to emit a tile coordinates between two MSAA loads.
Eric Anholt
1
-12
/
+11
2019-04-01
drm/syncobj: add timeline signal ioctl for syncobj v5
Chunming Zhou
3
-0
/
+77
2019-04-01
drm/syncobj: add transition iotcls between binary and timeline v2
Chunming Zhou
3
-0
/
+78
2019-04-01
drm/syncobj: use the timeline point in drm_syncobj_find_fence v4
Christian König
1
-3
/
+47
2019-04-01
drm/syncobj: add timeline payload query ioctl v6
Chunming Zhou
3
-0
/
+66
2019-04-01
drm/syncobj: add support for timeline point wait v8
Chunming Zhou
3
-29
/
+128
2019-04-01
drm/syncobj: add new drm_syncobj_add_point interface v4
Christian König
1
-0
/
+40
2019-04-01
dma-buf: add new dma_fence_chain container v7
Christian König
2
-1
/
+243
2019-04-01
drm: fallback to dma_alloc_coherent when memory encryption is active
Christian König
1
-0
/
+7
2019-04-01
drm/sun4i: hdmi: add support for ddc-i2c-bus property
Mans Rullgard
2
-3
/
+38
2019-04-01
drm/stm: add sleep power management
Yannick Fertré
3
-0
/
+62
2019-04-01
drm/stm: dw_mipi_dsi-stm: add sleep power management
Yannick Fertré
1
-0
/
+28
2019-03-31
drm: rockchip: introduce rk3066 hdmi
Zheng Yang
6
-0
/
+1117
2019-03-30
drm/rockchip: vop: Support dithering to RGB666
Urja Rannikko
3
-4
/
+41
2019-03-28
drm/virtio: rework resource creation workflow.
Gerd Hoffmann
6
-91
/
+83
2019-03-28
drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()
Gerd Hoffmann
3
-19
/
+32
2019-03-28
drm/virtio: params struct for virtio_gpu_cmd_create_resource()
Gerd Hoffmann
4
-15
/
+16
2019-03-28
drm/virtio: use struct to pass params to virtio_gpu_object_create()
Gerd Hoffmann
4
-34
/
+35
2019-03-28
drm/virtio: move virtio_gpu_object_{attach, detach} calls.
Gerd Hoffmann
1
-68
/
+24
2019-03-28
drm/virtio: add virtio-gpu-features debugfs file.
Gerd Hoffmann
1
-1
/
+26
2019-03-28
drm/virtio: remove set but not used variable 'vgdev'
YueHaibing
1
-6
/
+0
2019-03-27
drm/fb-helper: Fixup fill_info cleanup
Daniel Vetter
1
-3
/
+2
2019-03-27
drm/edid: Remove defunct EDID_QUIRK_FIRST_DETAILED_PREFERRED
Ville Syrjälä
1
-10
/
+0
2019-03-27
drm: Kill drm_display_info.name
Ville Syrjälä
6
-11
/
+0
2019-03-27
drm/fb-helper: Unexport fill_{var,info}
Daniel Vetter
1
-33
/
+5
2019-03-27
drm/udl: Use drm_fb_helper_fill_info
Daniel Vetter
1
-6
/
+2
2019-03-27
drm/vboxvideo: Use drm_fb_helper_fill_info
Daniel Vetter
1
-7
/
+1
2019-03-27
drm/tegra: Use drm_fb_helper_fill_info
Daniel Vetter
1
-3
/
+1
[next]