aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/video/fbdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-29omapfb: get rid of pointless access_ok() callsAl Viro1-3/+0
2020-05-29amifb: get rid of pointless access_ok() callsAl Viro1-4/+0
2020-04-07Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-4/+3
2020-04-01Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds20-121/+106
2020-03-31Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-26/+3
2020-03-31fbcon: fix null-ptr-deref in fbcon_switchQiujun Huang1-0/+3
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan1-4/+3
2020-03-09fbdev: c2p: Use BUILD_BUG() instead of custom solutionGeert Uytterhoeven1-6/+6
2020-03-02video: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-03-02video: fbdev: radeon: Remove dead codeSouptick Joarder1-16/+0
2020-03-02matroxfb: add Matrox MGA-G200eW board supportRich Felker1-0/+15
2020-03-02video: fbdev: atyfb: remove set but not used variable 'mach64RefFreq'yu kuai1-2/+1
2020-03-02video: fbdev: kyrofb: remove set but not used variable 'ulScaleRight'yu kuai1-2/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable 'bytpp'yu kuai1-2/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable '‘cSync’'yu kuai1-3/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable 'vSyncPol'yu kuai1-3/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable 'hSyncPol'yu kuai1-2/+1
2020-03-02video: fbdev: wm8505fb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-1/+1
2020-03-02video: fbdev: wm8505fb: fix sparse warnings about using incorrect typesBartlomiej Zolnierkiewicz1-1/+1
2020-03-02video: fbdev: w100fb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-1/+1
2020-03-02video: fbdev: w100fb: fix sparse warningsBartlomiej Zolnierkiewicz1-8/+10
2020-03-02video: fbdev: arcfb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-1/+1
2020-03-02video: fbdev: sh_mobile_lcdcfb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-1/+2
2020-03-02video: fbdev: sh_mobile_lcdcfb: fix sparse warnings about using incorrect typesBartlomiej Zolnierkiewicz1-2/+2
2020-03-02video: fbdev: pxa168fb: remove unnecessary platform_get_irqYueHaibing1-3/+0
2020-02-19fbdev/g364fb: Fix build failureFinn Thain1-26/+3
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard31-139/+240
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-56/+49
2020-02-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds2-39/+146
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds131-247/+238
2020-01-26video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs.Wei Hu2-39/+144
2020-01-25video: hyperv_fb: Fix hibernation for the deferred IO featureDexuan Cui1-0/+2
2020-01-15video: fbdev: nvidia: clean up indentation issues and comment blockColin Ian King1-21/+20
2020-01-15fbdev: remove object duplication in MakefileMasahiro Yamada1-1/+0
2020-01-15fbdev: cg14fb: use resource_sizeJulia Lawall1-2/+1
2020-01-15fbdev: s1d13xxxfb: use resource_sizeJulia Lawall1-9/+8
2020-01-15video: sa1100fb: constify copied structureJulia Lawall1-1/+1
2020-01-15fbmem: Adjust indentation in fb_prepare_logo and fb_blankNathan Chancellor1-18/+18
2020-01-15fbcon: Adjust indentation in set_con2fb_mapNathan Chancellor1-14/+13
2020-01-15pxa168fb: fix release function mismatch in probe failureChuhong Yuan1-1/+1
2020-01-15OMAP: DSS2: remove non-zero check on variable rColin Ian King1-4/+0
2020-01-15video: ssd1307fb: add the missed regulator_disableChuhong Yuan1-0/+2
2020-01-15video: hyperv_fb: fix indentation issueColin Ian King1-2/+2
2020-01-15fbdev: potential information leak in do_fb_ioctl()Dan Carpenter1-1/+1
2020-01-08video: fbdev: mmp: fix platform_get_irq.cocci warningskbuild test robot1-1/+0
2020-01-06Merge drm/drm-next into drm-misc-nextMaarten Lankhorst8-44/+417
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig27-41/+41
2020-01-03omapfb/dss: remove unneeded conversions to boolAndrew F. Davis1-3/+3