summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)AuthorFilesLines
5 daysfbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcountPeilin Ye3-41/+23
5 daysconsole: Delete unused con_font_copy() callback implementationsPeilin Ye1-11/+0
2025-12-07fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-boundsAlbin Babu Varghese1-0/+17
2025-12-07fbdev: bitblit: bound-check glyph index in bit_putcs*Junjie Cao1-4/+12
2025-10-02fbcon: Fix OOB access in font allocationThomas Zimmermann1-3/+3
2025-10-02fbcon: fix integer overflow in fbcon_do_set_fontSamasth Norway Ananda1-2/+9
2025-06-27fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_varMurad Masimov1-1/+3
2025-06-27fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()Sergey Shtylyov1-1/+1
2025-06-04fbdev: core: tileblit: Implement missing margin clearing for tileblitZsolt Kajtar1-1/+36
2025-06-04fbcon: Use correct erase colour for clearing in fbconZsolt Kajtar7-58/+18
2024-04-13fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov1-3/+4
2024-01-26fbdev: flush deferred work in fb_deferred_io_fsync()Nam Cao1-5/+1
2023-08-30fbdev: fix potential OOB read in fast_imageblit()Zhang Shurong1-1/+1
2023-08-30fbdev: Fix sys_imageblit() for arbitrary image widthsThomas Zimmermann1-4/+25
2023-08-30fbdev: Improve performance of sys_imageblit()Thomas Zimmermann1-11/+38
2023-06-09fbcon: Fix null-ptr-deref in soft_cursorHelge Deller1-0/+3
2023-06-09fbdev: modedb: Add 1920x1080 at 60 Hz video modeHelge Deller1-0/+5
2023-04-20fbmem: Reject FB_ACTIVATE_KD_TEXT from userspaceDaniel Vetter1-0/+2
2023-02-15fbcon: Check font dimension limitsSamuel Thibault1-2/+5
2022-12-14fbcon: Use kzalloc() in fbcon_prepare_logo()Tetsuo Handa1-1/+1
2022-08-21fbcon: Fix accelerated fbdev scrolling while logo is still shownHelge Deller1-4/+0
2022-08-21fbcon: Fix boundary checks for fbcon=vc:n1-n2 parametersHelge Deller1-3/+5
2022-07-12fbcon: Prevent that screen size is smaller than font sizeHelge Deller2-1/+31
2022-07-12fbcon: Disallow setting font bigger than screen sizeHelge Deller1-0/+5
2022-07-12fbmem: Check virtual screen sizes in fb_set_var()Helge Deller1-0/+10
2022-07-12fbdev: fbmem: Fix logo center image dx issueGuiling Deng1-1/+1
2022-06-09fbcon: Consistently protect deferred_takeover with console_lock()Daniel Vetter1-2/+3
2022-04-08video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()Dan Carpenter1-32/+21
2022-02-08fbcon: Add option to enable legacy hardware accelerationHelge Deller6-34/+64
2022-02-08Revert "fbcon: Disable accelerated scrolling"Helge Deller1-8/+37
2021-09-15fbmem: don't allow too huge resolutionsTetsuo Handa1-0/+6
2021-07-20fbmem: Do not delete the mode that is still in useZhen Lei1-7/+5
2021-05-26tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa1-1/+1
2021-05-11fbdev: zero-fill colormap in fbcmap.cPhillip Potter1-4/+4
2021-04-07drivers: video: fbcon: fix NULL dereference in fbcon_cursor()Du Cheng1-0/+3
2021-01-06fbcon: Disable accelerated scrollingDaniel Vetter1-37/+8
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-7/+9
2020-10-15Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-9/+1
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-7/+14
2020-10-02fbcon: remove no-op fbcon_set_origin()Tetsuo Handa1-8/+0
2020-09-25fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye1-0/+12
2020-09-25fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye3-7/+2
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman7-373/+11
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2020-09-18fbcon: Remove the superfluous breakJing Xiangfeng1-2/+0
2020-09-16fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa1-1/+1
2020-09-14fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds7-44/+8
2020-09-14fbcon: remove soft scrollback codeLinus Torvalds1-330/+4
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+23
2020-09-08fbmem: add margin check to fb_check_caps()George Kennedy1-0/+4