aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/vt.c
AgeCommit message (Expand)Author
2010-08-10tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox
2010-08-10tty: Make vt's have a tty_portAlan Cox
2010-08-10vc: Locking clean upAlan Cox
2010-08-10vt/console: try harder to print output when panicingJesse Barnes
2010-08-10vt: clean up the code - use kernel libraryAndy Shevchenko
2010-08-09drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned longqiaochong
2010-08-09drivers/char/vt.c: fix vc->vc_origin on take_over_console()qiaochong
2010-08-05vt,console,kdb: automatically set kdb LINES variableJason Wessel
2010-08-05vt,console,kdb: implement atomic console enter/leave functionsJesse Barnes
2010-06-06Revert "tty: fix a little bug in scrup, vt.c"Linus Torvalds
2010-06-04tty: fix a little bug in scrup, vt.cFrank Pan
2010-05-27drivers/char/vt.c: use memdup_userJulia Lawall
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-02-05vt: remove unused variablesShahar Havivi
2009-12-16vt: make the default cursor shape configurableClemens Ladisch
2009-12-15vt: introduce and use vt_kmsg_redirect() functionBernhard Walle
2009-11-13vc: Add support for hiding the cursor when creating VTsMatthew Garrett
2009-09-19tty: vt: use printk_onceMarcin Slusarz
2009-09-19tty: handle VT specific compat ioctls in vt driverArnd Bergmann
2009-09-19vt: add an event interfaceAlan Cox
2009-09-19tty: includecheck fix: drivers/char, vt.cJaswinder Singh Rajput
2009-09-15sparc: Kill PROM console driver.David S. Miller
2009-07-16vt: drop bootmem/slab memory distinctionJohannes Weiner
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-16console: make blank timeout value a boot optionDaniel Mack
2009-06-12kmemleak: Remove the kmemleak.h include in drivers/char/vt.cCatalin Marinas
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-11vt: use kzalloc() instead of the bootmem allocatorPekka Enberg
2009-06-11kmemleak: Remove some of the kmemleak false positivesCatalin Marinas
2009-04-19Revert "console ASCII glyph 1:1 mapping"Samuel Thibault
2009-03-24vcs: hook sysfs devices into object lifetime instead of "binding"Kay Sievers
2009-01-08Make various things staticRoel Kluin
2009-01-02pty: simplify resizeAlan Cox
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson
2008-12-13console ASCII glyph 1:1 mappingIngo Brueckl
2008-11-06vt: incomplete initialization of vc_tab_stopWolfgang Kroworsch
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami
2008-10-14Revert "vt: fix background color on line feed"Linus Torvalds
2008-10-13tty: Remove more special casing and out of place codeAlan Cox
2008-10-13tty: shutdown methodAlan Cox
2008-10-13vt: remove bogus lock droppingAlan Cox
2008-10-13tty: move tioclinux from a special caseAlan Cox
2008-08-15tty: remove resize window special caseAlan Cox
2008-08-04vt: Deadlock workaroundAlan Cox
2008-07-25Merge git://git.infradead.org/embedded-2.6Linus Torvalds
2008-07-24vt: do not update when the console is blankedStefano Stabellini
2008-07-24vt: hold console_sem across sysfs operationsJiri Slaby
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-06-06vt: fix vc_resize lockingNick Piggin
2008-06-06vt: fix background color on line feed, DEC invertJan Engelhardt