summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-13drm/ttm: further cleanup ttm_mem_reg handlingChristian König1-2/+0
2020-07-10fbdev/fb.h: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-2/+3
2020-07-06drm: drm_fourcc: Add generic alias for 16_16_TILE modifierBrian Starkey1-0/+25
2020-07-03drm/fourcc: Add modifier definitions for describing Amlogic Video Framebuffer...Neil Armstrong1-0/+81
2020-07-01drm/drm_connector: use inline comments for drm_bus_flagsSam Ravnborg1-23/+77
2020-07-01drm/drm_connector: drop legacy drm_bus_flags valuesSam Ravnborg1-16/+8
2020-07-01of_graph: add of_graph_is_present()Dmitry Osipenko1-0/+6
2020-06-30drm: Introduce epoch counter to drm_connectorStanislav Lisovskiy1-0/+2
2020-06-30drm: Add helper to compare edids.Stanislav Lisovskiy1-0/+9
2020-06-30drm: pl111: Absorb the external register headerLinus Walleij1-87/+0
2020-06-30video: fbdev: amba-clcd: Retire elder CLCD driverLinus Walleij1-290/+0
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst791-5947/+23263
2020-06-26drm/ttm: do not keep GPU dependent addressesNirmoy Das2-3/+0
2020-06-26drm/scheduler: improve job distribution with multiple queuesNirmoy Das1-3/+3
2020-06-24drm/mipi-dbi: Remove ->enabledDaniel Vetter1-5/+0
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie11-158/+211
2020-06-23drm: bridge: dw-hdmi: Pass drm_display_info to dw_hdmi_support_scdc()Laurent Pinchart1-1/+3
2020-06-23drm: bridge: dw-hdmi: Constify mode argument to dw_hdmi_phy_ops .init()Laurent Pinchart1-1/+1
2020-06-23drm: bridge: dw-hdmi: Pass drm_display_info to .mode_valid()Laurent Pinchart1-2/+2
2020-06-23drm: bridge: dw-hdmi: Remove unused field from dw_hdmi_plat_dataLaurent Pinchart1-1/+0
2020-06-23drm: bridge: dw-hdmi: Pass private data pointer to .configure_phy()Laurent Pinchart1-2/+1
2020-06-23drm: bridge: dw-hdmi: Pass private data pointer to .mode_valid()Laurent Pinchart1-2/+12
2020-06-23drm: bridge: Pass drm_display_info to drm_bridge_funcs .mode_valid()Laurent Pinchart1-0/+3
2020-06-23drm: edid: Constify connector argument to infoframe functionsLaurent Pinchart1-3/+3
2020-06-21Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-1/+8
2020-06-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2020-06-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+4
2020-06-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+3
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+4
2020-06-20Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-06-20mm: Allow arches to provide ptep_get()Christophe Leroy2-1/+8
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+0
2020-06-19Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2020-06-19drm/dp: DRM DP helper for reading Ignore MSA from DPCDManasi Navare1-0/+8
2020-06-19Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+2
2020-06-19Merge tag 'overflow-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+21
2020-06-19drm: drm_fourcc: Add uncompressed AFBC modifierBen Davis1-0/+12
2020-06-19drm: drm_fourcc: add NV15, Q410, Q401 YUV formatsBen Davis1-0/+22
2020-06-19i2c: remove deprecated i2c_new_device APIWolfram Sang1-5/+3
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds1-10/+13
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds1-2/+4
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-5/+5
2020-06-18sparse: use identifiers to define address spacesLuc Van Oostenryck1-4/+4
2020-06-18block: make function 'kill_bdev' staticZheng Bin1-2/+0
2020-06-18libata: Use per port sync for detachKai-Heng Feng1-0/+3
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig1-2/+2
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-6/+7
2020-06-16overflow.h: Add flex_array_size() helperGustavo A. R. Silva1-4/+21
2020-06-16kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa1-0/+4
2020-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-5/+55