1. fc098af Revert "tty: fix port buffer locking" by Greg Kroah-Hartman · 7 years ago
  2. 59fe2cc serial: altera_uart: call iounmap() at driver remove by Tobias Klauser · 8 years ago
  3. 6df765d serial: imx: ensure UCR3 and UFCR are setup correctly by Uwe Kleine-König · 8 years ago
  4. da4c279 serial: enable serdev support by Johan Hovold · 8 years ago
  5. 8cde11b tty/serdev: add serdev registration interface by Johan Hovold · 8 years ago
  6. 6bdc00d serdev: Restore serdev_device_write_buf for atomic context by Stefan Wahren · 8 years ago
  7. 88e2582 serial: core: fix crash in uart_suspend_port by Lucas Stach · 8 years ago
  8. 925bb1c tty: fix port buffer locking by Vegard Nossum · 8 years ago
  9. 11d4d32 tty: ehv_bytechan: clean up init error handling by Johan Hovold · 8 years ago
  10. 1e94847 serial: ifx6x60: fix use-after-free on module unload by Johan Hovold · 8 years ago
  11. 5c9d6ab serial: altera_jtaguart: adding iounmap() by Alexey Khoroshilov · 8 years ago
  12. 2c0ac5b serial: exar: Fix stuck MSIs by Jan Kiszka · 8 years ago
  13. be40597 serial: efm32: Fix parity management in 'efm32_uart_console_get_options()' by Christophe JAILLET · 8 years ago
  14. aee5da7 serdev: fix tty-port client deregistration by Johan Hovold · 8 years ago
  15. d3ba126 Revert "tty_port: register tty ports with serdev bus" by Johan Hovold · 8 years ago
  16. 4c4fc90 drivers/tty: 8250: only call fintek_8250_probe when doing port I/O by Ard Biesheuvel · 8 years ago
  17. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  18. 8f3207c Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  19. 0632466 format-security: move static strings to const by Kees Cook · 8 years ago
  20. 3ef2bc0 Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  21. d75da00 oom: improve oom disable handling by Michal Hocko · 8 years ago
  22. 89c9fea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  23. 6fbc879 tty: fix comment for __tty_alloc_driver() by Thadeu Lima de Souza Cascardo · 8 years ago
  24. 7b9f6da Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. 3b60daf8 Annotate hardware config module parameters in drivers/tty/ by David Howells · 8 years ago
  26. 8e1c21f4 serial: small Makefile reordering by Nicolas Pitre · 8 years ago
  27. a1235b3 tty: split job control support into a file of its own by Nicolas Pitre · 8 years ago
  28. fff0a2c tty: move baudrate handling code to a file of its own by Nicolas Pitre · 8 years ago
  29. 0c68861 console: move console_init() out of tty_io.c by Nicolas Pitre · 8 years ago
  30. 72f1b85 serial: 8250_early: Add earlycon support for Palmchip UART by Marc Gonzalez · 8 years ago
  31. 5a0722b tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44 by Timur Tabi · 8 years ago
  32. 15a0654 Merge 4.11-rc7 into tty-next by Greg Kroah-Hartman · 8 years ago
  33. a8983d0 Revert "tty: don't panic on OOM in tty_set_ldisc()" by Greg Kroah-Hartman · 8 years ago
  34. 5659dab serdev: implement get/set tiocm by Sebastian Reichel · 8 years ago
  35. b3f80c8 serdev: add serdev_device_wait_until_sent by Sebastian Reichel · 8 years ago
  36. 2f09276 tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT init by Sebastian Reichel · 8 years ago
  37. 7f1534e vt: make mouse selection of non-ASCII consistent by Adam Borowski · 8 years ago
  38. 7d6d44a vt: set mouse selection word-chars to gpm's default by Adam Borowski · 8 years ago
  39. 18a4208 imx-serial: Reduce RX DMA startup latency when opening for reading by Peter Senna Tschudin · 8 years ago
  40. 77e6fe7 serial: omap: suspend device on probe errors by Johan Hovold · 8 years ago
  41. 099bd73 serial: omap: fix runtime-pm handling on unbind by Johan Hovold · 8 years ago
  42. 1b775de tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT init by Sebastian Reichel · 8 years ago
  43. 469f813 serial: samsung: Remove useless spinlock by Marek Szyprowski · 8 years ago
  44. 500fcc0 serial: samsung: Add missing checks for dma_map_single failure by Marek Szyprowski · 8 years ago
  45. 768d64f serial: samsung: Use right device for DMA-mapping calls by Marek Szyprowski · 8 years ago
  46. e61c38d serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be off by Uwe Kleine-König · 8 years ago
  47. 87838ae tty: fix comment typo s/repsonsible/responsible/ by Thadeu Lima de Souza Cascardo · 8 years ago
  48. 7d05587 tty: amba-pl011: Fix spurious TX interrupts by Jayachandran C · 8 years ago
  49. ecfc577 serial: xuartps: Enable clocks in the pm disable case also by Shubhrajyoti Datta · 8 years ago
  50. cade358 serial: core: Re-use struct uart_port {name} field by Andy Shevchenko · 8 years ago
  51. 6fe729c serdev: Add serdev_device_write subroutine by Andrey Smirnov · 8 years ago
  52. e1dc9b0 serial: sprd: adjust TIMEOUT to a big value by Wei Qiao · 8 years ago
  53. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  54. 5e35141 net: ibm: emac: remove unused sysrq handler for 'c' key by Eric Biggers · 8 years ago
  55. 9ccd8d7 Merge 4.11-rc5 into tty-next by Greg Kroah-Hartman · 8 years ago
  56. 128c434 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  57. e53e597 tty: pl011: fix earlycon work-around for QDF2400 erratum 44 by Timur Tabi · 8 years ago
  58. 49e1590 serial: 8250_EXAR: fix duplicate Kconfig text and add missing help text by Paul Gortmaker · 8 years ago
  59. 497e1e1 tty/serial: atmel: fix TX path in atmel_console_write() by Nicolas Ferre · 8 years ago
  60. 31ca2c6 tty/serial: atmel: fix race condition (TX+DMA) by Richard Genoud · 8 years ago
  61. a6040bc serial: mxs-auart: Fix baudrate calculation by Uwe Kleine-König · 8 years ago
  62. abf1e0a tty: serial: fsl_lpuart: lock port on console write by Stefan Agner · 8 years ago
  63. 4d9d7d8 serial: altera_uart: add earlycon support by Tobias Klauser · 8 years ago
  64. a4199f5 tty: Disable default console blanking interval by Tim Gardner · 8 years ago
  65. b2c663d serial: 8250: 8250_core: Fix irq name for 8250 serial IRQ by Vignesh R · 8 years ago
  66. f7048b1 tty: serial_core: Add name field to uart_port struct by Vignesh R · 8 years ago
  67. 7cd3e9d serial: 8250_lpss: Unconditionally set PCI master for Quark by Jan Kiszka · 8 years ago
  68. cfa6eb2 serial: sh-sci: Fix (AUTO)RTS in sci_init_pins() by Geert Uytterhoeven · 8 years ago
  69. 5f76895 serial: sh-sci: Fix late enablement of AUTORTS by Geert Uytterhoeven · 8 years ago
  70. e37f712 serial: sh-sci: Fix hang in sci_reset() by Geert Uytterhoeven · 8 years ago
  71. b5090cb serial: st-asc: Change default baudrate from 9600 to 115200 by Lee Jones · 8 years ago
  72. ef49ffd tty: serial: st-asc: Make the locking RT aware by Lionel Debieve · 8 years ago
  73. 19fa6e6 tty/hvc_console: fix console lock ordering with spinlock by Denis Kirjanov · 8 years ago
  74. 93857ed tty: reset termios state on device registration by Johan Hovold · 8 years ago
  75. 16b00ae tty: drop obsolete termios_locked comments by Johan Hovold · 8 years ago
  76. 6a7e6f7 tty: close race between device register and open by Johan Hovold · 8 years ago
  77. 53c1cf4 Merge 4.11-rc4 into tty-next by Greg Kroah-Hartman · 8 years ago
  78. 896d81f Revert "tty: Fix ldisc crash on reopened tty" by Greg Kroah-Hartman · 8 years ago
  79. 658b299 sched/headers: Remove duplicate #include <linux/sched/debug.h> line by Ingo Molnar · 8 years ago
  80. f1638fc Merge tag 'tty-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  81. 0634c29 of: Add function for generating a DT modalias with a newline by Rob Herring · 8 years ago
  82. 4719177 Merge tag 'gpio-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  83. acbdad8 serial: 8250_dw: simplify optional reset handling by Philipp Zabel · 8 years ago
  84. 22077b0 tty: serial_core, remove state checks in uart_poll* by Jiri Slaby · 8 years ago
  85. fab8a02 serial: 8250_fintek: Enable high speed mode on Fintek F81866 by Lukas Redlinger · 8 years ago
  86. 71472fa tty: Fix ldisc crash on reopened tty by Peter Hurley · 8 years ago
  87. 77dae61 tty: pty: Fix ldisc flush after userspace become aware of the data already by Wang YanQing · 8 years ago
  88. b44b96a uartlite: Adding a kernel parameter for the number of uartlites by Sam Povilus · 8 years ago
  89. 81e33b5 serial: xuartps: Cleanup the clock enable by Shubhrajyoti Datta · 8 years ago
  90. 0dcc054 serial: altera_jtaguart: add earlycon support by Tobias Klauser · 8 years ago
  91. 47baf1a tty: n_gsm: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
  92. d437fa9 drivers/tty: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 8 years ago
  93. a4a3e06 tty: fix data race in tty_ldisc_ref_wait() by Dmitry Vyukov · 8 years ago
  94. 5362544 tty: don't panic on OOM in tty_set_ldisc() by Dmitry Vyukov · 8 years ago
  95. b767ad7 Revert "tty: serial: pl011: add ttyAMA for matching pl011 console" by Aleksey Makarov · 8 years ago
  96. 0043c1d serial: st-asc: Use new GPIOD API to obtain RTS pin by Lee Jones · 8 years ago
  97. d62100f serial: xilinx_uartps: Add pm runtime support by Shubhrajyoti Datta · 8 years ago
  98. f48180a serial: 8250: 8250_core: Use dev_name() during request_irq() by Vignesh R · 8 years ago
  99. 22a3365 drivers: convert sbd_duart.map_guard from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  100. 8961df8 tty/serial: atmel: move atmel_serial header into driver directory by Richard Genoud · 8 years ago