summaryrefslogtreecommitdiffstats
path: root/drivers/video/console/vgacon.c
Commit message (Expand)AuthorAgeFilesLines
* vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre2019-01-181-3/+4
* video/console/vgacon: Print big fat warning with nomodesetLyude Paul2018-07-241-0/+5
* console: Expand dummy functions for CFIKees Cook2018-02-271-10/+10
* vgacon: Set VGA struct resource typesBjorn Helgaas2017-12-191-8/+26
* vgacon: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr2017-09-041-3/+2Star
* console: Make persistent scrollback a boot parameterManuel Schölling2017-01-251-13/+12Star
* 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/+0Star
* vgacon: switch boolean variables to boolJiri Slaby2016-10-271-22/+23
* tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby2016-10-271-25/+2Star
* tty: vt, cleanup and document con_scrollJiri Slaby2016-10-271-7/+5Star
* tty: vt, convert more macros to functionsJiri Slaby2016-06-251-4/+4
* tty: vt, remove consw->con_bmoveJiri Slaby2016-06-251-1/+0Star
* tty: vt, consw->con_set_palette cleanupJiri Slaby2016-06-251-5/+2Star
* tty: vt, consw->con_scrolldelta cleanupJiri Slaby2016-06-251-8/+5Star
* tty: vt, make color_table constJiri Slaby2016-04-301-3/+2Star
* 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/+1Star
* vgacon: check for efi machineYannick Heneault2011-01-131-1/+2
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* tty: fix console_sem lock orderArnd Bergmann2010-08-101-2/+0Star
* 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-141-1/+4
* vc: Add support for hiding the cursor when creating VTsMatthew Garrett2009-11-141-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/+0Star
* vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg2009-06-111-3/+2Star
* vgacon: return the upper half of 512 character fontsStefan Bader2009-05-031-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/+8Star
* 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/+0Star
* Remove magic macros for screen_info structure membersH. Peter Anvin2007-10-171-24/+25
* [x86] remove uses of magic macros for boot_params accessH. Peter Anvin2007-10-171-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-221-1/+5