1. 4001d7b vt: push down the tty lock so we can see what is left to tackle by Alan Cox · 12 years ago
  2. 079c953 vt:tackle kbd_table by Alan Cox · 12 years ago
  3. 247ff8e vt: lock the accent table by Alan Cox · 12 years ago
  4. cbcb834 drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer by Samuel Thibault · 13 years ago
  5. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 13 years ago
  6. 52ea383 tty: VT, remove unused variable by Jiri Slaby · 13 years ago
  7. 6da9e95 drivers/tty/vt/vt_ioctl.c: repair insane ?: expression by Andrew Morton · 13 years ago
  8. 60680f9 vt: Add K_OFF return value to vt_ioctl KDGKBMODE by Arthur Taylor · 13 years ago
  9. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 13 years ago
  10. 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 14 years ago
  11. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  12. d637837 tty,vt: fix VT_SETACTIVATE console switch by Jiri Olsa · 14 years ago
  13. 9fc3de9 vt: Add virtual console keyboard mode OFF by Arthur Taylor · 14 years ago
  14. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 14 years ago
  15. 60d4ae8 TTY: create drivers/tty/vt and move the vt code there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/vt_ioctl.c]
  16. 1e0ad28 drivers/char/vt_ioctl.c: fix VT_OPENQRY error value by Graham Gower · 14 years ago
  17. 2c4e967 Input: use PIT_TICK_RATE in vt beep ioctl by Arnd Bergmann · 14 years ago
  18. be1bc28 tty: introduce wait_event_interruptible_tty by Arnd Bergmann · 14 years ago
  19. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
  20. 8ce7326 tty: Move the vt_tty field from the vc_data into the standard tty_port by Alan Cox · 14 years ago
  21. 3fde85d vt_ioctl: return -EFAULT on copy_from_user errors by Dan Carpenter · 14 years ago
  22. 87a6aca Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call" by Greg Kroah-Hartman · 14 years ago
  23. eec9fe7 tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call by Ari Entlich · 14 years ago
  24. 308efab vt: Fix use of "new" in a struct field by Alan Cox · 15 years ago
  25. 4b1fe77 tty: fix vt_compat_ioctl by Andreas Schwab · 15 years ago
  26. a09efb0 Char: vt_ioctl, fix BKL imbalance by Jiri Slaby · 15 years ago
  27. 797938b tty: Power: fix suspend vt regression by Jiri Slaby · 15 years ago
  28. e921665 tty: handle VT specific compat ioctls in vt driver by Arnd Bergmann · 15 years ago
  29. d3b5cff vt: add an activate and lock by Alan Cox · 15 years ago
  30. 8d23355 vt: remove power stuff from kernel/power by Alan Cox · 15 years ago
  31. 8b92e87 vt: add an event interface by Alan Cox · 15 years ago
  32. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  33. a115902 vt_ioctl: fix lock imbalance by Jiri Slaby · 15 years ago
  34. fab8922 vt: Add a note on the historical abuse of CLOCK_TICK_RATE by Alan Cox · 15 years ago
  35. c9f19e9 tty: Remove some pointless casts by Alan Cox · 16 years ago
  36. e688510 tty: move tioclinux from a special case by Alan Cox · 16 years ago
  37. 8c9a9dd tty: remove resize window special case by Alan Cox · 16 years ago
  38. 9cc3c22 vt_ioctl: Prepare for BKL push down by Alan Cox · 16 years ago
  39. 2e8ecb9 add CONFIG_VT_UNICODE by Bill Nottingham · 17 years ago
  40. 04c7197 unicode diacritics support by Samuel Thibault · 17 years ago
  41. e400b6e vt/vgacon: Check if screen resize request comes from userspace by Antonino A. Daplas · 17 years ago
  42. 70cb979 VT_WAITACTIVE: Avoid returning EINTR when not necessary by Linus Torvalds · 17 years ago
  43. 8792f96 VT ioctl race fix by Samuel Ortiz · 17 years ago
  44. a64314e fix console change race exposed by CFS by Jan Lübbe · 17 years ago
  45. cc0a8fb drivers/char: use __set_current_state() by Milind Arun Choudhary · 17 years ago
  46. f991519 [PATCH] vt: fix potential race in VT_WAITACTIVE handler by Michal Januszewski · 17 years ago
  47. b257bc0 [PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS mode by Andrew Johnson · 17 years ago
  48. 8b6312f [PATCH] vt: refactor console SAK processing by Eric W. Biederman · 18 years ago
  49. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  50. 3dfcaf16 [PATCH] vt: fix comments to not refer to kill_proc by Eric W. Biederman · 18 years ago
  51. bde0d2c9 [PATCH] vt: Make vt_pid a struct pid (making it pid wrap around safe). by Eric W. Biederman · 18 years ago
  52. 81af8d6 [PATCH] vt: rework the console spawning variables by Eric W. Biederman · 18 years ago
  53. ca9bda0 [PATCH] tty locking on resize by Alan Cox · 18 years ago
  54. 533475d [PATCH] vcsa attribute bits -> ioctl(VT_GETHIFONTMASK) by Samuel Thibault · 18 years ago
  55. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  56. e3f17f0 [PATCH] Only disallow _setting_ of function key string by Marcelo Tosatti · 19 years ago
  57. 0b360ad [PATCH] setkeys needs root by Andrew Morton · 19 years ago
  58. bcc8ca0 [PATCH] Adapt drivers/char/vt_ioctl.c to non-x86 by Emmanuel Colbus · 19 years ago
  59. 7ed20e1 [PATCH] convert that currently tests _NSIG directly to use valid_signal() by Jesper Juhl · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago