summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorLines
10 daysfbdev: au1100fb: Fix build on MIPS64Helge Deller-2/+6
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-14/+7
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-64/+64
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-86/+82
2026-02-20Merge tag 'fbdev-for-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-463/+406
2026-02-19fbdev: au1100fb: Replace license boilerplate by SPDX headerUwe Kleine-König-20/+1
2026-02-19fbdev: au1100fb: Fold au1100fb.h into its only userUwe Kleine-König-373/+338
2026-02-19fbdev: au1100fb: Replace custom printk wrappers by pr_*Uwe Kleine-König-30/+21
2026-02-19fbdev: au1100fb: Make driver compilable on non-mips platformsUwe Kleine-König-5/+12
2026-02-19fbdev: au1100fb: Use proper conversion specifiers in printk formatsUwe Kleine-König-3/+3
2026-02-19fbdev: au1100fb: Mark several local functions as staticUwe Kleine-König-6/+7
2026-02-19fbdev: au1100fb: Don't store device specific data in global variablesUwe Kleine-König-36/+34
2026-02-16Merge tag 'backlight-next-6.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+233
2026-02-14fbcon: Remove struct fbcon_display.inverseThomas Zimmermann-1/+0
2026-02-14fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe()Felix Gu-2/+4
2026-02-14fbdev: ffb: fix corrupted video output on Sun FFB1René Rebe-1/+13
2026-02-14fbdev: of_display_timing: Fix device node reference leak in of_get_display_ti...Felix Gu-3/+3
2026-02-14fbdev: au1100fb: Check return value of clk_enable() in .resume()Chen Ni-1/+4
2026-02-14printk, vt, fbcon: Remove console_conditional_schedule()Sebastian Andrzej Siewior-6/+0
2026-02-14fbdev: fix fb_pad_unaligned_buffer maskOsama Abdelkader-1/+1
2026-02-14fbdev: of: display_timing: fix refcount leak in of_get_display_timings()Weigang He-2/+2
2026-02-14fbdev: vt8500lcdfb: fix missing dma_free_coherent()Thomas Fourier-1/+4
2026-02-14video/logo: don't select LOGO_LINUX_MONO and LOGO_LINUX_VGA16 by defaultVincent Mailhol-2/+0
2026-02-14video/logo: move logo selection logic to KconfigVincent Mailhol-86/+11
2026-02-14video/logo: remove logo_mac_clut224Vincent Mailhol-1615/+1
2026-02-14newport_con: depend on LOGO_LINUX_CLUT224 instead of LOGO_SGI_CLUT224Vincent Mailhol-2/+2
2026-02-14video/logo: allow custom logoVincent Mailhol-1/+51
2026-02-14video/logo: add a type parameter to the logo makefile functionVincent Mailhol-4/+7
2026-02-14video/logo: remove orphan .pgm Makefile ruleVincent Mailhol-4/+1
2026-02-14fbdev: omapfb: remove duplicate check in omapfb_setup_mem()Dan Carpenter-6/+4
2026-02-14fbdev: sh_mobile_lcdc: Make FB_DEVICE dependency optionalChintan Patel-1/+4
2026-02-14fbdev: omapfb: Make FB_DEVICE dependency optionalChintan Patel-5/+16
2026-02-14fbcon: check return value of con2fb_acquire_newinfo()Andrey Vatoropin-1/+2
2026-02-14fbdev: hyperv_fb: Remove hyperv_fb driverPrasanna Kumar T S M-1400/+0
2026-02-14fbdev: Use device_create_with_groups() to fix sysfs groups registration raceHans de Goede-33/+3
2026-02-14fbdev: smscufx: properly copy ioctl memory to kernelspaceGreg Kroah-Hartman-2/+6
2026-02-14fbdev: rivafb: fix divide error in nv3_arb()Guangshuo Li-0/+3
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-25/+0
2026-02-04backlight: qcom-wled: Change PM8950 WLED configurationsBarnabás Czémán-1/+2
2026-02-04backlight: qcom-wled: Support ovp values for PMI8994Barnabás Czémán-2/+39
2026-01-20backlight: aw99706: Fix build errors caused by wrong gpio headerJunjie Cao-1/+1
2026-01-08backlight: Add Congatec Board Controller (CGBC) backlight supportPetri Karhula-0/+192
2025-12-26Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-25/+0
2025-12-16efi: Support EDID informationThomas Zimmermann-3/+5
2025-12-16sysfb: Move edid_info into sysfb_primary_displayThomas Zimmermann-3/+5
2025-12-16sysfb: Pass sysfb_primary_display to devicesThomas Zimmermann-11/+17
2025-12-16sysfb: Replace screen_info with sysfb_primary_displayThomas Zimmermann-2/+3
2025-12-06Merge tag 'fbdev-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-56/+69
2025-12-05fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()Abdun Nihaal-1/+3