summaryrefslogtreecommitdiffstats
path: root/drivers/video/console/vgacon.c
Commit message (Expand)AuthorAgeFilesLines
* VT: Bump font size limitation to 64x128 pixelsSamuel Thibault2023-01-191-1/+1
* VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault2023-01-191-4/+4
* tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby2022-06-271-4/+4
* tty/vt: consolemap: rename and document struct uni_pagedirJiri Slaby2022-06-101-2/+2
* Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-141-5/+9
|\
| * vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki2021-11-251-5/+9
* | drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-21/+0
|/
* Merge branch 'resizex' (patches from Maciej)Linus Torvalds2021-05-131-24/+32
|\
| * vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki2021-05-131-22/+22
| * vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki2021-05-131-3/+11
* | vgacon: drop unused vga_init_doneStephen Kitt2021-03-231-3/+0
* | vgacon: comment on vga_rolled_overJiri Slaby2021-03-101-1/+1
|/
* vgacon: drop BROKEN_GRAPHICS_PROGRAMSJiri Slaby2021-01-071-19/+0
* vgacon: remove software scrollback supportLinus Torvalds2020-09-141-220/+1
* vgacon: Fix for missing check in scrollback handlingYunhai Zhang2020-08-041-0/+4
* vt: use newly defined CUR_* macrosJiri Slaby2020-06-241-1/+1
* vc: switch state to boolJiri Slaby2020-06-241-1/+2
* vt: introduce enum vc_intensity for intensityJiri Slaby2020-06-241-4/+5
* vc: separate stateJiri Slaby2020-06-241-11/+11
* vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu2020-03-061-0/+3
* vgacon: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-3/+3
* 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-181-8/+26
* 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