summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-07-13drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh1-3/+3
2018-07-13drm/scheduler: add a pointer to scheduler in the rqNayan Deshmukh1-0/+2
2018-07-10drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann1-1/+24
2018-07-10Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-0/+107
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-39/+22
2018-07-10Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-10/+6
2018-07-06drm/vmwgfx: Expose SM4_1 param to user spaceDeepak Rawat1-0/+4
2018-07-06drm/vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat1-0/+102
2018-07-06drm/vmwgfx: Add CAP2 support in vmwgfxNeha Bhende1-0/+1
2018-07-06Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie7-26/+76
2018-07-06Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie1-17/+28
2018-07-05drm: drop drm_pcie_get_speed_cap_mask and drm_pcie_get_max_link_widthAlex Deucher1-7/+0
2018-07-05PCI: Export pcie_get_speed_cap and pcie_get_width_capAlex Deucher1-0/+3
2018-07-05drm/scheduler: Rename cleanup functions v2.Andrey Grodzovsky1-3/+3
2018-07-04Merge v4.18-rc3 into drm-nextDave Airlie46-101/+236
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-39/+22
2018-07-03dma-fence: Make ->wait callback optionalDaniel Vetter1-5/+8
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom1-3/+14
2018-07-03locking: WW mutex cleanupPeter Ziljstra1-14/+14
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King1-2/+4
2018-07-02drm: Add drm_connector_mask()Ville Syrjälä1-1/+7
2018-07-02drm: Add drm_encoder_mask()Ville Syrjälä1-2/+14
2018-07-02drm: Add drm_plane_mask()Ville Syrjälä1-2/+12
2018-07-02dma-fence: Make ->enable_signaling optionalDaniel Vetter1-1/+2
2018-07-02dma-fence: remove fill_driver_data callbackDaniel Vetter1-13/+3
2018-07-01Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-07-01Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+3
2018-06-30Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-1/+54
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2-20/+2
2018-06-29drm/v3d: Define the fourcc modifier for the Broadcom UIF format.Eric Anholt1-0/+21
2018-06-29sg: remove ->sg_magic memberJens Axboe1-18/+0
2018-06-29Merge tag 'pm-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-3/+3
2018-06-29aio: mark __aio_sigset::sigmask constAvi Kivity1-1/+1
2018-06-28Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover' of https://github.co...Gustavo Padovan21-53/+138
2018-06-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+5
2018-06-28include/linux/dax.h: dax_iomap_fault() returns vm_fault_tSouptick Joarder1-1/+1
2018-06-28slub: fix failure when we delete and create a slab cacheMikulas Patocka1-0/+4
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds12-20/+27
2018-06-28console/fbcon: Add support for deferred console takeoverHans de Goede1-0/+5
2018-06-28Merge tag 'drm-misc-next-2018-06-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-25/+47
2018-06-28Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-12/+25
2018-06-27drm: of: Export and rename drm_crtc_port_mask()Jernej Skrabec1-0/+8
2018-06-27dt-bindings: display: sunxi-drm: Add TCON TOP descriptionJernej Skrabec1-0/+11
2018-06-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+3
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-1/+3
2018-06-26block: Fix transfer when chunk sectors exceeds maxKeith Busch1-2/+2
2018-06-26Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+1
2018-06-25disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann2-1/+11
2018-06-25kbuild: add macro for controlling warnings to linux/compiler.hArnd Bergmann2-0/+43
2018-06-25acpi: Add helper for deactivating memory regionHeikki Krogerus1-0/+3