1. 84f904e vt: Fix deadlock on scroll-lock by Alan Cox · 12 years ago
  2. 8289621 vt: NULL dereference in vt_do_kdsk_ioctl() by Dan Carpenter · 12 years ago
  3. 079c953 vt:tackle kbd_table by Alan Cox · 12 years ago
  4. 6623d64 tty: keyboard.c: add uaccess.h to fix a build problem on sparc32 by Greg Kroah-Hartman · 12 years ago
  5. 6aeed47 vt: tidy a few bits of checkpatch noise by Alan Cox · 12 years ago
  6. 247ff8e vt: lock the accent table by Alan Cox · 12 years ago
  7. 98c2b37 keyboard: Do not include <linux/irq.> by Geert Uytterhoeven · 13 years ago
  8. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 13 years ago
  9. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 13 years ago
  10. 9fc3de9 vt: Add virtual console keyboard mode OFF by Arthur Taylor · 14 years ago
  11. 60d4ae8 TTY: create drivers/tty/vt and move the vt code there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/keyboard.c]
  12. 8613e4c Input: add support for large scancodes by Mauro Carvalho Chehab · 14 years ago
  13. 8ce7326 tty: Move the vt_tty field from the vc_data into the standard tty_port by Alan Cox · 14 years ago
  14. 53c1f76 Input: keyboard - also match braille-only keyboards by Samuel Thibault · 14 years ago
  15. e078557 Input: keyboard - fix formatting issues by Dmitry Torokhov · 14 years ago
  16. 9272e9a Input: keyboard - switch to using pr_err() and friends by Dmitry Torokhov · 14 years ago
  17. 97f5f0c Input: implement SysRq as a separate input handler by Dmitry Torokhov · 14 years ago
  18. 0b7024ac Input: add match() method to input hanlders by Dmitry Torokhov · 15 years ago
  19. 99b089c Input: Mac button emulation - implement as an input filter by Dmitry Torokhov · 15 years ago
  20. 18f7ad5 Input: keyboard - don't override beep with a bell by Dmitry Torokhov · 15 years ago
  21. 4678320 Merge commit 'v2.6.32' into next by Dmitry Torokhov · 15 years ago
  22. 66d2a59 Input: keyboard - fix lack of locking when traversing handler->h_list by Dmitry Torokhov · 15 years ago
  23. 21cea58 Input: keyboard - add locking around event handling by Dmitry Torokhov · 15 years ago
  24. 46a9654 Input: keyboard - fix braille keyboard keysym generation by Samuel Thibault · 15 years ago
  25. 0c09b2a Input: keyboard - fix theoretical race on vt switch by Alan Jenkins · 15 years ago
  26. e912a301 Input: keyboard - remove warning about raw mode not supported by Dmitry Torokhov · 15 years ago
  27. 161c609 Input: keyboard - fix potential out of bound access to key_map by Dmitry Torokhov · 16 years ago
  28. 908cf4b Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next by Dmitry Torokhov · 16 years ago
  29. d2187eb console keyboard mapping broken by 04c71976 by Jiri Bohac · 16 years ago
  30. 253b00f Input: remove unused defines by Joe Perches · 16 years ago
  31. f7511d5 Basic braille screen reader support by Samuel Thibault · 16 years ago
  32. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  33. ce1d5b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  34. b39b044 Input: drivers/char/keyboard.c - use time_after by Julia Lawall · 16 years ago
  35. 3a4e832 Generate raw keyboard codes for AVR32 architecture by Hans-Christian Egtvedt · 17 years ago
  36. 0beb4f6 Input: put ledstate in the keyboard notifier by Karl Dahlke · 16 years ago
  37. 3eaeb9c Input: remove duplicated headers in drivers/char/keyboard.c by Francisco Alecrim · 17 years ago
  38. f4f37c8 Input: Add proper locking when changing device's keymap by Dmitry Torokhov · 17 years ago
  39. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  40. 41ab439 Console keyboard events and accessibility by Samuel Thibault · 17 years ago
  41. 2e8ecb9 add CONFIG_VT_UNICODE by Bill Nottingham · 17 years ago
  42. 04c7197 unicode diacritics support by Samuel Thibault · 17 years ago
  43. 2301060 m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible by Geert Uytterhoeven · 17 years ago
  44. 759448f Kernel utf-8 handling by Jan Engelhardt · 17 years ago
  45. 72a42f2 Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGE by Hans de Goede · 17 years ago
  46. ccc9425 SPIN_LOCK_UNLOCKED cleanup in drivers/char/keyboard by Milind Arun Choudhary · 17 years ago
  47. 9e35d20 Input: keyboard handler - use printk_ratelimit() by Dmitry Torokhov · 17 years ago
  48. 5b2a082 Input: rework handle creation code by Dmitry Torokhov · 17 years ago
  49. c8e4c77 Input: add getkeycode and setkeycode methods by Marvin Raaijmakers · 17 years ago
  50. 7f1f86a [PATCH] Fix SAK_work workqueue initialization. by Eric W. Biederman · 18 years ago
  51. 8b6312f [PATCH] vt: refactor console SAK processing by Eric W. Biederman · 18 years ago
  52. e52b29c Input: drivers/char/keyboard.c - small cleanup in k_cur() by Brandon Philips · 18 years ago
  53. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  54. a12f66f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  55. 81af8d6 [PATCH] vt: rework the console spawning variables by Eric W. Biederman · 18 years ago
  56. 0612ec4 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  57. 4263cf0 Input: make input_register_handler() return error codes by Dmitry Torokhov · 18 years ago
  58. 66e6611 Input: constify input core by Dmitry Torokhov · 18 years ago
  59. 22479e1 Input: keyboard - change to use kzalloc by Dmitry Torokhov · 18 years ago
  60. 896cdc7 Input: keyboard - simplify emulate_raw() implementation by Dmitry Torokhov · 18 years ago
  61. 2b19290 Input: keyboard - remove static variable and clean up initialization by Dmitry Torokhov · 18 years ago
  62. 0e739d2 Input: introduce input_inject_event() function by Dmitry Torokhov · 18 years ago
  63. c7e8dc6 Input: add start() method to input handlers by Dmitry Torokhov · 18 years ago
  64. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  65. cdf4f38 Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  66. d2be8ee [PATCH] fix magic sysrq on strange keyboards by Fredrik Roubert · 18 years ago
  67. 0ae051a Input: atkbd - fix HANGEUL/HANJA keys by Dmitry Torokhov · 18 years ago
  68. b9ab58d Input: fix misspelling of Hangeul key by Jerome Pinot · 18 years ago
  69. 4854c7b Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  70. 83cc5ed [PATCH] kernel/sys.c: cleanups by Adrian Bunk · 18 years ago
  71. 0f5e560 Input: constify drivers/char/keyboard.c by Andreas Mohr · 18 years ago
  72. 77426d7 Input: allow using several chords for braille by Samuel Thibault · 18 years ago
  73. b9ec4e1 Input: add support for Braille devices by Samuel Thibault · 18 years ago
  74. 0b57ee9 [SPARC]: introduce a SPARC Kconfig symbol by Adrian Bunk · 19 years ago
  75. fe1e860 Input: clean up whitespace and formatting in drivers/char/keyboard.c by Dmitry Torokhov · 19 years ago
  76. d344c5e Manual merge with Linus by Dmitry Torokhov · 19 years ago
  77. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  78. 4cee995 Input: fix checking whether new keycode fits size-wise by Ian Campbell · 19 years ago
  79. 5ac7ba3 Input: check keycodesize when adjusting keymaps by Vojtech Pavlik · 19 years ago
  80. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  81. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago