aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/video/console (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby5-27/+25
2016-06-25tty: vt, convert more macros to functionsJiri Slaby2-17/+17
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby6-82/+0
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby6-29/+7
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby6-37/+12
2016-04-30tty: vt, make color_table constJiri Slaby5-8/+7
2016-02-26fbcon: set a default value to blink intervalJean-Philippe Brucker1-0/+2
2015-10-17fbcon: initialize blink interval before calling fb_set_parScot Doyle1-0/+1
2015-09-08Merge tag 'fbdev-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-1/+1
2015-09-04drivers/video/concole: add negative dependency for VGA_CONSOLE on ARCYuriy Kolerov1-1/+1
2015-08-20framebuffer: disable vgacon on microblaze archNicolai Stange1-1/+1
2015-08-10fbcon: unconditionally initialize cursor blink intervalScot Doyle1-1/+2
2015-06-26Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-2/+4
2015-05-27fbcon: Avoid deleting a timer in IRQ contextThierry Reding1-2/+3
2015-05-27video/console: use swap() in newport_bmove()Fabian Frederick1-4/+2
2015-05-10fbcon: use the cursor blink interval provided by vtScot Doyle2-5/+6
2015-01-26fbcon: Remove unused vblank cursor codeScot Doyle1-4/+0
2015-01-13console/dummy: Move screen size selection from CPP to KconfigGeert Uytterhoeven2-10/+11
2014-11-14fbcon: Change fbcon_init from module_init to fs_initcallHans de Goede1-1/+1
2014-10-22video/console: Resolve several shadow warningsMark Rustad1-12/+12
2014-10-22fbcon: Fix option parsing control flow in fb_console_setupMaarten ter Huurne1-10/+9
2014-09-30framebuffer: fix border colorMikulas Patocka4-8/+4
2014-06-19Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie2-0/+2
2014-06-09drm/i915: Kick out vga consoleDaniel Vetter2-0/+2
2014-06-04Merge tag 'fbdev-main-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into nextLinus Torvalds1-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
2014-05-09fbcon: Fix memory leak in con2fb_release_oldinfo()Masami Ichikawa1-0/+1
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen2-2/+2
2014-02-11fbcon: Clean up fbcon data in fb_info on FB_EVENT_FB_UNBIND with 0 fbsKeith Packard1-2/+25
2014-02-02parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller1-1/+1
2014-01-17video: vgacon: Don't build on arm64Mark Brown1-1/+2
2014-01-17fbcon: Fix memory leak in fbcon_exit().Masami Ichikawa1-0/+1