aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console/vgacon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann1-2/+2
2010-03-06console/vgacon.c: mark file-local symbol staticThiago Farina1-1/+1
2009-11-13vgacon: Add support for setting the default cursor stateMatthew Garrett1-1/+4
2009-11-13vc: Add support for hiding the cursor when creating VTsMatthew Garrett1-0/+2
2009-09-23vgacon: prevent vgacon_deinit from touching the hardware for inactive consoles.Francisco Jerez1-3/+5
2009-09-20includecheck fix: drivers/video, vgacon.cJaswinder Singh Rajput1-1/+0
2009-06-11vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg1-3/+2
2009-05-02vgacon: return the upper half of 512 character fontsStefan Bader1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-12-29DRM: add mode setting supportDave Airlie1-0/+17
2008-10-16vgacon: vgacon_scrolldelta simplificationMarcin Slusarz1-12/+8
2008-10-16vgacon: optimize scrollingMarcin Slusarz1-12/+15
2008-10-14Revert "vt: fix background color on line feed"Linus Torvalds1-2/+2
2008-04-29vt: fix background color on line feedJan Engelhardt1-2/+2
2008-02-06vgacon: fix sparse warning about shadowing 'i' symbolMarcin Slusarz1-2/+0
2007-10-16Remove magic macros for screen_info structure membersH. Peter Anvin1-24/+25
2007-10-16[x86] remove uses of magic macros for boot_params accessH. Peter Anvin1-1/+1
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas1-3/+4
2007-07-21console: fix section mismatch warning in vgacon.cSam Ravnborg1-1/+5
2007-05-17Refine SCREEN_INFO sanity check for vgacon initializationGerd Hoffmann1-2/+7
2007-05-08vgacon: disallow console operations when in KD_GRAPHICS modeAntonino A. Daplas1-1/+4
2007-05-08vt-add-color-support-to-the-underline-and-italic-attributes-fixAndrew Morton1-2/+0
2007-05-08vt: add color support to the "underline" and "italic" attributesJan Engelhardt1-4/+8