summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
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
2022-04-04video: fbdev: udlfb: properly check endpoint typePavel Skripkin
2022-04-04video: fbdev: of: display_timing: Remove a redundant zeroing of memoryChristophe JAILLET
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-25Merge tag 'drm-next-2022-03-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-03-25Merge tag 'backlight-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-25fbdev: Fix cfb_imageblit() for arbitrary image widthsThomas Zimmermann
2022-03-25fbdev: Fix sys_imageblit() for arbitrary image widthsThomas Zimmermann
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-16fb_defio: Use noop_dirty_folio()Matthew Wilcox (Oracle)
2022-03-11video/fbdev/stifb: Implement the stifb_fillrect() functionHelge Deller
2022-03-11video: fbdev: kyro: make read-only array ODValues static constColin Ian King
2022-03-11video: fbdev: offb: fix warning comparing pointer to 0Haowen Bai
2022-03-08backlight: backlight: Slighly simplify devm_of_find_backlight()Christophe JAILLET
2022-03-07video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_ofMiaoqian Lin
2022-03-07nds32: Remove the architectureAlan Kao
2022-03-04Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-03-03video: fbdev: sm712fb: Fix crash in smtcfb_write()Zheyu Ma
2022-03-03video: fbdev: s3c-fb: fix platform_get_irq.cocci warningYihao Han