summaryrefslogtreecommitdiffstats
path: root/drivers/video/console/fbcon.c
Commit message (Expand)AuthorAgeFilesLines
* fbcon: Make fbcon a built-time depency for fbdevDaniel Vetter2017-08-011-3665/+0
* video/console: use setup_timer and mod_timer instead of init_timerJan Stourac2017-02-081-5/+3
* fbcon: Fix vc attr at deinitTakashi Iwai2017-01-111-27/+40
* tty: vt, cleanup and document con_scrollJiri Slaby2016-10-271-10/+8
* tty: vt, convert more macros to functionsJiri Slaby2016-06-251-13/+13
* tty: vt, remove consw->con_bmoveJiri Slaby2016-06-251-1/+0
* tty: vt, consw->con_set_palette cleanupJiri Slaby2016-06-251-5/+5
* tty: vt, consw->con_scrolldelta cleanupJiri Slaby2016-06-251-9/+7
* tty: vt, make color_table constJiri Slaby2016-04-301-2/+2
* fbcon: set a default value to blink intervalJean-Philippe Brucker2016-02-261-0/+2
* fbcon: initialize blink interval before calling fb_set_parScot Doyle2015-10-171-0/+1
* fbcon: unconditionally initialize cursor blink intervalScot Doyle2015-08-101-1/+2
* fbcon: Avoid deleting a timer in IRQ contextThierry Reding2015-05-271-2/+3
* fbcon: use the cursor blink interval provided by vtScot Doyle2015-05-101-5/+5
* fbcon: Remove unused vblank cursor codeScot Doyle2015-01-261-4/+0
* fbcon: Change fbcon_init from module_init to fs_initcallHans de Goede2014-11-141-1/+1
* fbcon: Fix option parsing control flow in fb_console_setupMaarten ter Huurne2014-10-221-10/+9
* fbcon: Fix memory leak in con2fb_release_oldinfo()Masami Ichikawa2014-05-091-0/+1
* fbcon: Clean up fbcon data in fb_info on FB_EVENT_FB_UNBIND with 0 fbsKeith Packard2014-02-111-2/+25
* fbcon: Fix memory leak in fbcon_exit().Masami Ichikawa2014-01-171-0/+1
* fbcon: trivial optimization for fbcon_exitWang YanQing2014-01-171-1/+3
* Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-07-021-1/+1
|\
| * fbcon: queue work on power efficient wqViresh Kumar2013-05-141-1/+1
* | TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing2013-05-201-1/+1
* | fbcon: convert last two unregister_con_driver call to do_unregister_con_driverWang YanQing2013-05-201-1/+1
* | fbcon: delete unneeded function fbcon_takeoverWang YanQing2013-05-201-28/+0
* | fbcon: convert last fbcon_takeover call to do_fbcon_takeoverWang YanQing2013-05-201-1/+2
|/
* fbcon: when font is freed, clear also vc_font.dataMika Kuoppala2013-04-241-0/+2
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-251-10/+48
|\
| * Merge branch 'console-fixes' into drm-nextDave Airlie2013-02-081-4/+10
| |\
| | * fbcon: don't lose the console font across generic->chip driver switchDave Airlie2013-02-071-4/+10
| * | fbcon: fix locking harderDave Airlie2013-02-081-3/+8
| * | fb: Yet another band-aid for fixing lockdep messTakashi Iwai2013-02-081-2/+2
| * | fb: rework locking to fix lock ordering on takeoverAlan Cox2013-02-081-1/+28
| |/
* / fbcon: clear the logo bitmap from the margin areaKamal Mostafa2013-02-211-1/+9
|/
* fbcon: prevent possible buffer overflow.Paul Cercueil2012-08-231-1/+1
* fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie2012-08-221-1/+8
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* fbcon: Remove unused 'display *p' variable from fb_flashcursor()Sergey Senozhatsky2011-03-311-2/+0
* fbcon: fix situation where fbcon gets deinitialised and can't reinit.Dave Airlie2011-03-221-2/+2
* console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-21/+21
* fbcon: fix lockdep warning from fbcon_deinit()Jarek Poplawski2010-09-221-2/+3
* fbcon: uninline large static function get_color()Denys Vlasenko2010-08-111-1/+1
* vt/console: try harder to print output when panicingJesse Barnes2010-08-101-1/+3
* fb: add hooks to handle KDB enter/exitJesse Barnes2010-08-051-0/+26
* vga_switcheroo: initial implementation (v15)Dave Airlie2010-03-011-0/+18
* fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt2009-11-121-4/+1
* fbcon: only unbind from console if successfully registeredIan Armstrong2009-09-231-0/+10
* fb: do not ignore fb_set_par errorsFlorian Tobias Schandinat2009-09-231-11/+37
* fbcon: don't use vc_resize() on initializationJohannes Weiner2009-08-071-3/+3