| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'for-backlight-next' of https://git.kernel.org/pub/scm/linux/ker... | Mark Brown | 4 | -1/+387 |
| 10 days | fbdev: Do not export fbcon from fbdev | Thomas Zimmermann | 4 | -3/+52 |
| 10 days | fbdev: Wrap fbcon updates from vga-switcheroo in helper | Thomas Zimmermann | 1 | -0/+10 |
| 10 days | fbdev: Wrap user-invoked calls to fb_blank() in helper | Thomas Zimmermann | 4 | -7/+13 |
| 10 days | fbdev: Wrap user-invoked calls to fb_set_var() in helper | Thomas Zimmermann | 6 | -18/+17 |
| 11 days | fbdev: sunxvr2500: replace printk with device-aware logging functions | Rahman Mahmutović | 1 | -12/+7 |
| 11 days | fbcon: don't suspend/resume when vc is graphics mode | Lu Yao | 1 | -3/+6 |
| 11 days | fbdev: chipsfb: add missing MODULE_DESCRIPTION() macro | Rahman Mahmutović | 1 | -0/+1 |
| 11 days | fbdev: sm712: Fix operator precedence in big_swap macro | Li RongQing | 1 | -1/+1 |
| 11 days | fbdev: sm501fb: fix potential memory leak in sm501fb_probe() | Abdun Nihaal | 1 | -0/+3 |
| 11 days | fbdev: vesafb: fix memory leak in vesafb_probe() | Abdun Nihaal | 1 | -0/+1 |
| 11 days | fbdev: efifb: fix memory leak in efifb_probe() | Abdun Nihaal | 1 | -0/+1 |
| 11 days | fbdev: uvesafb: fix potential memory leak in uvesafb_probe() | Abdun Nihaal | 1 | -2/+2 |
| 11 days | fbdev: tridentfb: fix potential memory leak in trident_pci_probe() | Abdun Nihaal | 1 | -0/+1 |
| 11 days | fbdev: tdfxfb: fix potential memory leak in tdfxfb_probe() | Abdun Nihaal | 1 | -0/+1 |
| 11 days | fbdev: s3fb: fix potential memory leak in s3_pci_probe() | Abdun Nihaal | 1 | -0/+1 |
| 11 days | fbdev: nvidia: fix potential memory leak in nvidiafb_probe() | Abdun Nihaal | 1 | -0/+1 |
| 11 days | fbdev: i740fb: fix potential memory leak in i740fb_probe() | Abdun Nihaal | 1 | -0/+1 |
| 11 days | fbdev: carminefb: fix potential memory leak in alloc_carmine_fb() | Abdun Nihaal | 1 | -0/+1 |
| 11 days | fbdev: radeon: fix potential memory leak in radeonfb_pci_register() | Abdun Nihaal | 1 | -0/+1 |
| 11 days | fbdev: metronomefb: fix potential memory leak in metronomefb_probe() | Abdun Nihaal | 1 | -2/+6 |
| 11 days | fbdev: broadsheetfb: fix potential memory leak in broadsheetfb_probe() | Abdun Nihaal | 1 | -2/+6 |
| 11 days | fbdev: hecubafb: fix potential memory leak in hecubafb_probe() | Abdun Nihaal | 1 | -1/+5 |
| 11 days | fbdev: atmel_lcdfb: Use of_device_get_match_data() | Rosen Penev | 1 | -4/+2 |
| 11 days | fbdev: imxfb: Use of_device_get_match_data() | Rosen Penev | 1 | -5/+1 |
| 11 days | fbcon: Use correct type for vc_resize() return value | Jiacheng Yu | 1 | -2/+1 |
| 11 days | fbdev: Consistently define pci_device_ids using named initializers | Uwe Kleine-König (The Capable Hub) | 21 | -396/+293 |
| 11 days | fbdev: matroxfb/ssd1307fb: Use named initializers for struct i2c_device_id | Uwe Kleine-König (The Capable Hub) | 2 | -5/+5 |
| 11 days | console: mdacon: remove this obsolete driver | Ethan Nelson-Moore | 3 | -582/+0 |
| 11 days | fbdev: remove Hercules monochrome ISA graphics adapter driver | Ethan Nelson-Moore | 3 | -699/+0 |
| 2026-05-07 | backlight: cgbc: Remove redundant X86 dependency | Thomas Richard | 1 | -1/+1 |
| 2026-05-04 | fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-free | Rajat Gupta | 1 | -1/+30 |
| 2026-04-30 | backlight: Add max25014atg backlight | Maud Spierings | 3 | -0/+385 |
| 2026-04-30 | backlight: ktd2801: Enable BL_CORE_SUSPENDRESUME | Duje Mihanović | 1 | -0/+1 |
| 2026-04-28 | fbdev: defio: Remove duplicate include of linux/module.h | Chen Ni | 1 | -1/+0 |
| 2026-04-22 | fbdev: hgafb: Request memory region before ioremap | Hardik Phalet | 1 | -2/+7 |
| 2026-04-22 | fbdev: clps711x-fb: Request memory region for MMIO | Amit Barzilai | 1 | -6/+3 |
| 2026-04-22 | fbdev: cobalt_lcdfb: Request memory region | Amit Barzilai | 1 | -9/+3 |
| 2026-04-22 | fbdev: atyfb: Fix spelling mistake "enfore" -> "enforce" | Ethan Carter Edwards | 1 | -1/+1 |
| 2026-04-22 | fbdev: savage: fix probe-path EDID cleanup leaks | Yuho Choi | 1 | -0/+2 |
| 2026-04-22 | fbdev: offb: fix PCI device reference leak on probe failure | Yuho Choi | 1 | -1/+6 |
| 2026-04-20 | Merge tag 'backlight-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -10/+14 |
| 2026-04-15 | Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 1 | -0/+1 |
| 2026-04-10 | fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO | Greg Kroah-Hartman | 1 | -0/+3 |
| 2026-04-10 | fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO | Greg Kroah-Hartman | 1 | -0/+3 |
| 2026-04-09 | fbdev: omap2: fix inconsistent lock returns in omapfb_mmap | Hongling Zeng | 1 | -1/+1 |
| 2026-04-07 | fbcon: Put font-rotation state into separate struct | Thomas Zimmermann | 6 | -32/+41 |
| 2026-04-07 | fbcon: Fill cursor mask in helper function | Thomas Zimmermann | 6 | -151/+78 |
| 2026-04-07 | lib/fonts: Implement font rotation | Thomas Zimmermann | 2 | -60/+20 |
| 2026-04-07 | lib/fonts: Implement glyph rotation | Thomas Zimmermann | 4 | -83/+8 |
| 2026-04-07 | lib/fonts: Provide helpers for calculating glyph pitch and size | Thomas Zimmermann | 4 | -17/+18 |
| 2026-04-07 | fbcon: Avoid OOB font access if console rotation fails | Thomas Zimmermann | 1 | -1/+4 |
| 2026-03-31 | fbdev: atyfb: Remove unused fb_list | Geert Uytterhoeven | 1 | -4/+0 |
| 2026-03-31 | backlight: apple_bl: Convert to a platform driver | Rafael J. Wysocki | 1 | -10/+11 |
| 2026-03-21 | fbdev: matroxfb: Mark variable with __maybe_unused to avoid W=1 build break | Andy Shevchenko | 1 | -1/+1 |
| 2026-03-21 | fbdev: update help text for CONFIG_FB_NVIDIA | robgithub | 1 | -4/+6 |
| 2026-03-11 | Merge v7.0-rc3 into drm-next | Simona Vetter | 1 | -2/+6 |
| 2026-03-10 | fbdev: omapfb: Add missing error check for clk_get() | Chen Ni | 1 | -0/+4 |
| 2026-03-10 | fbdev: viafb: check ioremap return value in viafb_lcd_get_mobile_state | Wang Jun | 1 | -0/+3 |
| 2026-03-09 | lib/fonts: Store font data for user space with font_data_export() | Thomas Zimmermann | 1 | -55/+2 |
| 2026-03-09 | lib/fonts: Create font_data_t from struct console_font with font_data_import() | Thomas Zimmermann | 2 | -52/+8 |
| 2026-03-09 | lib/fonts: Compare font data for equality with font_data_is_equal() | Thomas Zimmermann | 2 | -9/+2 |
| 2026-03-09 | lib/fonts: Manage font-data lifetime with font_data_get/_put() | Thomas Zimmermann | 3 | -51/+38 |
| 2026-03-09 | lib/fonts: Read font size with font_data_size() | Thomas Zimmermann | 2 | -8/+8 |
| 2026-03-09 | lib/fonts: Store font data as font_data_t; update consoles | Thomas Zimmermann | 3 | -26/+38 |
| 2026-03-09 | lib/fonts: Remove FNTCHARCNT() | Thomas Zimmermann | 1 | -1/+0 |
| 2026-03-09 | vt: Calculate font-buffer size with vc_font_size() | Thomas Zimmermann | 1 | -7/+2 |
| 2026-03-09 | vt: Store font in struct vc_font | Thomas Zimmermann | 3 | -10/+9 |
| 2026-03-09 | fbdev: Declare src parameter of fb_pad_ helpers as constant | Thomas Zimmermann | 1 | -3/+3 |
| 2026-03-09 | fbdev: defio: Move pageref array to struct fb_deferred_io_state | Thomas Zimmermann | 1 | -28/+27 |
| 2026-03-09 | fbdev: defio: Move variable state into struct fb_deferred_io_state | Thomas Zimmermann | 1 | -15/+22 |
| 2026-03-09 | fbdev: defio: Keep module reference from VMAs | Thomas Zimmermann | 1 | -0/+6 |
| 2026-03-09 | fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_info | Thomas Zimmermann | 1 | -36/+142 |
| 2026-03-09 | fbdev: macfb: Replace deprecated strcpy with strscpy | Thorsten Blum | 1 | -19/+19 |
| 2026-03-09 | fbdev: tdfxfb: Make the VGA register initialisation a bit more obvious | Daniel Palmer | 1 | -51/+52 |
| 2026-03-09 | fbdev: wmt_ge_rops: use devm_platform_ioremap_resource() | Amin GATTOUT | 1 | -14/+4 |
| 2026-03-09 | fbdev: goldfishfb: use devm_platform_ioremap_resource() | Amin GATTOUT | 1 | -11/+3 |
| 2026-03-06 | backlight: sky81452-backlight: Check return value of devm_gpiod_get_optional(... | Chen Ni | 1 | -0/+3 |
| 2026-03-05 | fbdev: au1100fb: Fix build on MIPS64 | Helge Deller | 1 | -2/+6 |
| 2026-02-23 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 78 | -3739/+874 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 7 | -14/+7 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 42 | -64/+64 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 49 | -86/+82 |
| 2026-02-20 | Merge tag 'fbdev-for-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -463/+406 |
| 2026-02-19 | fbdev: au1100fb: Replace license boilerplate by SPDX header | Uwe Kleine-König | 1 | -20/+1 |
| 2026-02-19 | fbdev: au1100fb: Fold au1100fb.h into its only user | Uwe Kleine-König | 2 | -373/+338 |
| 2026-02-19 | fbdev: au1100fb: Replace custom printk wrappers by pr_* | Uwe Kleine-König | 2 | -30/+21 |
| 2026-02-19 | fbdev: au1100fb: Make driver compilable on non-mips platforms | Uwe Kleine-König | 3 | -5/+12 |
| 2026-02-19 | fbdev: au1100fb: Use proper conversion specifiers in printk formats | Uwe Kleine-König | 1 | -3/+3 |
| 2026-02-19 | fbdev: au1100fb: Mark several local functions as static | Uwe Kleine-König | 1 | -6/+7 |
| 2026-02-19 | fbdev: au1100fb: Don't store device specific data in global variables | Uwe Kleine-König | 2 | -36/+34 |
| 2026-02-16 | Merge tag 'backlight-next-6.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -3/+233 |
| 2026-02-14 | fbcon: Remove struct fbcon_display.inverse | Thomas Zimmermann | 1 | -1/+0 |
| 2026-02-14 | fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe() | Felix Gu | 1 | -2/+4 |
| 2026-02-14 | fbdev: ffb: fix corrupted video output on Sun FFB1 | René Rebe | 1 | -1/+13 |
| 2026-02-14 | fbdev: of_display_timing: Fix device node reference leak in of_get_display_ti... | Felix Gu | 1 | -3/+3 |
| 2026-02-14 | fbdev: au1100fb: Check return value of clk_enable() in .resume() | Chen Ni | 1 | -1/+4 |
| 2026-02-14 | printk, vt, fbcon: Remove console_conditional_schedule() | Sebastian Andrzej Siewior | 1 | -6/+0 |
| 2026-02-14 | fbdev: fix fb_pad_unaligned_buffer mask | Osama Abdelkader | 1 | -1/+1 |
| 2026-02-14 | fbdev: of: display_timing: fix refcount leak in of_get_display_timings() | Weigang He | 1 | -2/+2 |
| 2026-02-14 | fbdev: vt8500lcdfb: fix missing dma_free_coherent() | Thomas Fourier | 1 | -1/+4 |
| 2026-02-14 | video/logo: don't select LOGO_LINUX_MONO and LOGO_LINUX_VGA16 by default | Vincent Mailhol | 1 | -2/+0 |
| 2026-02-14 | video/logo: move logo selection logic to Kconfig | Vincent Mailhol | 3 | -86/+11 |
| 2026-02-14 | video/logo: remove logo_mac_clut224 | Vincent Mailhol | 4 | -1615/+1 |
| 2026-02-14 | newport_con: depend on LOGO_LINUX_CLUT224 instead of LOGO_SGI_CLUT224 | Vincent Mailhol | 1 | -2/+2 |
| 2026-02-14 | video/logo: allow custom logo | Vincent Mailhol | 2 | -1/+51 |
| 2026-02-14 | video/logo: add a type parameter to the logo makefile function | Vincent Mailhol | 1 | -4/+7 |
| 2026-02-14 | video/logo: remove orphan .pgm Makefile rule | Vincent Mailhol | 1 | -4/+1 |
| 2026-02-14 | fbdev: omapfb: remove duplicate check in omapfb_setup_mem() | Dan Carpenter | 1 | -6/+4 |
| 2026-02-14 | fbdev: sh_mobile_lcdc: Make FB_DEVICE dependency optional | Chintan Patel | 1 | -1/+4 |
| 2026-02-14 | fbdev: omapfb: Make FB_DEVICE dependency optional | Chintan Patel | 2 | -5/+16 |
| 2026-02-14 | fbcon: check return value of con2fb_acquire_newinfo() | Andrey Vatoropin | 1 | -1/+2 |
| 2026-02-14 | fbdev: hyperv_fb: Remove hyperv_fb driver | Prasanna Kumar T S M | 3 | -1400/+0 |
| 2026-02-14 | fbdev: Use device_create_with_groups() to fix sysfs groups registration race | Hans de Goede | 1 | -33/+3 |
| 2026-02-14 | fbdev: smscufx: properly copy ioctl memory to kernelspace | Greg Kroah-Hartman | 1 | -2/+6 |
| 2026-02-14 | fbdev: rivafb: fix divide error in nv3_arb() | Guangshuo Li | 1 | -0/+3 |
| 2026-02-11 | Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 2 | -25/+0 |
| 2026-02-06 | gpu: Move DRM buddy allocator one level up (part two) | Joel Fernandes | 1 | -0/+1 |
| 2026-02-04 | backlight: qcom-wled: Change PM8950 WLED configurations | Barnabás Czémán | 1 | -1/+2 |
| 2026-02-04 | backlight: qcom-wled: Support ovp values for PMI8994 | Barnabás Czémán | 1 | -2/+39 |
| 2026-01-20 | backlight: aw99706: Fix build errors caused by wrong gpio header | Junjie Cao | 1 | -1/+1 |
| 2026-01-08 | backlight: Add Congatec Board Controller (CGBC) backlight support | Petri Karhula | 3 | -0/+192 |
| 2025-12-26 | Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi... | Dave Airlie | 2 | -25/+0 |
| 2025-12-16 | efi: Support EDID information | Thomas Zimmermann | 1 | -3/+5 |
| 2025-12-16 | sysfb: Move edid_info into sysfb_primary_display | Thomas Zimmermann | 1 | -3/+5 |
| 2025-12-16 | sysfb: Pass sysfb_primary_display to devices | Thomas Zimmermann | 3 | -11/+17 |
| 2025-12-16 | sysfb: Replace screen_info with sysfb_primary_display | Thomas Zimmermann | 1 | -2/+3 |
| 2025-12-15 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 19 | -63/+613 |
| 2025-12-06 | Merge tag 'fbdev-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 9 | -56/+69 |
| 2025-12-05 | fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe() | Abdun Nihaal | 1 | -1/+3 |
| 2025-12-04 | Merge tag 'backlight-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -0/+494 |
| 2025-12-04 | Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 13 | -586/+612 |
| 2025-12-02 | fbdev: i810: use appopriate log interface dev_info | Shi Hao | 1 | -23/+23 |
| 2025-12-02 | fbdev: tridentfb: replace printk() with dev_*() in probe | Javier Garcia | 1 | -2/+2 |
| 2025-12-02 | fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing | Thorsten Blum | 1 | -6/+6 |
| 2025-12-02 | fbdev: tcx.c fix mem_map to correct smem_start offset | René Rebe | 1 | -1/+1 |
| 2025-12-02 | fbcon: Remove fb_debug_enter/_leave from struct fb_ops | Thomas Zimmermann | 2 | -25/+0 |
| 2025-11-27 | backlight: aw99706: Fix unused function warnings from suspend/resume ops | Nathan Chancellor | 1 | -2/+2 |
| 2025-11-25 | backlight: aw99706: Add support for Awinic AW99706 backlight | Junjie Cao | 3 | -0/+480 |
| 2025-11-25 | backlight: led-bl: Add devlink to supplier LEDs | Luca Ceresoli | 1 | -0/+13 |
| 2025-11-25 | drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup | Thomas Zimmermann | 1 | -0/+9 |
| 2025-11-21 | Merge tag 'v6.18-rc6' into drm-next | Dave Airlie | 6 | -7/+41 |
| 2025-11-15 | fbdev: gxt4500fb: Use dev_err instead of printk | Javier Garcia | 1 | -1/+1 |
| 2025-11-15 | fbdev: gbefb: fix to use physical address instead of dma address | Rene Rebe | 1 | -2/+3 |
| 2025-11-15 | fbdev: vesafb: Use dev_* fn's instead printk | Javier Garcia | 1 | -14/+15 |
| 2025-11-15 | fbdev: vga16fb: Request memory region | Javier Garcia | 1 | -0/+9 |
| 2025-11-15 | fbdev: vga16fb: replace printk() with dev_*() in probe | Vivek BalachandharTN | 1 | -6/+6 |
| 2025-11-06 | backlight: ktd2801: Depend on GPIOLIB | Duje Mihanović | 1 | -0/+1 |
| 2025-10-28 | fbdev: atyfb: Check if pll_ops->init_pll failed | Daniel Palmer | 1 | -2/+6 |
| 2025-10-28 | fbcon: Set fb_display[i]->mode to NULL when the mode is released | Quanmin Yan | 2 | -0/+20 |
| 2025-10-28 | fbdev: bitblit: bound-check glyph index in bit_putcs* | Junjie Cao | 1 | -4/+12 |
| 2025-10-28 | fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS | Florian Fuchs | 1 | -1/+1 |
| 2025-10-28 | fbdev: valkyriefb: Fix reference count leak in valkyriefb_init | Miaoqian Lin | 1 | -0/+2 |
| 2025-10-21 | Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi... | Simona Vetter | 13 | -586/+612 |
| 2025-10-13 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 24 | -100/+216 |
| 2025-10-10 | Merge tag 'fbdev-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 11 | -77/+178 |
| 2025-10-10 | fbdev: Fix logic error in "offb" name match | Finn Thain | 1 | -1/+1 |
| 2025-10-07 | Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2 | -2/+7 |
| 2025-10-04 | fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds | Albin Babu Varghese | 1 | -0/+17 |
| 2025-10-02 | Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -8/+1 |
| 2025-10-02 | fbdev/hyperv_fb: deprecate this in favor of Hyper-V DRM driver | Prasanna Kumar T S M | 2 | -1/+6 |
| 2025-10-02 | fbdev: Make drivers depend on LCD_CLASS_DEVICE | Thomas Zimmermann | 1 | -2/+2 |
| 2025-10-02 | fbdev: radeonfb: Remove stale product link in Kconfig | Sukrut Heroorkar | 1 | -3/+0 |
| 2025-10-02 | Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 1 | -0/+55 |
| 2025-10-01 | Merge tag 'backlight-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 11 | -10/+20 |
| 2025-10-01 | Drivers: hv: Add CONFIG_HYPERV_VMBUS option | Mukesh Rathor | 1 | -1/+1 |
| 2025-09-30 | fbdev: simplefb: Fix use after free in simplefb_detach_genpds() | Janne Grunau | 1 | -8/+23 |
| 2025-09-30 | fbdev: s3fb: Revert mclk stop in suspend | Zsolt Kajtar | 1 | -2/+2 |
| 2025-09-30 | fbdev: mb862xxfb: Use int type to store negative error codes | Qianfeng Rong | 1 | -1/+1 |
| 2025-09-30 | fbdev: Use string choices helpers | Chelsy Ratnawat | 3 | -5/+8 |
| 2025-09-30 | fbdev: core: Fix ubsan warning in pixel_to_pat | Zsolt Kajtar | 1 | -2/+1 |
| 2025-09-30 | fbdev: s3fb: Implement 1 and 2 BPP modes, improve 4 BPP | Zsolt Kajtar | 2 | -36/+105 |
| 2025-09-30 | fbdev: s3fb: Implement powersave for S3 FB | Zsolt Kajtar | 1 | -18/+19 |
| 2025-09-30 | fbdev: xenfb: Use vmalloc_array to simplify code | Qianfeng Rong | 1 | -1/+1 |
| 2025-09-23 | fbdev/simplefb: Sort headers correctly | Luca Weiss | 1 | -3/+3 |
| 2025-09-23 | fbdev: Turn FB_MODE_HELPERS into an internal config option | Thomas Zimmermann | 1 | -1/+1 |
| 2025-09-23 | fbdev: Make drivers depend on FB_TILEBLITTING | Thomas Zimmermann | 1 | -4/+4 |
| 2025-09-23 | fbcon: Fix OOB access in font allocation | Thomas Zimmermann | 1 | -3/+3 |
| 2025-09-22 | fbcon: fix integer overflow in fbcon_do_set_font | Samasth Norway Ananda | 1 | -2/+9 |
| 2025-09-19 | fbcon: Streamline setting rotated/unrotated bitops | Thomas Zimmermann | 8 | -32/+38 |
| 2025-09-19 | fbcon: Move fbcon callbacks into struct fbcon_bitops | Thomas Zimmermann | 7 | -67/+94 |
| 2025-09-19 | fbcon: Set rotate_font callback with related callbacks | Thomas Zimmermann | 5 | -3/+7 |
| 2025-09-19 | fbcon: Rename struct fbcon_ops to struct fbcon_par | Thomas Zimmermann | 10 | -551/+540 |
| 2025-09-19 | fbcon: Fix empty lines in fbcon.h | Thomas Zimmermann | 1 | -1/+1 |
| 2025-09-16 | backlight: rt4831: Include <linux/mod_devicetable.h> | Thomas Zimmermann | 1 | -0/+1 |
| 2025-09-16 | backlight: rave-sp: Include <linux/of.h> and <linux/mod_devicetable.h> | Thomas Zimmermann | 1 | -0/+2 |
| 2025-09-16 | backlight: led_bl: Include <linux/of.h> | Thomas Zimmermann | 1 | -0/+1 |
| 2025-09-16 | backlight: ktd2801: Include <linux/mod_devicetable.h> | Thomas Zimmermann | 1 | -0/+1 |
| 2025-09-16 | backlight: jornada720: Include <linux/io.h> | Thomas Zimmermann | 1 | -0/+1 |
| 2025-09-16 | backlight: da9052_bl: Include <linux/mod_devicetable.h> | Thomas Zimmermann | 1 | -0/+1 |
| 2025-09-16 | backlight: as3711_bl: Include <linux/of.h> | Thomas Zimmermann | 1 | -0/+1 |
| 2025-09-16 | backlight: apple_dwi_bl: Include <linux/mod_devicetable.h> | Thomas Zimmermann | 1 | -0/+1 |
| 2025-09-16 | backlight: Include <linux/of.h> | Thomas Zimmermann | 1 | -0/+1 |
| 2025-09-16 | video: backlight: lp855x_bl: Set correct EPROM start for LP8556 | Svyatoslav Ryhel | 1 | -1/+1 |
| 2025-09-16 | backlight: led_bl: Use devm_kcalloc() for array space allocation | Qianfeng Rong | 1 | -2/+2 |
| 2025-09-13 | fbdev: use panic_in_progress() helper | Jinchao Wang | 1 | -8/+1 |
| 2025-09-02 | backlight: mp3309c: Initialize backlight properties without memset | Uwe Kleine-König | 1 | -6/+7 |
| 2025-09-02 | backlight: mp3309c: Drop pwm_apply_args() | Uwe Kleine-König | 1 | -1/+0 |
| 2025-08-26 | video: screen_info: Add pixel-format helper for linear framebuffers | Thomas Zimmermann | 1 | -0/+55 |