1. b23b0ea Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  2. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  3. c10b133 tty: serial: Add RDA8810PL UART driver by Manivannan Sadhasivam · 6 years ago
  4. 117eda8 Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  5. 047ce6d Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  6. 598134f Revert "serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250" by Greg Kroah-Hartman · 6 years ago
  7. 6cafab5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 6 years ago
  8. d430aff serial/sunsu: fix refcount leak by Yangtao Li · 6 years ago
  9. efa0f49 serial: sccnxp: Allow to use non-standard baud rates by Alexander Shiyan · 6 years ago
  10. 4ce193f serial: sccnxp: Adds a delay between sequential read/write cycles by Alexander Shiyan · 6 years ago
  11. 663abb1 tty: serial: qcom_geni_serial: Fix UART hang by Ryan Case · 6 years ago
  12. 3c66eb4 tty: serial: qcom_geni_serial: Fix wrap around of TX buffer by Matthias Kaehlcke · 6 years ago
  13. a8da3c7 serial: max310x: Fix tx_empty() callback by Alexander Shiyan · 6 years ago
  14. 2606831 serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly by Nava kishore Manne · 6 years ago
  15. 32cf21a serial: uartps: Fix error path when alloc failed by Michal Simek · 6 years ago
  16. 82b1b2e serial: uartps: Check if the device is a console by Shubhrajyoti Datta · 6 years ago
  17. 86df8dd serial: uartps: Add the device_init_wakeup by Shubhrajyoti Datta · 6 years ago
  18. 3c9dc27 Revert "serial: 8250: Fix clearing FIFOs in RS485 mode again" by Paul Burton · 6 years ago
  19. ec18f48 tty: serial: samsung: Increase maximum baudrate by Seung-Woo Kim · 6 years ago
  20. 31e9336 tty: serial: samsung: Properly set flags in autoCTS mode by Beomho Seo · 6 years ago
  21. 778ec49 tty: Use of_node_name_{eq,prefix} for node name comparisons by Rob Herring · 6 years ago
  22. d724021 tty/serial: do not free trasnmit buffer page under port lock by Sergey Senozhatsky · 6 years ago
  23. 6d7f677 serial: 8250: Rate limit serial port rx interrupts during input overruns by Darwin Dingel · 6 years ago
  24. 64a4280 tty: serial: qcom_geni_serial: Remove interrupt storm by Ryan Case · 6 years ago
  25. 71ab1c0 serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failure by Geert Uytterhoeven · 6 years ago
  26. 2e94821 serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallback by Geert Uytterhoeven · 6 years ago
  27. dd1f225 serial: sh-sci: Fix locking in sci_submit_rx() by Geert Uytterhoeven · 6 years ago
  28. 9c96f40 Merge 4.20-rc6 into tty-next by Greg Kroah-Hartman · 6 years ago
  29. 822b768 Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  30. 50a5528a Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  31. dada6a4 kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var() by Macpaul Lin · 6 years ago
  32. 82ca0d54 Revert "tty: xilinx_uartps: Correct return value in probe" by Greg Kroah-Hartman · 6 years ago
  33. 2f588ce tty/ldsem: Decrement wait_readers on timeouted down_read() by Dmitry Safonov · 6 years ago
  34. 110b892 tty/ldsem: Add lockdep asserts for ldisc_sem by Dmitry Safonov · 6 years ago
  35. c18ad0c tty/ldsem: Convert to regular lockdep annotations by Peter Zijlstra · 6 years ago
  36. cf62a1a tty: Simplify tty->count math in tty_reopen() by Dmitry Safonov · 6 years ago
  37. c96cf92 tty: Don't block on IO when ldisc change is pending by Dmitry Safonov · 6 years ago
  38. 83d817f tty: Hold tty_ldisc_lock() during tty_reopen() by Dmitry Safonov · 6 years ago
  39. 231f8fd tty/ldsem: Wake up readers after timed out down_write() by Dmitry Safonov · 6 years ago
  40. 8fefbc6 tty/sysrq: Do not call sync directly from sysrq_do_reset() by Mark Tomlinson · 6 years ago
  41. 100bc3e tty: serial: 8250_mtk: always resume the device in probe. by Peter Shih · 6 years ago
  42. f51ccf4 USB: serial: console: fix reported terminal settings by Johan Hovold · 6 years ago
  43. 85b5c1d serial: 8250-mtk: add uart DMA support by Long Cheng · 6 years ago
  44. eca42d4 tty: xilinx_uartps: Correct return value in probe by Rajan Vaja · 6 years ago
  45. a1fee89 tty: serial: qcom_geni_serial: Fix softlock by Ryan Case · 6 years ago
  46. d02337d Revert "serial/sunsu: add missing of_node_put()" by Greg Kroah-Hartman · 6 years ago
  47. dac097c drivers/tty: add missing of_node_put() by Yangtao Li · 6 years ago
  48. 2d13969 serdev: document the write functions using kernel-doc by Johan Hovold · 6 years ago
  49. 70d1880 serdev: make synchronous write helper interruptible by Johan Hovold · 6 years ago
  50. 0bbf0a8 serdev: make synchronous write return bytes written by Johan Hovold · 6 years ago
  51. 22d66c8 serdev: use zero to indicate infinite write timeout by Johan Hovold · 6 years ago
  52. 8341f2f sysrq: Use panic() to force a crash by Matthias Kaehlcke · 6 years ago
  53. 279070b tty/sysrq: add of_node_put() by Yangtao Li · 6 years ago
  54. 2a48602 tty: do not set TTY_IO_ERROR flag if console port by Chanho Park · 6 years ago
  55. 63fd4b9 serial: imx: fix error handling in console_setup by Stefan Agner · 6 years ago
  56. 35d7a58 serial: mvebu-uart: initialize over sampling stack register by Miquel Raynal · 6 years ago
  57. 0e4cf69 serial: mvebu-uart: clarify the baud rate derivation by Miquel Raynal · 6 years ago
  58. 20d8e86 serial/sunsu: add missing of_node_put() by Yangtao Li · 6 years ago
  59. 3c81ba9 drivers/tty: add missing of_node_put() by Yangtao Li · 6 years ago
  60. ee0a29b serial-uartlite: fix null pointer dereference on pointer port by Colin Ian King · 6 years ago
  61. 2a1fe21 audit: use current whenever possible by Paul Moore · 6 years ago
  62. c17a1ca Merge 4.20-rc2 into tty-next by Greg Kroah-Hartman · 6 years ago
  63. e255aee Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  64. 641a41d serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout by Yoshihiro Shimoda · 6 years ago
  65. 596f63d serial: 8250: Process sysrq at port unlock time by Douglas Anderson · 6 years ago
  66. 336447b serial: qcom_geni_serial: Process sysrq at port unlock time by Douglas Anderson · 6 years ago
  67. babeca8 serial: qcom_geni_serial: Finish supporting sysrq by Douglas Anderson · 6 years ago
  68. 6d11023 serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250 by Florian Fainelli · 6 years ago
  69. 6460979 serial: set suppress_bind_attrs flag only if builtin by Anders Roxell · 6 years ago
  70. 114c97c pch_uart: remove set but not used variable 'tx_empty' by zhong jiang · 6 years ago
  71. 7034ef8 tty: serial: qcom_geni_serial: simplify getting .driver_data by Wolfram Sang · 6 years ago
  72. b1f84dd tty: serial: qcom_geni_serial: Rectify UART suspend mechanism by Mukesh Kumar Savaliya · 6 years ago
  73. 9f641df tty: serial: qcom_geni_serial: Don't slow all ports just for kgdb by Douglas Anderson · 6 years ago
  74. 3957386 serial: tegra: fix some spelling mistakes by Marcel Ziswiler · 6 years ago
  75. 397bd92 serial: fsl_lpuart: clear parity enable bit when disable parity by Andy Duan · 6 years ago
  76. 61e169e serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PE by Andy Duan · 6 years ago
  77. b312f6f serial-uartlite: Fix the unbind path by Shubhrajyoti Datta · 6 years ago
  78. 0379b11 serial-uartlite: Add runtime support by Shubhrajyoti Datta · 6 years ago
  79. 3b209d2 serial-uartlite: Do not use static struct uart_driver out of probe() by Shubhrajyoti Datta · 6 years ago
  80. 62104b2 serial-uartlite: Add get serial id if not provided by Shubhrajyoti Datta · 6 years ago
  81. f33cf77 serial-uartlite: Move the uart register by Shubhrajyoti Datta · 6 years ago
  82. 40efa6c serial: lantiq: Change init_lqasc to static declaration by Songjun Wu · 6 years ago
  83. 3c8c2a9 serial: lantiq: Replace lantiq_soc.h with lantiq.h by Songjun Wu · 6 years ago
  84. a77bbe5 serial: lantiq: Reorder the head files by Songjun Wu · 6 years ago
  85. dbbc26d serial: lantiq: Add CCF support by Songjun Wu · 6 years ago
  86. 5034ce0 serial: lantiq: Replace clk_enable/clk_disable with clk generic API by Songjun Wu · 6 years ago
  87. 2e81c1f serial: lantiq: Rename fpiclk to freqclk by Songjun Wu · 6 years ago
  88. 89b8bd2 serial: lantiq: Use readl/writel instead of ltq_r32/ltq_w32 by Songjun Wu · 6 years ago
  89. fccf231 serial: lantiq: Change ltq_w32_mask to asc_update_bits by Songjun Wu · 6 years ago
  90. b871424 serial: lantiq: Get serial id from dts by Songjun Wu · 6 years ago
  91. ed8c8e1 serial: sh-sci: Improve type-safety calling sci_receive_chars() by Geert Uytterhoeven · 6 years ago
  92. 991a251 termios, tty/tty_baudrate.c: fix buffer overrun by H. Peter Anvin · 6 years ago
  93. 943210b vt: fix broken display when running aptitude by Mikulas Patocka · 6 years ago
  94. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  95. 5bd4af3 Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  96. 53b3b6b Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  97. 3ea172c Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 6 years ago
  98. 44adbac Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  99. ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  100. 114b5f8 Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago