summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-114-12/+9Star
|\
| * tty: vt: Remove redundant null check before kfree.Sachin Kamat2012-11-271-4/+2Star
| * drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switchJosh Triplett2012-11-221-0/+1
| * TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-1/+4
| * TTY: vt, fix paste_selection ldisc handlingJiri Slaby2012-10-231-7/+2Star
* | tty vt: Fix a regression in command line editionJean-François Moine2012-11-221-4/+4
|/
* Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-131-0/+13
|\
| * kdb,vt_console: Fix missed data due to pager overrunsJason Wessel2012-10-121-0/+13
| * vt: fix race in vt_waitactive()Rabin Vincent2012-07-261-13/+34
* | tty vt: Fix line garbage in virtual console on command line editionJean-François Moine2012-09-111-61/+17Star
* | tty: Move the handling of the tty release logicAlan Cox2012-07-171-1/+0Star
* | vt: fix the keyboard/led lockingAlan Cox2012-07-171-18/+23
* | tty: move the termios object into the ttyAlan Cox2012-07-161-2/+2
* | tty: keyboard.c: Remove locking from vt_get_leds.Christopher Brannon2012-07-061-3/+0Star
* | vt: fix race in vt_waitactive()Rabin Vincent2012-06-151-13/+34
* | TTY: vt, add ->installJiri Slaby2012-06-141-24/+36
* | TTY: vt, remove con_schedule_flipJiri Slaby2012-06-142-4/+4
|/
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-231-12/+8Star
|\
| * keyboard: Use BIOS Keyboard variable to set NumlockJoshua Cov2012-05-081-12/+8Star
* | Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-233-88/+128
|\ \
| * | tty: Fix LED error returnAlan Cox2012-05-141-1/+1
| * | vt: push the tty_lock down into the map handlingAlan Cox2012-04-252-52/+96
| * | Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman2012-04-191-2/+1Star
| |\ \
| * | | tty/vt: handle bad user buffer in {G,P}IO_CMAP ioctlMichael Gehring2012-04-091-36/+32Star
| | |/ | |/|
* | | tty: Fix LED error returnAlan Cox2012-05-141-1/+1
* | | vt: Fix deadlock on scroll-lockAlan Cox2012-05-011-7/+19
| |/ |/|
* | printk(): add KERN_CONT where needed in hpet and vt codeKay Sievers2012-04-091-2/+1Star
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* TTY: Wrong unicode value copied in con_set_unimap()Liz Clark2012-03-151-8/+43
* vt: NULL dereference in vt_do_kdsk_ioctl()Dan Carpenter2012-03-121-0/+1
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+1
* vt: tackle the main part of the selection logicAlan Cox2012-03-082-8/+33
* vt: waitevent is self locked so drop the tty_lockAlan Cox2012-03-081-9/+2Star
* vt: push down tioclinux casesAlan Cox2012-03-083-8/+18
* vt: push down the tty lock so we can see what is left to tackleAlan Cox2012-03-082-37/+59
* vt: sort out locking for font handlingAlan Cox2012-03-081-10/+13
* vt:tackle kbd_tableAlan Cox2012-03-084-355/+627
* tty: keyboard.c: add uaccess.h to fix a build problem on sparc32Greg Kroah-Hartman2012-02-281-0/+1
* vt: tidy a few bits of checkpatch noiseAlan Cox2012-02-241-9/+9
* vt: lock the accent tableAlan Cox2012-02-242-78/+165
* drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layerSamuel Thibault2012-02-041-1/+0Star
* tty: Fix memory leak in virtual console when enable unicode translationZeng Zhaoming2012-01-051-1/+1
* tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exportersPaul Gortmaker2011-11-011-0/+1
* keyboard: Do not include <linux/irq.>Geert Uytterhoeven2011-09-231-1/+2
* tty: clearify structure initializer in notify_write()Mathias Krause2011-08-231-1/+1
* TTY: remove tty_lockedJiri Slaby2011-08-231-2/+2
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-031-1/+2
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-231-2/+1Star
* tty: Clean console safelyPetr Písař2011-04-201-0/+7
* tty: remove invalid location line in file headerJovi Zhang2011-04-205-10/+0Star