summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-03drm: Change deadlock-avoidance algorithm for the modeset locks.Thomas Hellstrom1-1/+1
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom2-2/+2
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King10-11/+15
2018-07-03drm: Fix hdmi connector content type property docsDaniel Vetter1-3/+1
2018-07-02drm/vmwgfx: Use drm_plane_mask() & co.Ville Syrjälä1-2/+2
2018-07-02drm/vc4: Use drm_crtc_mask()Ville Syrjälä1-3/+3
2018-07-02drm/sun4i: Use drm_crtc_mask()Ville Syrjälä3-3/+3
2018-07-02drm/imx: Use drm_plane_mask()Ville Syrjälä1-1/+1
2018-07-02drm/i915: Use drm_plane_mask() & co.Ville Syrjälä3-12/+12
2018-07-02drm: Add drm_connector_mask()Ville Syrjälä1-3/+3
2018-07-02drm: Add drm_encoder_mask()Ville Syrjälä1-5/+5
2018-07-02drm: Use drm_crtc_mask()Ville Syrjälä2-3/+3
2018-07-02drm: Add drm_plane_mask()Ville Syrjälä3-4/+4
2018-07-02drm/atomic-helper: Use old/new state in drm_atomic_helper_commit_planes_on_cr...Ville Syrjälä1-5/+10
2018-07-02dma-fence: Allow wait_any_timeout for all fencesDaniel Vetter1-5/+0
2018-07-02dma-fence: Make ->enable_signaling optionalDaniel Vetter1-4/+5
2018-07-01drm/pl111: Support Nomadik LCDC variantLinus Walleij6-13/+145
2018-07-01Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-6/+9
2018-07-01Merge tag 'tty-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-27/+35
2018-07-01Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-65/+369
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds3-7/+7
2018-06-29drm/vc4: Make DSI call into the bridge after the DSI link is enabled.Eric Anholt1-15/+27
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)52-101/+126
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)3-48/+3
2018-06-29drm/noveau: add SPDX identifier and clarify licenseDirk Hohndel (VMware)1-2/+1
2018-06-29drm: add SPDX identifier and clarify licenseDirk Hohndel (VMware)1-1/+1
2018-06-29drm: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-0/+1
2018-06-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2018-06-29Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+15
2018-06-29sg: remove ->sg_magic memberJens Axboe1-3/+0
2018-06-29Merge tag 'pci-v4.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-7/+12
2018-06-29Merge tag 'pm-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-8/+7
2018-06-29Merge tag 'drm-fixes-2018-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-27/+59
2018-06-29Merge tag 'for-4.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-27/+33
2018-06-29Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe1-2/+5
2018-06-29drbd: Fix drbd_request_prepare() discard handlingBart Van Assche1-2/+2
2018-06-29Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover-fixup' of https://git...Gustavo Padovan1-0/+2
2018-06-29console: dummycon: export dummycon_[un]register_output_notifierHans de Goede1-0/+2
2018-06-29Merge branch 'pm-domains'Rafael J. Wysocki1-4/+3
2018-06-29i2c: gpio: initialize SCL to HIGH againWolfram Sang1-2/+2
2018-06-29i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfersPeter Rosin1-5/+9
2018-06-29i2c: algos: bit: mention our experience about initial statesWolfram Sang1-0/+5
2018-06-29Revert "i2c: algo-bit: init the bus to a known state"Wolfram Sang1-5/+0
2018-06-28Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover' of https://github.co...Gustavo Padovan104-1796/+1372
2018-06-29Merge tag 'drm-misc-fixes-2018-06-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-4/+8
2018-06-29Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie4-14/+35
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler2-5/+5
2018-06-28dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler1-0/+8
2018-06-28pmem: only set QUEUE_FLAG_DAX for fsdax modeRoss Zwisler1-1/+2
2018-06-28Merge tag 'mtd/fixes-for-4.18-rc3' of git://git.infradead.org/linux-mtdLinus Torvalds7-25/+61