1. dcf3c93 Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 6 months ago
  2. c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 6 months ago
  3. f5c13f1 Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 6 months ago
  4. eed0218 Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 6 months ago
  5. 2bb919b Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 7 months ago
  6. 019b3fd Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 7 months ago
  7. 15279eb serial: mvebu-uart: remove unused member nb from struct mvebu_uart by Pali Rohár · 3 years, 7 months ago
  8. deeaf96 serial: mvebu-uart: correctly calculate minimal possible baudrate by Pali Rohár · 3 years, 7 months ago
  9. ecd6b01 serial: mvebu-uart: do not allow changing baudrate when uartclk is not available by Pali Rohár · 3 years, 7 months ago
  10. 9078204 serial: mvebu-uart: fix calculation of clock divisor by Pali Rohár · 3 years, 7 months ago
  11. 5607fa6 serial: Prefer unsigned int to bare use of unsigned by Jinchao Wang · 3 years, 7 months ago
  12. b67e830 serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs by Vignesh Raghavendra · 3 years, 7 months ago
  13. 08b0adb serial: qcom_geni_serial: use DT aliases according to DT bindings by Dmitry Baryshkov · 3 years, 7 months ago
  14. cddd53e Revert "tty: serial: Add UART driver for Cortina-Access platform" by Greg Kroah-Hartman · 3 years, 7 months ago
  15. f3827dc s390/hvc_iucv: Remove power management support by Julian Wiedmann · 3 years, 7 months ago
  16. b61c8bf tty: serial: Add UART driver for Cortina-Access platform by Jason Li · 3 years, 7 months ago
  17. 5d1ea1a mxser: introduce mxser_16550A_or_MUST helper by Jiri Slaby · 3 years, 7 months ago
  18. 06cc52e mxser: rename flags to old_speed in mxser_set_serial_info by Jiri Slaby · 3 years, 7 months ago
  19. 1b3086b mxser: use port variable in mxser_set_serial_info by Jiri Slaby · 3 years, 7 months ago
  20. 202acda mxser: access info->MCR under info->slock by Jiri Slaby · 3 years, 7 months ago
  21. 464fbf6 mxser: fix typos around enhanced mode by Jiri Slaby · 3 years, 7 months ago
  22. aaa28e9 mxser: decrypt FCR values by Jiri Slaby · 3 years, 7 months ago
  23. 265ceff mxser: remove xmit_cnt < 0 tests by Jiri Slaby · 3 years, 7 months ago
  24. 740165f mxser: introduce and use start/stop_tx helpers by Jiri Slaby · 3 years, 7 months ago
  25. be48666 mxser: extract and dedup CTS handling by Jiri Slaby · 3 years, 7 months ago
  26. 8aff64e mxser: don't start TX from tty_operations::put_char by Jiri Slaby · 3 years, 7 months ago
  27. 007bbdc mxser: cleanup mxser_dtr_rts by Jiri Slaby · 3 years, 7 months ago
  28. 5990843 mxser: cleanup mxser_rs_break by Jiri Slaby · 3 years, 7 months ago
  29. 987a4cf mxser: remove pointless ioaddr checks by Jiri Slaby · 3 years, 7 months ago
  30. ad1c92f mxser: alloc only needed # of ports by Jiri Slaby · 3 years, 7 months ago
  31. f8b6b32 mxser: alloc struct mxser_board dynamically by Jiri Slaby · 3 years, 7 months ago
  32. 13d4aba mxser: make mxser_board::idx really an index by Jiri Slaby · 3 years, 7 months ago
  33. 42ad25f mxser: rework and simplify mxser_open by Jiri Slaby · 3 years, 7 months ago
  34. c3db20c mxser: cleanup mxser_process_txrx_fifo by Jiri Slaby · 3 years, 7 months ago
  35. c24c31f mxser: remove mxser_cardinfo by Jiri Slaby · 3 years, 7 months ago
  36. 1e37f73 mxser: remove info message from probe by Jiri Slaby · 3 years, 7 months ago
  37. 7f0e79d mxser: move request irq to probe and switch to managed by Jiri Slaby · 3 years, 7 months ago
  38. dcb04e2 mxser: pci, switch to managed resources by Jiri Slaby · 3 years, 7 months ago
  39. d450f08 mxser: inline mxser_board_remove into mxser_remove by Jiri Slaby · 3 years, 7 months ago
  40. 57faa7d mxser: move board init into mxser_initbrd by Jiri Slaby · 3 years, 7 months ago
  41. b441eb0 mxser: clean up the rest of MUST helpers by Jiri Slaby · 3 years, 7 months ago
  42. b286484 mxser: introduce mxser_must_select_bank and use it by Jiri Slaby · 3 years, 7 months ago
  43. edb7d27 mxser: dedup mxser_must_set_enhance_mode by Jiri Slaby · 3 years, 7 months ago
  44. 238d117 mxser: simplify mxser_ioctl_op_mode by Jiri Slaby · 3 years, 7 months ago
  45. 9fae5f8 mxser: extract mxser_ioctl_op_mode by Jiri Slaby · 3 years, 7 months ago
  46. 2c21832 mxser: cleanup mxser_change_speed by Jiri Slaby · 3 years, 7 months ago
  47. d811b26 mxser: drop mxser_port::custom_divisor by Jiri Slaby · 3 years, 7 months ago
  48. a6970c3 mxser: drop mxser_port::baud_base by Jiri Slaby · 3 years, 7 months ago
  49. 01c3de9 mxser: remove unused mxser_port::stop_rx by Jiri Slaby · 3 years, 7 months ago
  50. cc67399 mxser: drop unused mxser_port::normal_termios by Jiri Slaby · 3 years, 7 months ago
  51. 389fc82 mxser: don't allocate MXSER_PORTS + 1 by Jiri Slaby · 3 years, 7 months ago
  52. 95b3ea4 mxser: remove cnt from mxser_receive_chars by Jiri Slaby · 3 years, 7 months ago
  53. 47f8276 mxser: remove MOXA_HighSpeedOn ioctl by Jiri Slaby · 3 years, 7 months ago
  54. a7574ca mxser: remove MOXA_ASPP_OQUEUE ioctl by Jiri Slaby · 3 years, 7 months ago
  55. c94deae mxser: remove MOXA_GETMSTATUS ioctl by Jiri Slaby · 3 years, 7 months ago
  56. 476c351 mxser: remove MOXA_GETDATACOUNT ioctl by Jiri Slaby · 3 years, 7 months ago
  57. a1ebc37 mxser: remove MOXA_CHKPORTENABLE ioctl by Jiri Slaby · 3 years, 7 months ago
  58. 489435e mxser: remove MOXA_ASPP_LSTATUS ioctl by Jiri Slaby · 3 years, 7 months ago
  59. 644c55d mxser: remove MOXA_ASPP_MON and friends by Jiri Slaby · 3 years, 7 months ago
  60. ef3dff8 mxser: remove MOXA_SET_BAUD_METHOD ioctl by Jiri Slaby · 3 years, 7 months ago
  61. 413d555 mxser: remove MOXA_GET_MAJOR deprecated ioctl by Jiri Slaby · 3 years, 7 months ago
  62. a7f8f2c mxser: drop unused MOXA_DIAGNOSE macro by Jiri Slaby · 3 years, 7 months ago
  63. 7064005 mxser: drop UART_MCR_AFE and UART_LSR_SPECIAL defines by Jiri Slaby · 3 years, 7 months ago
  64. 02e4314 mxser: make xmit ring buffer variables unsigned by Jiri Slaby · 3 years, 7 months ago
  65. a93963e mxser: correct types for uart variables by Jiri Slaby · 3 years, 7 months ago
  66. 6de6e5c mxser: remove else from LSR bits checks by Jiri Slaby · 3 years, 7 months ago
  67. 0c41942 mxser: extract mxser_receive_chars_old by Jiri Slaby · 3 years, 7 months ago
  68. e5ce1bc mxser: extract mxser_receive_chars_new by Jiri Slaby · 3 years, 7 months ago
  69. 9cb5c9c mxser: simplify mxser_interrupt and drop mxser_board::vector_mask by Jiri Slaby · 3 years, 7 months ago
  70. 9e40ea1 mxser: extract port ISR by Jiri Slaby · 3 years, 7 months ago
  71. 1551780 mxser: cleanup LSR handling in mxser_receive_chars by Jiri Slaby · 3 years, 7 months ago
  72. cef222c mxser: remove nonsense from ISR by Jiri Slaby · 3 years, 7 months ago
  73. 928f946 mxser: move max_baud from port to board by Jiri Slaby · 3 years, 7 months ago
  74. 58a2ddb mxser: drop constant board::uart_type by Jiri Slaby · 3 years, 7 months ago
  75. e455836 mxser: introduce enum mxser_must_hwid by Jiri Slaby · 3 years, 7 months ago
  76. 292955a mxser: rename mxser_board::chip_flag to must_hwid by Jiri Slaby · 3 years, 7 months ago
  77. 3b66182 mxser: rename CheckIsMoxaMust to mxser_get_must_hwid by Jiri Slaby · 3 years, 7 months ago
  78. dc33f64 mxser: cleanup Gpci_uart_info struct by Jiri Slaby · 3 years, 7 months ago
  79. 4463cc5 mxser: integrate mxser.h into .c by Jiri Slaby · 3 years, 7 months ago
  80. cede216 mxser: remove info printout from init by Jiri Slaby · 3 years, 7 months ago
  81. 1525490 mxser: renumber mxser_cards by Jiri Slaby · 3 years, 7 months ago
  82. 2913436 mxser: drop ISA support by Jiri Slaby · 3 years, 7 months ago
  83. 0bbadaf um: allow disabling NO_IOMEM by Johannes Berg · 3 years, 11 months ago
  84. d495dd7 serial_cs: Add Option International GSM-Ready 56K/ISDN modem by Ondrej Zary · 3 years, 7 months ago
  85. 11b1d88 serial_cs: remove wrong GLOBETROTTER.cis entry by Ondrej Zary · 3 years, 7 months ago
  86. f7adc73 serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER range by Maciej W. Rozycki · 3 years, 7 months ago
  87. 78bcae8 serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates by Maciej W. Rozycki · 3 years, 7 months ago
  88. b1691bd serial: 8250: Document SMSC Super I/O UART peculiarities by Maciej W. Rozycki · 3 years, 7 months ago
  89. 6cbe45d serial: 8250: Correct the clock for OxSemi PCIe devices by Maciej W. Rozycki · 3 years, 7 months ago
  90. f771a34 serial: 8250: Dissociate 4MHz Titan ports from Oxford ports by Maciej W. Rozycki · 3 years, 7 months ago
  91. 3ec2ff3 tty: make use of tty_get_{char,frame}_size by Jiri Slaby · 3 years, 7 months ago
  92. 8ea43ac mxs-auart: redefine AUART_LINECTRL_WLEN to accept bits count by Jiri Slaby · 3 years, 7 months ago
  93. 654ee49 tty: make tty_get_{char,frame}_size available by Jiri Slaby · 3 years, 7 months ago
  94. fb52436 ipwireless: remove unused ipw_tty::closing by Jiri Slaby · 3 years, 7 months ago
  95. a7770a4 serial: stm32: defer probe for dma devices by Erwan Le Ray · 3 years, 7 months ago
  96. af9a1f6 serial: tegra-tcu: Reorder channel initialization by Mikko Perttunen · 3 years, 7 months ago
  97. 08a8441 serial: sh-sci: Stop dmaengine transfer in sci_stop_tx() by Yoshihiro Shimoda · 3 years, 7 months ago
  98. 99289bf Merge tag 'v5.13-rc6' into tty-next by Greg Kroah-Hartman · 3 years, 7 months ago
  99. 68afbd8 Merge tag 'v5.13-rc6' into driver-core-next by Greg Kroah-Hartman · 3 years, 7 months ago
  100. db4e54a Merge tag 'v5.13-rc6' into char-misc-next by Greg Kroah-Hartman · 3 years, 7 months ago