1. 4678320 Merge commit 'v2.6.32' into next by Dmitry Torokhov · 15 years ago
  2. 66d2a59 Input: keyboard - fix lack of locking when traversing handler->h_list by Dmitry Torokhov · 15 years ago
  3. 21cea58 Input: keyboard - add locking around event handling by Dmitry Torokhov · 15 years ago
  4. 46a9654 Input: keyboard - fix braille keyboard keysym generation by Samuel Thibault · 15 years ago
  5. 0c09b2a Input: keyboard - fix theoretical race on vt switch by Alan Jenkins · 15 years ago
  6. e912a301 Input: keyboard - remove warning about raw mode not supported by Dmitry Torokhov · 15 years ago
  7. 161c609 Input: keyboard - fix potential out of bound access to key_map by Dmitry Torokhov · 16 years ago
  8. 908cf4b Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next by Dmitry Torokhov · 16 years ago
  9. d2187eb console keyboard mapping broken by 04c71976 by Jiri Bohac · 16 years ago
  10. 253b00f Input: remove unused defines by Joe Perches · 16 years ago
  11. f7511d5 Basic braille screen reader support by Samuel Thibault · 16 years ago
  12. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  13. ce1d5b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  14. b39b044 Input: drivers/char/keyboard.c - use time_after by Julia Lawall · 16 years ago
  15. 3a4e832 Generate raw keyboard codes for AVR32 architecture by Hans-Christian Egtvedt · 17 years ago
  16. 0beb4f6 Input: put ledstate in the keyboard notifier by Karl Dahlke · 16 years ago
  17. 3eaeb9c Input: remove duplicated headers in drivers/char/keyboard.c by Francisco Alecrim · 16 years ago
  18. f4f37c8 Input: Add proper locking when changing device's keymap by Dmitry Torokhov · 17 years ago
  19. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  20. 41ab439 Console keyboard events and accessibility by Samuel Thibault · 17 years ago
  21. 2e8ecb9 add CONFIG_VT_UNICODE by Bill Nottingham · 17 years ago
  22. 04c7197 unicode diacritics support by Samuel Thibault · 17 years ago
  23. 2301060 m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible by Geert Uytterhoeven · 17 years ago
  24. 759448f Kernel utf-8 handling by Jan Engelhardt · 17 years ago
  25. 72a42f2 Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGE by Hans de Goede · 17 years ago
  26. ccc9425 SPIN_LOCK_UNLOCKED cleanup in drivers/char/keyboard by Milind Arun Choudhary · 17 years ago
  27. 9e35d20 Input: keyboard handler - use printk_ratelimit() by Dmitry Torokhov · 17 years ago
  28. 5b2a082 Input: rework handle creation code by Dmitry Torokhov · 17 years ago
  29. c8e4c77 Input: add getkeycode and setkeycode methods by Marvin Raaijmakers · 17 years ago
  30. 7f1f86a [PATCH] Fix SAK_work workqueue initialization. by Eric W. Biederman · 17 years ago
  31. 8b6312f [PATCH] vt: refactor console SAK processing by Eric W. Biederman · 17 years ago
  32. e52b29c Input: drivers/char/keyboard.c - small cleanup in k_cur() by Brandon Philips · 18 years ago
  33. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  34. a12f66f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  35. 81af8d6 [PATCH] vt: rework the console spawning variables by Eric W. Biederman · 18 years ago
  36. 0612ec4 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  37. 4263cf0 Input: make input_register_handler() return error codes by Dmitry Torokhov · 18 years ago
  38. 66e6611 Input: constify input core by Dmitry Torokhov · 18 years ago
  39. 22479e1 Input: keyboard - change to use kzalloc by Dmitry Torokhov · 18 years ago
  40. 896cdc7 Input: keyboard - simplify emulate_raw() implementation by Dmitry Torokhov · 18 years ago
  41. 2b19290 Input: keyboard - remove static variable and clean up initialization by Dmitry Torokhov · 18 years ago
  42. 0e739d2 Input: introduce input_inject_event() function by Dmitry Torokhov · 18 years ago
  43. c7e8dc6 Input: add start() method to input handlers by Dmitry Torokhov · 18 years ago
  44. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  45. cdf4f38 Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  46. d2be8ee [PATCH] fix magic sysrq on strange keyboards by Fredrik Roubert · 18 years ago
  47. 0ae051a Input: atkbd - fix HANGEUL/HANJA keys by Dmitry Torokhov · 18 years ago
  48. b9ab58d Input: fix misspelling of Hangeul key by Jerome Pinot · 18 years ago
  49. 4854c7b Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  50. 83cc5ed [PATCH] kernel/sys.c: cleanups by Adrian Bunk · 18 years ago
  51. 0f5e560 Input: constify drivers/char/keyboard.c by Andreas Mohr · 18 years ago
  52. 77426d7 Input: allow using several chords for braille by Samuel Thibault · 18 years ago
  53. b9ec4e1 Input: add support for Braille devices by Samuel Thibault · 18 years ago
  54. 0b57ee9 [SPARC]: introduce a SPARC Kconfig symbol by Adrian Bunk · 19 years ago
  55. fe1e860 Input: clean up whitespace and formatting in drivers/char/keyboard.c by Dmitry Torokhov · 19 years ago
  56. d344c5e Manual merge with Linus by Dmitry Torokhov · 19 years ago
  57. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  58. 4cee995 Input: fix checking whether new keycode fits size-wise by Ian Campbell · 19 years ago
  59. 5ac7ba3 Input: check keycodesize when adjusting keymaps by Vojtech Pavlik · 19 years ago
  60. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago