1. cc2aaab tty: Remove tty_port::close_wait by Peter Hurley · 9 years ago
  2. d215d80 serial_core: support native endianness by Max Filippov · 9 years ago
  3. 9e31364 serial: core: Remove tty port activate() and shutdown() methods by Peter Hurley · 9 years ago
  4. 6fb98fb serial: core: Use proper spinlock flavor in uart_close() by Peter Hurley · 9 years ago
  5. e144c58 serial: core: Fix crashes while echoing when closing by Peter Hurley · 9 years ago
  6. f10a223 serial: core: cleanup in uart_get_baud_rate() by Joakim Nordell · 9 years ago
  7. 6e63be3 serial: earlycon: Add support for big-endian MMIO accesses by Noam Camus · 9 years ago
  8. 429b474 tty: remove buf parameter from tty_name() by Rasmus Villemoes · 9 years ago
  9. 10afbe3 serial: core: Fix kernel-doc build warnings by Peter Hurley · 9 years ago
  10. 1cfe42b serial: core: Fix kernel doc for uart_console_write() by Peter Hurley · 10 years ago
  11. 959801f serial: core: Add minor field to uart_port by Peter Hurley · 10 years ago
  12. 73abaf8 serial: earlycon: Refactor parse_options into serial core by Peter Hurley · 10 years ago
  13. 97f9f70 serial: core: replace current->state by __set_current_state() by Fabian Frederick · 10 years ago
  14. 391f93f serial: core: Rework hw-assisted flow control support by Peter Hurley · 10 years ago
  15. b164c97 serial: core: Simplify console suspend logic in uart_suspend_port() by Peter Hurley · 10 years ago
  16. 68ed7e1 serial: fix parisc boot hang by James Bottomley · 10 years ago
  17. 3ffb1a8 serial: core: Add big-endian iotype by Kevin Cernekee · 10 years ago
  18. bd737f8 tty/serial_core: Introduce lock mechanism for RS485 by Ricardo Ribalda Delgado · 10 years ago
  19. a9c20a9 serial_core: Remove call to driver-specific TIO[GS]RS485] by Ricardo Ribalda Delgado · 10 years ago
  20. a5f276f serial_core: Handle TIOC[GS]RS485 ioctls. by Ricardo Ribalda Delgado · 10 years ago
  21. 732a84a serial: core: Pass termios to set_ldisc() notifications by Peter Hurley · 10 years ago
  22. db1b9df serial: core: Claim port mutex for set_ldisc() by Peter Hurley · 10 years ago
  23. 28e1445 Merge branch 'tty-linus' into 'tty-testing' by Greg Kroah-Hartman · 10 years ago
  24. 91b32f5 serial: core: Fix port count when uart_open() errors by Peter Hurley · 10 years ago
  25. 64dbee3 serial: core: Remove extra locking in uart_write() by Peter Hurley · 10 years ago
  26. 2b702b9 serial: core: Colocate crucial structure linkage by Peter Hurley · 10 years ago
  27. 1f0afd1 serial: core: Remove redundant timeout assignments by Peter Hurley · 10 years ago
  28. 74866e7 serial: core: Unwrap >80 char line in uart_close() by Peter Hurley · 10 years ago
  29. 7c8ab96 serial: Fix locking for uart driver set_termios() method by Peter Hurley · 10 years ago
  30. 2e75891 serial: core: Flush ldisc after dropping port mutex in uart_close() by Peter Hurley · 10 years ago
  31. 479e9b9 serial: Refactor uart_flush_buffer() from uart_close() by Peter Hurley · 10 years ago
  32. 91f189de serial: Fix sparse warnings in uart_throttle()/uart_unthrottle() by Peter Hurley · 10 years ago
  33. d4260b5 serial: Fix upstat_t sparse warnings by Peter Hurley · 10 years ago
  34. 547039e serial: Fix divide-by-zero fault in uart_get_divisor() by Peter Hurley · 10 years ago
  35. 69784fa Revert "serial/core: Initialize the console pm state" by Greg Kroah-Hartman · 10 years ago
  36. a86713b serial/core: Initialize the console pm state by Sudhir Sreedharan · 10 years ago
  37. 938f7e1 serial: core: Use spin_lock_irq() in uart_set_termios() by Peter Hurley · 10 years ago
  38. d01f4d1 serial: core: Privatize tty->hw_stopped by Peter Hurley · 10 years ago
  39. 299245a serial: core: Privatize modem status enable flags by Peter Hurley · 10 years ago
  40. 4d90bb1 serial: core: Document and assert lock requirements for irq helpers by Peter Hurley · 10 years ago
  41. c993257 serial: core: Unwrap tertiary assignment in uart_handle_dcd_change() by Peter Hurley · 10 years ago
  42. fba594a serial: core: Remove unsafe x_char optimization by Peter Hurley · 10 years ago
  43. c235ccc serial: core: Fix x_char race by Peter Hurley · 10 years ago
  44. 99abf3b serial: Style fix by Peter Hurley · 10 years ago
  45. a6eec92 Revert "serial: uart: add hw flow control support configuration" by Peter Hurley · 10 years ago
  46. 2f2dafe serial: serial_core.c: printk replacement by Sudip Mukherjee · 10 years ago
  47. ae36e95 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  48. c2b703b serial/core: Fix too big allocation for attribute member by Yoshihiro YUNOMAE · 10 years ago
  49. 266dcff Serial: allow port drivers to have a default attribute group by Greg Kroah-Hartman · 10 years ago
  50. c18b55f tty: serial: Fix termios/port flags mismatch by Peter Hurley · 10 years ago
  51. e359a4e tty: Remove tty_hung_up_p() tests from tty drivers' open() by Peter Hurley · 10 years ago
  52. ddc7b75 tty: Move tty->closing from port lock critical section by Peter Hurley · 10 years ago
  53. ae84db9 serial: core: Preserve termios c_cflag for console resume by Peter Hurley · 10 years ago
  54. 1fdc310 serial: core: Make enable_ms() optional by Alexander Shiyan · 10 years ago
  55. a208ffd of: Enable console on serial ports specified by /chosen/stdout-path by Grant Likely · 10 years ago
  56. 06aa82e serial: uart: add hw flow control support configuration by Murali Karicheri · 10 years ago
  57. f379a07 Merge 3.15-rc3 into tty-next by Greg Kroah-Hartman · 10 years ago
  58. c7d44a0 serial_core: Commonalize crlf when working w/ a non open console port by Doug Anderson · 10 years ago
  59. 7deb39e serial_core: fix uart PORT_UNKNOWN handling by Thomas Pfaff · 10 years ago
  60. bf903c0 serial_core: Fix pm imbalance on unbind by Geert Uytterhoeven · 10 years ago
  61. 717f3bb serial_core: Fix conditional start_tx on ring buffer not empty by Seth Bollinger · 10 years ago
  62. 4ed94cd serial_core: Avoid NULL pointer dereference in uart_close() by Geert Uytterhoeven · 10 years ago
  63. 4c6d5b4 serial_core: Get a reference for port->tty in uart_remove_one_port() by Geert Uytterhoeven · 10 years ago
  64. 015355b serial_core: Grammar s/ports/port's/ by Geert Uytterhoeven · 11 years ago
  65. 02088ca serial_core: Spelling s/contro/control/ by Geert Uytterhoeven · 11 years ago
  66. 5f5c9ae serial_core: Unregister console in uart_remove_one_port() by Geert Uytterhoeven · 11 years ago
  67. 42b6a1b serial_core: Don't re-initialize a previously initialized spinlock. by Randy Witt · 11 years ago
  68. 7d12b97 serial: report base_baud after initialization by Kees Cook · 11 years ago
  69. cf0ebee0 serial: Move "uart_console" def to core header file. by Sourav Poddar · 11 years ago
  70. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  71. 5a65dcc serial_core.c: add put_device() after device_find_child() by Federico Vaga · 11 years ago
  72. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  73. bc80fbe tty: Remove ancient hardpps() by Peter Hurley · 12 years ago
  74. 4238157 pps: Additional cleanups in uart_handle_dcd_change by George Spelvin · 12 years ago
  75. 593fb1ae4 pps: Move timestamp read into PPS code proper by George Spelvin · 12 years ago
  76. b342dd5 drivers/tty/serial: extern function which for release resource, need check pointer, before free it by Chen Gang · 12 years ago
  77. d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 12 years ago
  78. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  79. ef4f527 tty: Fix comments that reference BKL, eventd, old paths by Kevin Cernekee · 12 years ago
  80. 6f538fe tty: serial core: decouple pm states from ACPI by Linus Walleij · 12 years ago
  81. d07e43d Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  82. fd985e1 drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usage by Andrew Morton · 12 years ago
  83. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  84. 7a876b3 serial: cast before shifting on port io by Alan Cox · 12 years ago
  85. 9aba8d5b SERIAL: core: add throttle/unthrottle callbacks for hardware assisted flow control by Russell King · 12 years ago
  86. dba0583 SERIAL: core: add hardware assisted h/w flow control support by Russell King · 12 years ago
  87. 2cbacaf SERIAL: core: add hardware assisted s/w flow control support by Russell King · 12 years ago
  88. dec94e7 SERIAL: core: use local variable uport in uart_set_termios() by Russell King · 12 years ago
  89. 373bac4 uart: add other serial core layer get attributes by Alan Cox · 12 years ago
  90. 9f10969 uart: tidy the uart_get_info API by Alan Cox · 12 years ago
  91. bebe73e uart: update the sysfs handler to use uart_get_info by Alan Cox · 12 years ago
  92. c7f3e70 tty/serial/core: Introduce poll_init callback by Anton Vorontsov · 12 years ago
  93. 43eca0a serial_core: Fix race in uart_handle_dcd_change by Alan Cox · 12 years ago
  94. b1b7991 tty_register_device_attr updated for tty-next by Tomas Hlavacek · 12 years ago
  95. 6915c0e tty: uartclk value from serial_core exposed to sysfs by Tomas Hlavacek · 12 years ago
  96. 37cd0c9 serial_core: fix sizeof(pointer) by Fengguang Wu · 12 years ago
  97. f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
  98. 7ba2e76 tty: Split the serial_core helpers for setserial into two by Alan Cox · 12 years ago
  99. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  100. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago