1. efb8d21 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  2. d208a3b TTY: serial_core: Fix crash if DCD drop during suspend by Doug Anderson · 13 years ago
  3. 94abc56 serial-core: power up uart port early before we do set_termios when resuming by Ning Jiang · 13 years ago
  4. 5595621 TTY: serial: Move mutex_unlock in uart_close function by Nobuhiro Iwamatsu · 13 years ago
  5. 0b05835 TTY: use tty_wait_until_sent_from_close in other drivers by Jiri Slaby · 13 years ago
  6. bafb0bd TTY: serial, move locking in uart_close by Jiri Slaby · 13 years ago
  7. 426929f TTY: serial, use ASYNCB_CLOSING in uart_close by Jiri Slaby · 13 years ago
  8. 4834d02 tty: serial8250: remove UPIO_DWAPB{,32} by Jamie Iles · 13 years ago
  9. 906cbe1 TTY: remove tty_locked by Jiri Slaby · 13 years ago
  10. 6a3e492b TTY: serial, remove tasklet for tty_wakeup by Jiri Slaby · 13 years ago
  11. 1f33a51 TTY: serial, remove BTM from wait_until_sent by Jiri Slaby · 13 years ago
  12. 0055197 TTY: serial, document ignoring of uart->ops->startup error by Jiri Slaby · 13 years ago
  13. c831cff TTY: serial_core, remove superfluous set_task_state by Jiri Slaby · 13 years ago
  14. 32ad3a7 TTY: serial_core, remove invalid test by Jiri Slaby · 13 years ago
  15. e9a470f Serial: Remove unused code. by Govindraj.R · 13 years ago
  16. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 13 years ago
  17. 6f5c24a serial: core, remove uart_update_termios by Jiri Slaby · 13 years ago
  18. 303a7a1 serial: core, do not set DTR/RTS twice on startup by Jiri Slaby · 13 years ago
  19. c7d7abf serial: core, move termios handling to uart_startup by Jiri Slaby · 13 years ago
  20. 4fd53ef TTY: serial_core, remove unused variable by Jiri Slaby · 13 years ago
  21. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  22. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  23. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  24. 5933a16 serial-core: reset the console speed on resume by Yin Kangkai · 13 years ago
  25. ab4382d tty: move drivers/serial/ to drivers/tty/serial/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/serial/serial_core.c]
  26. 56b85f3 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  27. 3f960db Serial: Avoid unbalanced IRQ wake disable during resume by Govindraj.R · 14 years ago
  28. a3ae0fc 8250: add a UPIO_DWAPB32 for 32 bit accesses by Jamie Iles · 14 years ago
  29. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  30. d281da7 tty: Make tiocgicount a handler by Alan Cox · 14 years ago
  31. 891b9dd serial-core: restore termios settings when resume console ports by Jason Wang · 14 years ago
  32. ca2e71a serial-core: skip call set_termios/console_start when no_console_suspend by Jason Wang · 14 years ago
  33. 2036521 tty: untangle locking of wait_until_sent by Arnd Bergmann · 14 years ago
  34. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
  35. 3f582b8 serial: fix termios settings in open by Arnd Bergmann · 14 years ago
  36. 74c2107 serial: Use block_til_ready helper by Alan Cox · 14 years ago
  37. 24fcc7c serial: trim locking on the helpers by Alan Cox · 14 years ago
  38. de0c8cb serial: add port helpers by Alan Cox · 14 years ago
  39. 61cd8a2 serial: Change the wait for carrier locking by Alan Cox · 14 years ago
  40. d87d9b7 tty: serial - fix tty referencing in set_ldisc by Alan Cox · 14 years ago
  41. 1922513 tty: serial - fix various misuses/mishandlings of port->tty by Alan Cox · 14 years ago
  42. 16ae2a8 serial: Fix crash if the minimum rate of the device is > 9600 baud by Alan Cox · 15 years ago
  43. 4547be7 serial-core: resume serial hardware with no_console_suspend by Stanislav Brabec · 15 years ago
  44. 82cb7ba serial: cascade needless conditionals by André Goddard Rosa · 15 years ago
  45. 9e845ab serial: fix NULL pointer dereference by André Goddard Rosa · 15 years ago
  46. eea7e17 tty, serial: Fix race and NULL check in uart_close() by Linus Torvalds · 15 years ago
  47. 1b9894f serial core: fix new kernel-doc warnings by Randy Dunlap · 15 years ago
  48. ba15ab0 Set proper console speed on resume if console suspend is disabled by Deepak Saxena · 15 years ago
  49. 7b01478 serial: introduce tty krefs by Alan Cox · 15 years ago
  50. 016af53 serial: kill USF_CLOSING_* definitions by Alan Cox · 15 years ago
  51. b58d13a serial: move port users helper by Alan Cox · 15 years ago
  52. bdc04e3 serial: move delta_msr_wait into the tty_port by Alan Cox · 15 years ago
  53. a2bceae serial: replace the state mutex with the tty port mutex by Alan Cox · 15 years ago
  54. ccce6de serial: move the flags into the tty_port field by Alan Cox · 15 years ago
  55. 91312cd serial: move count into the tty_port version by Alan Cox · 15 years ago
  56. 46d57a4 serial: use tty_port pointers in the core code by Alan Cox · 15 years ago
  57. 5e99df5 serial: Fold closing_* fields into the tty_port ones by Alan Cox · 15 years ago
  58. ebd2c8f serial: kill off uart_info by Alan Cox · 15 years ago
  59. 833bb30 serial: fixup /proc/tty/driver/serial after proc_fops conversion by Alexey Dobriyan · 15 years ago
  60. d196a94 proc tty: switch serial_core to ->proc_fops by Alexey Dobriyan · 15 years ago
  61. 4bfe090 serial: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  62. 8e23fcc Serial: Allow port type to be specified when calling serial8250_register_port. by David Daney · 16 years ago
  63. bc32562 fix for tty-serial-move-port by Alexander Beregalov · 16 years ago
  64. f751928 tty: We want the port object to be persistent by Alan Cox · 16 years ago
  65. a62c413 drivers/serial: use nr_irqs by Yinghai Lu · 16 years ago
  66. 8440838 serial: fix device name reporting when minor space is shared between drivers by David S. Miller · 16 years ago
  67. 9bde10a serial-make-uart_ports-ioport-unsigned-long-fix by Andrew Morton · 16 years ago
  68. 9e98966 tty: rework break handling by Alan Cox · 16 years ago
  69. df4f4dd serial: use tty_port by Alan Cox · 16 years ago
  70. 6bb0e3a Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_ops by Haavard Skinnemoen · 16 years ago
  71. 7ca796f serial: fix serial_match_port() for dynamic major tty-device numbers by Guennadi Liakhovetski · 16 years ago
  72. edeb280 Fix uart_set_ldisc() function type by Linus Torvalds · 16 years ago
  73. 64e9159 serial_core: uart_set_ldisc infrastructure by Alan Cox · 16 years ago
  74. 03a74dc serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.c by Arjan van de Ven · 16 years ago
  75. 55d7b68 serial: access after NULL check in uart_flush_buffer() by Tetsuo Handa · 16 years ago
  76. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  77. 23d22ce serial: switch the serial core to int put_char methods by Alan Cox · 16 years ago
  78. e523844 serial_core: Prepare for BKL push down by Alan Cox · 16 years ago
  79. eb424fd uart_get_baud_rate: stop mangling termios by Alan Cox · 16 years ago
  80. 74081f8 PM: Fix misuse of wakeup flag accessors in serial core by Alan Stern · 16 years ago
  81. 4a1b550 kgdb: Kconfig fix by Andrew Morton · 16 years ago
  82. f2d937f consoles: polling support, kgdboc by Jason Wessel · 16 years ago
  83. 922f9cf fs/char_dev.c: chrdev_open marked static and removed from fs.h by Denis Cheng · 16 years ago
  84. a46c999 serial_core: bring mostly into line with coding style by Alan Cox · 16 years ago
  85. 6d4d67b serial: speed setup failure reporting by Alan Cox · 16 years ago
  86. c8c6bfa serial: avoid stalling suspend if serial port won't drain by Russell King · 16 years ago
  87. 9d778a6 serial: avoid waking up closed serial ports on resume by Russell King · 16 years ago
  88. c3e4642 serial: keep the DTR setting for serial console. by Yinghai Lu · 16 years ago
  89. 149b36e serial: stop passing NULL to functions that expect data by Alan Cox · 17 years ago
  90. 8f4ce8c serial: turn serial console suspend a boot rather than compile time option by Andres Salomon · 17 years ago
  91. b3b708f wake up from a serial port by Guennadi Liakhovetski · 17 years ago
  92. 97d9722 [SERIAL] Fix console initialisation ordering by Russell King · 17 years ago
  93. 20620d6 serial: don't optimise away baud rate changes when BOTHER is used by David Woodhouse · 17 years ago
  94. 4f640ef Use resource_size_t for serial port IO addresses by Josh Boyer · 17 years ago
  95. 7949268 serial: assert DTR for serial console devices by Yinghai Lu · 17 years ago
  96. eb3a1e1 Serial: serial_core, use pr_debug by Jiri Slaby · 17 years ago
  97. abb4a23 serial: define FIXED_PORT flag for serial_core by David Gibson · 17 years ago
  98. beab697 serial driver PMC MSP71xx by Marc St-Jean · 17 years ago
  99. 8f31bb3 [PATCH] serial: replace kmalloc+memset with kzalloc by Burman Yan · 17 years ago
  100. 3689a0e [PATCH] serial: make sure UART is powered up when dumping MCTRL status by George G. Davis · 17 years ago