aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console/vgacon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby1-4/+4
2022-06-10tty/vt: consolemap: rename and document struct uni_pagedirJiri Slaby1-2/+2
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-5/+9
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-21/+0
2021-11-25vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki1-5/+9
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds1-24/+32
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-22/+22
2021-05-13vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki1-3/+11
2021-03-23vgacon: drop unused vga_init_doneStephen Kitt1-3/+0
2021-03-10vgacon: comment on vga_rolled_overJiri Slaby1-1/+1
2021-01-07vgacon: drop BROKEN_GRAPHICS_PROGRAMSJiri Slaby1-19/+0
2020-09-14vgacon: remove software scrollback supportLinus Torvalds1-220/+1
2020-08-04vgacon: Fix for missing check in scrollback handlingYunhai Zhang1-0/+4
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby1-1/+1
2020-06-24vc: switch state to boolJiri Slaby1-1/+2
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby1-4/+5
2020-06-24vc: separate stateJiri Slaby1-11/+11
2020-03-06vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu1-0/+3
2019-10-18vgacon: Use pr_warn instead of pr_warningKefeng Wang1-3/+3
2019-01-18vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre1-3/+4
2018-07-24video/console/vgacon: Print big fat warning with nomodesetLyude Paul1-0/+5
2018-02-27console: Expand dummy functions for CFIKees Cook1-10/+10
2017-12-18vgacon: Set VGA struct resource typesBjorn Helgaas1-8/+26
2017-09-04vgacon: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr1-3/+2
2017-01-25console: Make persistent scrollback a boot parameterManuel Schölling1-13/+12
2017-01-25console: Add persistent scrollback buffers for all VGA consolesManuel Schölling1-53/+89
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling1-1/+23
2017-01-25console: Move scrollback data into its own structManuel Schölling1-44/+47
2016-10-27vgacon: remove prehistoric macrosJiri Slaby1-49/+0
2016-10-27vgacon: switch boolean variables to boolJiri Slaby1-22/+23
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby1-25/+2
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby1-7/+5
2016-06-25tty: vt, convert more macros to functionsJiri Slaby1-4/+4
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby1-1/+0
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby1-5/+2
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby1-8/+5
2016-04-30tty: vt, make color_table constJiri Slaby1-3/+2
2014-10-22video/console: Resolve several shadow warningsMark Rustad1-12/+12
2014-06-19Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+1
2014-06-09drm/i915: Kick out vga consoleDaniel Vetter1-0/+1
2014-05-28console: Use explicit pointer type for vc_uni_pagedir* fieldsTakashi Iwai1-2/+2
2014-05-28vgacon: Fix & cleanup refcountingTakashi Iwai1-7/+8
2013-06-27vgacon: fix missing include.Dave Airlie1-0/+1
2013-06-26vgacon.c: add cond reschedule points in vgacon_do_font_opMarcelo Tosatti1-4/+12
2013-02-07vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie1-7/+15
2011-09-13locking, video: Annotate vga console lock as rawThomas Gleixner1-21/+21
2011-01-25video: fix some comments in drivers/video/console/vgacon.cAmerigo Wang1-5/+1
2011-01-13vgacon: check for efi machineYannick Heneault1-1/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-08-10tty: fix console_sem lock orderArnd Bergmann1-2/+0