summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)AuthorLines
2026-04-07fbcon: Put font-rotation state into separate structThomas Zimmermann-32/+41
2026-04-07fbcon: Fill cursor mask in helper functionThomas Zimmermann-151/+78
2026-04-07lib/fonts: Implement font rotationThomas Zimmermann-60/+20
2026-04-07lib/fonts: Implement glyph rotationThomas Zimmermann-83/+8
2026-04-07lib/fonts: Provide helpers for calculating glyph pitch and sizeThomas Zimmermann-17/+18
2026-04-07fbcon: Avoid OOB font access if console rotation failsThomas Zimmermann-1/+4
2026-03-09lib/fonts: Store font data for user space with font_data_export()Thomas Zimmermann-55/+2
2026-03-09lib/fonts: Create font_data_t from struct console_font with font_data_import()Thomas Zimmermann-34/+4
2026-03-09lib/fonts: Compare font data for equality with font_data_is_equal()Thomas Zimmermann-6/+1
2026-03-09lib/fonts: Manage font-data lifetime with font_data_get/_put()Thomas Zimmermann-36/+30
2026-03-09lib/fonts: Read font size with font_data_size()Thomas Zimmermann-7/+7
2026-03-09lib/fonts: Store font data as font_data_t; update consolesThomas Zimmermann-18/+29
2026-03-09vt: Calculate font-buffer size with vc_font_size()Thomas Zimmermann-7/+2
2026-03-09vt: Store font in struct vc_fontThomas Zimmermann-10/+9
2026-03-09fbdev: Declare src parameter of fb_pad_ helpers as constantThomas Zimmermann-3/+3
2026-03-09fbdev: defio: Move pageref array to struct fb_deferred_io_stateThomas Zimmermann-28/+27
2026-03-09fbdev: defio: Move variable state into struct fb_deferred_io_stateThomas Zimmermann-15/+22
2026-03-09fbdev: defio: Keep module reference from VMAsThomas Zimmermann-0/+6
2026-03-09fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_infoThomas Zimmermann-36/+142
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+7
2026-02-14fbcon: Remove struct fbcon_display.inverseThomas Zimmermann-1/+0
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-14fbcon: check return value of con2fb_acquire_newinfo()Andrey Vatoropin-1/+2
2026-02-14fbdev: Use device_create_with_groups() to fix sysfs groups registration raceHans de Goede-33/+3
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-25/+0
2025-12-26Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-25/+0
2025-12-16sysfb: Move edid_info into sysfb_primary_displayThomas Zimmermann-3/+5
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-579/+605
2025-12-02fbcon: Remove fb_debug_enter/_leave from struct fb_opsThomas Zimmermann-25/+0
2025-11-25drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setupThomas Zimmermann-0/+9
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie-4/+32
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-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter-579/+605
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann-17/+34
2025-10-10Merge tag 'fbdev-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+23
2025-10-10fbdev: Fix logic error in "offb" name matchFinn Thain-1/+1
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-09-30fbdev: Use string choices helpersChelsy Ratnawat-3/+4
2025-09-30fbdev: core: Fix ubsan warning in pixel_to_patZsolt Kajtar-2/+1
2025-09-23fbdev: Turn FB_MODE_HELPERS into an internal config optionThomas Zimmermann-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-19fbcon: Streamline setting rotated/unrotated bitopsThomas Zimmermann-32/+38
2025-09-19fbcon: Move fbcon callbacks into struct fbcon_bitopsThomas Zimmermann-67/+94
2025-09-19fbcon: Set rotate_font callback with related callbacksThomas Zimmermann-3/+7
2025-09-19fbcon: Rename struct fbcon_ops to struct fbcon_parThomas Zimmermann-552/+541