summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2026-03-21fbdev: matroxfb: Mark variable with __maybe_unused to avoid W=1 build breakAndy Shevchenko
2026-03-21fbdev: update help text for CONFIG_FB_NVIDIArobgithub
2026-03-11Merge v7.0-rc3 into drm-nextSimona Vetter
2026-03-10fbdev: omapfb: Add missing error check for clk_get()Chen Ni
2026-03-10fbdev: viafb: check ioremap return value in viafb_lcd_get_mobile_stateWang Jun
2026-03-09lib/fonts: Store font data for user space with font_data_export()Thomas Zimmermann
2026-03-09lib/fonts: Create font_data_t from struct console_font with font_data_import()Thomas Zimmermann
2026-03-09lib/fonts: Compare font data for equality with font_data_is_equal()Thomas Zimmermann
2026-03-09lib/fonts: Manage font-data lifetime with font_data_get/_put()Thomas Zimmermann
2026-03-09lib/fonts: Read font size with font_data_size()Thomas Zimmermann
2026-03-09lib/fonts: Store font data as font_data_t; update consolesThomas Zimmermann
2026-03-09lib/fonts: Remove FNTCHARCNT()Thomas Zimmermann
2026-03-09vt: Calculate font-buffer size with vc_font_size()Thomas Zimmermann
2026-03-09vt: Store font in struct vc_fontThomas Zimmermann
2026-03-09fbdev: Declare src parameter of fb_pad_ helpers as constantThomas Zimmermann
2026-03-09fbdev: defio: Move pageref array to struct fb_deferred_io_stateThomas Zimmermann
2026-03-09fbdev: defio: Move variable state into struct fb_deferred_io_stateThomas Zimmermann
2026-03-09fbdev: defio: Keep module reference from VMAsThomas Zimmermann
2026-03-09fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_infoThomas Zimmermann
2026-03-09fbdev: macfb: Replace deprecated strcpy with strscpyThorsten Blum
2026-03-09fbdev: tdfxfb: Make the VGA register initialisation a bit more obviousDaniel Palmer
2026-03-09fbdev: wmt_ge_rops: use devm_platform_ioremap_resource()Amin GATTOUT
2026-03-09fbdev: goldfishfb: use devm_platform_ioremap_resource()Amin GATTOUT
2026-03-06backlight: sky81452-backlight: Check return value of devm_gpiod_get_optional(...Chen Ni
2026-03-05fbdev: au1100fb: Fix build on MIPS64Helge Deller
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-20Merge tag 'fbdev-for-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-19fbdev: au1100fb: Replace license boilerplate by SPDX headerUwe Kleine-König
2026-02-19fbdev: au1100fb: Fold au1100fb.h into its only userUwe Kleine-König
2026-02-19fbdev: au1100fb: Replace custom printk wrappers by pr_*Uwe Kleine-König
2026-02-19fbdev: au1100fb: Make driver compilable on non-mips platformsUwe Kleine-König
2026-02-19fbdev: au1100fb: Use proper conversion specifiers in printk formatsUwe Kleine-König
2026-02-19fbdev: au1100fb: Mark several local functions as staticUwe Kleine-König
2026-02-19fbdev: au1100fb: Don't store device specific data in global variablesUwe Kleine-König
2026-02-16Merge tag 'backlight-next-6.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-14fbcon: Remove struct fbcon_display.inverseThomas Zimmermann
2026-02-14fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe()Felix Gu
2026-02-14fbdev: ffb: fix corrupted video output on Sun FFB1René Rebe
2026-02-14fbdev: of_display_timing: Fix device node reference leak in of_get_display_ti...Felix Gu
2026-02-14fbdev: au1100fb: Check return value of clk_enable() in .resume()Chen Ni
2026-02-14printk, vt, fbcon: Remove console_conditional_schedule()Sebastian Andrzej Siewior
2026-02-14fbdev: fix fb_pad_unaligned_buffer maskOsama Abdelkader
2026-02-14fbdev: of: display_timing: fix refcount leak in of_get_display_timings()Weigang He
2026-02-14fbdev: vt8500lcdfb: fix missing dma_free_coherent()Thomas Fourier
2026-02-14video/logo: don't select LOGO_LINUX_MONO and LOGO_LINUX_VGA16 by defaultVincent Mailhol
2026-02-14video/logo: move logo selection logic to KconfigVincent Mailhol