aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-10-30Merge tag 'for-linus-4.20a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-20/+12
2018-10-30Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-155/+22
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds5-139/+18
2018-10-30drm/bochs: add edid support.Gerd Hoffmann3-3/+49
2018-10-30drm/rockchip: dsi: add dual mipi supportHeiko Stuebner5-0/+146
2018-10-30drm/bridge/synopsys: dsi: add dual-dsi supportNickey Yang1-6/+74
2018-10-30drm/rockchip: dsi: migrate to use dw-mipi-dsi bridge driverNickey Yang6-1353/+943
2018-10-30drm/bridge/synopsys: dsi: add ability to have glue-specific attach and detachHeiko Stuebner1-0/+15
2018-10-30drm/bridge/synopsys: dsi: don't call __dw_mipi_dsi_probe from dw_mipi_dsi_bindHeiko Stuebner1-12/+3
2018-10-30drm/bridge/synopsys: dsi: move mipi_dsi_host_unregister to __dw_mipi_dsi_removeHeiko Stuebner1-2/+2
2018-10-30drm/i915: Stop calling intel_opregion unregister/register in suspend/resumeChris Wilson3-71/+111
2018-10-30drm/i915/gtt: Reuse the read-only 64KiB scratch page and directoriesChris Wilson1-4/+26
2018-10-30drm/i915/gtt: Record the scratch pteChris Wilson2-46/+50
2018-10-30Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki5-139/+18
2018-10-30drm/qxl: Use 'unsigned int' instead of 'bool'Shayenne da Luz Moura1-5/+5
2018-10-30drm/qxl: Add space before open parenthesesShayenne da Luz Moura1-2/+2
2018-10-30drm/qxl: Use 'unsigned int' instead of 'usigned'Shayenne da Luz Moura9-31/+31
2018-10-30drm/qxl: Remove exceding whitelineShayenne da Luz Moura11-15/+0
2018-10-30drm/qxl: Add line after variable declarationsShayenne da Luz Moura9-0/+17
2018-10-30drm/qxl: Remove trailing whitespaceShayenne da Luz Moura1-1/+1
2018-10-30gpu/drm/virtio/virtgpu_vq.c: Use kmem_cache_zallocSabyasachi Gupta1-2/+1
2018-10-29mlxsw: core: Fix devlink unregister flowShalom Toledo1-7/+17
2018-10-29mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACsPetr Machata1-2/+0
2018-10-29hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4Nathan Chancellor2-2/+2
2018-10-29bonding: fix length of actor systemTobias Jungel1-2/+1
2018-10-29Merge tag 'rpmsg-v4.20' of git://github.com/andersson/remoteprocLinus Torvalds4-26/+27
2018-10-29Merge tag 'rproc-v4.20' of git://github.com/andersson/remoteprocLinus Torvalds12-282/+1376
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds91-748/+5377
2018-10-29drm/virtio: Handle context ID allocation errorsMatthew Wilcox1-18/+11
2018-10-29drm/virtio: Replace IDRs with IDAsMatthew Wilcox3-28/+8
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann6-26/+23
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann6-16/+10
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...Gerd Hoffmann1-16/+8
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann1-5/+3
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create()Gerd Hoffmann1-4/+4
2018-10-29drm/virtio: track created object stateGerd Hoffmann6-5/+16
2018-10-29Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-319/+435
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds531-4114/+13760
2018-10-29drm/i915: Switch the order of function parametersDhinakaran Pandiyan1-3/+3
2018-10-29drm/i915: Do not program aux plane offsets on gen11+Dhinakaran Pandiyan1-3/+5
2018-10-29drm/i915: Add function to check for linear surfacesDhinakaran Pandiyan1-4/+8
2018-10-29drm/i915: Move VIDEO_DIP_CTL definitions to their right place.Dhinakaran Pandiyan1-10/+9
2018-10-29drm/i915: Fix VIDEO_DIP_CTL bit shiftsDhinakaran Pandiyan1-6/+6
2018-10-29drm/i915: Simplify has_sagv functionRodrigo Vivi1-9/+2
2018-10-29i2c: sh_mobile: Remove dummy runtime PM callbacksJarkko Nikula1-18/+0
2018-10-29i2c: uniphier-f: fix race condition when IRQ is clearedMasahiro Yamada1-5/+6
2018-10-29i2c: uniphier-f: fix occasional timeout errorMasahiro Yamada1-8/+25
2018-10-29i2c: uniphier-f: make driver robust against concurrencyMasahiro Yamada1-1/+16
2018-10-29Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang3-3/+3
2018-10-29HID: input: simplify/fix high-res scroll event handlingLinus Torvalds1-22/+21