aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2018-04-10Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linuxGravatar Linus Torvalds 29-813/+609
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 2-4/+7
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 4-32/+68
2018-04-03Merge branch 'parisc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 16-8031/+1
2018-04-02Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2018-03-28video: fbdev: s3c-fb: remove dead platform code for Exynos and S5PV210 platformsGravatar Bartlomiej Zolnierkiewicz 2-164/+1
2018-03-28video: au1100fb: Delete an unnecessary variable initialisation in au1100fb_dr...Gravatar Markus Elfring 1-1/+1
2018-03-28video: au1100fb: Improve a size determination in au1100fb_drv_probe()Gravatar Markus Elfring 1-2/+1
2018-03-28video: au1100fb: Delete an error message for a failed memory allocation in au...Gravatar Markus Elfring 1-3/+1
2018-03-28video/console/sticore: Delete an error message for a failed memory allocation...Gravatar Markus Elfring 1-3/+1
2018-03-28video: ARM CLCD: Improve a size determination in clcdfb_probe()Gravatar Markus Elfring 1-1/+1
2018-03-28video: ARM CLCD: Delete an error message for a failed memory allocation in cl...Gravatar Markus Elfring 1-1/+0
2018-03-28video: matroxfb: Delete an error message for a failed memory allocation in ma...Gravatar Markus Elfring 1-3/+2
2018-03-28video: s3c-fb: Improve a size determination in s3c_fb_probe()Gravatar Markus Elfring 1-1/+1
2018-03-28video: s3c-fb: Delete an error message for a failed memory allocation in s3c_...Gravatar Markus Elfring 1-3/+1
2018-03-28video: fsl-diu-fb: Delete an error message for a failed memory allocation in ...Gravatar Markus Elfring 1-5/+1
2018-03-28video: ssd1307fb: Improve a size determination in ssd1307fb_probe()Gravatar Markus Elfring 1-1/+2
2018-03-28video: smscufx: Delete an error message for a failed memory allocation in ufx...Gravatar Markus Elfring 1-3/+1
2018-03-28video: smscufx: Return an error code only as a constant in ufx_realloc_frameb...Gravatar Markus Elfring 1-7/+2
2018-03-28video: smscufx: Less checks in ufx_usb_probe() after error detectionGravatar Markus Elfring 1-27/+19
2018-03-28video: udlfb: Return an error code only as a constant in dlfb_realloc_framebu...Gravatar Markus Elfring 1-7/+2
2018-03-28video/fbdev/stifb: Delete an error message for a failed memory allocation in ...Gravatar Markus Elfring 1-3/+1
2018-03-28video/fbdev/stifb: Return -ENOMEM after a failed kzalloc() in stifb_init_fb()Gravatar Markus Elfring 1-1/+1
2018-03-28video: fbdev: aty128fb: use true and false for boolean valuesGravatar Gustavo A. R. Silva 1-1/+1
2018-03-28fbdev: aty: fix missing indentation in if statementGravatar Colin Ian King 1-1/+1
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextGravatar Dave Airlie 2-3/+3
2018-03-27parisc/stifb: Use fb_memset() to avoid sparse warningGravatar Helge Deller 1-1/+1
2018-03-26fbdev: s1d13xxxfb: remove m32r specific hacksGravatar Arnd Bergmann 1-10/+0
2018-03-26fbdev: remove blackfin driversGravatar Arnd Bergmann 8-4443/+0
2018-03-26video/logo: remove obsolete logo filesGravatar Arnd Bergmann 6-3576/+0
2018-03-26treewide: simplify Kconfig dependencies for removed archsGravatar Arnd Bergmann 1-2/+1
2018-03-20Merge 4.16-rc6 into tty-nextGravatar Greg Kroah-Hartman 1-2/+2
2018-03-18s390/setup : enable display support for KVM guestGravatar Farhan Ali 1-1/+1
2018-03-18Kconfig : Remove HAS_IOMEM dependency for Graphics supportGravatar Farhan Ali 2-4/+7
2018-03-12video: fbdev: via: remove VLA usageGravatar Gustavo A. R. Silva 4-4/+4
2018-03-12video: fbdev: vermilion: use 64-bit arithmetic instead of 32-bitGravatar Gustavo A. R. Silva 1-1/+1
2018-03-12video: of: display_timing: Remove of_display_timings_exist() functionGravatar Vladimir Zapolskiy 1-20/+0
2018-03-12video: offb: Deallocate the color mapGravatar Mathieu Malaterre 1-0/+2
2018-03-12fbdev: Fix loading of module radeonfb on PowerMacGravatar Mathieu Malaterre 1-0/+21
2018-03-12video: fbdev: kconfig: Add help text to FB_I810_I2CGravatar Ulf Magnusson 1-0/+5
2018-03-12video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLEGravatar Ulf Magnusson 1-1/+1
2018-03-12video: udlfb: Use already defined BPP constantGravatar Ladislav Michl 1-4/+3
2018-03-12video: udlfb: Fix unaligned accessGravatar Ladislav Michl 1-11/+12
2018-03-12video: fbdev: atmel_lcdfb: convert to use GPIO descriptorsGravatar Ludovic Desroches 1-19/+12
2018-03-12video: fbdev: sis: avoid mismatched prototypesGravatar Arnd Bergmann 6-513/+508
2018-03-12video: remove unused kconfig SH_LCD_MIPI_DSIGravatar Corentin Labbe 1-3/+0
2018-03-09mn10300: Remove the architectureGravatar David Howells 1-1/+1
2018-03-07fbdev: Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in sbusfb_ioctl...Gravatar Peter Malone 1-2/+2
2018-02-28console: Drop added "static" for newport_conGravatar Kees Cook 1-1/+1