summaryrefslogtreecommitdiffstats
path: root/drivers/video/console/fbcon.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-11fbcon: Clean up fbcon data in fb_info on FB_EVENT_FB_UNBIND with 0 fbsKeith Packard1-2/+25
2014-01-17fbcon: Fix memory leak in fbcon_exit().Masami Ichikawa1-0/+1
2014-01-17fbcon: trivial optimization for fbcon_exitWang YanQing1-1/+3
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2013-05-20TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing1-1/+1
2013-05-20fbcon: convert last two unregister_con_driver call to do_unregister_con_driverWang YanQing1-1/+1
2013-05-20fbcon: delete unneeded function fbcon_takeoverWang YanQing1-28/+0
2013-05-20fbcon: convert last fbcon_takeover call to do_fbcon_takeoverWang YanQing1-1/+2
2013-05-14fbcon: queue work on power efficient wqViresh Kumar1-1/+1
2013-04-24fbcon: when font is freed, clear also vc_font.dataMika Kuoppala1-0/+2
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-10/+48
2013-02-21fbcon: clear the logo bitmap from the margin areaKamal Mostafa1-1/+9
2013-02-08Merge branch 'console-fixes' into drm-nextDave Airlie1-4/+10
2013-02-08fbcon: fix locking harderDave Airlie1-3/+8
2013-02-08fb: Yet another band-aid for fixing lockdep messTakashi Iwai1-2/+2
2013-02-08fb: rework locking to fix lock ordering on takeoverAlan Cox1-1/+28
2013-02-07fbcon: don't lose the console font across generic->chip driver switchDave Airlie1-4/+10
2012-08-23fbcon: prevent possible buffer overflow.Paul Cercueil1-1/+1
2012-08-22fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie1-1/+8
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-03-31fbcon: Remove unused 'display *p' variable from fb_flashcursor()Sergey Senozhatsky1-2/+0
2011-03-22fbcon: fix situation where fbcon gets deinitialised and can't reinit.Dave Airlie1-2/+2
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-21/+21
2010-09-22fbcon: fix lockdep warning from fbcon_deinit()Jarek Poplawski1-2/+3
2010-08-11fbcon: uninline large static function get_color()Denys Vlasenko1-1/+1
2010-08-10vt/console: try harder to print output when panicingJesse Barnes1-1/+3
2010-08-05fb: add hooks to handle KDB enter/exitJesse Barnes1-0/+26
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-0/+18
2009-11-12fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt1-4/+1
2009-09-23fbcon: only unbind from console if successfully registeredIan Armstrong1-0/+10
2009-09-23fb: do not ignore fb_set_par errorsFlorian Tobias Schandinat1-11/+37
2009-08-07fbcon: don't use vc_resize() on initializationJohannes Weiner1-3/+3
2009-04-13fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi1-52/+3
2009-04-01fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependencyAndrea Righi1-10/+63
2009-01-12fbdev: Kill Atari vblank cursor blinkingGeert Uytterhoeven1-38/+0
2008-12-28fbcon: Protect free_irq() by MACH_IS_ATARI checkGeert Uytterhoeven1-1/+2
2008-12-28fbcon: remove broken mac vbl handlerFinn Thain1-72/+3
2008-12-10fbcon: fix workqueue shutdownGeoff Levand1-0/+6
2008-12-01fbdev: fix FB console blankingDmitry Baryshkov1-6/+3
2008-10-30fbcon: don't inline updatescrollmodeMarcin Slusarz1-1/+1
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-2/+2
2008-10-16fbcon_set_all_vcs: fix kernel crash when switching the rotated consolesOleg Nesterov1-2/+2
2008-10-16device create: video: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+2
2008-10-14Revert "vt: fix background color on line feed"Linus Torvalds1-29/+10
2008-10-03fbdev: fix recursive notifier and locking when fbdev console is blankedKrzysztof Helt1-1/+5
2008-08-12fbcon: prevent cursor disappearance after switching to 512 character fontKrzysztof Helt1-2/+2
2008-08-05fbcon: fix scrolling after logo is clearedKrzysztof Helt1-0/+3
2008-07-24fbcon: make logo_height a local variableKrzysztof Helt1-3/+2
2008-07-21device create: framebuffer: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+2
2008-06-06fbcon: fix wrong vmode bits copied on console switchKrzysztof Helt1-3/+1