summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2022-12-31fbdev: fbcon: release buffer when fbcon_do_set_font() failedTetsuo Handa
2022-12-31video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli
2022-12-31fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()Christophe JAILLET
2022-12-31fbdev: uvesafb: don't build on UMLRandy Dunlap
2022-12-31fbdev: geode: don't build on UMLRandy Dunlap
2022-12-31fbdev: ep93xx-fb: Add missing clk_disable_unprepare in ep93xxfb_probe()Gaosheng Cui
2022-12-31fbdev: vermilion: decrease reference count in error pathXiongfeng Wang
2022-12-31fbdev: via: Fix error in via_core_init()Shang XiaoJing
2022-12-31fbdev: pm2fb: fix missing pci_disable_device()Yang Yingliang
2022-12-31fbdev: ssd1307fb: Drop optional dependencyAndy Shevchenko
2022-12-14fbcon: Use kzalloc() in fbcon_prepare_logo()Tetsuo Handa
2022-11-04fbdev/core: Avoid uninitialized read in aperture_remove_conflicting_pci_device()Michał Mirosław
2022-11-04fbdev: smscufx: Fix several use-after-free bugsHyunwoo Kim
2022-11-04fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cardsHelge Deller
2022-10-29video/aperture: Call sysfb_disable() before removing PCI devicesThomas Zimmermann
2022-10-26fbdev/core: Remove remove_conflicting_pci_framebuffers()Thomas Zimmermann
2022-10-21video/aperture: Disable and unregister sysfb devices via aperture helpersThomas Zimmermann
2022-10-21fbdev: smscufx: Fix use-after-free in ufx_ops_open()Hyunwoo Kim
2022-10-21parisc: fbdev/stifb: Align graphics memory size to 4MBHelge Deller
2022-09-12Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-09-05PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...Vitaly Kuznetsov
2022-08-26fbdev: fbcon: Properly revert changes when vc_resize() failedShigeru Yoshida
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang
2022-08-24fbdev: omap: Remove unnecessary print function dev_err()Jiapeng Chong
2022-08-24fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init()Yang Yingliang
2022-08-24fbdev: fbcon: Destroy mutex on freeing struct fb_infoShigeru Yoshida
2022-08-24fbdev: radeon: Clean up some inconsistent indentingJiapeng Chong
2022-08-24fbdev: sisfb: Clean up some inconsistent indentingJiapeng Chong
2022-08-24fbdev: fb_pm2fb: Avoid potential divide by zero errorLetu Ren
2022-08-24fbdev: ssd1307fb: Fix repeated words in commentsJilin Yuan
2022-08-24fbdev: omapfb: Fix tests for platform_get_irq() failureYu Zhe
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-08-07Merge tag 'for-5.20/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-08-06Merge tag 'backlight-next-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-08-05video: fbdev: s3fb: Check the size of screen before memset_io()Zheyu Ma
2022-08-05video: fbdev: arkfb: Check the size of screen before memset_io()Zheyu Ma
2022-08-05video: fbdev: vt8623fb: Check the size of screen before memset_io()Zheyu Ma
2022-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-08-03video: fbdev: i740fb: Check the argument of i740_calc_vclk()Zheyu Ma
2022-08-03video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock()Zheyu Ma
2022-08-03video:backlight: remove reference to AVR32 architecture in ltv350qvHans-Christian Noren Egtvedt
2022-07-29video: fbdev: imxfb: fix return value check in imxfb_probe()Yang Yingliang
2022-07-28video: fbdev: offb: Include missing linux/platform_device.hChristophe Leroy
2022-07-26video: fbdev: sis: fix typos in SiS_GetModeID()Rustam Subkhankulov
2022-07-26video: fbdev: imxfb: Convert request_mem_region + ioremap to devm_ioremap_res...Uwe Kleine-König
2022-07-26video: fbdev: imxfb: Fold <linux/platform_data/video-imxfb.h> into only userUwe Kleine-König
2022-07-26video: fbdev: imxfb: Drop platform data supportUwe Kleine-König
2022-07-26video: fbdev: amba-clcd: Fix refcount leak bugsLiang He