summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)Author
2026-02-06fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)
2026-02-06fbdev: fbcon: release buffer when fbcon_do_set_font() failedTetsuo Handa
2026-02-06fbdev: fbcon: Properly revert changes when vc_resize() failedShigeru Yoshida
2026-01-19fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcountPeilin Ye
2026-01-19console: Delete unused con_font_copy() callback implementationsPeilin Ye
2025-12-07fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-boundsAlbin Babu Varghese
2025-12-07fbdev: bitblit: bound-check glyph index in bit_putcs*Junjie Cao
2025-10-02fbcon: Fix OOB access in font allocationThomas Zimmermann
2025-10-02fbcon: fix integer overflow in fbcon_do_set_fontSamasth Norway Ananda
2025-06-27fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_varMurad Masimov
2025-06-27fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()Sergey Shtylyov
2025-06-04fbdev: core: tileblit: Implement missing margin clearing for tileblitZsolt Kajtar
2025-06-04fbcon: Use correct erase colour for clearing in fbconZsolt Kajtar
2024-04-13fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov
2024-01-25fbdev: flush deferred work in fb_deferred_io_fsync()Nam Cao
2023-08-30fbdev: fix potential OOB read in fast_imageblit()Zhang Shurong
2023-08-30fbdev: Fix sys_imageblit() for arbitrary image widthsThomas Zimmermann
2023-08-30fbdev: Improve performance of sys_imageblit()Thomas Zimmermann
2023-06-09fbcon: Fix null-ptr-deref in soft_cursorHelge Deller
2023-06-09fbdev: modedb: Add 1920x1080 at 60 Hz video modeHelge Deller
2023-04-20fbmem: Reject FB_ACTIVATE_KD_TEXT from userspaceDaniel Vetter
2023-02-15fbcon: Check font dimension limitsSamuel Thibault
2022-12-14fbcon: Use kzalloc() in fbcon_prepare_logo()Tetsuo Handa
2022-08-21fbcon: Fix accelerated fbdev scrolling while logo is still shownHelge Deller
2022-08-21fbcon: Fix boundary checks for fbcon=vc:n1-n2 parametersHelge Deller
2022-07-12fbcon: Prevent that screen size is smaller than font sizeHelge Deller
2022-07-12fbcon: Disallow setting font bigger than screen sizeHelge Deller
2022-07-12fbmem: Check virtual screen sizes in fb_set_var()Helge Deller
2022-07-12fbdev: fbmem: Fix logo center image dx issueGuiling Deng
2022-06-09fbcon: Consistently protect deferred_takeover with console_lock()Daniel Vetter
2022-04-08video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()Dan Carpenter
2022-02-08fbcon: Add option to enable legacy hardware accelerationHelge Deller
2022-02-08Revert "fbcon: Disable accelerated scrolling"Helge Deller
2021-09-15fbmem: don't allow too huge resolutionsTetsuo Handa
2021-07-20fbmem: Do not delete the mode that is still in useZhen Lei
2021-05-26tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa
2021-05-11fbdev: zero-fill colormap in fbcmap.cPhillip Potter
2021-04-07drivers: video: fbcon: fix NULL dereference in fbcon_cursor()Du Cheng
2021-01-06fbcon: Disable accelerated scrollingDaniel Vetter
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-14Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-10-02fbcon: remove no-op fbcon_set_origin()Tetsuo Handa
2020-09-25fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye
2020-09-25fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-09-18fbcon: Remove the superfluous breakJing Xiangfeng
2020-09-16fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa
2020-09-14fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds