1. 92b336f tty: vt/Makefile: set the variables to static by Cong Ding · 12 years ago
  2. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  3. daa74a2 tty: vt: Remove redundant null check before kfree. by Sachin Kamat · 12 years ago
  4. b1a925f tty vt: Fix a regression in command line edition by Jean-François Moine · 12 years ago
  5. a5e04b7 drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switch by Josh Triplett · 12 years ago
  6. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  7. 7ee00fd TTY: vt, fix paste_selection ldisc handling by Jiri Slaby · 12 years ago
  8. 6c536a1 Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 12 years ago
  9. 17b572e8 kdb,vt_console: Fix missed data due to pager overruns by Jason Wessel · 12 years ago
  10. 81732c3 tty vt: Fix line garbage in virtual console on command line edition by Jean-François Moine · 12 years ago
  11. a7b1292 vt: fix race in vt_waitactive() by Rabin Vincent · 12 years ago
  12. 36b3c07 tty: Move the handling of the tty release logic by Alan Cox · 12 years ago
  13. 3db1ddb vt: fix the keyboard/led locking by Alan Cox · 12 years ago
  14. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  15. 157a4b3 tty: keyboard.c: Remove locking from vt_get_leds. by Christopher Brannon · 12 years ago
  16. 2fc4691 vt: fix race in vt_waitactive() by Rabin Vincent · 12 years ago
  17. bc1e99d TTY: vt, add ->install by Jiri Slaby · 12 years ago
  18. 4c2ef53 TTY: vt, remove con_schedule_flip by Jiri Slaby · 12 years ago
  19. 44bc40e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  20. 94b5aff Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  21. eea41ae tty: Fix LED error return by Alan Cox · 12 years ago
  22. 05f843b tty: Fix LED error return by Alan Cox · 12 years ago
  23. b2d0b7a keyboard: Use BIOS Keyboard variable to set Numlock by Joshua Cov · 12 years ago
  24. 84f904e vt: Fix deadlock on scroll-lock by Alan Cox · 12 years ago
  25. 5d1a33f vt: push the tty_lock down into the map handling by Alan Cox · 12 years ago
  26. 665ab0f Merge 3.4-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  27. 871bdea tty/vt: handle bad user buffer in {G,P}IO_CMAP ioctl by Michael Gehring · 12 years ago
  28. 5da527a printk(): add KERN_CONT where needed in hpet and vt code by Kay Sievers · 12 years ago
  29. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  30. 4a4c61b TTY: Wrong unicode value copied in con_set_unimap() by Liz Clark · 12 years ago
  31. 8289621 vt: NULL dereference in vt_do_kdsk_ioctl() by Dan Carpenter · 12 years ago
  32. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  33. 5289475 vt: tackle the main part of the selection logic by Alan Cox · 12 years ago
  34. 99cceb4e vt: waitevent is self locked so drop the tty_lock by Alan Cox · 12 years ago
  35. 20f6257 vt: push down tioclinux cases by Alan Cox · 12 years ago
  36. 4001d7b vt: push down the tty lock so we can see what is left to tackle by Alan Cox · 12 years ago
  37. edab558 vt: sort out locking for font handling by Alan Cox · 12 years ago
  38. 079c953 vt:tackle kbd_table by Alan Cox · 12 years ago
  39. 6623d64 tty: keyboard.c: add uaccess.h to fix a build problem on sparc32 by Greg Kroah-Hartman · 12 years ago
  40. 6aeed47 vt: tidy a few bits of checkpatch noise by Alan Cox · 12 years ago
  41. 247ff8e vt: lock the accent table by Alan Cox · 12 years ago
  42. cbcb834 drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer by Samuel Thibault · 12 years ago
  43. 106b5fa tty: Fix memory leak in virtual console when enable unicode translation by Zeng Zhaoming · 13 years ago
  44. 0e648f4 tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exporters by Paul Gortmaker · 13 years ago
  45. 98c2b37 keyboard: Do not include <linux/irq.> by Geert Uytterhoeven · 13 years ago
  46. 502fcb7 tty: clearify structure initializer in notify_write() by Mathias Krause · 13 years ago
  47. 906cbe1 TTY: remove tty_locked by Jiri Slaby · 13 years ago
  48. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  49. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 13 years ago
  50. f8df13e tty: Clean console safely by Petr Písař · 13 years ago
  51. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 13 years ago
  52. f2ee4ae TTY: VT, remove unused variables by Jiri Slaby · 13 years ago
  53. 52ea383 tty: VT, remove unused variable by Jiri Slaby · 13 years ago
  54. 6da9e95 drivers/tty/vt/vt_ioctl.c: repair insane ?: expression by Andrew Morton · 13 years ago
  55. 60680f9 vt: Add K_OFF return value to vt_ioctl KDGKBMODE by Arthur Taylor · 13 years ago
  56. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  57. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 13 years ago
  58. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 13 years ago
  59. 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 13 years ago
  60. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  61. d637837 tty,vt: fix VT_SETACTIVATE console switch by Jiri Olsa · 13 years ago
  62. fcdba07 tty,vcs removing con_buf/conf_buf_mtx by Jiri Olsa · 13 years ago
  63. dc1892c tty,vcs: lseek/VC-release race fix by Jiri Olsa · 13 years ago
  64. 1ffdda9 TTY: use appropriate printk priority level by Mandeep Singh Baines · 13 years ago
  65. 9fc3de9 vt: Add virtual console keyboard mode OFF by Arthur Taylor · 13 years ago
  66. abfa44b Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  67. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 13 years ago
  68. a2a6a82 tty: use for_each_console() and WARN() on sysfs failures by Kay Sievers · 14 years ago
  69. c55c63c vt: fix issue when fbcon wants to takeover a second time. by Dave Airlie · 14 years ago
  70. 56b85f3 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  71. fbc92a3 tty: add 'active' sysfs attribute to tty0 and console device by Kay Sievers · 14 years ago
  72. 47c344d vcs: make proper usage of the poll flags by Nicolas Pitre · 14 years ago
  73. 1db0113 TTY: move .gitignore from drivers/char/ to drivers/tty/vt/ by Greg Kroah-Hartman · 14 years ago
  74. 60d4ae8 TTY: create drivers/tty/vt and move the vt code there by Greg Kroah-Hartman · 14 years ago