summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* fb: fix lost console when the user unplugs a USB adapterMikulas Patocka2018-09-091-6/+32
* video: uvesafb: Fix integer overflow in allocationKees Cook2018-07-031-1/+2
* backlight: tps65217_bl: Fix Device Tree node lookupJohan Hovold2018-07-031-2/+2
* backlight: max8925_bl: Fix Device Tree node lookupJohan Hovold2018-07-031-1/+3
* backlight: as3711_bl: Fix Device Tree node lookupJohan Hovold2018-07-031-10/+23
* fbdev: Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in sbusfb_ioctl...Peter Malone2018-05-301-2/+2
* vfb: fix video mode and line_length being set when loadedPieter \"PoroCYon\" Sluys2018-04-131-0/+17
* vgacon: Set VGA struct resource typesBjorn Helgaas2018-03-241-8/+26
* sm501fb: don't return zero on failure path in sm501fb_start()Alexey Khoroshilov2018-03-241-0/+1
* video: fbdev: udlfb: Fix buffer on stackMaksim Salau2018-03-241-2/+12
* video/hdmi: Allow "empty" HDMI infoframesVille Syrjälä2018-03-221-20/+31
* video: ARM CLCD: fix dma allocation sizeLiam Beguin2018-03-221-2/+2
* fbdev: sm712fb: avoid unused function warningsArnd Bergmann2018-02-251-13/+3
* fbdev: s6e8ax0: avoid unused function warningsArnd Bergmann2018-02-251-9/+4
* fbdev: auo_k190x: avoid unused function warningsArnd Bergmann2018-02-251-7/+4
* video: Use bool instead int pointer for get_opt_bool() argumentDaniel Wagner2018-02-251-1/+1
* fbdev: sis: enforce selection of at least one backendArnd Bergmann2018-02-251-0/+1
* video: fbdev: sis: remove unused variableSudip Mukherjee2018-02-251-8/+2
* video: fbdev: via: remove possibly unused variablesArnd Bergmann2018-02-251-5/+3
* video: fbdev/mmp: add MODULE_LICENSEArnd Bergmann2018-02-251-0/+5
* console/dummy: leave .con_font_get set to NULLNicolas Pitre2018-02-221-1/+0
* video: fbdev: atmel_lcdfb: fix display-timings lookupJohan Hovold2018-02-221-1/+7
* backlight: pwm_bl: Fix overflow conditionDerek Basehore2017-12-251-2/+5
* video: fbdev: au1200fb: Return an error code if a memory allocation failsChristophe JAILLET2017-12-201-1/+3
* video: fbdev: au1200fb: Release some resources if a memory allocation failsChristophe JAILLET2017-12-201-1/+2
* video: udlfb: Fix read EDID timeoutLadislav Michl2017-12-201-5/+5
* fbdev: controlfb: Add missing modes to fix out of bounds accessGeert Uytterhoeven2017-12-201-0/+2
* backlight: adp5520: Fix error handling in adp5520_bl_probe()Alexey Khoroshilov2017-11-211-2/+10
* backlight: lcd: Fix race condition during registerUwe Kleine-König2017-11-211-2/+2
* video: fbdev: pmag-ba-fb: Remove bad `__init' annotationMaciej W. Rozycki2017-11-151-1/+1
* video: fbdev: aty: do not leak uninitialized padding in clk to userspaceVladis Dronov2017-10-051-1/+1
* video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremapArvind Yadav2017-08-061-0/+5
* xen, fbfront: fix connecting to backendJuergen Gross2017-04-211-2/+2
* fbcon: Fix vc attr at deinitTakashi Iwai2017-03-301-27/+40
* fbdev: color map copying bounds checkingKees Cook2017-02-011-12/+14
* fbdev/efifb: Fix 16 color palette entry calculationMax Staudt2016-10-281-3/+3
* fbdev: da8xx-fb: fix videomodes of lcd panelsSushaanth Srirangapathi2016-05-041-4/+3
* xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND"Arnd Bergmann2016-05-041-1/+0
* fbcon: set a default value to blink intervalJean-Philippe Brucker2016-03-091-0/+2
* OMAPDSS: fix timings for VENC to match what omapdrm expectsH. Nikolaus Schaller2015-12-091-0/+12
* video: fbdev: fsl: Fix kernel crash when diu_ops is not implementedWang Dongsheng2015-12-091-1/+12
* Merge tag 'fbdev-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds2015-11-1011-191/+504
|\
| * radeonfb: Deinline large functionsDenys Vlasenko2015-10-082-131/+146
| * gxt4500: enable panningOndrej Zary2015-10-081-1/+2
| * gxt4500: Use arch_phys_wc_* for framebufferOndrej Zary2015-10-081-1/+5
| * gxt4500: fix color orderOndrej Zary2015-10-081-3/+4
| * gxt4500: fix 16bpp 565 modeOndrej Zary2015-10-081-1/+1
| * gxt4500: enable on non-PPC architecturesOndrej Zary2015-10-082-2/+10
| * tridentfb: Add DDC supportOndrej Zary2015-09-302-5/+179
| * fb_ddc: Allow I2C adapters without SCL read capabilityOndrej Zary2015-09-301-10/+18