summaryrefslogtreecommitdiffstats
path: root/drivers/video/console/vgacon.c
Commit message (Expand)AuthorAgeFilesLines
* vgacon: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr2017-09-041-3/+2
* console: Make persistent scrollback a boot parameterManuel Schölling2017-01-251-13/+12
* console: Add persistent scrollback buffers for all VGA consolesManuel Schölling2017-01-251-53/+89
* console: Add callback to flush scrollback buffer to consw structManuel Schölling2017-01-251-1/+23
* console: Move scrollback data into its own structManuel Schölling2017-01-251-44/+47
* vgacon: remove prehistoric macrosJiri Slaby2016-10-271-49/+0
* vgacon: switch boolean variables to boolJiri Slaby2016-10-271-22/+23
* tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby2016-10-271-25/+2
* tty: vt, cleanup and document con_scrollJiri Slaby2016-10-271-7/+5
* tty: vt, convert more macros to functionsJiri Slaby2016-06-251-4/+4
* tty: vt, remove consw->con_bmoveJiri Slaby2016-06-251-1/+0
* tty: vt, consw->con_set_palette cleanupJiri Slaby2016-06-251-5/+2
* tty: vt, consw->con_scrolldelta cleanupJiri Slaby2016-06-251-8/+5
* tty: vt, make color_table constJiri Slaby2016-04-301-3/+2
* video/console: Resolve several shadow warningsMark Rustad2014-10-221-12/+12
* Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-06-191-0/+1
|\
| * drm/i915: Kick out vga consoleDaniel Vetter2014-06-091-0/+1
* | console: Use explicit pointer type for vc_uni_pagedir* fieldsTakashi Iwai2014-05-281-2/+2
* | vgacon: Fix & cleanup refcountingTakashi Iwai2014-05-281-7/+8
|/
* vgacon: fix missing include.Dave Airlie2013-06-271-0/+1
* vgacon.c: add cond reschedule points in vgacon_do_font_opMarcelo Tosatti2013-06-261-4/+12
* vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie2013-02-071-7/+15
* locking, video: Annotate vga console lock as rawThomas Gleixner2011-09-131-21/+21
* video: fix some comments in drivers/video/console/vgacon.cAmerigo Wang2011-01-251-5/+1
* vgacon: check for efi machineYannick Heneault2011-01-131-1/+2
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* tty: fix console_sem lock orderArnd Bergmann2010-08-101-2/+0
* tty: replace BKL with a new tty_lockArnd Bergmann2010-08-101-2/+2
* console/vgacon.c: mark file-local symbol staticThiago Farina2010-03-061-1/+1
* vgacon: Add support for setting the default cursor stateMatthew Garrett2009-11-131-1/+4
* vc: Add support for hiding the cursor when creating VTsMatthew Garrett2009-11-131-0/+2
* vgacon: prevent vgacon_deinit from touching the hardware for inactive consoles.Francisco Jerez2009-09-231-3/+5
* includecheck fix: drivers/video, vgacon.cJaswinder Singh Rajput2009-09-201-1/+0
* vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg2009-06-111-3/+2
* vgacon: return the upper half of 512 character fontsStefan Bader2009-05-021-1/+1
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* DRM: add mode setting supportDave Airlie2008-12-291-0/+17
* vgacon: vgacon_scrolldelta simplificationMarcin Slusarz2008-10-161-12/+8
* vgacon: optimize scrollingMarcin Slusarz2008-10-161-12/+15
* Revert "vt: fix background color on line feed"Linus Torvalds2008-10-141-2/+2
* vt: fix background color on line feedJan Engelhardt2008-04-291-2/+2
* vgacon: fix sparse warning about shadowing 'i' symbolMarcin Slusarz2008-02-061-2/+0
* Remove magic macros for screen_info structure membersH. Peter Anvin2007-10-161-24/+25
* [x86] remove uses of magic macros for boot_params accessH. Peter Anvin2007-10-161-1/+1
* vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas2007-10-161-3/+4
* console: fix section mismatch warning in vgacon.cSam Ravnborg2007-07-211-1/+5
* Refine SCREEN_INFO sanity check for vgacon initializationGerd Hoffmann2007-05-171-2/+7
* vgacon: disallow console operations when in KD_GRAPHICS modeAntonino A. Daplas2007-05-081-1/+4
* vt-add-color-support-to-the-underline-and-italic-attributes-fixAndrew Morton2007-05-081-2/+0
* vt: add color support to the "underline" and "italic" attributesJan Engelhardt2007-05-081-4/+8
OpenPOWER on IntegriCloud