summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-231-12/+8
|\
| * keyboard: Use BIOS Keyboard variable to set NumlockJoshua Cov2012-05-081-12/+8
* | Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-223-88/+128
|\ \
| * | tty: Fix LED error returnAlan Cox2012-05-141-1/+1
| * | vt: push the tty_lock down into the map handlingAlan Cox2012-04-242-52/+96
| * | Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman2012-04-181-2/+1
| |\ \
| * | | tty/vt: handle bad user buffer in {G,P}IO_CMAP ioctlMichael Gehring2012-04-091-36/+32
| | |/ | |/|
* | | 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/+1
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* 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/+2
* 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-271-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-031-1/+0
* tty: Fix memory leak in virtual console when enable unicode translationZeng Zhaoming2012-01-041-1/+1
* tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exportersPaul Gortmaker2011-10-311-0/+1
* keyboard: Do not include <linux/irq.>Geert Uytterhoeven2011-09-221-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-041-1/+2
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-2/+1
* tty: Clean console safelyPetr Písař2011-04-191-0/+7
* tty: remove invalid location line in file headerJovi Zhang2011-04-195-10/+0
* TTY: VT, remove unused variablesJiri Slaby2011-04-191-3/+1
* tty: VT, remove unused variableJiri Slaby2011-04-191-2/+0
* drivers/tty/vt/vt_ioctl.c: repair insane ?: expressionAndrew Morton2011-04-191-5/+17
* vt: Add K_OFF return value to vt_ioctl KDGKBMODEArthur Taylor2011-04-191-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2011-03-241-1/+1
* Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-164-4/+0
|\
| * drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-024-4/+0
* | tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-3/+3
* | tty,vt: fix VT_SETACTIVATE console switchJiri Olsa2011-02-171-1/+2
* | tty,vcs removing con_buf/conf_buf_mtxJiri Olsa2011-02-172-58/+52
* | tty,vcs: lseek/VC-release race fixJiri Olsa2011-02-171-0/+18
* | TTY: use appropriate printk priority levelMandeep Singh Baines2011-02-171-7/+8
* | vt: Add virtual console keyboard mode OFFArthur Taylor2011-02-172-2/+6
|/
* Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-011-3/+8
|\
| * tty: use for_each_console() and WARN() on sysfs failuresKay Sievers2011-01-221-1/+1
| * vt: fix issue when fbcon wants to takeover a second time.Dave Airlie2011-01-221-2/+7