summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
2025-10-29fbdev: atyfb: Check if pll_ops->init_pll failedDaniel Palmer1-2/+6
2025-10-29fbcon: Set fb_display[i]->mode to NULL when the mode is releasedQuanmin Yan2-0/+20
2025-10-29fbdev: bitblit: bound-check glyph index in bit_putcs*Junjie Cao1-4/+12
2025-10-29fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELSFlorian Fuchs1-1/+1
2025-10-29fbdev: valkyriefb: Fix reference count leak in valkyriefb_initMiaoqian Lin1-0/+2
2025-10-10Merge tag 'fbdev-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-77/+178
2025-10-10fbdev: Fix logic error in "offb" name matchFinn Thain1-1/+1
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-2/+7
2025-10-04fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-boundsAlbin Babu Varghese1-0/+17
2025-10-03Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-8/+1
2025-10-03fbdev/hyperv_fb: deprecate this in favor of Hyper-V DRM driverPrasanna Kumar T S M2-1/+6
2025-10-02fbdev: Make drivers depend on LCD_CLASS_DEVICEThomas Zimmermann1-2/+2
2025-10-02fbdev: radeonfb: Remove stale product link in KconfigSukrut Heroorkar1-3/+0
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor1-1/+1
2025-10-01fbdev: simplefb: Fix use after free in simplefb_detach_genpds()Janne Grunau1-8/+23
2025-10-01fbdev: s3fb: Revert mclk stop in suspendZsolt Kajtar1-2/+2
2025-10-01fbdev: mb862xxfb: Use int type to store negative error codesQianfeng Rong1-1/+1
2025-10-01fbdev: Use string choices helpersChelsy Ratnawat3-5/+8
2025-10-01fbdev: core: Fix ubsan warning in pixel_to_patZsolt Kajtar1-2/+1
2025-10-01fbdev: s3fb: Implement 1 and 2 BPP modes, improve 4 BPPZsolt Kajtar2-36/+105
2025-10-01fbdev: s3fb: Implement powersave for S3 FBZsolt Kajtar1-18/+19
2025-10-01fbdev: xenfb: Use vmalloc_array to simplify codeQianfeng Rong1-1/+1
2025-09-23fbcon: Fix OOB access in font allocationThomas Zimmermann1-3/+3
2025-09-22fbcon: fix integer overflow in fbcon_do_set_fontSamasth Norway Ananda1-2/+9
2025-09-14fbdev: use panic_in_progress() helperJinchao Wang1-8/+1
2025-08-09Merge tag 'gpio-updates-for-v6.17-rc1-part2' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-08-08Merge tag 'fbdev-for-6.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+5
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-08-02fbdev: Fix vmalloc out-of-bounds write in fast_imageblitSravan Kumar Gundu1-4/+5
2025-08-02Merge tag 'fbdev-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-115/+116
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds54-180/+137
2025-07-27fbcon: Use 'bool' where appopriateVille Syrjälä1-10/+11
2025-07-27fbcon: Introduce get_{fg,bg}_color()Ville Syrjälä1-6/+18
2025-07-27fbcon: fbcon_is_inactive() -> fbcon_is_active()Ville Syrjälä1-15/+15
2025-07-27fbcon: fbcon_cursor_noblink -> fbcon_cursor_blinkVille Syrjälä1-4/+4
2025-07-27fbdev: Fix typo in Kconfig text for FB_DEVICEDaniel Palmer1-1/+1
2025-07-27fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-derefChenyuan Yang1-2/+7
2025-07-27fbdev: svgalib: Clean up coding styleDarshan R.1-53/+42
2025-07-27fbdev: kyro: Use devm_ioremap_wc() for screen memGiovanni Di Santi1-6/+3
2025-07-27fbdev: kyro: Use devm_ioremap() for mmio registersGiovanni Di Santi1-5/+3
2025-07-27fbdev: kyro: Add missing PCI memory region requestGiovanni Di Santi1-1/+6
2025-07-27fbdev: simplefb: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)1-13/+4
2025-07-27fbdev: fix potential buffer overflow in do_register_framebuffer()Yongzhen Zhang1-0/+3
2025-07-27fbdev: nvidiafb: add depends on HAS_IOPORTRandy Dunlap1-1/+1
2025-07-27fbdev: nvidiafb: fix build on 32-bit ARCH=umJohannes Berg1-1/+1
2025-07-09fbcon: Fix outdated registered_fb reference in commentShixiong Ou1-2/+2
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh2-4/+4
2025-06-16video: Make CONFIG_FIRMWARE_EDID generally availableThomas Zimmermann2-17/+1
2025-06-16fbdev/viafb: Do not include <linux/export.h>Thomas Zimmermann1-1/+0
2025-06-16fbdev/viafb: Include <linux/export.h>Thomas Zimmermann2-0/+2