summaryrefslogtreecommitdiffstats
path: root/drivers/video/console
AgeCommit message (Expand)AuthorLines
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-19/+44
2011-12-07MIPS: GIO bus support for SGI IP22/28Thomas Bogendoerfer-19/+44
2011-11-13Merge branch 'master' into for-nextJiri Kosina-21/+21
2011-10-31Kconfig: remove a few puzzling commentsPaul Bolle-2/+0
2011-09-13locking, video: Annotate vga console lock as rawThomas Gleixner-21/+21
2011-04-26Merge branch 'master' into for-nextJiri Kosina-6/+4
2011-04-07Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+0
2011-04-06update David Miller's old email addressJustin P. Mattock-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-31fbcon: Remove unused 'display *p' variable from fb_flashcursor()Sergey Senozhatsky-2/+0
2011-03-22fbcon: fix situation where fbcon gets deinitialised and can't reinit.Dave Airlie-2/+2
2011-03-22fbcon: Bugfix soft cursor detection in Tile BlittingHenry Nestler-1/+1
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn-21/+21
2011-01-26Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+1
2011-01-25video: fix some comments in drivers/video/console/vgacon.cAmerigo Wang-5/+1
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes-1/+1
2011-01-13vgacon: check for efi machineYannick Heneault-1/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-09-22fbcon: fix lockdep warning from fbcon_deinit()Jarek Poplawski-2/+3
2010-08-11fbcon: uninline four foo_update_attr() functionsDenys Vlasenko-4/+4
2010-08-11fbcon: uninline large static function get_color()Denys Vlasenko-1/+1
2010-08-10tty: fix console_sem lock orderArnd Bergmann-2/+0
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann-2/+2
2010-08-10vt/console: try harder to print output when panicingJesse Barnes-1/+3
2010-08-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2010-08-05fb: add hooks to handle KDB enter/exitJesse Barnes-0/+27
2010-07-05ARM: Disable VGA console for ARM in most casesTony Lindgren-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+5
2010-03-06console/vgacon.c: mark file-local symbol staticThiago Farina-1/+1
2010-03-06console: limit the range of VGACON_SOFT_SCROLLBACK_SIZEAmerigo Wang-0/+1
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie-0/+18
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-11-13vgacon: Add support for setting the default cursor stateMatthew Garrett-1/+4
2009-11-13vc: Add support for hiding the cursor when creating VTsMatthew Garrett-0/+2
2009-11-12fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt-4/+1
2009-09-23vgacon: prevent vgacon_deinit from touching the hardware for inactive consoles.Francisco Jerez-3/+5
2009-09-23fbcon: only unbind from console if successfully registeredIan Armstrong-0/+10
2009-09-23fb: do not ignore fb_set_par errorsFlorian Tobias Schandinat-11/+37
2009-09-23video: console, use DIV_ROUND_UPJiri Slaby-4/+4
2009-09-23drivers/video/console/newport_con.c: fix read outside array boundsRoel Kluin-1/+1
2009-09-20includecheck fix: drivers/video, vgacon.cJaswinder Singh Rajput-1/+0
2009-09-15sparc: Kill PROM console driver.David S. Miller-631/+1
2009-08-07fbcon: don't use vc_resize() on initializationJohannes Weiner-3/+3
2009-08-07fbcon: fix rotate upside down crashStefani Seibold-1/+1
2009-08-02parisc: sticore.c - check return valuesHelge Deller-2/+7
2009-06-11vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg-3/+2
2009-05-02vgacon: return the upper half of 512 character fontsStefan Bader-1/+1
2009-04-13fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi-52/+3