summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorLines
2022-08-24fbdev: fb_pm2fb: Avoid potential divide by zero errorLetu Ren-0/+5
2022-08-24fbdev: ssd1307fb: Fix repeated words in commentsJilin Yuan-1/+1
2022-08-24fbdev: omapfb: Fix tests for platform_get_irq() failureYu Zhe-2/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-5/+2
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-4/+4
2022-08-07Merge tag 'for-5.20/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-261/+134
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+1
2022-08-05video: fbdev: s3fb: Check the size of screen before memset_io()Zheyu Ma-0/+2
2022-08-05video: fbdev: arkfb: Check the size of screen before memset_io()Zheyu Ma-0/+2
2022-08-05video: fbdev: vt8623fb: Check the size of screen before memset_io()Zheyu Ma-0/+2
2022-08-03video: fbdev: i740fb: Check the argument of i740_calc_vclk()Zheyu Ma-2/+7
2022-08-03video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock()Zheyu Ma-1/+6
2022-07-29video: fbdev: imxfb: fix return value check in imxfb_probe()Yang Yingliang-2/+2
2022-07-28video: fbdev: offb: Include missing linux/platform_device.hChristophe Leroy-0/+1
2022-07-27fbdev: Make registered_fb[] private to fbmem.cDaniel Vetter-3/+3
2022-07-26video: fbdev: sis: fix typos in SiS_GetModeID()Rustam Subkhankulov-2/+2
2022-07-26video: fbdev: imxfb: Convert request_mem_region + ioremap to devm_ioremap_res...Uwe Kleine-König-17/+1
2022-07-26video: fbdev: imxfb: Fold <linux/platform_data/video-imxfb.h> into only userUwe Kleine-König-1/+12
2022-07-26video: fbdev: imxfb: Drop platform data supportUwe Kleine-König-65/+34
2022-07-26video: fbdev: amba-clcd: Fix refcount leak bugsLiang He-6/+18
2022-07-22fbdev: Fix order of arguments to aperture_remove_conflicting_devices()Thomas Zimmermann-2/+2
2022-07-19fbdev: Remove conflict-handling codeThomas Zimmermann-136/+0
2022-07-19fbdev: Acquire framebuffer apertures for firmware devicesThomas Zimmermann-0/+33
2022-07-19video: Provide constants for VGA I/O rangeThomas Zimmermann-11/+8
2022-07-19video/aperture: Disable and unregister sysfb devices via aperture helpersThomas Zimmermann-12/+0
2022-07-19fbdev: Remove conflicting devices on PCI busThomas Zimmermann-5/+206
2022-07-19fbdev: Convert drivers to aperture helpersThomas Zimmermann-15/+8
2022-07-19fbdev/core: Remove remove_conflicting_pci_framebuffers()Thomas Zimmermann-48/+0
2022-07-19fbdev/vga16fb: Auto-generate module init/exit codeThomas Zimmermann-40/+1
2022-07-19fbdev/vga16fb: Create EGA/VGA devices in sysfb codeThomas Zimmermann-30/+27
2022-07-19fbdev: Remove trailing whitespacesThomas Zimmermann-448/+448
2022-07-18video: fbdev: omapfb: Unexport omap*_update_window_async()Helge Deller-13/+2
2022-07-18video: fbdev: atari: Remove backward bug-compatibilityGeert Uytterhoeven-4/+0
2022-07-18video: fbdev: atari: Remove unused definitions and variablesGeert Uytterhoeven-20/+0
2022-07-18video: fbdev: atari: Fix VGA modesGeert Uytterhoeven-2/+2
2022-07-18video: fbdev: atari: Fix TT High video mode vertical refreshGeert Uytterhoeven-1/+1
2022-07-18video: fbdev: atari: Remove unneeded casts to void *Geert Uytterhoeven-2/+2
2022-07-18video: fbdev: atari: Remove unneeded casts from void *Geert Uytterhoeven-6/+6
2022-07-18video: fbdev: atari: Fix ext_setcolreg()Geert Uytterhoeven-0/+4
2022-07-18video: fbdev: atari: Fix inverse handlingGeert Uytterhoeven-3/+1
2022-07-18video: fbdev: atari: Remove bogus FB_VMODE_YWRAP flagsGeert Uytterhoeven-9/+9
2022-07-18video: fbdev: atari: Simplify atafb_pan_display()Geert Uytterhoeven-27/+2
2022-07-18video: fbdev: Make *fb_setup() and *fb_init() staticGeert Uytterhoeven-23/+14
2022-07-18video: fbdev: cirrusfb: Make cirrusfb_zorro_unregister() staticGeert Uytterhoeven-1/+1
2022-07-18video: fbdev: sa1100fb: Remove unused sa1100fb_setup()Geert Uytterhoeven-41/+0
2022-07-18video: fbdev: amiga: Simplify amifb_pan_display()Geert Uytterhoeven-13/+2
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie-33/+68
2022-07-07fbcon: Use fbcon_info_from_console() in fbcon_modechange_possible()Helge Deller-1/+1
2022-07-07fbmem: Check virtual screen sizes in fb_set_var()Helge Deller-0/+10
2022-07-07fbcon: Prevent that screen size is smaller than font sizeHelge Deller-1/+31