summaryrefslogtreecommitdiff
path: root/drivers/char/vt.c
AgeCommit message (Expand)Author
2008-06-06vt: fix vc_resize lockingNick Piggin
2008-06-06vt: fix background color on line feed, DEC invertJan Engelhardt
2008-05-08vt: fix canonical input in UTF-8 modeSamuel Thibault
2008-04-30Basic braille screen reader supportSamuel Thibault
2008-04-30consoles: switch to int put_char methodAlan Cox
2008-04-30redo locking of tty->pgrpAlan Cox
2008-04-30tty: BKL pushdownAlan Cox
2008-04-29vt: fix background color on line feedJan Engelhardt
2008-04-28VT notifier extension for accessibilityKarl Dahlke
2008-03-04VT notifier fix for VT switchSamuel Thibault
2008-02-06vt: bitlock fixNick Piggin
2007-10-19Console events and accessibilitySamuel Thibault
2007-10-18Remove CONFIG_VT_UNICODEJan Engelhardt
2007-10-17add CONFIG_VT_UNICODEBill Nottingham
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas
2007-07-17Fix the graphic corruption issue on IA64 machinesizumi
2007-07-17vt: add comment for unbind_con_driver()Jesse Barnes
2007-07-17fbcon: allow fbcon to use the primary display driverAntonino A. Daplas
2007-07-17Char: vt, use ARRAY_SIZEJiri Slaby
2007-07-17Char: vt, use kzallocJiri Slaby
2007-06-24console UTF-8 fixes (fix)Egmont Koblinger
2007-05-08use mutex instead of semaphore in virtual console driverMatthias Kaehlcke
2007-05-08vt: expose system-wide UTF-8 default setting via sysfsAntonino A. Daplas
2007-05-08vt: add color support to the "underline" and "italic" attributesJan Engelhardt
2007-05-08vt: allow for the palette to be exposed and changed via sysfsJan Engelhardt
2007-05-08console UTF-8 fixesEgmont Koblinger
2007-03-16[PATCH] Initialise SAK member for each virtual console to prevent oopsBernhard Walle
2007-03-16[PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeAndrew Johnson
2007-02-13[PATCH] Fix SAK_work workqueue initialization.Eric W. Biederman
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman
2007-02-12[PATCH] Char: timers cleanupJiri Slaby
2007-02-11[PATCH] drivers/char/vc_screen.c: proper prototypesAdrian Bunk
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-12-07[PATCH] add return value checking of get_user() in set_vesa_blanking()Yoichi Yuasa
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-01Driver core: convert vt code to use struct deviceGreg Kroah-Hartman
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells
2006-10-03[PATCH] vt: proper prototypes for some console functionsAdrian Bunk
2006-10-03[PATCH] vt: Honor the return value of device_create_fileAntonino A. Daplas
2006-10-02[PATCH] const struct tty_operationsJeff Dike
2006-10-02[PATCH] vt: Make vt_pid a struct pid (making it pid wrap around safe).Eric W. Biederman
2006-09-29[PATCH] Fix memory leak in vc_resize/vc_allocateCatalin Marinas
2006-09-29[PATCH] tty locking on resizeAlan Cox
2006-09-29[PATCH] console utf-8 mode fixesAdam Tlalka
2006-09-29[PATCH] There is no devfs, there has never been a devfs, we have always been ...Alan Cox
2006-07-03[PATCH] vt: Decrement ref count of the VT backend on deallocationAntonino A. Daplas
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-06-26[PATCH] VT binding: Make VT binding a Kconfig optionAntonino A. Daplas