summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)AuthorFilesLines
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-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 Torvalds4-86/+91
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: svgalib: Clean up coding styleDarshan R.1-53/+42
2025-07-27fbdev: fix potential buffer overflow in do_register_framebuffer()Yongzhen Zhang1-0/+3
2025-07-09fbcon: Fix outdated registered_fb reference in commentShixiong Ou1-2/+2
2025-06-16video: Make CONFIG_FIRMWARE_EDID generally availableThomas Zimmermann2-17/+1
2025-06-16fbdev: Include <linux/export.h>Thomas Zimmermann15-0/+23
2025-06-03Merge tag 'backlight-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-18/+85
2025-05-31fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_varMurad Masimov1-1/+3
2025-05-31fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_...Murad Masimov1-7/+11
2025-05-31fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()Sergey Shtylyov1-1/+1
2025-05-31fbcon: Make sure modelist not set on unregistered consoleKees Cook1-1/+6
2025-04-10leds: backlight trigger: Replace fb events with a dedicated function callThomas Zimmermann1-9/+10
2025-04-10backlight: lcd: Replace fb events with a dedicated function callThomas Zimmermann1-4/+35
2025-04-10backlight: Replace fb events with a dedicated function callThomas Zimmermann2-0/+14
2025-04-10fbdev: Send old blank state in FB_EVENT_BLANKThomas Zimmermann1-1/+4
2025-04-10fbdev: Track display blanking stateThomas Zimmermann3-5/+21
2025-04-10fbdev: Rework fb_blank()Thomas Zimmermann1-8/+10
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-28/+15
2025-03-27fbcon: Use static attribute groups for sysfs entriesShixiong Ou1-50/+19
2025-03-27fbdev: Refactoring the fbcon packed pixel drawing routinesZsolt Kajtar13-2255/+1464
2025-03-27fbdev: Register sysfs groups through device_add_groupShixiong Ou1-30/+39
2025-03-27fbcon: Use correct erase colour for clearing in fbconZsolt Kajtar7-58/+18
2025-03-27fbdev: core: tileblit: Implement missing margin clearing for tileblitZsolt Kajtar1-1/+36
2025-03-17fb_defio: do not use deprecated page->mapping, index fieldsLorenzo Stoakes1-28/+15
2024-12-17fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICEThomas Zimmermann1-2/+1
2024-09-26fbcon: break earlier in search_fb_in_map and search_for_mapped_conQianqiang Liu1-2/+6
2024-09-26fbcon: Fix a NULL pointer dereference issue in fbcon_putcsQianqiang Liu1-0/+2
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+15
2024-08-30fbdev: Introduce devm_register_framebuffer()Thomas Weißschuh1-0/+30
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-1/+15
2024-07-22fbcon: Use oops_in_progress instead of panic_cpuJocelyn Falempe1-0/+9
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+7
2024-07-19fbcon: Add an option to disable fbcon in panicJocelyn Falempe1-1/+6
2024-07-04mm: remove page_mkclean()Kefeng Wang1-2/+2
2024-07-04fb_defio: use a folio in fb_deferred_io_work()Kefeng Wang1-4/+5
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard2-1/+7
2024-05-22Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-03arch: Remove struct fb_info from video helpersThomas Zimmermann1-1/+1
2024-05-02fbdev/deferred-io: Provide get_page hook in struct fb_deferred_ioThomas Zimmermann1-0/+4
2024-05-02fbdev/deferred-io: Always call get_page() for framebuffer pagesThomas Zimmermann1-4/+5
2024-05-02fbdev/deferred-io: Test smem_start for I/O memoryThomas Zimmermann1-2/+2
2024-05-02fbdev/deferred-io: Test screen_buffer for vmalloc'ed memoryThomas Zimmermann1-3/+3