summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'backlight-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-10/+14
9 daysMerge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+1
2026-04-10fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFOGreg Kroah-Hartman1-0/+3
2026-04-10fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFOGreg Kroah-Hartman1-0/+3
2026-04-09fbdev: omap2: fix inconsistent lock returns in omapfb_mmapHongling Zeng1-1/+1
2026-04-07fbcon: Put font-rotation state into separate structThomas Zimmermann6-32/+41
2026-04-07fbcon: Fill cursor mask in helper functionThomas Zimmermann6-151/+78
2026-04-07lib/fonts: Implement font rotationThomas Zimmermann2-60/+20
2026-04-07lib/fonts: Implement glyph rotationThomas Zimmermann4-83/+8
2026-04-07lib/fonts: Provide helpers for calculating glyph pitch and sizeThomas Zimmermann4-17/+18
2026-04-07fbcon: Avoid OOB font access if console rotation failsThomas Zimmermann1-1/+4
2026-03-31fbdev: atyfb: Remove unused fb_listGeert Uytterhoeven1-4/+0
2026-03-31backlight: apple_bl: Convert to a platform driverRafael J. Wysocki1-10/+11
2026-03-21fbdev: matroxfb: Mark variable with __maybe_unused to avoid W=1 build breakAndy Shevchenko1-1/+1
2026-03-21fbdev: update help text for CONFIG_FB_NVIDIArobgithub1-4/+6
2026-03-11Merge v7.0-rc3 into drm-nextSimona Vetter1-2/+6
2026-03-10fbdev: omapfb: Add missing error check for clk_get()Chen Ni1-0/+4
2026-03-10fbdev: viafb: check ioremap return value in viafb_lcd_get_mobile_stateWang Jun1-0/+3
2026-03-09lib/fonts: Store font data for user space with font_data_export()Thomas Zimmermann1-55/+2
2026-03-09lib/fonts: Create font_data_t from struct console_font with font_data_import()Thomas Zimmermann2-52/+8
2026-03-09lib/fonts: Compare font data for equality with font_data_is_equal()Thomas Zimmermann2-9/+2
2026-03-09lib/fonts: Manage font-data lifetime with font_data_get/_put()Thomas Zimmermann3-51/+38
2026-03-09lib/fonts: Read font size with font_data_size()Thomas Zimmermann2-8/+8
2026-03-09lib/fonts: Store font data as font_data_t; update consolesThomas Zimmermann3-26/+38
2026-03-09lib/fonts: Remove FNTCHARCNT()Thomas Zimmermann1-1/+0
2026-03-09vt: Calculate font-buffer size with vc_font_size()Thomas Zimmermann1-7/+2
2026-03-09vt: Store font in struct vc_fontThomas Zimmermann3-10/+9
2026-03-09fbdev: Declare src parameter of fb_pad_ helpers as constantThomas Zimmermann1-3/+3
2026-03-09fbdev: defio: Move pageref array to struct fb_deferred_io_stateThomas Zimmermann1-28/+27
2026-03-09fbdev: defio: Move variable state into struct fb_deferred_io_stateThomas Zimmermann1-15/+22
2026-03-09fbdev: defio: Keep module reference from VMAsThomas Zimmermann1-0/+6
2026-03-09fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_infoThomas Zimmermann1-36/+142
2026-03-09fbdev: macfb: Replace deprecated strcpy with strscpyThorsten Blum1-19/+19
2026-03-09fbdev: tdfxfb: Make the VGA register initialisation a bit more obviousDaniel Palmer1-54/+55
2026-03-09fbdev: wmt_ge_rops: use devm_platform_ioremap_resource()Amin GATTOUT1-14/+4
2026-03-09fbdev: goldfishfb: use devm_platform_ioremap_resource()Amin GATTOUT1-11/+3
2026-03-06backlight: sky81452-backlight: Check return value of devm_gpiod_get_optional(...Chen Ni1-0/+3
2026-03-05fbdev: au1100fb: Fix build on MIPS64Helge Deller1-2/+6
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard78-3739/+874
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds7-14/+7
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds42-64/+64
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook49-86/+82
2026-02-21Merge tag 'fbdev-for-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-463/+406
2026-02-19fbdev: au1100fb: Replace license boilerplate by SPDX headerUwe Kleine-König1-20/+1
2026-02-19fbdev: au1100fb: Fold au1100fb.h into its only userUwe Kleine-König2-373/+338
2026-02-19fbdev: au1100fb: Replace custom printk wrappers by pr_*Uwe Kleine-König2-30/+21
2026-02-19fbdev: au1100fb: Make driver compilable on non-mips platformsUwe Kleine-König3-5/+12
2026-02-19fbdev: au1100fb: Use proper conversion specifiers in printk formatsUwe Kleine-König1-3/+3
2026-02-19fbdev: au1100fb: Mark several local functions as staticUwe Kleine-König1-6/+7