1. 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 8 years ago
  2. a4f642a tty: nozomi: avoid a harmless gcc warning by Arnd Bergmann · 8 years ago
  3. 03ac6b3 drivers/tty/nozomi.c: rename CONFIG_MAGIC by Valentin Rothberg · 9 years ago
  4. 7acb88a drivers/tty/nozomi.c: Use 'nozomi_setup_memory' instead of 'setup_memory' by Chen Gang · 10 years ago
  5. fc811472 tty: Remove unnecessary semicolons by Joe Perches · 11 years ago
  6. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 11 years ago
  7. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 11 years ago
  8. fa47ba7 TTY: nozomi, remove dead code by Jiri Slaby · 11 years ago
  9. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago
  10. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 11 years ago
  11. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 11 years ago
  12. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 11 years ago
  13. 512f82a tty: remove use of __devinitconst by Bill Pemberton · 11 years ago
  14. 9671f09 tty: remove use of __devinit by Bill Pemberton · 11 years ago
  15. 91116cb tty: remove use of __devexit_p by Bill Pemberton · 11 years ago
  16. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 11 years ago
  17. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  18. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  19. 81f5835 TTY: use tty_standard_install by Jiri Slaby · 12 years ago
  20. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  21. 7fdc289 Char: nozomi, remove useless tty_sem by Jiri Slaby · 13 years ago
  22. 6d742f6 Char: nozomi, remove port.count checks by Jiri Slaby · 13 years ago
  23. c29bd8d Char: nozomi, use GFP_KERNEL for kfifo allocation by Jiri Slaby · 13 years ago
  24. 2cae8de nozomi: Drop __TIME__ usage by Michal Marek · 13 years ago
  25. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  26. 2c590f3 nozomi: don't use flush_scheduled_work() by Tejun Heo · 13 years ago
  27. a6afd9f tty: move a number of tty drivers from drivers/char/ to drivers/tty/ by Greg Kroah-Hartman · 13 years ago[Renamed from drivers/char/nozomi.c]
  28. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  29. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  30. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  31. 68e2965 nozomi: Fix warning from the previous TIOCGCOUNT changes by Alan Cox · 14 years ago
  32. 0587102 tty: icount changeover for other main devices by Alan Cox · 14 years ago
  33. 4457d98 kfifo: fix kfifo miss use of nozami.c by Stefani Seibold · 14 years ago
  34. bf9c1fc Char: nozomi, set tty->driver_data appropriately by Jiri Slaby · 14 years ago
  35. ee78bb9 Char: nozomi, fix tty->count counting by Jiri Slaby · 14 years ago
  36. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  37. 4165fe4 tty: Fix up char drivers request_room usage by Alan Cox · 14 years ago
  38. b2a3dbc nozomi: Tidy up the PCI table by Alan Cox · 14 years ago
  39. e8c65d1 nozomi: Fix mutex handling by Alan Cox · 14 years ago
  40. 266794e nozomi: Add tty_port usage by Alan Cox · 14 years ago
  41. eeec32a nozomi: quick fix for the close/close bug by Alan Cox · 14 years ago
  42. 9842c38 kfifo: fix warn_unused_result by Stefani Seibold · 14 years ago
  43. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 14 years ago
  44. e64c026 kfifo: cleanup namespace by Stefani Seibold · 14 years ago
  45. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 14 years ago
  46. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 14 years ago
  47. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  48. 23198fd tty: fix chars_in_buffers by Alan Cox · 15 years ago
  49. 9237a81 tty: nozomi, fix tty refcounting bug by Jiri Slaby · 15 years ago
  50. 4d8d4d2 Remove low_latency flag setting from nozomi and mxser drivers by Chuck Ebbert · 15 years ago
  51. 33dd474 tty: kref nozomi by Alan Cox · 15 years ago
  52. 716da63 nozomi: Fix close on error by Alan Cox · 16 years ago
  53. bf9d892 drivers/char: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  54. 24cb233 char serial: switch drivers to ioremap_nocache by Alan Cox · 16 years ago
  55. 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 16 years ago
  56. 782a6de fix iomem misannotations in nozomi by Al Viro · 16 years ago
  57. 661b4e8 nozomi: fix initialization and early flow control access by Frank Seidel · 16 years ago
  58. 18bbe0c2 nozomi: finish constification by Frank Seidel · 16 years ago
  59. 71e1b4a nozomi: constify driver by Jan Engelhardt · 16 years ago
  60. e9ed537 nozomi driver update by Frank Seidel · 16 years ago
  61. 20fd1e3 nozomi driver by Frank Seidel · 17 years ago