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-06-26
drm/gma500: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
3
-5
/
+5
2018-06-25
drm/panel: Add Ilitek ILI9881c panel driver
Maxime Ripard
3
-0
/
+513
2018-06-25
drm: kirin: Remove useless "Scale not support" error message
John Stultz
1
-1
/
+0
2018-06-25
drm: Make ioctls available for in-kernel clients
Noralf Trønnes
4
-30
/
+64
2018-06-25
drm/file: Don't set master on in-kernel clients
Noralf Trønnes
1
-9
/
+9
2018-06-25
drm: provide management functions for drm_file
David Herrmann
2
-132
/
+175
2018-06-22
drm/omap: remove now unused functions
Christian König
1
-17
/
+0
2018-06-21
drm/v3d: Remove the bad signaled() implementation.
Eric Anholt
4
-18
/
+6
2018-06-21
drm/v3d: Take a lock across GPU scheduler job creation and queuing.
Eric Anholt
2
-0
/
+9
2018-06-21
gpu: drm: vc4: Adding new typedef vm_fault_t
Souptick Joarder
2
-2
/
+3
2018-06-21
staging: android: ion: fix ion_dma_buf_attach signatur
Christian König
1
-2
/
+2
2018-06-20
drm/i915/selftests: Remove unused dmabuf->kmap routines, fix the build
Chris Wilson
1
-12
/
+0
2018-06-20
Merge drm-upstream/drm-next into drm-misc-next
Gustavo Padovan
1170
-22864
/
+54832
2018-06-20
drm: writeback: Add client capability for exposing writeback connectors
Liviu Dudau
2
-0
/
+12
2018-06-20
drm: writeback: Add out-fences for writeback connectors
Brian Starkey
2
-11
/
+197
2018-06-20
drm: Add writeback connector type
Brian Starkey
5
-2
/
+398
2018-06-20
dma-buf: remove kmap_atomic interface
Christian König
15
-157
/
+2
2018-06-20
dma_buf: remove device parameter from attach callback v2
Christian König
8
-10
/
+6
2018-06-20
drm/vc4: Always obey implicit sync
Daniel Vetter
1
-4
/
+7
2018-06-20
drm/gem-fb-helper: Always do implicit sync
Daniel Vetter
1
-1
/
+1
2018-06-18
drm/rockchip: vop: fix irq disabled after vop driver probed
Sandy Huang
1
-8
/
+17
2018-06-18
drm/rockchip: vop: split out core clock enablement into separate functions
Heiko Stuebner
1
-13
/
+31
2018-06-18
drm: Add checks for atomic_[duplicate/destroy]_state with atomic drivers
Haneen Mohammed
3
-0
/
+12
2018-06-16
drm/rockchip: cnd-dp: adjust spdif register setting
Lin Huang
1
-15
/
+1
2018-06-16
drm/rockchip: lvds: add missing of_node_put
Julia Lawall
1
-1
/
+3
2018-06-15
drm/atomic: Set current atomic state in drm_private_state
Alexandru Gheorghe
1
-0
/
+1
2018-06-15
drm: Print bad user modes
Ville Syrjälä
4
-5
/
+24
2018-06-15
drm/atomic: Improve debug messages
Ville Syrjälä
1
-27
/
+61
2018-06-15
Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
43
-255
/
+372
2018-06-14
drm/amd/powerplay: Set higher SCLK&MCLK frequency than dpm7 in OD (v2)
Kenneth Feng
1
-2
/
+5
2018-06-14
drm/bridge: sil_sii8620: do not have a dependency of RC_CORE
Inki Dae
1
-1
/
+3
2018-06-13
drm/amd/powerplay: remove uncessary extra gfxoff control call
Evan Quan
1
-9
/
+0
2018-06-13
drm/amdgpu: fix parsing indirect register list v2
Evan Quan
1
-6
/
+9
2018-06-13
drm/amd/include: Update df 3.6 mask and shift definition
Shaoyun Liu
1
-4
/
+4
2018-06-13
drm/amd/pp: Fix OD feature enable failed on Vega10 workstation cards
Rex Zhu
1
-2
/
+7
2018-06-13
drm/amd/display: Fix stale buffer object (bo) use
Pratik Vishwakarma
1
-11
/
+0
2018-06-13
drm/amd/pp: initialize result to before or'ing in data
Colin Ian King
1
-1
/
+1
2018-06-13
drm/amd/powerplay: fix wrong clock adjust sequence
Evan Quan
1
-7
/
+6
2018-06-13
drm/amdgpu: Grab/put runtime PM references in atomic_commit_tail()
Lyude Paul
1
-0
/
+13
2018-06-13
drm/amd/powerplay: fix missed hwmgr check warning before call gfx_off_control...
Huang Rui
1
-1
/
+2
2018-06-13
drm/amdgpu: fix CG enabling hang with gfxoff enabled
Huang Rui
4
-8
/
+15
2018-06-13
drm/amdgpu: fix clear_all and replace handling in the VM (v2)
Junwei Zhang
1
-2
/
+4
2018-06-13
drm/amdgpu: add checking for sos version
Huang Rui
1
-1
/
+26
2018-06-13
drm/amdgpu: fix the missed vcn fw version report
Huang Rui
1
-0
/
+1
2018-06-11
drm: Stop updating plane->crtc/fb/old_fb on atomic drivers
Ville Syrjälä
7
-84
/
+24
2018-06-11
drm/vc4: Stop updating plane->fb/crtc
Ville Syrjälä
1
-3
/
+0
2018-06-11
drm/virtio: Stop updating plane->crtc
Ville Syrjälä
1
-2
/
+0
2018-06-11
drm/msm: Stop updating plane->fb/crtc
Ville Syrjälä
4
-6
/
+0
2018-06-11
drm/exynos: Stop updating plane->crtc
Ville Syrjälä
1
-2
/
+0
2018-06-11
drm/i915: Stop updating plane->fb/crtc
Ville Syrjälä
2
-16
/
+3
[next]