Age | Commit message (Expand) | Author | Files | Lines |
2012-03-16 | TTY: Wrong unicode value copied in con_set_unimap() | Liz Clark | 1 | -8/+43 |
2012-03-12 | vt: NULL dereference in vt_do_kdsk_ioctl() | Dan Carpenter | 1 | -0/+1 |
2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -1/+1 |
2012-03-08 | vt: tackle the main part of the selection logic | Alan Cox | 2 | -8/+33 |
2012-03-08 | vt: waitevent is self locked so drop the tty_lock | Alan Cox | 1 | -9/+2 |
2012-03-08 | vt: push down tioclinux cases | Alan Cox | 3 | -8/+18 |
2012-03-08 | vt: push down the tty lock so we can see what is left to tackle | Alan Cox | 2 | -37/+59 |
2012-03-08 | vt: sort out locking for font handling | Alan Cox | 1 | -10/+13 |
2012-03-08 | vt:tackle kbd_table | Alan Cox | 4 | -355/+627 |
2012-02-28 | tty: keyboard.c: add uaccess.h to fix a build problem on sparc32 | Greg Kroah-Hartman | 1 | -0/+1 |
2012-02-25 | vt: tidy a few bits of checkpatch noise | Alan Cox | 1 | -9/+9 |
2012-02-25 | vt: lock the accent table | Alan Cox | 2 | -78/+165 |
2012-02-04 | drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer | Samuel Thibault | 1 | -1/+0 |
2012-01-05 | tty: Fix memory leak in virtual console when enable unicode translation | Zeng Zhaoming | 1 | -1/+1 |
2011-11-01 | tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exporters | Paul Gortmaker | 1 | -0/+1 |
2011-09-23 | keyboard: Do not include <linux/irq.> | Geert Uytterhoeven | 1 | -1/+2 |
2011-08-23 | tty: clearify structure initializer in notify_write() | Mathias Krause | 1 | -1/+1 |
2011-08-23 | TTY: remove tty_locked | Jiri Slaby | 1 | -2/+2 |
2011-06-04 | Revert "tty: make receive_buf() return the amout of bytes received" | Linus Torvalds | 1 | -1/+2 |
2011-04-23 | tty: make receive_buf() return the amout of bytes received | Felipe Balbi | 1 | -2/+1 |
2011-04-20 | tty: Clean console safely | Petr Písař | 1 | -0/+7 |
2011-04-20 | tty: remove invalid location line in file header | Jovi Zhang | 5 | -10/+0 |
2011-04-20 | TTY: VT, remove unused variables | Jiri Slaby | 1 | -3/+1 |
2011-04-20 | tty: VT, remove unused variable | Jiri Slaby | 1 | -2/+0 |
2011-04-20 | drivers/tty/vt/vt_ioctl.c: repair insane ?: expression | Andrew Morton | 1 | -5/+17 |
2011-04-20 | vt: Add K_OFF return value to vt_ioctl KDGKBMODE | Arthur Taylor | 1 | -0/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-25 | lib, arch: add filter argument to show_mem and fix private implementations | David Rientjes | 1 | -1/+1 |
2011-03-17 | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 4 | -4/+0 |
2011-03-02 | drivers: remove extraneous includes of smp_lock.h | Arnd Bergmann | 4 | -4/+0 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -3/+3 |
2011-02-17 | tty,vt: fix VT_SETACTIVATE console switch | Jiri Olsa | 1 | -1/+2 |
2011-02-17 | tty,vcs removing con_buf/conf_buf_mtx | Jiri Olsa | 2 | -58/+52 |
2011-02-17 | tty,vcs: lseek/VC-release race fix | Jiri Olsa | 1 | -0/+18 |
2011-02-17 | TTY: use appropriate printk priority level | Mandeep Singh Baines | 1 | -7/+8 |
2011-02-17 | vt: Add virtual console keyboard mode OFF | Arthur Taylor | 2 | -2/+6 |
2011-02-01 | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -3/+8 |
2011-01-26 | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 4 | -102/+102 |
2011-01-23 | tty: use for_each_console() and WARN() on sysfs failures | Kay Sievers | 1 | -1/+1 |
2011-01-23 | vt: fix issue when fbcon wants to takeover a second time. | Dave Airlie | 1 | -2/+7 |
2011-01-08 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+22 |
2010-12-17 | tty: add 'active' sysfs attribute to tty0 and console device | Kay Sievers | 1 | -1/+22 |
2010-11-11 | vcs: make proper usage of the poll flags | Nicolas Pitre | 1 | -3/+3 |
2010-11-06 | TTY: move .gitignore from drivers/char/ to drivers/tty/vt/ | Greg Kroah-Hartman | 1 | -0/+2 |
2010-11-05 | TTY: create drivers/tty/vt and move the vt code there | Greg Kroah-Hartman | 10 | -0/+10132 |