aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2026-06-07fbdev: metronomefb: fix potential memory leak in metronomefb_probe()Abdun Nihaal1-2/+6
2026-06-07fbdev: broadsheetfb: fix potential memory leak in broadsheetfb_probe()Abdun Nihaal1-2/+6
2026-06-07fbdev: hecubafb: fix potential memory leak in hecubafb_probe()Abdun Nihaal1-1/+5
2026-06-07fbdev: atmel_lcdfb: Use of_device_get_match_data()Rosen Penev1-4/+2
2026-06-07fbdev: imxfb: Use of_device_get_match_data()Rosen Penev1-5/+1
2026-06-07fbcon: Use correct type for vc_resize() return valueJiacheng Yu1-2/+1
2026-06-07fbdev: Consistently define pci_device_ids using named initializersUwe Kleine-König21-396/+293
2026-06-07fbdev: matroxfb/ssd1307fb: Use named initializers for struct i2c_device_idUwe Kleine-König2-5/+5
2026-05-20console: mdacon: remove this obsolete driverEthan Nelson-Moore3-582/+0
2026-05-20fbdev: remove Hercules monochrome ISA graphics adapter driverEthan Nelson-Moore3-699/+0
2026-05-07backlight: cgbc: Remove redundant X86 dependencyThomas Richard1-1/+1
2026-05-04fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-freeRajat Gupta1-1/+30
2026-04-30backlight: Add max25014atg backlightMaud Spierings3-0/+385
2026-04-30backlight: ktd2801: Enable BL_CORE_SUSPENDRESUMEDuje Mihanović1-0/+1
2026-04-28fbdev: defio: Remove duplicate include of linux/module.hChen Ni1-1/+0
2026-04-22fbdev: hgafb: Request memory region before ioremapHardik Phalet1-2/+7
2026-04-22fbdev: clps711x-fb: Request memory region for MMIOAmit Barzilai1-6/+3
2026-04-22fbdev: cobalt_lcdfb: Request memory regionAmit Barzilai1-9/+3
2026-04-22fbdev: atyfb: Fix spelling mistake "enfore" -> "enforce"Ethan Carter Edwards1-1/+1
2026-04-22fbdev: savage: fix probe-path EDID cleanup leaksYuho Choi1-0/+2
2026-04-22fbdev: offb: fix PCI device reference leak on probe failureYuho Choi1-1/+6
2026-04-20Merge tag 'backlight-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds2-10/+14
2026-04-15Merge 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