aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-18vgacon: Use pr_warn instead of pr_warningKefeng Wang1-3/+3
2019-06-12dummycon: Sprinkle locking checksDaniel Vetter1-0/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-01-18vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre1-3/+4
2018-08-10dummycon: Stop exporting dummycon_[un]register_output_notifierHans de Goede1-2/+0
2018-08-10fbcon: Only allow FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER if fbdev is builtinHans de Goede1-1/+1
2018-07-24video/console/vgacon: Print big fat warning with nomodesetLyude Paul1-0/+5
2018-06-29console: dummycon: export dummycon_[un]register_output_notifierHans de Goede1-0/+2
2018-06-28console/fbcon: Add support for deferred console takeoverHans de Goede2-8/+70
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-10Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linuxLinus Torvalds1-3/+1
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+3
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-31/+66
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-2/+1
2018-03-28video/console/sticore: Delete an error message for a failed memory allocation in sti_try_rom_generic()Markus Elfring1-3/+1
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-2/+1
2018-03-18s390/setup : enable display support for KVM guestFarhan Ali1-1/+1
2018-03-18Kconfig : Remove HAS_IOMEM dependency for Graphics supportFarhan Ali1-3/+3
2018-03-12video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLEUlf Magnusson1-1/+1
2018-03-09mn10300: Remove the architectureDavid Howells1-1/+1
2018-02-28console: Drop added "static" for newport_conKees Cook1-1/+1
2018-02-27console: Expand dummy functions for CFIKees Cook3-32/+67
2018-02-22drivers/video/concole: add negative dependency for VGA_CONSOLE on nds32Greentime Hu1-1/+1
2018-02-07Merge tag 'fbdev-v4.16' of git://github.com/bzolnier/linuxLinus Torvalds1-1/+0
2018-01-15console/dummy: leave .con_font_get set to NULLNicolas Pitre1-1/+0
2017-12-18vgacon: Set VGA struct resource typesBjorn Helgaas1-8/+26
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds13-6100/+3
2017-09-04vgacon: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr1-3/+2
2017-08-22parisc/sticore: Fix section mismatchesHelge Deller1-5/+6
2017-08-01fbcon: Make fbcon a built-time depency for fbdevDaniel Vetter12-6097/+1
2017-06-14mdacon: replace MDA_ADDR macro by inline functionJiri Slaby1-8/+11
2017-06-14mdacon: make mda_vram_base u16 *Jiri Slaby1-6/+6
2017-06-14mdacon: align code in mda_detect properlyJiri Slaby1-25/+35
2017-04-21video: console: Remove reference to CONFIG_8xxChristophe Leroy1-1/+1
2017-02-25Merge tag 'fbdev-v4.11' of git://github.com/bzolnier/linuxLinus Torvalds1-32/+43
2017-02-08video/console: use setup_timer and mod_timer instead of init_timerJan Stourac1-5/+3
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ölling1-1/+23
2017-01-25console: Move scrollback data into its own structManuel Schölling1-44/+47
2017-01-11fbcon: Fix vc attr at deinitTakashi Iwai1-27/+40
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-13Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-123/+50
2016-12-12openrisc: prevent VGA console, fix buildsRandy Dunlap1-1/+1
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