1. cf0a157 Merge 4.13-rc5 into tty-next by Greg Kroah-Hartman · 8 years ago
  2. 9527b82 Revert "serial: Delete dead code for CIR serial ports" by Sean Young · 8 years ago
  3. c7ac15c serial: core: move UPF_NO_TXEN_TEST to quirks and rename by Andy Shevchenko · 8 years ago
  4. 1104321 serial: Delete dead code for CIR serial ports by Matthias Brugger · 8 years ago
  5. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  6. 3b60daf8 Annotate hardware config module parameters in drivers/tty/ by David Howells · 8 years ago
  7. b2c663d serial: 8250: 8250_core: Fix irq name for 8250 serial IRQ by Vignesh R · 8 years ago
  8. f48180a serial: 8250: 8250_core: Use dev_name() during request_irq() by Vignesh R · 8 years ago
  9. 6741f55 Revert "tty: serial: 8250: add CON_CONSDEV to flags" by Herbert Xu · 8 years ago
  10. db405a8 serial: 8250: Expose set_ldisc function by Ed Blake · 8 years ago
  11. 98838d9 serial: 8250: Add IrDA to UART capabilities by Ed Blake · 8 years ago
  12. b53761e Merge 4.8-rc5 into tty-next by Greg Kroah-Hartman · 9 years ago
  13. 46e3668 serial: earlycon: Extend earlycon command line option to support 64-bit addresses by Alexander Sverdlin · 9 years ago
  14. 5db4f7f Revert "tty/serial/8250: use mctrl_gpio helpers" by Andy Shevchenko · 9 years ago
  15. 4ef03d3 tty/serial/8250: use mctrl_gpio helpers by Yegor Yefremov · 9 years ago
  16. d03516d tty: serial: 8250: add CON_CONSDEV to flags by Matthew Leach · 9 years ago
  17. 934014d tty: 8250, kill DEBUG_INTR by Jiri Slaby · 9 years ago
  18. b0f8aed tty: 8250, drop unused members from struct old_serial_port by Jiri Slaby · 9 years ago
  19. 144ef5c2 serial: 8250: export get_mctrl function by Wan Ahmad Zainie · 9 years ago
  20. bf2a0be tty: serial: 8250: Cleanup p->em485 in serial8250_unregister_port by Matwey V. Kornilov · 9 years ago
  21. 9f59fbf tty: serial: 8250: Suitably replace printk by Phillip Raffeck · 9 years ago
  22. 90ad7c4 tty: serial: 8250: Fix multi-line strings by Anton Wuerfel · 9 years ago
  23. 149a44c tty: serial: 8250: Add parentheses to macro by Anton Wuerfel · 9 years ago
  24. b34f9fa tty: serial: 8250: Move EXPORT_SYMBOL to function by Anton Wuerfel · 9 years ago
  25. d70a7b1 serial: 8250: Unlink uart console ptr if console setup fails by Peter Hurley · 9 years ago
  26. bd94c40 serial: support 16-bit register interface for console by Masahiro Yamada · 9 years ago
  27. e4fda3a serial: don't register CIR serial ports by Maciej S. Szmigiero · 9 years ago
  28. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 10 years ago
  29. 2584cf8 arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead by Dan Williams · 10 years ago
  30. b6830f6 serial: 8250: Split base port operations from universal driver by Peter Hurley · 10 years ago
  31. ba02406 serial: 8250: remove return statements from void function by Masahiro Yamada · 10 years ago
  32. 1ed7b84 serial: 8250: do not copy port.fifosize member twice by Masahiro Yamada · 10 years ago
  33. 59cfc45 serial: 8250: Do nothing if nr_uarts=0 by Jan Kiszka · 10 years ago
  34. 507224a serial: 8250: remove Kconfig indirection by Valentin Rothberg · 10 years ago
  35. 47eb16f drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6 by Valentin Rothberg · 10 years ago
  36. d56a669 Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 10 years ago
  37. c627f2c serial: 8250: Add support for big-endian MMIO accesses by Kevin Cernekee · 10 years ago
  38. ca782f1 earlycon: 8250: Document kernel command line options by Peter Hurley · 10 years ago
  39. 8751577 earlycon: 8250: Fix command line regression by Peter Hurley · 10 years ago
  40. ee97d0e serial: 8250: allow specifying iomem size in addition to address by Mans Rullgard · 10 years ago
  41. e4228d7 serial: 8250: remove the redundant include by Wang Long · 10 years ago
  42. f01a0bd serial: 8250: Check UART_SCR is writable by Peter Hurley · 10 years ago
  43. 509cb7d serial: 8250: Validate reg addr for Au1x00/RT288x i/o accessors by Peter Hurley · 10 years ago
  44. 72a33aa serial: 8250: Declare base port operations const by Peter Hurley · 10 years ago
  45. 40375393 serial: 8250: Decouple RSA probe by Peter Hurley · 10 years ago
  46. 3b81c26 serial: 8250: Only get RSA resource when required by Peter Hurley · 10 years ago
  47. cd52b75 serial: 8250: Get RSA resource iff CONFIG_SERIAL_8250_RSA by Peter Hurley · 10 years ago
  48. d53e142 serial: 8250: Initialize default dma handlers when setting defaults by Peter Hurley · 10 years ago
  49. afd483b serial: 8250: Initialize fixed type fields when setting defaults by Peter Hurley · 10 years ago
  50. 1a53e07 serial: 8250: Encapsulate port i/o method init by Peter Hurley · 10 years ago
  51. 0a16e2c serial: 8250: Separate port initialization by Peter Hurley · 10 years ago
  52. a4416cd serial: 8250: Separate legacy irq handling from core port operations by Peter Hurley · 10 years ago
  53. 6e28157 serial: 8250: Separate 8250 console interface by Peter Hurley · 10 years ago
  54. c7cef0a console: Add extensible console matching by Peter Hurley · 10 years ago
  55. e13cb72 serial: 8250: Decouple core from skip_txen_test module param by Peter Hurley · 10 years ago
  56. d81e50f serial: 8250: Move ns16550a_goto_hispeed() to local header by Peter Hurley · 10 years ago
  57. 5db496b serial: 8250: Simplify capabilities reset at port unregister by Peter Hurley · 10 years ago
  58. e6e98ce serial: 8250: Remove duplicate ->handle_irq initialization by Peter Hurley · 10 years ago
  59. 51c3981 serial: 8250: Compute ttyS index from port minor by Peter Hurley · 10 years ago
  60. becba85 Merge 4.0-rc3 into tty-testing by Greg Kroah-Hartman · 10 years ago
  61. 6ae4a16 tty: serial: 8250_core: Remove trailing whitespaces by Michal Simek · 10 years ago
  62. ca8bb4ae serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is something in the FIFO" by Sebastian Andrzej Siewior · 10 years ago
  63. c09babf serial: 8250: Fix UART_BUG_TXEN workaround by Peter Hurley · 10 years ago
  64. eb1527a tty/serial: serial8250_set_divisor() can be static by kbuild test robot · 10 years ago
  65. e9cef86 serial: 8250: Prevent concurrent updates to shadow registers by Peter Hurley · 10 years ago
  66. 4516d50 serial: 8250: Use canary to restart console after suspend by Peter Hurley · 10 years ago
  67. 06a4c71 serial: 8250: Refactor XR17V35X divisor calculation by Peter Hurley · 10 years ago
  68. e72abd5 serial: 8250: Refactor divisor programming by Peter Hurley · 10 years ago
  69. 0ec3f585 serial: 8250: Refactor LCR computation by Peter Hurley · 10 years ago
  70. d1f2f21 serial: 8250: Move UART_BUG_QUOT workaround by Peter Hurley · 10 years ago
  71. a39d1da serial: 8250_core: remove redundant else keyword by Andy Shevchenko · 10 years ago
  72. fddceb8 tty: 8250: Add 64byte UART support for FSL platforms by Vijay Rai · 10 years ago
  73. 4bf4ea9 serial: omap_8250: Fix RTS handling by Peter Hurley · 10 years ago
  74. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  75. 6fad18f serial: 8250: don't attempt a trylock if in sysrq by Rabin Vincent · 10 years ago
  76. c904375 serial: 8250_core: actually limit char reads to max_count by Frans Klaver · 10 years ago
  77. 039ec1f serial/8250: Remove obsolete handling of rs485 ioctls by Ricardo Ribalda Delgado · 10 years ago
  78. 46c55b4 serial/8250: Copy RS485 fields to serial_core by Ricardo Ribalda Delgado · 10 years ago
  79. cab68f8 serial: Test/disable MSIs if switching from N_PPS by Peter Hurley · 10 years ago
  80. d41510c serial: Take uart port lock for direct *_enable_ms() by Peter Hurley · 10 years ago
  81. 732a84a serial: core: Pass termios to set_ldisc() notifications by Peter Hurley · 10 years ago
  82. 9b8777e serial: of: add a PORT_RT2880 definition by John Crispin · 10 years ago
  83. 7728524 tty: serial: 8250: omap: add custom irq handling by Sebastian Andrzej Siewior · 10 years ago
  84. f1a297b tty: serial: 8250: allow to use custom DMA implementation by Sebastian Andrzej Siewior · 10 years ago
  85. b220282 tty: serial: 8250_dma: handle error on TX submit by Sebastian Andrzej Siewior · 10 years ago
  86. f31b5d2 tty: serial: 8250: make serial8250_console_setup() non _init by Sebastian Andrzej Siewior · 10 years ago
  87. 6a529ab tty: serial: 8250: Fix wording in runtime-PM comments by Sebastian Andrzej Siewior · 10 years ago
  88. edf4eda tty: serial: 8250_core: restore the LCR register in set_sleep by Sudhir Sreedharan · 10 years ago
  89. 4e4b79d tty: serial: 8250: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  90. 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
  91. 9137568 tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx() by Sebastian Andrzej Siewior · 11 years ago
  92. 59b3e89 tty: serial: 8250_core: use the ->line argument as a hint in serial8250_find_match_or_unused() by Sebastian Andrzej Siewior · 11 years ago
  93. 0aa525d tty: serial: 8250_core: read only RX if there is something in the FIFO by Sebastian Andrzej Siewior · 11 years ago
  94. d74d5d1 tty: serial: 8250_core: add run time pm by Sebastian Andrzej Siewior · 11 years ago
  95. 234abab tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacks by Sebastian Andrzej Siewior · 11 years ago
  96. 0b4af1d serial/8250_core: Add reference to uacess.h by Ricardo Ribalda Delgado · 11 years ago
  97. b99b121 tty: serial: 8250_core: allow to overwrite & export serial8250_startup() by Sebastian Andrzej Siewior · 11 years ago
  98. ae14a79 tty: serial: 8250_core: provide a function to export uart_8250_port by Sebastian Andrzej Siewior · 11 years ago
  99. 5435d20f serial: 8250: Document serial8250_modem_status() locking by Peter Hurley · 11 years ago
  100. a6eec92 Revert "serial: uart: add hw flow control support configuration" by Peter Hurley · 11 years ago