summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)AuthorFilesLines
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-07-12fbcon: Disallow setting font bigger than screen sizeHelge Deller1-0/+5
2022-04-20video: 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/+7
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-23fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds7-44/+8
2020-09-23fbcon: 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-24fbdev: 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-152/+0
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-09-26fbdev: Distinguish between interlaced and progressive modesFredrik Noring1-11/+30
2018-09-09fb: fix lost console when the user unplugs a USB adapterMikulas Patocka1-6/+32
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-14Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds14-5/+6241
2017-09-07video/console: Update BIOS dates list for GPD win console rotation DMI quirkHans de Goede1-2/+2
2017-09-07Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2017-09-05video/console: Add rotated LCD-panel DMI quirk for the VIOS LTH17Hans de Goede1-0/+14
2017-09-04video/console: Add new BIOS date for GPD pocket to dmi quirk tableHans de Goede1-1/+1
2017-09-04fbcon: remove restriction on margin colorDavid Lechner1-2/+0
2017-08-18fbcon: add fbcon=margin:<color> command line optionDavid Lechner7-11/+21
2017-08-18fbdev: fix 1bpp logo for unusual widthDavid Lechner1-1/+1
2017-08-18video/console: Add dmi quirk table for x86 systems which need fbcon rotationHans de Goede4-4/+149
2017-08-07video: fbdev: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-08-01fbdev: Nuke FBINFO_MODULEDaniel Vetter2-3/+3
2017-08-01fbcon: Make fbcon a built-time depency for fbdevDaniel Vetter12-0/+6069
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky1-0/+12
2017-07-13Merge tag 'fbdev-v4.13' of git://github.com/bzolnier/linuxLinus Torvalds1-2/+3
2017-07-12fbdev: make get_fb_unmapped_area depends of !MMUBenjamin Gaignard1-2/+3
2017-07-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-14/+5
2017-06-14video: fbdev: avoid int-in-bool-context warningArnd Bergmann1-1/+1
2017-06-10fb_get_fscreeninfo(): don't bother with do_fb_ioctl()Al Viro1-14/+5
2017-03-21drivers/video: Convert remaining uses of pr_warning to pr_warnJoe Perches1-2/+2
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-9/+7
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie1-12/+14