1. 9d329c1 tty/vt/keyboard: Resolve many shadow warnings by Mark Rustad · 10 years ago
  2. 884d614 Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  3. f418f2e vt: Don't ignore unbind errors in vt_unbind by Daniel Vetter · 10 years ago
  4. d9c660e vt: Fix up unregistration of vt drivers by Daniel Vetter · 10 years ago
  5. 249f7b3 vt: Fix replacement console check when unbinding by Daniel Vetter · 10 years ago
  6. 91727b1 console: Remove superfluous readonly check by Takashi Iwai · 10 years ago
  7. e4bdab7 console: Use explicit pointer type for vc_uni_pagedir* fields by Takashi Iwai · 10 years ago
  8. cec5b2a9 vt: emulate 8- and 24-bit colour codes. by Adam Borowski · 10 years ago
  9. 63f3a16 vt: detect and ignore OSC codes. by Adam Borowski · 10 years ago
  10. b290af6 vt: drop an useless enum and assignment. by Adam Borowski · 10 years ago
  11. 0930b09 vt: Fix secure clear screen by Petr Písař · 10 years ago
  12. 3415097 vt: properly ignore xterm-256 colour codes by Adam Borowski · 11 years ago
  13. 6454588 vt: break a couple of obsolete SCOish codes. by Adam Borowski · 11 years ago
  14. 3855ae1 vt: make the default color configurable by Clemens Ladisch · 11 years ago
  15. cf940eb tty: Remove dead code by Andreas Platschek · 11 years ago
  16. a7c8d58 tty: Fix unsafe vt paste_selection() by Peter Hurley · 11 years ago
  17. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 11 years ago
  18. 24a89d1 tty: Make ldisc input flow control concurrency-friendly by Peter Hurley · 11 years ago
  19. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  20. 6500427 vc: switch to fixed_size_llseek() by Al Viro · 11 years ago
  21. 805bf3d Merge 3.10-rc7 into tty-next by Greg Kroah-Hartman · 11 years ago
  22. ef223fb tty/vt: Return EBUSY if deallocating VT1 and it is busy by Ross Lagerwall · 11 years ago
  23. 8095e4e Merge 3.10-rc3 into tty-next by Greg Kroah-Hartman · 11 years ago
  24. 155957f TTY:vt: convert remain take_over_console's users to do_take_over_console by Wang YanQing · 11 years ago
  25. 50539dd vt: delete unneeded function unregister_con_driver by Wang YanQing · 11 years ago
  26. 70125e7 fbcon: convert last two unregister_con_driver call to do_unregister_con_driver by Wang YanQing · 11 years ago
  27. 77d6c98 vt: delete unneeded function bind_con_driver by Wang YanQing · 11 years ago
  28. c62a1e5 vt: convert last bind_con_driver call to do_bind_con_driver by Wang YanQing · 11 years ago
  29. c1f5e38 vt: delete unneeded function unbind_con_driver by Wang YanQing · 11 years ago
  30. 618f2b9 vt: convert last unbind_con_driver call to do_unbind_con_driver by Wang YanQing · 11 years ago
  31. dc96418 vt: delete unneeded functions register_con_driver|take_over_console by Wang YanQing · 11 years ago
  32. 421b40a tty/vt: Fix vc_deallocate() lock order by Peter Hurley · 11 years ago
  33. ef99f3a Merge 3.9-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  34. e8cd816 vt: synchronize_rcu() under spinlock is not nice... by Al Viro · 11 years ago
  35. 8358f62 driver: tty: vt: remove cast for kmalloc return value by Zhang Yanfei · 11 years ago
  36. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  37. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  38. a883b70 tty vt: fix character insertion overflow by Nicolas Pitre · 11 years ago
  39. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  40. 62cd2fa8 Merge branch 'console-fixes' into drm-next by Dave Airlie · 11 years ago
  41. e93a9a8 fb: Yet another band-aid for fixing lockdep mess by Takashi Iwai · 12 years ago
  42. 50e244c fb: rework locking to fix lock ordering on takeover by Alan Cox · 12 years ago
  43. 2a24830 vgacon/vt: clear buffer attributes when we load a 512 character font (v2) by Dave Airlie · 12 years ago
  44. 6732c8b TTY: switch tty_schedule_flip by Jiri Slaby · 12 years ago
  45. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  46. 92b336f tty: vt/Makefile: set the variables to static by Cong Ding · 12 years ago
  47. 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
  48. daa74a2 tty: vt: Remove redundant null check before kfree. by Sachin Kamat · 12 years ago
  49. b1a925f tty vt: Fix a regression in command line edition by Jean-François Moine · 12 years ago
  50. a5e04b7 drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switch by Josh Triplett · 12 years ago
  51. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  52. 7ee00fd TTY: vt, fix paste_selection ldisc handling by Jiri Slaby · 12 years ago
  53. 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
  54. 17b572e8 kdb,vt_console: Fix missed data due to pager overruns by Jason Wessel · 12 years ago
  55. 81732c3 tty vt: Fix line garbage in virtual console on command line edition by Jean-François Moine · 12 years ago
  56. a7b1292 vt: fix race in vt_waitactive() by Rabin Vincent · 12 years ago
  57. 36b3c07 tty: Move the handling of the tty release logic by Alan Cox · 12 years ago
  58. 3db1ddb vt: fix the keyboard/led locking by Alan Cox · 12 years ago
  59. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  60. 157a4b3 tty: keyboard.c: Remove locking from vt_get_leds. by Christopher Brannon · 12 years ago
  61. 2fc4691 vt: fix race in vt_waitactive() by Rabin Vincent · 12 years ago
  62. bc1e99d TTY: vt, add ->install by Jiri Slaby · 12 years ago
  63. 4c2ef53 TTY: vt, remove con_schedule_flip by Jiri Slaby · 12 years ago
  64. 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
  65. 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
  66. eea41ae tty: Fix LED error return by Alan Cox · 12 years ago
  67. 05f843b tty: Fix LED error return by Alan Cox · 12 years ago
  68. b2d0b7a keyboard: Use BIOS Keyboard variable to set Numlock by Joshua Cov · 12 years ago
  69. 84f904e vt: Fix deadlock on scroll-lock by Alan Cox · 12 years ago
  70. 5d1a33f vt: push the tty_lock down into the map handling by Alan Cox · 12 years ago
  71. 665ab0f Merge 3.4-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  72. 871bdea tty/vt: handle bad user buffer in {G,P}IO_CMAP ioctl by Michael Gehring · 12 years ago
  73. 5da527a printk(): add KERN_CONT where needed in hpet and vt code by Kay Sievers · 12 years ago
  74. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  75. 4a4c61b TTY: Wrong unicode value copied in con_set_unimap() by Liz Clark · 12 years ago
  76. 8289621 vt: NULL dereference in vt_do_kdsk_ioctl() by Dan Carpenter · 12 years ago
  77. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  78. 5289475 vt: tackle the main part of the selection logic by Alan Cox · 12 years ago
  79. 99cceb4e vt: waitevent is self locked so drop the tty_lock by Alan Cox · 12 years ago
  80. 20f6257 vt: push down tioclinux cases by Alan Cox · 12 years ago
  81. 4001d7b vt: push down the tty lock so we can see what is left to tackle by Alan Cox · 12 years ago
  82. edab558 vt: sort out locking for font handling by Alan Cox · 12 years ago
  83. 079c953 vt:tackle kbd_table by Alan Cox · 12 years ago
  84. 6623d64 tty: keyboard.c: add uaccess.h to fix a build problem on sparc32 by Greg Kroah-Hartman · 12 years ago
  85. 6aeed47 vt: tidy a few bits of checkpatch noise by Alan Cox · 12 years ago
  86. 247ff8e vt: lock the accent table by Alan Cox · 12 years ago
  87. cbcb834 drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer by Samuel Thibault · 12 years ago
  88. 106b5fa tty: Fix memory leak in virtual console when enable unicode translation by Zeng Zhaoming · 13 years ago
  89. 0e648f4 tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exporters by Paul Gortmaker · 13 years ago
  90. 98c2b37 keyboard: Do not include <linux/irq.> by Geert Uytterhoeven · 13 years ago
  91. 502fcb7 tty: clearify structure initializer in notify_write() by Mathias Krause · 13 years ago
  92. 906cbe1 TTY: remove tty_locked by Jiri Slaby · 13 years ago
  93. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  94. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 13 years ago
  95. f8df13e tty: Clean console safely by Petr Písař · 13 years ago
  96. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 13 years ago
  97. f2ee4ae TTY: VT, remove unused variables by Jiri Slaby · 13 years ago
  98. 52ea383 tty: VT, remove unused variable by Jiri Slaby · 13 years ago
  99. 6da9e95 drivers/tty/vt/vt_ioctl.c: repair insane ?: expression by Andrew Morton · 13 years ago
  100. 60680f9 vt: Add K_OFF return value to vt_ioctl KDGKBMODE by Arthur Taylor · 13 years ago