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
2018-03-29
drm: Use srcu to protect drm_device.unplugged
Noralf Trønnes
1
-5
/
+49
2018-03-28
drm: add parameter explanation for some gem dmabuf_ops
Samuel Li
1
-0
/
+13
2018-03-28
drm/tinydrm: Make fb_dirty into a lower level hook
Ville Syrjälä
8
-77
/
+66
2018-03-28
drm/simple-kms-helper: Plumb plane state to the enable hook
Ville Syrjälä
9
-9
/
+19
2018-03-28
drm/udl: Get rid of dev->struct_mutex usage
Daniel Vetter
5
-5
/
+11
2018-03-28
drm/rockchip: fixup comment for gem_free_object_unlocked
Daniel Vetter
1
-2
/
+2
2018-03-28
staging/vboxvideo: Use gem_free_object_unlocked
Daniel Vetter
1
-1
/
+1
2018-03-28
drm/omap: Use normalized zpos for plane placement
Peter Ujfalusi
2
-1
/
+4
2018-03-28
drm: rcar-du: Let core take care of normalizing the zpos
Peter Ujfalusi
1
-9
/
+2
2018-03-28
drm/sti: Let core take care of normalizing the zpos
Peter Ujfalusi
1
-21
/
+3
2018-03-28
drm/tegra: Let core take care of normalizing the zpos
Peter Ujfalusi
1
-17
/
+4
2018-03-28
drm/exynos: Let core take care of normalizing the zpos
Peter Ujfalusi
3
-22
/
+3
2018-03-28
drm: Add drm_mode_config->normalize_zpos boolean
Peter Ujfalusi
1
-0
/
+11
2018-03-28
drm/dp/mst: Fix off-by-one typo when dump payload table
Andy Shevchenko
1
-4
/
+5
2018-03-27
drm/tinydrm: Use gem_free_object_unlocked
Daniel Vetter
1
-1
/
+1
2018-03-26
drm/scdc-helper: Convert errors into debug messages
Ville Syrjälä
1
-5
/
+5
2018-03-26
drm/gem: Document that handle_create must be the last step
Daniel Vetter
1
-3
/
+6
2018-03-26
gpu: drm: nouveau: Use list_{next/prev}_entry instead of list_entry
Arushi Singhal
1
-1
/
+1
2018-03-26
gpu: drm/lease:: Use list_{next/prev}_entry instead of list_entry
Arushi Singhal
1
-1
/
+1
2018-03-21
Merge airlied/drm-next into drm-misc-next
Sean Paul
742
-33314
/
+67874
2018-03-21
drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()
Santha Meena Ramamoorthy
6
-12
/
+12
2018-03-21
Merge tag 'omapdrm-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...
Dave Airlie
54
-3831
/
+4276
2018-03-21
Merge tag 'drm-msm-next-2018-03-20' of git://people.freedesktop.org/~robclark...
Dave Airlie
71
-241
/
+1858
2018-03-21
Merge tag 'drm/tegra/for-4.17-rc1' of git://anongit.freedesktop.org/tegra/lin...
Dave Airlie
10
-114
/
+280
2018-03-21
Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...
Dave Airlie
7
-77
/
+189
2018-03-20
drm/meson: Fix potential NULL dereference in meson_drv_bind_master()
Wei Yongjun
1
-0
/
+4
2018-03-19
drm/sun4i: backend: Support YUV planes
Maxime Ripard
3
-0
/
+119
2018-03-19
drm/sun4i: backend: Check that we only have a single YUV plane
Maxime Ripard
2
-2
/
+48
2018-03-19
drm/sun4i: Add driver support for A80 display pipeline
Chen-Yu Tsai
3
-2
/
+18
2018-03-19
drm/sun4i: Add support for A80 TCONs
Chen-Yu Tsai
2
-0
/
+28
2018-03-19
drm: Reduce object size of DRM_DEV_<LEVEL> uses
Joe Perches
1
-9
/
+28
2018-03-19
drm: dma_bufs: Fixed checkpatch issues
Paul McQuade
1
-8
/
+8
2018-03-19
drm/msm: fix building without debugfs
Arnd Bergmann
1
-0
/
+2
2018-03-19
drm/msm/mdp5: don't pre-reserve LM's if no dual-dsi
Rob Clark
1
-1
/
+5
2018-03-19
drm/msm/mdp5: add missing LM flush bits
Rob Clark
1
-0
/
+2
2018-03-19
drm/msm/mdp5: print a bit more of the atomic state
Rob Clark
1
-0
/
+5
2018-03-19
drm/msm/mdp5: rework CTL START signal handling
Rob Clark
7
-44
/
+35
2018-03-19
drm/msm: Trigger fence completion from GPU
Bjorn Andersson
3
-16
/
+4
2018-03-19
drm/msm/dsi: fix direct caller of msm_gem_free_object()
Rob Clark
2
-3
/
+2
2018-03-19
drm/msm: strip out msm_fence_cb
Rob Clark
2
-3
/
+0
2018-03-19
drm/msm: rename mdp->disp
Rob Clark
35
-25
/
+25
2018-03-19
drm/msm/dsi: Fix potential NULL pointer dereference in msm_dsi_modeset_init
Gustavo A. R. Silva
1
-1
/
+2
2018-03-19
drm/msm/adreno/a5xx_debugfs: fix potential NULL pointer dereference
Gustavo A. R. Silva
1
-1
/
+3
2018-03-17
drm/tegra: prime: Implement ->{begin,end}_cpu_access()
Thierry Reding
1
-0
/
+30
2018-03-17
drm/tegra: gem: Map pages via the DMA API
Thierry Reding
1
-16
/
+16
2018-03-17
drm/tegra: hub: Use private object for global state
Thierry Reding
5
-80
/
+123
2018-03-16
drm/vc4_validate: Remove VLA usage
Gustavo A. R. Silva
1
-1
/
+1
2018-03-16
amdgpu/dm: Default PRE_VEGA ASIC support to 'y'
Harry Wentland
1
-1
/
+1
2018-03-16
drm/amd/pp: Remove the cgs wrapper for notify smu version on APU
Rex Zhu
3
-12
/
+5
2018-03-16
drm/amd/display: fix dereferencing possible ERR_PTR()
Shirish S
1
-0
/
+3
[next]