summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)AuthorFilesLines
2024-09-04fbmem: Check virtual screen sizes in fb_set_var()Helge Deller1-0/+11
2024-09-04fbcon: Prevent that screen size is smaller than font sizeHelge Deller2-3/+34
2024-04-13fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov1-3/+4
2024-01-25fbdev: 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-02-22fbcon: Check font dimension limitsSamuel Thibault1-2/+5
2022-12-14fbcon: Use kzalloc() in fbcon_prepare_logo()Tetsuo Handa1-1/+1
2022-08-25fbcon: Fix boundary checks for fbcon=vc:n1-n2 parametersHelge Deller1-3/+5
2022-07-12fbcon: Disallow setting font bigger than screen sizeHelge Deller1-0/+5
2022-06-14fbcon: Consistently protect deferred_takeover with console_lock()Daniel Vetter1-2/+3
2022-04-15video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()Dan Carpenter1-32/+21
2021-09-22fbmem: don't allow too huge resolutionsTetsuo Handa1-0/+6
2021-09-03fbmem: add margin check to fb_check_caps()George Kennedy1-0/+4
2021-05-26tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa1-1/+1
2021-05-22fbdev: zero-fill colormap in fbcmap.cPhillip Potter1-4/+4
2021-04-07drivers: video: fbcon: fix NULL dereference in fbcon_cursor()Du Cheng1-0/+3
2020-10-14fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye1-0/+12
2020-10-14fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye3-7/+2
2020-09-23fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa1-1/+1
2020-09-17fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds7-44/+8
2020-09-17fbcon: remove soft scrollback codeLinus Torvalds1-330/+4
2020-09-03fbcon: prevent user font height or width change from causing potential out-of...George Kennedy1-2/+23
2020-07-29fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.Tetsuo Handa4-8/+8
2020-04-23fbdev: potential information leak in do_fb_ioctl()Dan Carpenter1-1/+1
2020-04-13fbcon: fix null-ptr-deref in fbcon_switchQiujun Huang1-0/+3
2019-11-24fbdev: Ditch fb_edid_add_monspecsDaniel Vetter2-153/+0
2019-06-09vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat1-1/+1
2019-05-31fbdev: fix WARNING in __alloc_pages_nodemask bugJiufei Xue1-0/+2
2019-05-31fbdev: fix divide error in fb_var_to_videomodeShile Zhang1-0/+3
2019-04-05fbdev: fbmem: fix memory access if logo is bigger than the screenManfred Schlaegl1-0/+3
2019-02-12fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes1-1/+1
2019-02-12fbdev: fbmem: behave better with small rotated displays and many CPUsPeter Rosin1-2/+6
2018-08-10fbcon: Do not takeover the console from atomic contextHans de Goede1-4/+15
2018-08-10fbcon: Only defer console takeover if the current console driver is the dummyconHans de Goede1-14/+10
2018-07-31fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is setThomas Zimmermann1-4/+9
2018-07-25fb: fix lost console when the user unplugs a USB adapterMikulas Patocka1-6/+32
2018-07-24fbdev: fbmem: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-24fbdev: fix modedb docs in fb_find_modeDaniel Vetter1-30/+32
2018-07-24fbcon: introduce for_each_registered_fb() helperYisheng Xie2-23/+12
2018-07-24fbdev: Distinguish between interlaced and progressive modesFredrik Noring1-11/+30
2018-06-28console/fbcon: Add support for deferred console takeoverHans de Goede1-0/+72
2018-06-28fbcon: Call WARN_CONSOLE_UNLOCKED() where applicableHans de Goede1-0/+11
2018-06-17Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook8-16/+20
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-14/+1