1. 57f5d64 tty: ehv_bytechan: fix spelling mistake by Arvind Yadav · 7 years ago
  2. 9b11f19 tty: serial: meson: allow baud-rates lower than 9600 by Thomas Rohloff · 7 years ago
  3. 07a708f serial: 8250_fintek: Fix crash with baud rate B0 by Ji-Ze Hong (Peter Hong) · 7 years ago
  4. 21c4e7f serial: 8250_fintek: Disable delays for ports != 0 by Ricardo Ribalda Delgado · 7 years ago
  5. 7ecc770 serial: 8250_fintek: Return -EINVAL on invalid configuration by Ricardo Ribalda Delgado · 7 years ago
  6. e5656d4 tty: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  7. 4e17ff3 tty: serdev: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  8. a9f96f0 tty: hvc: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  9. 4793f2e tty: serial: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  10. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  11. 2e67c950 tty: serial: jsm: remove redundant pointer ts by Colin Ian King · 7 years ago
  12. 8191762 tty: serial: jsm: add space before the open parenthesis '(' by Gimcuan Hui · 7 years ago
  13. 67c6f4b tty: serial: jsm: fix coding style by Gimcuan Hui · 7 years ago
  14. 24719a8 tty: serial: jsm: delete space between function name and '(' by Gimcuan Hui · 7 years ago
  15. d13551d tty: serial: jsm: add blank line after declarations by Gimcuan Hui · 7 years ago
  16. c100a3f tty: serial: jsm: change the type of local variable by Gimcuan Hui · 7 years ago
  17. 9ce99a3 tty: serial: imx: remove dead code imx_dma_rxint by Troy Kisky · 7 years ago
  18. 5210810 tty: serial: imx: disable ageing timer interrupt if dma in use by Troy Kisky · 7 years ago
  19. b86f86e serial: 8250: fix potential deadlock in rs485-mode by Tomas Melin · 7 years ago
  20. 4fefcbff serial: m32r_sio: Drop redundant .data assignment by Kees Cook · 7 years ago
  21. 94be6d7 serial: imx: add hibernation support by Philipp Zabel · 7 years ago
  22. 2a76fa2 serial: pl011: Adopt generic flag to store auto RTS status by Lukas Wunner · 7 years ago
  23. 3236a96 serial: 8250_fintek: Fix rs485 disablement on invalid ioctl() by Lukas Wunner · 7 years ago
  24. 9356335 serial: core: remove redundant assignment to port by Colin Ian King · 7 years ago
  25. 1be2266 serial: sh-sci: Fix unlocked access to SCSCR register by Takatoshi Akiyama · 7 years ago
  26. 0ea46e6 serial: mvebu-uart: drop incorrect memset by Arnd Bergmann · 7 years ago
  27. 5de15cc tty: max3100: remove unused variable rts and remove unused assignment by Colin Ian King · 7 years ago
  28. e7e51dc tty: fix tty_ldisc_receive_buf() documentation by Johan Hovold · 7 years ago
  29. 026cb43 tty/serial: atmel: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  30. a8497b3 tty: cyclades: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  31. 4790b6d tty: vcc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  32. ad0cda7 tty/serial: altera_uart: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  33. fc3b00d serial: sccnxp: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  34. 1209a81 serial: bfin_uart: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  35. 7c33564 serial: 8250: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  36. 978d6fa serdev: fix controller-allocation error handling by Johan Hovold · 7 years ago
  37. 08fcee2 serdev: fix registration of second slave by Johan Hovold · 7 years ago
  38. 7c63838 serdev: ttyport: add missing open() error handling by Johan Hovold · 7 years ago
  39. dee7d0f serdev: ttyport: enforce tty-driver open() requirement by Johan Hovold · 7 years ago
  40. 2a71de2 serial: omap: Fix EFR write on RTS deassertion by Lukas Wunner · 7 years ago
  41. e60f9fd omap_serial: Removing superfluous check on no interrupt pending. by Martin Townsend · 7 years ago
  42. e361d1f ACPI / scan: Fix enumeration for special UART devices by Frédéric Danis · 7 years ago
  43. 53c7626 serdev: Add ACPI support by Frédéric Danis · 7 years ago
  44. 53501e0 serial: mvebu-uart: support extended port registers layout by Miquel Raynal · 7 years ago
  45. 3a75e91 serial: mvebu-uart: augment the maximum number of ports by Miquel Raynal · 7 years ago
  46. 95f7876 serial: mvebu-uart: dissociate RX and TX interrupts by Miquel Raynal · 7 years ago
  47. 30434b0 serial: mvebu-uart: add TX interrupt trigger for pulse interrupts by Allen Yan · 7 years ago
  48. 2ff23c4 serial: mvebu-uart: clear state register before IRQ request by Allen Yan · 7 years ago
  49. 68a0db1 serial: mvebu-uart: add function to change baudrate by Allen Yan · 7 years ago
  50. 9c3d3ee serial: mvebu-uart: add soft reset at probe by Allen Yan · 7 years ago
  51. 5218d76 serial: mvebu-uart: use a generic way to access the registers by Miquel Raynal · 7 years ago
  52. 94228f9 serial: mvebu-uart: support probe of multiple ports by Allen Yan · 7 years ago
  53. 02c3333 serial: mvebu-uart: use driver name when requesting an interrupt by Yehuda Yitschak · 7 years ago
  54. bdff148 serial-uartlite: pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  55. 22b276a serdev: enable TTY port controller support by default by Johan Hovold · 7 years ago
  56. f7f7309 tty: amba-pl011: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  57. 75d1760 tty: mips_ejtag_fdc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  58. 8c318fa tty/sysrq: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  59. f0f62c6 serial: m32r_sio: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  60. 54ff200 tty: metag_da: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  61. fd97e66 serial: 8250_fintek: Fix finding base_port with activated SuperIO by Ji-Ze Hong (Peter Hong) · 7 years ago
  62. c79dde6 tty fix oops when rmmod 8250 by nixiaoming · 7 years ago
  63. 0ab84da serial: 8250: Preserve DLD[7:4] for PORT_XR17V35X by Aaron Sierra · 7 years ago
  64. 8ffb820 tty: vt: remove multi-fetch, derive font.height from font.data by Meng Xu · 7 years ago
  65. dd076cf serial: sh-sci: Fix init data attribute for struct 'port_cfg' by Matthias Kaehlcke · 7 years ago
  66. 6e605a0 serial: sh-sci: Use of_device_get_match_data() helper by Geert Uytterhoeven · 7 years ago
  67. 263763c serial: imx: Correct comment imx_flush_buffer() by Martyn Welch · 7 years ago
  68. 9424e8b Merge 4.14-rc4 into tty-next by Greg Kroah-Hartman · 7 years ago
  69. 8a5776a Linux 4.14-rc4 by Linus Torvalds · 7 years ago
  70. 85b1bb2 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  71. 67936a4 Merge branch 'i2c/for-current-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  72. 031b814 Merge tag 'mmc-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  73. 1c86f2e4 Merge tag 'hwmon-for-linus-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 7 years ago
  74. dbeb1a8 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  75. ed0f72f Merge tag 'arc-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  76. eab26ad Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  77. 17d084c Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  78. 80cf1f8 Merge tag 'pci-v4.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  79. 2754906 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  80. 8d47332 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  81. d109d83 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  82. bf2db0b Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  83. b77779b Merge tag 'ceph-for-4.14-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  84. ab8eb7d ARC: [plat-hsdk]: Add reset controller node to manage ethernet reset by Eugeniy Paltsev · 7 years ago
  85. 8d4ef4e Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  86. 1249b57 Merge tag 'powerpc-4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  87. 9c0c1ad Merge tag 'drm-fixes-for-v4.14-rc4' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  88. 27efed3 Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  89. ae2e972 arm64: Ensure fpsimd support is ready before userspace is active by Suzuki K Poulose · 7 years ago
  90. c0d8832 arm64: Ensure the instruction emulation is ready for userspace by Suzuki K Poulose · 7 years ago
  91. 53ecde0 powerpc/powernv: Increase memory block size to 1GB on radix by Anton Blanchard · 7 years ago
  92. baf7c1f Merge tag 'drm-misc-fixes-2017-10-05' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes by Dave Airlie · 7 years ago
  93. 00bb09c Merge tag 'drm-intel-fixes-2017-10-04' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes by Dave Airlie · 7 years ago
  94. 7a92616 Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  95. ca935f8 Merge branch 'pm-sleep' by Rafael J. Wysocki · 7 years ago
  96. 076264a Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  97. 41dcf19 dm raid: fix incorrect status output at the end of a "recover" process by Jonathan Brassow · 7 years ago
  98. e42eef4 KVM: add X86_LOCAL_APIC dependency by Arnd Bergmann · 7 years ago
  99. 0f38071 Merge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  100. 77ede3a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 7 years ago