summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorLines
2025-10-28fbdev: atyfb: Check if pll_ops->init_pll failedDaniel Palmer-2/+6
2025-10-28fbcon: Set fb_display[i]->mode to NULL when the mode is releasedQuanmin Yan-0/+20
2025-10-28fbdev: bitblit: bound-check glyph index in bit_putcs*Junjie Cao-4/+12
2025-10-28fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELSFlorian Fuchs-1/+1
2025-10-28fbdev: valkyriefb: Fix reference count leak in valkyriefb_initMiaoqian Lin-0/+2
2025-10-10Merge tag 'fbdev-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-77/+178
2025-10-10fbdev: Fix logic error in "offb" name matchFinn Thain-1/+1
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+7
2025-10-04fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-boundsAlbin Babu Varghese-0/+17
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds-8/+1
2025-10-02fbdev/hyperv_fb: deprecate this in favor of Hyper-V DRM driverPrasanna Kumar T S M-1/+6
2025-10-02fbdev: Make drivers depend on LCD_CLASS_DEVICEThomas Zimmermann-2/+2
2025-10-02fbdev: radeonfb: Remove stale product link in KconfigSukrut Heroorkar-3/+0
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+55
2025-10-01Merge tag 'backlight-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-10/+20
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor-1/+1
2025-09-30fbdev: simplefb: Fix use after free in simplefb_detach_genpds()Janne Grunau-8/+23
2025-09-30fbdev: s3fb: Revert mclk stop in suspendZsolt Kajtar-2/+2
2025-09-30fbdev: mb862xxfb: Use int type to store negative error codesQianfeng Rong-1/+1
2025-09-30fbdev: Use string choices helpersChelsy Ratnawat-5/+8
2025-09-30fbdev: core: Fix ubsan warning in pixel_to_patZsolt Kajtar-2/+1
2025-09-30fbdev: s3fb: Implement 1 and 2 BPP modes, improve 4 BPPZsolt Kajtar-36/+105
2025-09-30fbdev: s3fb: Implement powersave for S3 FBZsolt Kajtar-18/+19
2025-09-30fbdev: xenfb: Use vmalloc_array to simplify codeQianfeng Rong-1/+1
2025-09-23fbcon: Fix OOB access in font allocationThomas Zimmermann-3/+3
2025-09-22fbcon: fix integer overflow in fbcon_do_set_fontSamasth Norway Ananda-2/+9
2025-09-16backlight: rt4831: Include <linux/mod_devicetable.h>Thomas Zimmermann-0/+1
2025-09-16backlight: rave-sp: Include <linux/of.h> and <linux/mod_devicetable.h>Thomas Zimmermann-0/+2
2025-09-16backlight: led_bl: Include <linux/of.h>Thomas Zimmermann-0/+1
2025-09-16backlight: ktd2801: Include <linux/mod_devicetable.h>Thomas Zimmermann-0/+1
2025-09-16backlight: jornada720: Include <linux/io.h>Thomas Zimmermann-0/+1
2025-09-16backlight: da9052_bl: Include <linux/mod_devicetable.h>Thomas Zimmermann-0/+1
2025-09-16backlight: as3711_bl: Include <linux/of.h>Thomas Zimmermann-0/+1
2025-09-16backlight: apple_dwi_bl: Include <linux/mod_devicetable.h>Thomas Zimmermann-0/+1
2025-09-16backlight: Include <linux/of.h>Thomas Zimmermann-0/+1
2025-09-16video: backlight: lp855x_bl: Set correct EPROM start for LP8556Svyatoslav Ryhel-1/+1
2025-09-16backlight: led_bl: Use devm_kcalloc() for array space allocationQianfeng Rong-2/+2
2025-09-13fbdev: use panic_in_progress() helperJinchao Wang-8/+1
2025-09-02backlight: mp3309c: Initialize backlight properties without memsetUwe Kleine-König-6/+7
2025-09-02backlight: mp3309c: Drop pwm_apply_args()Uwe Kleine-König-1/+0
2025-08-26video: screen_info: Add pixel-format helper for linear framebuffersThomas Zimmermann-0/+55
2025-08-09Merge tag 'gpio-updates-for-v6.17-rc1-part2' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2025-08-08Merge tag 'fbdev-for-6.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+6
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-1/+1
2025-08-02Revert "vgacon: Add check for vc_origin address range in vgacon_scroll()"Helge Deller-1/+1
2025-08-02fbdev: Fix vmalloc out-of-bounds write in fast_imageblitSravan Kumar Gundu-4/+5
2025-08-02Merge tag 'fbdev-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-115/+116
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-180/+155
2025-07-27fbcon: Use 'bool' where appopriateVille Syrjälä-10/+11
2025-07-27fbcon: Introduce get_{fg,bg}_color()Ville Syrjälä-6/+18