aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console/vgacon.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-27tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)1-4/+4
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)1-1/+1
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)1-2/+2
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)1-3/+4
2024-01-27tty: vt: use VESA blanking constantsJiri Slaby (SUSE)1-3/+3
2024-01-27tty: vt: stop using -1 for blank mode in consw::con_blank()Jiri Slaby (SUSE)1-1/+0
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-2/+2
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)1-3/+3
2024-01-27consoles: use if instead of switch-case in consw::con_cursor()Jiri Slaby (SUSE)1-36/+30
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)1-2/+2
2024-01-27tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)1-2/+0
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-2/+2
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-2/+2
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)1-2/+2
2024-01-27vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)1-2/+34
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann1-28/+40
2023-07-20vgacon: cache vc_cell_height in vgacon_cursor()Jiri Slaby (SUSE)1-19/+15
2023-07-20vgacon: let vgacon_doresize() return voidJiri Slaby (SUSE)1-2/+1
2023-07-20vgacon: remove unused xpos from vgacon_set_cursor_size()Jiri Slaby (SUSE)1-15/+10
2023-07-20vgacon: remove unneeded forward declarationsJiri Slaby (SUSE)1-9/+1
2023-07-20vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()Jiri Slaby (SUSE)1-6/+6
2023-01-19VT: Bump font size limitation to 64x128 pixelsSamuel Thibault1-1/+1
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault1-4/+4
2022-06-27tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby1-4/+4
2022-06-10tty/vt: consolemap: rename and document struct uni_pagedirJiri Slaby1-2/+2
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-5/+9
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-21/+0
2021-11-25vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki1-5/+9
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds1-24/+32
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-22/+22
2021-05-13vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki1-3/+11
2021-03-23vgacon: drop unused vga_init_doneStephen Kitt1-3/+0
2021-03-10vgacon: comment on vga_rolled_overJiri Slaby1-1/+1
2021-01-07vgacon: drop BROKEN_GRAPHICS_PROGRAMSJiri Slaby1-19/+0
2020-09-14vgacon: remove software scrollback supportLinus Torvalds1-220/+1
2020-08-04vgacon: Fix for missing check in scrollback handlingYunhai Zhang1-0/+4
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby1-1/+1
2020-06-24vc: switch state to boolJiri Slaby1-1/+2
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby1-4/+5
2020-06-24vc: separate stateJiri Slaby1-11/+11
2020-03-06vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu1-0/+3
2019-10-18vgacon: Use pr_warn instead of pr_warningKefeng Wang1-3/+3
2019-01-18vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre1-3/+4
2018-07-24video/console/vgacon: Print big fat warning with nomodesetLyude Paul1-0/+5
2018-02-27console: Expand dummy functions for CFIKees Cook1-10/+10
2017-12-18vgacon: Set VGA struct resource typesBjorn Helgaas1-8/+26
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-i...Dave 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
2007-05-02[PATCH] x86-64: ignore vgacon if hardware not presentGerd Hoffmann1-1/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-08[PATCH] constify and annotate __read_mostly in vgacon.c and fbmem.cHelge Deller1-15/+15
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-0/+1
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit resource: C99 changes for struct resource declarationsGreg Kroah-Hartman1-6/+6
2006-06-26[PATCH] Detaching fbcon: fix vgacon to allow retaking of the consoleAntonino A. Daplas1-6/+22
2006-06-22[PATCH] vgacon: make VGA_MAP_MEM take size, remove extra useBjorn Helgaas1-10/+9
2006-03-27[PATCH] vgacon: Add support for soft scrollbackAntonino A. Daplas1-43/+201
2006-03-27[PATCH] vgacon: fix EGA cursor resize functionSamuel Thibault1-8/+19
2006-02-24[PATCH] vgacon: no vertical resizing on EGASamuel Thibault1-32/+35
2006-01-08[PATCH] vgacon: Workaround for resize bug in some chipsetsAntonino A. Daplas1-7/+21
2006-01-08[PATCH] vgacon: fix doublescan modeSamuel Thibault1-1/+7
2005-11-22[PATCH] vgacon: Fix usage of stale height value on vc initializationAntonino A. Daplas1-0/+1
2005-11-05[PATCH] Set the vga cursor even when hiddenSamuel Thibault1-1/+2
2005-10-30[PATCH] fix vgacon blankingPozsar Balazs1-0/+2
2005-10-17[PATCH] SVGATextMode fixSamuel Thibault1-2/+7
2005-09-15[PATCH] vgacon: Fix sanity checking in vgacon_resizeAntonino A. Daplas1-1/+3
2005-09-09[PATCH] vga text console and stty cols/rowsSamuel Thibault1-2/+69
2005-06-21[PATCH] VGA to fbcon fix.James Simmons1-4/+13
2005-05-01[PATCH] vgacon: set vc_hi_font_mask correctlyBill Nottingham1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1103