aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-01-09s390/con3270: add special output handling when oops_in_progress is setSven Schnelle1-15/+61
2023-01-09s390/con3270: add key help to status areaSven Schnelle1-7/+33
2023-01-09s390/tty3270: allocate screen with scrollbackSven Schnelle1-14/+21
2022-10-31kunit: tool: print summary of failed tests if a few failed out of a lotDaniel Latypov2-0/+69
2022-02-02Revert "fbcon: Disable accelerated scrolling"Helge Deller2-29/+37
2022-02-02Revert "fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TOD...Helge Deller11-51/+678
2021-03-23vgacon: drop unused vga_init_doneStephen Kitt1-3/+0
2020-11-17fbcon: Disable accelerated scrollingDaniel Vetter2-37/+26
2020-10-15parisc/sticon: Add user font supportHelge Deller4-268/+326
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds85-5256/+2072
2020-09-24docs: fb: Remove vesafb scrollback boot optionBhaskar Chowdhury1-2/+0
2020-09-24docs: fb: Remove sstfb scrollback boot optionBhaskar Chowdhury1-3/+0
2020-09-24docs: fb: Remove matroxfb scrollback boot optionBhaskar Chowdhury1-2/+0
2020-09-24docs: fb: Remove framebuffer scrollback boot optionBhaskar Chowdhury1-14/+7
2020-09-14vgacon: remove software scrollback supportLinus Torvalds6-270/+1
2020-09-14fbcon: remove soft scrollback codeLinus Torvalds1-330/+4
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds63-1565/+1799
2020-08-04vgacon: Fix for missing check in scrollback handlingYunhai Zhang1-0/+4
2020-02-21Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds16-51/+104
2020-02-10vt: fix scrollback flushing on background consolesNicolas Pitre1-2/+13
2019-03-15Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds24-117/+72
2019-02-12vt: perform safe console erase in the right orderNicolas Pitre1-8/+7
2019-02-08fbcon: use kvmalloc() for scrollback bufferKonstantin Khorenko1-3/+3
2019-01-25Merge tag 'tty-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-52/+44
2019-01-18vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre1-3/+4
2018-06-28vt: unicode fallback for scrollbackNicolas Pitre3-4/+32
2018-05-25vt: Perform safe console erase only onceNicolas Pitre1-9/+7
2017-08-15arm64: remove __die()'s stack dumpMark Rutland1-2/+0
2017-01-25console: Make persistent scrollback a boot parameterManuel Schölling2-18/+19
2017-01-25console: Add persistent scrollback buffers for all VGA consolesManuel Schölling2-56/+111
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling3-1/+36
2017-01-25console: Move scrollback data into its own structManuel Schölling1-44/+47
2016-06-25vt: remove lines parameter from scrollbackJiri Slaby3-6/+4
2014-10-22fbcon: Fix option parsing control flow in fb_console_setupMaarten ter Huurne1-10/+9
2013-10-29MIPS: Panic messages should not end in \n.Ralf Baechle11-13/+13
2011-12-08powerpc: Reduce pseries panic timeout from 180s to 10sAnton Blanchard1-0/+2
2011-01-25video: fix some comments in drivers/video/console/vgacon.cAmerigo Wang1-5/+1
2010-03-06console: limit the range of VGACON_SOFT_SCROLLBACK_SIZEAmerigo Wang1-0/+1
2009-06-11vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg1-3/+2
2007-07-21console: fix section mismatch warning in vgacon.cSam Ravnborg1-1/+5
2006-06-26[PATCH] Detaching fbcon: fix vgacon to allow retaking of the consoleAntonino A. Daplas1-6/+22
2006-05-31[PATCH] fbcon: fix scrollback with logo issue immediately after bootDavid Hollister1-1/+1
2006-03-27[PATCH] vgacon: Add support for soft scrollbackAntonino A. Daplas2-43/+225