summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2022-08-17video: fbdev: s3fb: Check the size of screen before memset_io()Zheyu Ma
2022-08-17video: fbdev: arkfb: Check the size of screen before memset_io()Zheyu Ma
2022-08-17video: fbdev: vt8623fb: Check the size of screen before memset_io()Zheyu Ma
2022-08-17video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock()Zheyu Ma
2022-08-17video: fbdev: sis: fix typos in SiS_GetModeID()Rustam Subkhankulov
2022-08-17video: fbdev: amba-clcd: Fix refcount leak bugsLiang He
2022-08-17fbcon: Fix accelerated fbdev scrolling while logo is still shownHelge Deller
2022-08-17fbcon: Fix boundary checks for fbcon=vc:n1-n2 parametersHelge Deller
2022-07-22fbdev: Disable sysfb device registration when removing conflicting FBsJavier Martinez Canillas
2022-07-12fbcon: Prevent that screen size is smaller than font sizeHelge Deller
2022-07-12fbcon: Disallow setting font bigger than screen sizeHelge Deller
2022-07-12fbmem: Check virtual screen sizes in fb_set_var()Helge Deller
2022-07-12fbdev: fbmem: Fix logo center image dx issueGuiling Deng
2022-06-29parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller
2022-06-14video: fbdev: pxa3xx-gcu: release the resources correctly in pxa3xx_gcu_probe...Yang Yingliang
2022-06-14video: fbdev: hyperv_fb: Allow resolutions with size > 64 MB for Gen1Saurabh Sengar
2022-06-09video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanupJavier Martinez Canillas
2022-06-09video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setupMiaoqian Lin
2022-06-09fbdev: defio: fix the pagelist corruptionChuansheng Liu
2022-06-09fbcon: Consistently protect deferred_takeover with console_lock()Daniel Vetter
2022-06-09parisc/stifb: Keep track of hardware path of graphics cardHelge Deller
2022-06-09parisc/stifb: Implement fb_is_primary_device()Helge Deller
2022-05-11Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst
2022-05-07fbdev: efifb: Fix a use-after-free due early fb_info cleanupJavier Martinez Canillas
2022-05-06fbdev: vesafb: Cleanup fb_info in .fb_destroy rather than .removeJavier Martinez Canillas
2022-05-06fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .removeJavier Martinez Canillas
2022-05-06fbdev: simplefb: Cleanup fb_info in .fb_destroy rather than .removeJavier Martinez Canillas
2022-05-06fbdev: Prevent possible use-after-free in fb_release()Daniel Vetter
2022-05-06Revert "fbdev: Make fb_release() return -ENODEV if fbdev was unregistered"Javier Martinez Canillas
2022-05-06Merge tag 'drm-misc-fixes-2022-05-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-05-03fbdev: Make fb_release() return -ENODEV if fbdev was unregisteredJavier Martinez Canillas
2022-04-26Merge tag 'for-5.18/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-25video: fbdev: clps711x-fb: Use syscon_regmap_lookup_by_phandleAlexander Shiyan
2022-04-12video: fbdev: mmp: replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-12video: fbdev: sh_mobile_lcdcfb: Remove sh_mobile_lcdc_check_var() declarationGeert Uytterhoeven
2022-04-11video: fbdev: i740fb: Error out if 'pixclock' equals zeroZheyu Ma
2022-04-11video: fbdev: i740fb: use memset_io() to clear screenOndrej Zary
2022-04-11video: fbdev: s3fb: Error out if 'pixclock' equals zeroZheyu Ma
2022-04-11video: fbdev: arkfb: Error out if 'pixclock' equals zeroZheyu Ma
2022-04-11video: fbdev: tridentfb: Error out if 'pixclock' equals zeroZheyu Ma
2022-04-11video: fbdev: vt8623fb: Error out if 'pixclock' equals zeroZheyu Ma
2022-04-11video: fbdev: kyro: Error out if 'lineclock' equals zeroZheyu Ma
2022-04-11video: fbdev: neofb: Fix the check of 'var->pixclock'Zheyu Ma
2022-04-07video: fbdev: imxfb: Fix missing of_node_put in imxfb_probeLv Ruyi
2022-04-06fbdev: Fix unregistering of framebuffers without deviceThomas Zimmermann
2022-04-04video: fbdev: omap: Make it CCF clk API compatibleJanusz Krzysztofik
2022-04-04video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2022-04-04video: fbdev: pm2fb: Fix a kernel-doc formatting issueHaowen Bai
2022-04-04video: fbdev: sis: fix potential NULL dereference in sisfb_post_sis300()Haowen Bai
2022-04-04video: fbdev: pxafb: use if else insteadWang Qing