summaryrefslogtreecommitdiffstats
path: root/drivers/char/vt.c
Commit message (Expand)AuthorAgeFilesLines
* tty: remove resize window special caseAlan Cox2008-08-151-20/+62
* vt: Deadlock workaroundAlan Cox2008-08-041-2/+0
* Merge git://git.infradead.org/embedded-2.6Linus Torvalds2008-07-251-1/+1
|\
| * Make console charset translation optionalDavid Woodhouse2008-06-041-1/+1
* | vt: do not update when the console is blankedStefano Stabellini2008-07-241-1/+1
* | vt: hold console_sem across sysfs operationsJiri Slaby2008-07-241-2/+2
* | device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-6/+8
* | vt: fix vc_resize lockingNick Piggin2008-06-061-5/+8
* | vt: fix background color on line feed, DEC invertJan Engelhardt2008-06-061-1/+1
|/
* vt: fix canonical input in UTF-8 modeSamuel Thibault2008-05-081-0/+6
* Basic braille screen reader supportSamuel Thibault2008-04-301-0/+1
* consoles: switch to int put_char methodAlan Cox2008-04-301-3/+3
* redo locking of tty->pgrpAlan Cox2008-04-301-0/+6
* tty: BKL pushdownAlan Cox2008-04-301-2/+6
* vt: fix background color on line feedJan Engelhardt2008-04-291-3/+4
* VT notifier extension for accessibilityKarl Dahlke2008-04-281-0/+8
* VT notifier fix for VT switchSamuel Thibault2008-03-041-0/+1
* vt: bitlock fixNick Piggin2008-02-061-3/+5
* Console events and accessibilitySamuel Thibault2007-10-191-1/+44
* Remove CONFIG_VT_UNICODEJan Engelhardt2007-10-181-5/+1
* add CONFIG_VT_UNICODEBill Nottingham2007-10-171-1/+5
* vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas2007-10-161-4/+9
* Fix the graphic corruption issue on IA64 machinesizumi2007-07-171-3/+5
* vt: add comment for unbind_con_driver()Jesse Barnes2007-07-171-2/+19
* fbcon: allow fbcon to use the primary display driverAntonino A. Daplas2007-07-171-4/+4
* Char: vt, use ARRAY_SIZEJiri Slaby2007-07-171-2/+1
* Char: vt, use kzallocJiri Slaby2007-07-171-2/+1
* console UTF-8 fixes (fix)Egmont Koblinger2007-06-241-5/+13
* use mutex instead of semaphore in virtual console driverMatthias Kaehlcke2007-05-081-2/+3
* vt: expose system-wide UTF-8 default setting via sysfsAntonino A. Daplas2007-05-081-1/+3
* vt: add color support to the "underline" and "italic" attributesJan Engelhardt2007-05-081-6/+28
* vt: allow for the palette to be exposed and changed via sysfsJan Engelhardt2007-05-081-0/+4
* console UTF-8 fixesEgmont Koblinger2007-05-081-78/+179
* [PATCH] Initialise SAK member for each virtual console to prevent oopsBernhard Walle2007-03-161-0/+1
* [PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeAndrew Johnson2007-03-161-1/+19
* [PATCH] Fix SAK_work workqueue initialization.Eric W. Biederman2007-02-131-0/+1
* [PATCH] tty: update the tty layer to work with struct pidEric W. Biederman2007-02-121-2/+2
* [PATCH] Char: timers cleanupJiri Slaby2007-02-121-3/+1
* [PATCH] drivers/char/vc_screen.c: proper prototypesAdrian Bunk2007-02-111-3/+0
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] add return value checking of get_user() in set_vesa_blanking()Yoichi Yuasa2006-12-071-6/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-42/+39
|\
| * Driver core: convert vt code to use struct deviceGreg Kroah-Hartman2006-12-011-42/+39
* | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-3/+3
|/
* [PATCH] vt: proper prototypes for some console functionsAdrian Bunk2006-10-031-8/+0
* [PATCH] vt: Honor the return value of device_create_fileAntonino A. Daplas2006-10-031-7/+24
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [PATCH] vt: Make vt_pid a struct pid (making it pid wrap around safe).Eric W. Biederman2006-10-021-0/+1
* [PATCH] Fix memory leak in vc_resize/vc_allocateCatalin Marinas2006-09-291-1/+2
* [PATCH] tty locking on resizeAlan Cox2006-09-291-1/+11