aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/vt.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-17Fix the graphic corruption issue on IA64 machinesGravatar izumi 1-3/+5
2007-07-17vt: add comment for unbind_con_driver()Gravatar Jesse Barnes 1-2/+19
2007-07-17fbcon: allow fbcon to use the primary display driverGravatar Antonino A. Daplas 1-4/+4
2007-07-17Char: vt, use ARRAY_SIZEGravatar Jiri Slaby 1-2/+1
2007-07-17Char: vt, use kzallocGravatar Jiri Slaby 1-2/+1
2007-06-24console UTF-8 fixes (fix)Gravatar Egmont Koblinger 1-5/+13
2007-05-08use mutex instead of semaphore in virtual console driverGravatar Matthias Kaehlcke 1-2/+3
2007-05-08vt: expose system-wide UTF-8 default setting via sysfsGravatar Antonino A. Daplas 1-1/+3
2007-05-08vt: add color support to the "underline" and "italic" attributesGravatar Jan Engelhardt 1-6/+28
2007-05-08vt: allow for the palette to be exposed and changed via sysfsGravatar Jan Engelhardt 1-0/+4
2007-05-08console UTF-8 fixesGravatar Egmont Koblinger 1-78/+179
2007-03-16[PATCH] Initialise SAK member for each virtual console to prevent oopsGravatar Bernhard Walle 1-0/+1
2007-03-16[PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeGravatar Andrew Johnson 1-1/+19
2007-02-13[PATCH] Fix SAK_work workqueue initialization.Gravatar Eric W. Biederman 1-0/+1
2007-02-12[PATCH] tty: update the tty layer to work with struct pidGravatar Eric W. Biederman 1-2/+2
2007-02-12[PATCH] Char: timers cleanupGravatar Jiri Slaby 1-3/+1
2007-02-11[PATCH] drivers/char/vc_screen.c: proper prototypesGravatar Adrian Bunk 1-3/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-1/+1
2006-12-07[PATCH] add return value checking of get_user() in set_vesa_blanking()Gravatar Yoichi Yuasa 1-6/+10
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Howells 1-42/+39
2006-12-01Driver core: convert vt code to use struct deviceGravatar Greg Kroah-Hartman 1-42/+39
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataGravatar David Howells 1-3/+3
2006-10-03[PATCH] vt: proper prototypes for some console functionsGravatar Adrian Bunk 1-8/+0
2006-10-03[PATCH] vt: Honor the return value of device_create_fileGravatar Antonino A. Daplas 1-7/+24
2006-10-02[PATCH] const struct tty_operationsGravatar Jeff Dike 1-1/+1
2006-10-02[PATCH] vt: Make vt_pid a struct pid (making it pid wrap around safe).Gravatar Eric W. Biederman 1-0/+1
2006-09-29[PATCH] Fix memory leak in vc_resize/vc_allocateGravatar Catalin Marinas 1-1/+2
2006-09-29[PATCH] tty locking on resizeGravatar Alan Cox 1-1/+11
2006-09-29[PATCH] console utf-8 mode fixesGravatar Adam Tlalka 1-27/+52
2006-09-29[PATCH] There is no devfs, there has never been a devfs, we have always been ...Gravatar Alan Cox 1-5/+5
2006-07-03[PATCH] vt: Decrement ref count of the VT backend on deallocationGravatar Antonino A. Daplas 1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] VT binding: Make VT binding a Kconfig optionGravatar Antonino A. Daplas 1-16/+27
2006-06-26[PATCH] VT binding: Add sysfs control to the VT layerGravatar Antonino A. Daplas 1-147/+232
2006-06-26[PATCH] VT binding: Add binding/unbinding support for the VT consoleGravatar Antonino A. Daplas 1-33/+434
2006-06-26[PATCH] Detaching fbcon: fix give_up_console()Gravatar Antonino A. Daplas 1-8/+21
2006-06-26[PATCH] vt: Delay the update of the visible consoleGravatar David Hollister 1-9/+17
2006-05-31[PATCH] revert "swsusp add check for suspension of X controlled devices"Gravatar Andrew Morton 1-8/+0
2006-03-31[PATCH] vt: add TIOCL_GETKMSGREDIRECTGravatar Rafael J. Wysocki 1-0/+4
2006-03-23[PATCH] sem2mutex: ttyGravatar Ingo Molnar 1-7/+7
2006-03-23[PATCH] swsusp: add check for suspension of X-controlled devicesGravatar Rafael J. Wysocki 1-0/+8
2006-02-01[PATCH] fbcon: Fix screen artifacts when moving cursorGravatar Antonino A. Daplas 1-0/+1
2006-01-10[PATCH] Fix console blankingGravatar Ville Syrjala 1-30/+3
2005-09-15[PATCH] vc: Use correct size on buffer copy in vc_resizeGravatar Antonino A. Daplas 1-2/+3
2005-09-09[PATCH] console: Fix buffer copy on vc resizeGravatar Antonino A. Daplas 1-6/+31
2005-09-07[PATCH] vt: fix possible memory corruption in complement_posGravatar Antonino A. Daplas 1-6/+11
2005-09-07[PATCH] Console blanking locking fixGravatar Stephane Doyon 1-0/+4
2005-08-27[PATCH] Remove race between con_open and con_closeGravatar Paul Mackerras 1-1/+1