summaryrefslogtreecommitdiffstats
path: root/drivers/char/vt.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-0/+1
* [PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeAndrew Johnson2007-03-171-1/+19
* [PATCH] Fix SAK_work workqueue initialization.Eric W. Biederman2007-02-141-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/+1Star
* [PATCH] drivers/char/vc_screen.c: proper prototypesAdrian Bunk2007-02-111-3/+0Star
* [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/+39Star
|\
| * Driver core: convert vt code to use struct deviceGreg Kroah-Hartman2006-12-011-42/+39Star
* | 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/+0Star
* [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
* [PATCH] console utf-8 mode fixesAdam Tlalka2006-09-291-27/+52
* [PATCH] There is no devfs, there has never been a devfs, we have always been ...Alan Cox2006-09-291-5/+5
* [PATCH] vt: Decrement ref count of the VT backend on deallocationAntonino A. Daplas2006-07-041-0/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0Star
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0Star
* [PATCH] VT binding: Make VT binding a Kconfig optionAntonino A. Daplas2006-06-261-16/+27
* [PATCH] VT binding: Add sysfs control to the VT layerAntonino A. Daplas2006-06-261-147/+232
* [PATCH] VT binding: Add binding/unbinding support for the VT consoleAntonino A. Daplas2006-06-261-33/+434
* [PATCH] Detaching fbcon: fix give_up_console()Antonino A. Daplas2006-06-261-8/+21
* [PATCH] vt: Delay the update of the visible consoleDavid Hollister2006-06-261-9/+17
* [PATCH] revert "swsusp add check for suspension of X controlled devices"Andrew Morton2006-06-011-8/+0Star
* [PATCH] vt: add TIOCL_GETKMSGREDIRECTRafael J. Wysocki2006-03-311-0/+4
* [PATCH] sem2mutex: ttyIngo Molnar2006-03-231-7/+7
* [PATCH] swsusp: add check for suspension of X-controlled devicesRafael J. Wysocki2006-03-231-0/+8
* [PATCH] fbcon: Fix screen artifacts when moving cursorAntonino A. Daplas2006-02-011-0/+1
* [PATCH] Fix console blankingVille Syrjala2006-01-101-30/+3Star
* [PATCH] vc: Use correct size on buffer copy in vc_resizeAntonino A. Daplas2005-09-151-2/+3
* [PATCH] console: Fix buffer copy on vc resizeAntonino A. Daplas2005-09-091-6/+31
* [PATCH] vt: fix possible memory corruption in complement_posAntonino A. Daplas2005-09-081-6/+11
* [PATCH] Console blanking locking fixStephane Doyon2005-09-081-0/+4
* [PATCH] Remove race between con_open and con_closePaul Mackerras2005-08-281-1/+1
* [PATCH] vt.c build fixNishanth Aravamudan2005-07-151-1/+1
* [PATCH] console blanking oops fixJan Beulich2005-06-181-0/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+3242