aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-15Merge tag 'fbdev-for-3.8' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds1-2/+1
2012-12-13VIDEO: Newport Fix console crashesThomas Bogendoerfer1-2/+9
2012-12-10drivers/video/console/softcursor.c: remove redundant NULL check before kfree()Sachin Kamat1-2/+1
2012-09-22drivers: console: font_: Change a glyph from "broken bar" to "vertical line"Bjarni Ingi Gislason2-2/+2
2012-08-23fbcon: Fix bit_putcs() call to kmalloc(s, GFP_KERNEL)Bruno Prémont1-1/+1
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-06-16Merge tag 'fbdev-fixes-for-3.5-1' of git://github.com/schandinat/linux-2.6Linus Torvalds1-0/+14
2012-06-09video/console: automatically select a fontArnd Bergmann1-0/+14
2012-05-10parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer1-0/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-19/+44
2011-12-07MIPS: GIO bus support for SGI IP22/28Thomas Bogendoerfer1-19/+44
2011-11-13Merge branch 'master' into for-nextJiri Kosina1-21/+21
2011-10-31Kconfig: remove a few puzzling commentsPaul Bolle1-2/+0
2011-09-13locking, video: Annotate vga console lock as rawThomas Gleixner1-21/+21
2011-04-26Merge branch 'master' into for-nextJiri Kosina3-6/+4
2011-04-07Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds1-2/+0
2011-04-06update David Miller's old email addressJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
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-03-22fbcon: Bugfix soft cursor detection in Tile BlittingHenry Nestler1-1/+1
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-21/+21
2011-01-26Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds1-5/+1
2011-01-25video: fix some comments in drivers/video/console/vgacon.cAmerigo Wang1-5/+1
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-13vgacon: check for efi machineYannick Heneault1-1/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-09-22fbcon: fix lockdep warning from fbcon_deinit()Jarek Poplawski1-2/+3
2010-08-11fbcon: uninline four foo_update_attr() functionsDenys Vlasenko4-4/+4
2010-08-11fbcon: uninline large static function get_color()Denys Vlasenko1-1/+1
2010-08-10tty: fix console_sem lock orderArnd Bergmann1-2/+0
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann1-2/+2
2010-08-10vt/console: try harder to print output when panicingJesse Barnes1-1/+3
2010-08-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-1/+1
2010-08-05fb: add hooks to handle KDB enter/exitJesse Barnes2-0/+27
2010-07-05ARM: Disable VGA console for ARM in most casesTony Lindgren1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo6-1/+5
2010-03-06console/vgacon.c: mark file-local symbol staticThiago Farina1-1/+1
2010-03-06console: limit the range of VGACON_SOFT_SCROLLBACK_SIZEAmerigo Wang1-0/+1
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-0/+18
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-13vgacon: Add support for setting the default cursor stateMatthew Garrett1-1/+4
2009-11-13vc: Add support for hiding the cursor when creating VTsMatthew Garrett1-0/+2
2009-11-12fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt1-4/+1
2009-09-23vgacon: prevent vgacon_deinit from touching the hardware for inactive consoles.Francisco Jerez1-3/+5
2009-09-23fbcon: only unbind from console if successfully registeredIan Armstrong1-0/+10