aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core/fbcon.c
AgeCommit message (Expand)Author
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: Disallow setting font bigger than screen sizeHelge Deller
2022-06-14fbcon: Consistently protect deferred_takeover with console_lock()Daniel Vetter
2021-05-26tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa
2021-04-07drivers: video: fbcon: fix NULL dereference in fbcon_cursor()Du Cheng
2020-10-14fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin 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-03fbcon: prevent user font height or width change from causing potential out-of...George Kennedy
2020-04-13fbcon: fix null-ptr-deref in fbcon_switchQiujun Huang
2019-06-09vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat
2019-02-12fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes
2018-08-10fbcon: Do not takeover the console from atomic contextHans de Goede
2018-08-10fbcon: Only defer console takeover if the current console driver is the dummyconHans de Goede
2018-07-24fbcon: introduce for_each_registered_fb() helperYisheng Xie
2018-06-28console/fbcon: Add support for deferred console takeoverHans de Goede
2018-06-28fbcon: Call WARN_CONSOLE_UNLOCKED() where applicableHans de Goede
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-27console: Expand dummy functions for CFIKees Cook
2017-12-04fbcon: Remove dmi quirk tableHans de Goede
2017-12-04fbcon: Add fbcon_rotate_hint to struct fb_infoHans de Goede
2017-11-13fbcon: Initialize ops->info earlyThierry Reding
2017-11-10video: fbdev: Convert timers to use timer_setup()Kees Cook
2017-09-04fbcon: remove restriction on margin colorDavid Lechner
2017-08-18fbcon: add fbcon=margin:<color> command line optionDavid Lechner
2017-08-18video/console: Add dmi quirk table for x86 systems which need fbcon rotationHans de Goede
2017-08-01fbdev: Nuke FBINFO_MODULEDaniel Vetter
2017-08-01fbcon: Make fbcon a built-time depency for fbdevDaniel Vetter