aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console/vgacon.c
AgeCommit message (Expand)Author
2021-12-08vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki
2021-05-26vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki
2021-05-26vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki
2020-09-23vgacon: remove software scrollback supportLinus Torvalds
2020-08-21vgacon: Fix for missing check in scrollback handlingYunhai Zhang
2020-03-11vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu
2018-03-24vgacon: 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
2009-11-13vgacon: Add support for setting the default cursor stateMatthew Garrett
2009-11-13vc: Add support for hiding the cursor when creating VTsMatthew Garrett
2009-09-23vgacon: prevent vgacon_deinit from touching the hardware for inactive consoles.Francisco Jerez
2009-09-20includecheck fix: drivers/video, vgacon.cJaswinder Singh Rajput
2009-06-11vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg
2009-05-02vgacon: return the upper half of 512 character fontsStefan Bader
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2008-12-29DRM: add mode setting supportDave Airlie
2008-10-16vgacon: vgacon_scrolldelta simplificationMarcin Slusarz
2008-10-16vgacon: optimize scrollingMarcin Slusarz
2008-10-14Revert "vt: fix background color on line feed"Linus Torvalds
2008-04-29vt: fix background color on line feedJan Engelhardt
2008-02-06vgacon: fix sparse warning about shadowing 'i' symbolMarcin Slusarz
2007-10-16Remove magic macros for screen_info structure membersH. Peter Anvin