1. a15ad34 TTY: jsm: use container_of to resolve jsm_channel from uart_port by Fabian Frederick · 10 years ago
  2. e789d26 serial: cpm_uart: use container_of to resolve uart_cpm_port from uart_port by Fabian Frederick · 10 years ago
  3. 22d4d44 serial: mpsc: use container_of to resolve mpsc_port_info from uart_port by Fabian Frederick · 10 years ago
  4. 2413b32 serial: use container_of to resolve uart_ip22zilog_port from uart_port by Fabian Frederick · 10 years ago
  5. c9db776 serial: sa1100: use container_of to resolve sa1100_port from uart_port by Fabian Frederick · 10 years ago
  6. b6b30d6 serial: use container_of to resolve uart_sio_port from uart_port by Fabian Frederick · 10 years ago
  7. 0a0661d tty: serial: 8250: omap: add dma support by Sebastian Andrzej Siewior · 10 years ago
  8. 7728524 tty: serial: 8250: omap: add custom irq handling by Sebastian Andrzej Siewior · 10 years ago
  9. 0e31c8d tty: serial: 8250_omap: add custom DMA-RX callback by Sebastian Andrzej Siewior · 10 years ago
  10. 31a1713 tty: serial: 8250_omap: add custom DMA-TX callback by Sebastian Andrzej Siewior · 10 years ago
  11. f1a297b tty: serial: 8250: allow to use custom DMA implementation by Sebastian Andrzej Siewior · 10 years ago
  12. 0fcb790 tty: serial: 8250_dma: keep own book keeping about RX transfers by Sebastian Andrzej Siewior · 10 years ago
  13. b220282 tty: serial: 8250_dma: handle error on TX submit by Sebastian Andrzej Siewior · 10 years ago
  14. 61929cf tty: serial: Add 8250-core based omap driver by Sebastian Andrzej Siewior · 10 years ago
  15. f31b5d2 tty: serial: 8250: make serial8250_console_setup() non _init by Sebastian Andrzej Siewior · 10 years ago
  16. 6a529ab tty: serial: 8250: Fix wording in runtime-PM comments by Sebastian Andrzej Siewior · 10 years ago
  17. 914d3b1 serial: mxs-auart: add sysrq support by Janusz Uzycki · 10 years ago
  18. d4ac063 tty: serial: omap: Remove probe error message by Markus Pargmann · 10 years ago
  19. 91b32f5 serial: core: Fix port count when uart_open() errors by Peter Hurley · 10 years ago
  20. 64dbee3 serial: core: Remove extra locking in uart_write() by Peter Hurley · 10 years ago
  21. 2b702b9 serial: core: Colocate crucial structure linkage by Peter Hurley · 10 years ago
  22. 1f0afd1 serial: core: Remove redundant timeout assignments by Peter Hurley · 10 years ago
  23. 74866e7 serial: core: Unwrap >80 char line in uart_close() by Peter Hurley · 10 years ago
  24. 7c8ab96 serial: Fix locking for uart driver set_termios() method by Peter Hurley · 10 years ago
  25. 2e75891 serial: core: Flush ldisc after dropping port mutex in uart_close() by Peter Hurley · 10 years ago
  26. 479e9b9 serial: Refactor uart_flush_buffer() from uart_close() by Peter Hurley · 10 years ago
  27. 86c80a8 tty: Flush ldisc buffer atomically with tty flip buffers by Peter Hurley · 10 years ago
  28. 276a661 tty: Fix timeout on pty set ldisc by Peter Hurley · 10 years ago
  29. fae76e9 tty: Fix hung task on pty hangup by Peter Hurley · 10 years ago
  30. e80a10e tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functions by Peter Hurley · 10 years ago
  31. 52bce7f pty, n_tty: Simplify input processing on final close by Peter Hurley · 10 years ago
  32. 1bb9541 pty: Don't drop pty master tty lock to hangup slave by Peter Hurley · 10 years ago
  33. 2febdb6 tty: Preset lock subclass for nested tty locks by Peter Hurley · 10 years ago
  34. 2aff5e2 tty: Change tty lock order to master->slave by Peter Hurley · 10 years ago
  35. 7ffb6da tty: Simplify tty_release() state checks by Peter Hurley · 10 years ago
  36. 359b9fb tty: Simplify tty_release_checks() interface by Peter Hurley · 10 years ago
  37. 62462ae tty: Simplify tty_ldisc_release() interface by Peter Hurley · 10 years ago
  38. 949aa64 tty: Fold pty pair handling into tty_flush_works() by Peter Hurley · 10 years ago
  39. 324c165 tty: Simplify pty pair teardown logic by Peter Hurley · 10 years ago
  40. deb287e tty: Document check_tty_count() requires tty_lock held by Peter Hurley · 10 years ago
  41. d5e370a tty: Don't release tty locks for wait queue sanity check by Peter Hurley · 10 years ago
  42. 0911261 tty: Don't take tty_mutex for tty count changes by Peter Hurley · 10 years ago
  43. 0498070 tty: Remove TTY_CLOSING by Peter Hurley · 10 years ago
  44. aa3cb81 tty: Drop tty_mutex before tty reopen by Peter Hurley · 10 years ago
  45. 52494ee tty: Re-open /dev/tty without tty_mutex by Peter Hurley · 10 years ago
  46. 55199ea pty: Always return -EIO if slave BSD pty opened first by Peter Hurley · 10 years ago
  47. 216030e tty: Check tty->count instead of TTY_CLOSING in tty_reopen() by Peter Hurley · 10 years ago
  48. 5d93e74 tty: Clarify re-open behavior of master ptys by Peter Hurley · 10 years ago
  49. 3ff51a1 tty: Remove TTY_HUPPING by Peter Hurley · 10 years ago
  50. c8483bc tty: Invert tty_lock/ldisc_sem lock order by Peter Hurley · 10 years ago
  51. 3ee175d tty: Don't hold tty_lock for ldisc release by Peter Hurley · 10 years ago
  52. 1bc8cde 8250_pci: Added driver for Endrun Technologies PTP PCIe card. by Mike Skoog · 10 years ago
  53. fa59e25 n_tty: Remove stale read lock comment by Peter Hurley · 10 years ago
  54. 95ea90d n_tty: Only process packet mode data in raw mode by Peter Hurley · 10 years ago
  55. 1aa1bf1 tty: Fix missed wakeup from packet mode status update by Peter Hurley · 10 years ago
  56. 4ed60fc pty: Hold ctrl_lock for packet mode updates by Peter Hurley · 10 years ago
  57. 2622d73 pty: Fix packet mode setting race by Peter Hurley · 10 years ago
  58. 54e8e5f pty: Don't claim slave's ctrl_lock for master's packet mode by Peter Hurley · 10 years ago
  59. 6054c16e tty: Use spin_lock_irq() for ctrl_lock when interrupts enabled by Peter Hurley · 10 years ago
  60. 4d8c1df pty: Use spin_lock_irq() for pty_set_termios() by Peter Hurley · 10 years ago
  61. dbfcd85 tty: Move pty-specific set_termios() handling to pty driver by Peter Hurley · 10 years ago
  62. 6460fbb tty: WARN for attempted set_termios() of pty master by Peter Hurley · 10 years ago
  63. a361858 tty: Update code comment in __proc_set_tty() by Peter Hurley · 10 years ago
  64. e218eb3 tty: Serialize proc_set_tty() with tty_lock by Peter Hurley · 10 years ago
  65. e1c2296 tty: Move session_of_pgrp() and make static by Peter Hurley · 10 years ago
  66. 2c411c1 tty: Fix multiple races when setting the controlling terminal by Peter Hurley · 10 years ago
  67. ae28fa7 tty: Remove !tty condition from __proc_set_tty() by Peter Hurley · 10 years ago
  68. 5b23954 tty: Replace open-coded tty_get_pgrp() by Peter Hurley · 10 years ago
  69. bce65f1 tty: Remove tsk parameter from proc_set_tty() by Peter Hurley · 10 years ago
  70. 11d9bef tty: Reorder proc_set_tty() and related fns by Peter Hurley · 10 years ago
  71. 8f166e0 tty: Remove tty_pair_get_tty()/tty_pair_get_pty() api by Peter Hurley · 10 years ago
  72. edf4eda tty: serial: 8250_core: restore the LCR register in set_sleep by Sudhir Sreedharan · 10 years ago
  73. 513e438 serial: of-serial: fix up PM ops on no_console_suspend and port type by Jingchang Lu · 10 years ago
  74. 369e2b8 tty: Remove sparse lock annotations from tty_write_lock()/_unlock() by Peter Hurley · 10 years ago
  75. 91f189de serial: Fix sparse warnings in uart_throttle()/uart_unthrottle() by Peter Hurley · 10 years ago
  76. d4260b5 serial: Fix upstat_t sparse warnings by Peter Hurley · 10 years ago
  77. fda2b41 goldfish: off by one in goldfish_tty_console_setup() by Dan Carpenter · 10 years ago
  78. a4dc923 goldfish: fix sparse warnings by Fabian Frederick · 10 years ago
  79. 52d589a Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  80. 6b997ba serial: atmel: add missing dmaengine header by Vinod Koul · 10 years ago
  81. 2856fcd Merge branch 'topic/dma_control_cleanup_acks' into for-linus by Vinod Koul · 10 years ago
  82. 2bcd90d serial: sh-sci: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  83. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  84. fd9879b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  85. 81ae31d Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  86. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  87. ea58459 Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  88. 683a52a Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  89. bdf428f Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  90. 95afae4 xen: remove DEFINE_XENBUS_DRIVER() macro by David Vrabel · 10 years ago
  91. 69784fa Revert "serial/core: Initialize the console pm state" by Greg Kroah-Hartman · 10 years ago
  92. 3e47d14 powerpc: Remove powerpc specific cmd_line by Anton Blanchard · 10 years ago
  93. 0efe729 tty: serial: msm: Add earlycon support by Stephen Boyd · 10 years ago
  94. a86713b serial/core: Initialize the console pm state by Sudhir Sreedharan · 10 years ago
  95. daea65a serial: asc: Conditionally use readl_relaxed (COMPILE_TEST) by Daniel Thompson · 10 years ago
  96. 2dea53b serial: of-serial: add PM suspend/resume support by Jingchang Lu · 10 years ago
  97. c3f43ee tty/metag_da: Add console_poll module parameter by James Hogan · 10 years ago
  98. 716e115 serial: 8250_pci: remove rts_n override from Baytrail quirk by Heikki Krogerus · 10 years ago
  99. 6fa62fc serial: cadence: Add generic earlycon support by Michal Simek · 10 years ago
  100. a4688bc serial: imx: change the wait even to interruptiable by Huang Shijie · 10 years ago