summaryrefslogtreecommitdiff
path: root/drivers/video/console/fbcon.c
AgeCommit message (Expand)Author
2018-08-24MLK-12080 fbcon: System hang when calling fb_new_modelist()Sandor Yu
2017-03-30fbcon: Fix vc attr at deinitTakashi Iwai
2016-06-25tty: vt, convert more macros to functionsJiri Slaby
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby
2016-04-30tty: vt, make color_table constJiri Slaby
2016-02-26fbcon: set a default value to blink intervalJean-Philippe Brucker
2015-10-17fbcon: initialize blink interval before calling fb_set_parScot Doyle
2015-08-10fbcon: unconditionally initialize cursor blink intervalScot Doyle
2015-05-27fbcon: Avoid deleting a timer in IRQ contextThierry Reding
2015-05-10fbcon: use the cursor blink interval provided by vtScot Doyle
2015-01-26fbcon: Remove unused vblank cursor codeScot Doyle
2014-11-14fbcon: Change fbcon_init from module_init to fs_initcallHans de Goede
2014-10-22fbcon: Fix option parsing control flow in fb_console_setupMaarten ter Huurne
2014-05-09fbcon: Fix memory leak in con2fb_release_oldinfo()Masami Ichikawa
2014-02-11fbcon: Clean up fbcon data in fb_info on FB_EVENT_FB_UNBIND with 0 fbsKeith Packard
2014-01-17fbcon: Fix memory leak in fbcon_exit().Masami Ichikawa
2014-01-17fbcon: trivial optimization for fbcon_exitWang YanQing
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-05-20TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing
2013-05-20fbcon: convert last two unregister_con_driver call to do_unregister_con_driverWang YanQing
2013-05-20fbcon: delete unneeded function fbcon_takeoverWang YanQing
2013-05-20fbcon: convert last fbcon_takeover call to do_fbcon_takeoverWang YanQing
2013-05-14fbcon: queue work on power efficient wqViresh Kumar
2013-04-24fbcon: when font is freed, clear also vc_font.dataMika Kuoppala
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-02-21fbcon: clear the logo bitmap from the margin areaKamal Mostafa
2013-02-08Merge branch 'console-fixes' into drm-nextDave Airlie
2013-02-08fbcon: fix locking harderDave Airlie
2013-02-08fb: Yet another band-aid for fixing lockdep messTakashi Iwai
2013-02-08fb: rework locking to fix lock ordering on takeoverAlan Cox
2013-02-07fbcon: don't lose the console font across generic->chip driver switchDave Airlie
2012-08-23fbcon: prevent possible buffer overflow.Paul Cercueil
2012-08-22fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-03-31fbcon: Remove unused 'display *p' variable from fb_flashcursor()Sergey Senozhatsky
2011-03-22fbcon: fix situation where fbcon gets deinitialised and can't reinit.Dave Airlie
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn
2010-09-22fbcon: fix lockdep warning from fbcon_deinit()Jarek Poplawski
2010-08-11fbcon: uninline large static function get_color()Denys Vlasenko
2010-08-10vt/console: try harder to print output when panicingJesse Barnes
2010-08-05fb: add hooks to handle KDB enter/exitJesse Barnes
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie
2009-11-12fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt
2009-09-23fbcon: only unbind from console if successfully registeredIan Armstrong
2009-09-23fb: do not ignore fb_set_par errorsFlorian Tobias Schandinat
2009-08-07fbcon: don't use vc_resize() on initializationJohannes Weiner
2009-04-13fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi
2009-04-01fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependencyAndrea Righi