summaryrefslogtreecommitdiff
path: root/drivers/video/console/vgacon.c
AgeCommit message (Expand)Author
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas
2021-11-25vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki
2021-05-13vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki
2021-03-23vgacon: drop unused vga_init_doneStephen Kitt
2021-03-10vgacon: comment on vga_rolled_overJiri Slaby
2021-01-07vgacon: drop BROKEN_GRAPHICS_PROGRAMSJiri Slaby
2020-09-14vgacon: remove software scrollback supportLinus Torvalds
2020-08-04vgacon: Fix for missing check in scrollback handlingYunhai Zhang
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby
2020-06-24vc: switch state to boolJiri Slaby
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby
2020-06-24vc: separate stateJiri Slaby
2020-03-06vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu
2019-10-18vgacon: Use pr_warn instead of pr_warningKefeng Wang
2019-01-18vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre
2018-07-24video/console/vgacon: Print big fat warning with nomodesetLyude Paul
2018-02-27console: Expand dummy functions for CFIKees Cook
2017-12-18vgacon: Set VGA struct resource typesBjorn Helgaas
2017-09-04vgacon: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr
2017-01-25console: Make persistent scrollback a boot parameterManuel Schölling
2017-01-25console: Add persistent scrollback buffers for all VGA consolesManuel Schölling
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling
2017-01-25console: Move scrollback data into its own structManuel Schölling
2016-10-27vgacon: remove prehistoric macrosJiri Slaby
2016-10-27vgacon: switch boolean variables to boolJiri Slaby
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby
2016-06-25tty: vt, convert more macros to functionsJiri Slaby
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby
2016-04-30tty: vt, make color_table constJiri Slaby
2014-10-22video/console: Resolve several shadow warningsMark Rustad
2014-06-19Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-i...Dave Airlie
2014-06-09drm/i915: Kick out vga consoleDaniel Vetter
2014-05-28console: Use explicit pointer type for vc_uni_pagedir* fieldsTakashi Iwai
2014-05-28vgacon: Fix & cleanup refcountingTakashi Iwai
2013-06-27vgacon: fix missing include.Dave Airlie
2013-06-26vgacon.c: add cond reschedule points in vgacon_do_font_opMarcelo Tosatti
2013-02-07vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie
2011-09-13locking, video: Annotate vga console lock as rawThomas Gleixner
2011-01-25video: fix some comments in drivers/video/console/vgacon.cAmerigo Wang
2011-01-13vgacon: check for efi machineYannick Heneault
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-08-10tty: fix console_sem lock orderArnd Bergmann
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann
2010-03-06console/vgacon.c: mark file-local symbol staticThiago Farina