aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)Author
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-02-22fbcon: Check font dimension limitsSamuel Thibault
2022-12-14fbcon: Use kzalloc() in fbcon_prepare_logo()Tetsuo Handa
2022-08-25fbcon: 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-14fbcon: Consistently protect deferred_takeover with console_lock()Daniel Vetter
2022-04-15video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()Dan Carpenter
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
2020-10-29fbmem: add margin check to fb_check_caps()George Kennedy
2020-10-14fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye
2020-10-14fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye
2020-09-23fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa
2020-09-17fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds
2020-09-17fbcon: remove soft scrollback codeLinus Torvalds
2020-09-03fbmem: pull fbcon_update_vcs() out of fb_set_var()Tetsuo Handa
2020-09-03fbcon: prevent user font height or width change from causing potential out-of...George Kennedy
2020-07-29fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.Tetsuo Handa
2020-04-23fbmem: Adjust indentation in fb_prepare_logo and fb_blankNathan Chancellor
2020-04-23fbdev: potential information leak in do_fb_ioctl()Dan Carpenter
2020-04-13fbcon: fix null-ptr-deref in fbcon_switchQiujun Huang
2019-08-05backlight: drop EARLY_EVENT_BLANK supportSam Ravnborg
2019-07-23fbmem: remove redundant assignment to errColin Ian King
2019-07-23fbdev: Ditch fb_edid_add_monspecsDaniel Vetter
2019-06-19fbcon: Export fbcon_update_vcsDaniel Vetter
2019-06-13fbcon: Document what I learned about fbcon lockingDaniel Vetter
2019-06-12fbcon: Call con2fb_map functions directlyDaniel Vetter
2019-06-12vgaswitcheroo: call fbcon_remap_all directlyDaniel Vetter
2019-06-12fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter
2019-06-12fb: Flatten control flow in fb_set_varDaniel Vetter
2019-06-12fbdev: remove FBINFO_MISC_USEREVENT around fb_blankDaniel Vetter
2019-06-12fbmem: pull fbcon_fb_blanked out of fb_blankDaniel Vetter
2019-06-12Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter
2019-06-12fbdev: Call fbcon_get_requirement directlyDaniel Vetter
2019-06-12fbcon: Call fbcon_mode_deleted/new_modelist directlyDaniel Vetter
2019-06-12fbdev: directly call fbcon_suspended/resumedDaniel Vetter
2019-06-12fbdev: unify unlink_framebuffer pathsDaniel Vetter
2019-06-12fbdev: make unregister/unlink functions not failDaniel Vetter
2019-06-12fbcon: call fbcon_fb_bind directlyDaniel Vetter
2019-06-12fbdev: lock_fb_info cannot failDaniel Vetter