aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/vt.c
Commit message (Expand)AuthorAge
* Revert "vt: fix background color on line feed"Linus Torvalds2008-10-14
* tty: Remove more special casing and out of place codeAlan Cox2008-10-13
* tty: shutdown methodAlan Cox2008-10-13
* vt: remove bogus lock droppingAlan Cox2008-10-13
* tty: move tioclinux from a special caseAlan Cox2008-10-13
* tty: remove resize window special caseAlan Cox2008-08-15
* vt: Deadlock workaroundAlan Cox2008-08-04
* Merge git://git.infradead.org/embedded-2.6Linus Torvalds2008-07-25
|\
| * Make console charset translation optionalDavid Woodhouse2008-06-04
* | vt: do not update when the console is blankedStefano Stabellini2008-07-24
* | vt: hold console_sem across sysfs operationsJiri Slaby2008-07-24
* | device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* | vt: fix vc_resize lockingNick Piggin2008-06-06
* | vt: fix background color on line feed, DEC invertJan Engelhardt2008-06-06
|/
* vt: fix canonical input in UTF-8 modeSamuel Thibault2008-05-08
* Basic braille screen reader supportSamuel Thibault2008-04-30
* consoles: switch to int put_char methodAlan Cox2008-04-30
* redo locking of tty->pgrpAlan Cox2008-04-30
* tty: BKL pushdownAlan Cox2008-04-30
* vt: fix background color on line feedJan Engelhardt2008-04-29
* VT notifier extension for accessibilityKarl Dahlke2008-04-28
* VT notifier fix for VT switchSamuel Thibault2008-03-04
* vt: bitlock fixNick Piggin2008-02-06
* Console events and accessibilitySamuel Thibault2007-10-19
* Remove CONFIG_VT_UNICODEJan Engelhardt2007-10-18
* add CONFIG_VT_UNICODEBill Nottingham2007-10-17
* vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas2007-10-16
* Fix the graphic corruption issue on IA64 machinesizumi2007-07-17
* vt: add comment for unbind_con_driver()Jesse Barnes2007-07-17
* fbcon: allow fbcon to use the primary display driverAntonino A. Daplas2007-07-17
* Char: vt, use ARRAY_SIZEJiri Slaby2007-07-17
* Char: vt, use kzallocJiri Slaby2007-07-17
* console UTF-8 fixes (fix)Egmont Koblinger2007-06-24
* use mutex instead of semaphore in virtual console driverMatthias Kaehlcke2007-05-08
* vt: expose system-wide UTF-8 default setting via sysfsAntonino A. Daplas2007-05-08
* vt: add color support to the "underline" and "italic" attributesJan Engelhardt2007-05-08
* vt: allow for the palette to be exposed and changed via sysfsJan Engelhardt2007-05-08
* console UTF-8 fixesEgmont Koblinger2007-05-08
* [PATCH] Initialise SAK member for each virtual console to prevent oopsBernhard Walle2007-03-16
* [PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeAndrew Johnson2007-03-16
* [PATCH] Fix SAK_work workqueue initialization.Eric W. Biederman2007-02-13
* [PATCH] tty: update the tty layer to work with struct pidEric W. Biederman2007-02-12
* [PATCH] Char: timers cleanupJiri Slaby2007-02-12
* [PATCH] drivers/char/vc_screen.c: proper prototypesAdrian Bunk2007-02-11
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-13
* [PATCH] add return value checking of get_user() in set_vesa_blanking()Yoichi Yuasa2006-12-07
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05
|\
| * Driver core: convert vt code to use struct deviceGreg Kroah-Hartman2006-12-01
* | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-22
|/
* [PATCH] vt: proper prototypes for some console functionsAdrian Bunk2006-10-03