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