1. 0d560a1 serial: pci: Remove unused pci_boards entries by Jan Kiszka · 8 years ago
  2. fc6cc96 serial: exar: Move Commtech adapters to 8250_exar as well by Jan Kiszka · 8 years ago
  3. 5b5f252 serial: exar: Fix initialization of EXAR registers for ports > 0 by Jan Kiszka · 8 years ago
  4. 24572af serial: exar: Fix mapping of port I/O resources by Jan Kiszka · 8 years ago
  5. 90afa52 serial: sh-sci: fix hardware RX trigger level setting by Ulrich Hecht · 8 years ago
  6. 6a5f0e2 tty/serial: atmel: ensure state is restored after suspending by Alexandre Belloni · 8 years ago
  7. 424d791 serial: 8250_dw: Avoid "too much work" from bogus rx timeout interrupt by Douglas Anderson · 8 years ago
  8. 10d258c serdev: ttyport: check whether tty_init_dev() fails by Dan Carpenter · 8 years ago
  9. 80cd94e serial: 8250_pci: make pciserial_detach_ports() static by Wei Yongjun · 8 years ago
  10. 233680a serial: st-asc: Use generic DT binding for announcing RTS/CTS lines by Lee Jones · 8 years ago
  11. d735625 serial: st-asc: (De)Register GPIOD and swap Pinctrl profiles by Lee Jones · 8 years ago
  12. 6929cb0 serial: st-asc: Read in all Pinctrl states by Lee Jones · 8 years ago
  13. a4f6072 serial: st-asc: Provide RTS functionality by Lee Jones · 8 years ago
  14. 5ab066e serial: st-asc: Ignore the parity error bit if 8-bit mode is enabled by Lee Jones · 8 years ago
  15. 1c9c858 serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards by Ian Abbott · 8 years ago
  16. 5d23188 serial: sh-sci: make RX FIFO parameters tunable via sysfs by Ulrich Hecht · 8 years ago
  17. 0394037 serial: sh-sci: SCIFA/B RX FIFO software timeout by Ulrich Hecht · 8 years ago
  18. 18e8cf1 serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIF by Ulrich Hecht · 8 years ago
  19. 8ee3fde tty_port: register tty ports with serdev bus by Rob Herring · 8 years ago
  20. bed35c6 serdev: add a tty port controller driver by Rob Herring · 8 years ago
  21. cd6484e serdev: Introduce new bus for serial attached devices by Rob Herring · 8 years ago
  22. c3485ee tty_port: Add port client functions by Rob Herring · 8 years ago
  23. a380ed4 serial: sh-sci: implement FIFO threshold register setting by Ulrich Hecht · 8 years ago
  24. 88641c7 serial: sh-sci: consider DR (data ready) bit adequately by Ulrich Hecht · 8 years ago
  25. 54e14ae serial: sh-sci: add FIFO trigger bits by Ulrich Hecht · 8 years ago
  26. 0832a462 tty: serial: cpm_uart: make use of for_each_node_by_type() by Dmitry Torokhov · 8 years ago
  27. aea9a80 tty: serial: pl011: add ttyAMA for matching pl011 console by Sudeep Holla · 8 years ago
  28. a8a1781 serial: samsung: enable clock before accessing interrupt mask resister by 남영민 · 8 years ago
  29. 5d1a238 serial: 8250_pci: remove exar code by Sudip Mukherjee · 8 years ago
  30. d0aeaa8 serial: exar: split out the exar code from 8250_pci by Sudip Mukherjee · 8 years ago
  31. bc2be23 serial: imx: Fix the CTS_B polarity in RS485 mode by Fabio Estevam · 8 years ago
  32. 1a61362 serial: imx: Fix the RTS GPIO polarity in RS485 mode by Fabio Estevam · 8 years ago
  33. aa42db4 8250: of: remove remnants of generic of_serial driver by Arnd Bergmann · 8 years ago
  34. 54b12c4 serial: sh-sci: Reformat sci_parse_dt() for git diff by Geert Uytterhoeven · 8 years ago
  35. 2331e06 tty: serial: constify uart_ops structures by Bhumika Goyal · 8 years ago
  36. 1a336c9 console: Make persistent scrollback a boot parameter by Manuel Schölling · 8 years ago
  37. aabd31c console: Add persistent scrollback buffers for all VGA consoles by Manuel Schölling · 8 years ago
  38. bcd375f console: Add callback to flush scrollback buffer to consw struct by Manuel Schölling · 8 years ago
  39. 66da39e console: Move scrollback data into its own struct by Manuel Schölling · 8 years ago
  40. 4e0f5cc serial: 8250_omap: Fix probe and remove for PM runtime by Tony Lindgren · 8 years ago
  41. f99b63a serial: hp300: mask the warning for people just doing build coverage by Paul Gortmaker · 8 years ago
  42. 5935a2b serial: xuartps: Enable uart loopback mode by Yasir-Khan · 8 years ago
  43. aa75941 serial: 8250_omap: Remove rx_dma_broken flag by Vignesh R · 8 years ago
  44. b6ffcf2 serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x by Vignesh R · 8 years ago
  45. 75f54ac serial: 8250_omap: pause DMA only if DMA transfer in progress by Vignesh R · 8 years ago
  46. c92d781 tty: constify tty_ldisc_receive_buf buffer pointer by Rob Herring · 8 years ago
  47. 3086365 tty_port: make tty_port_register_device wrap tty_port_register_device_attr by Rob Herring · 8 years ago
  48. ed3f0af tty_port: allow a port to be opened with a tty that has no file handle by Alan Cox · 8 years ago
  49. 8c9faa5 tty: serial: meson: allow baud-rates higher than 115200 by Martin Blumenstingl · 8 years ago
  50. 9ed90d2 tty: move the non-file related parts of tty_release to new tty_release_struct by Rob Herring · 8 years ago
  51. 2cc32b1 tty: serial: 8250: 8250_gsc:- Handle return NULL error from ioremap_nocache by Arvind Yadav · 8 years ago
  52. 28ec957 serial: omap: Add omapserial earlycon by Lokesh Vutla · 8 years ago
  53. 7951ffc serial: pl011: Mark console as CON_ANYTIME by Alexander Sverdlin · 8 years ago
  54. 1ea146a tty: serial: constify dev_pm_ops structures by Bhumika Goyal · 8 years ago
  55. 216e234 serial: 8250_mid: set PCI master only for DMA capable device by Andy Shevchenko · 8 years ago
  56. 6d59225 serial: 8250_mid: enable MSI on Denverton by Andy Shevchenko · 8 years ago
  57. 4831e0d serial: 8250_mid: handle interrupt correctly in DMA case by Andy Shevchenko · 8 years ago
  58. 6a171b2 serial: 8250_dw: Allow hardware flow control to be used by Jason Uy · 8 years ago
  59. dfc8038 serial: sh-sci: Compute the regshift value for SCI ports by Laurent Pinchart · 8 years ago
  60. 97ed979 serial: sh-sci: Remove unused platform data capabilities field by Laurent Pinchart · 8 years ago
  61. d5cb131 serial: sh-sci: Remove manual break debouncing by Laurent Pinchart · 8 years ago
  62. 219fb0c serial: sh-sci: Remove the platform data dma slave rx/tx channel IDs by Laurent Pinchart · 8 years ago
  63. b2f20ed serial: sh-sci: Extend sci_port_params with more port parameters by Laurent Pinchart · 8 years ago
  64. daf5a89 serial: sh-sci: Constify platform data by Laurent Pinchart · 8 years ago
  65. e095ee6 serial: sh-sci: Replace regmap array with port parameters by Laurent Pinchart · 8 years ago
  66. 40b34dd serial: sh-sci: Remove initialization of zero fields in sci_port_params by Laurent Pinchart · 8 years ago
  67. a752ba1 serial: sh-sci: Fix register offsets for the IRDA serial port by Laurent Pinchart · 8 years ago
  68. 3d73f32 serial: sh-sci: Don't rely on platform data flags when not needed by Laurent Pinchart · 8 years ago
  69. 9f8325b serial: sh-sci: Set the SCSCR TE and RE bits in the driver by Laurent Pinchart · 8 years ago
  70. 11cca3d Merge 4.10-rc4 into tty-next by Greg Kroah-Hartman · 8 years ago
  71. c928162 Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  72. 2d5a710 Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  73. 7f138b9 Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  74. 793e039 Merge tag 'usb-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  75. aa2797b Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  76. 255e614 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. 34241af Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  78. f0ad177 Merge tag 'dmaengine-fix-4.10-rc4' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  79. c7334ce Revert "driver core: Add deferred_probe attribute to devices in sysfs" by Greg Kroah-Hartman · 8 years ago
  80. af54efa Merge tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  81. f80de88 sd: remove __data_len hack for WRITE SAME by Christoph Hellwig · 8 years ago
  82. b131c61 nvme: use blk_rq_payload_bytes by Christoph Hellwig · 8 years ago
  83. fd102b1 scsi: use blk_rq_payload_bytes by Christoph Hellwig · 8 years ago
  84. c79d47f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  85. 6d90b4f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  86. 94a6fa8 vfio/type1: Remove pid_namespace.h include by Alex Williamson · 8 years ago
  87. 3139dc8 dmaengine: rcar-dmac: unmap slave resource when channel is freed by Niklas Söderlund · 8 years ago
  88. d1b333d vfio iommu type1: fix the testing of capability for remote task by Jike Song · 8 years ago
  89. 701dc20 i2c: piix4: Avoid race conditions with IMC by Ricardo Ribalda · 8 years ago
  90. 2659161 i2c: fix spelling mistake: "insufficent" -> "insufficient" by Colin Ian King · 8 years ago
  91. 6f724fb i2c: print correct device invalid address by John Garry · 8 years ago
  92. 331c342 i2c: do not enable fall back to Host Notify by default by Dmitry Torokhov · 8 years ago
  93. 30f939f i2c: fix kernel memory disclosure in dev interface by Vlad Tsyrklevich · 8 years ago
  94. 9ca277e Merge tag 'rproc-v4.10-fixes' of git://github.com/andersson/remoteproc by Linus Torvalds · 8 years ago
  95. 1d865da Merge tag 'rpmsg-v4.10-fixes' of git://github.com/andersson/remoteproc by Linus Torvalds · 8 years ago
  96. 95ce131 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 8 years ago
  97. cb38b45 Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linux by Linus Torvalds · 8 years ago
  98. 607ae5f Merge tag 'md/4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  99. 97f9c5f Merge tag 'usb-serial-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 8 years ago
  100. a2d6a98 serial: 8250: Add new port type for TI DA8xx/66AK2x by David Lechner · 8 years ago