1. 0a083ed tty: core: Add helper fn to deref tty driver name by Peter Hurley · 9 years ago
  2. 2508065 tty: core: Remove redundant oom message by Peter Hurley · 9 years ago
  3. 076fe30 tty: synclink_gt: Rename tty_driver_name by Peter Hurley · 9 years ago
  4. 82b8f88 tty: Make tty_paranoia_check() file scope by Peter Hurley · 9 years ago
  5. 9f25bc5 tty: amba-pl011: prepare REG_* register indexes by Russell King · 9 years ago
  6. 7fe9a5a tty: amba-pl011: add helper to detect split LCRH register by Russell King · 9 years ago
  7. b2a4e24 tty: amba-pl011: convert accessor functions to take uart_amba_port by Russell King · 9 years ago
  8. 7583633 tty: amba-pl011: add register accessor functions by Russell King · 9 years ago
  9. bd94c40 serial: support 16-bit register interface for console by Masahiro Yamada · 9 years ago
  10. 004e2ed serial: 8250_early: squash wait_for_xmitr() into serial_putc() by Masahiro Yamada · 9 years ago
  11. f2bfdb0 serial: 8250_early: confirm empty transmitter after sending characters by Masahiro Yamada · 9 years ago
  12. 2cda227 serial: 8250_early: do not save and restore IER in write callback by Masahiro Yamada · 9 years ago
  13. c0f160a vt: Deinline save_screen, save 238 bytes by Denys Vlasenko · 9 years ago
  14. 5ef6504 tty: Deinline __ldsem_down_write_nested, save 128 bytes by Denys Vlasenko · 9 years ago
  15. fc0285f tty: Deinline __ldsem_down_read_nested, save 128 bytes by Denys Vlasenko · 9 years ago
  16. eba3b47 serial/vt8500_serial: Deinline wait_for_xmitr, save 165 bytes by Denys Vlasenko · 9 years ago
  17. 0d5547c serial/sunsu: Deinline wait_for_xmitr, save 165 bytes by Denys Vlasenko · 9 years ago
  18. 63744a6 serial/sprd_serial: Deinline wait_for_xmitr, save 165 bytes by Denys Vlasenko · 9 years ago
  19. be9ae5d serial/pxa: Deinline wait_for_xmitr, save 165 bytes by Denys Vlasenko · 9 years ago
  20. 2172076 serial/omap-serial: Deinline wait_for_xmitr, save 165 bytes by Denys Vlasenko · 9 years ago
  21. fed76af serial/men_z135_uart: Deinline men_z135_reg_clr, save 176 bytes by Denys Vlasenko · 9 years ago
  22. 9cdb933 serial/m32r_sio: Deinline wait_for_xmitr, save 165 bytes by Denys Vlasenko · 9 years ago
  23. 9428d71 isicom: Deinline drop_dtr, save 112 bytes by Denys Vlasenko · 9 years ago
  24. 1c82363 cyclades: Deinline cyz_is_loaded, save 240 bytes by Denys Vlasenko · 9 years ago
  25. cb128f6 tty/tty_ldisc: Deinline tty_ldisc_put, save 368 bytes by Denys Vlasenko · 9 years ago
  26. f4581ca serial_core: Deinline uart_update_mctrl, save 304 bytes by Denys Vlasenko · 9 years ago
  27. 6d70f46 serial/jsm: Deinline neo_parse_isr, save 688 bytes by Denys Vlasenko · 9 years ago
  28. 1a5b34e serial/bcm63xx_uart: Deinline wait_for_xmitr, save 374 bytes by Denys Vlasenko · 9 years ago
  29. 810e20e isicom: Deinline WaitTillCardIsFree, save 1120 bytes by Denys Vlasenko · 9 years ago
  30. 8c6ba00 cyclades: Deinline serial_paranoia_check, save 304 bytes by Denys Vlasenko · 9 years ago
  31. f25d596 cyclades: Deinline cyy_writeb, save 880 bytes by Denys Vlasenko · 9 years ago
  32. f88d868 cyclades: Deinline cyy_readb, save 368 bytes by Denys Vlasenko · 9 years ago
  33. 4828d5c serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE by Masahiro Yamada · 9 years ago
  34. fbccaca serial: 8250_ingenic: delete redundant "select SERIAL_EARLYCON" by Masahiro Yamada · 9 years ago
  35. b8d20e0 serial: 8250_uniphier: add earlycon support by Masahiro Yamada · 9 years ago
  36. d72d391c drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modular by Paul Gortmaker · 9 years ago
  37. c39dfeb drivers/tty/serial: make serial/atmel_serial.c explicitly non-modular by Paul Gortmaker · 9 years ago
  38. cc56884 serial: imx: reorder functions and simplify a bit by Uwe Kleine-König · 9 years ago
  39. 90ebc48 serial: imx: repair and complete handshaking by Uwe Kleine-König · 9 years ago
  40. 18dfef9 serial: atmel: convert to irq handling provided mctrl-gpio by Uwe Kleine-König · 9 years ago
  41. 5f8b904 serial: imx: fix a possible NULL dereference by LABBE Corentin · 9 years ago
  42. 4d2ae60 drivers: serial: jsm: Switch "jsm" to JSM_DRIVER_NAME by Gavin Thomas Claugus · 9 years ago
  43. bd63acf serial: export fsl8250_handle_irq by Arnd Bergmann · 9 years ago
  44. fa70045 serial: 8250_mid: Add missing dependency by Heikki Krogerus · 9 years ago
  45. 6b2a3d6 tty: audit: Fix audit source by Peter Hurley · 9 years ago
  46. f356d7a serial: etraxfs-uart: Fix crash by Guenter Roeck · 9 years ago
  47. bec8bf6 serial: fsl_lpuart: Fix earlycon support by Peter Hurley · 9 years ago
  48. 83f7fa6c2 bcm63xx_uart: Use the device name when registering an interrupt by Simon Arlott · 9 years ago
  49. 17a6921 tty: Fix direct use of tty buffer work by Peter Hurley · 9 years ago
  50. ee0c1a6 tty: Fix tty_send_xchar() lock order inversion by Peter Hurley · 9 years ago
  51. 9cf5c09 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  52. 75f5db39 Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
  53. f66477a Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  54. fd0d351 Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  55. 41ecf14 Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  56. 14c7909 Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  57. 4c84518 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
  58. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  59. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  60. 9652c08 tty/hvc: xen: Use xen page definition by Julien Grall · 9 years ago
  61. aa0bdd2 parisc: serial/mux: Convert to uart_console_device instead of open-coded by Axel Lin · 9 years ago
  62. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  63. e052c6d tty: Use unbound workqueue for all input workers by Peter Hurley · 9 years ago
  64. e176058 tty: Abstract tty buffer work by Peter Hurley · 9 years ago
  65. 4b41b95 tty: Prevent tty teardown during tty_write_message() by Peter Hurley · 9 years ago
  66. 1e86b5b tty: core: Use correct spinlock flavor in tiocspgrp() by Peter Hurley · 9 years ago
  67. 2812d9e tty: Combine SIGTTOU/SIGTTIN handling by Peter Hurley · 9 years ago
  68. 71a5cd8 serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty() by Timur Tabi · 9 years ago
  69. 3e8137a ttyFDC: Fix build problems due to use of module_{init,exit} by James Hogan · 9 years ago
  70. 52772ea tty: remove unneeded return statement by Guillaume Gomez · 9 years ago
  71. f967fc8 Revert "serial: 8250_dma: don't bother DMA with small transfers" by Frederic Danis · 9 years ago
  72. 6ede6dc serial: 8250_mid: add support for DMA engine handling from UART MMIO by Heikki Krogerus · 9 years ago
  73. ec2f1b6 dmaengine: hsu: make the UART driver in control of selecting this driver by Heikki Krogerus · 9 years ago
  74. 1b306f9 serial: fix mctrl helper functions by Arnd Bergmann · 9 years ago
  75. d9eda9b serial: 8250_pci: Intel MID UART support to its own driver by Heikki Krogerus · 9 years ago
  76. 1d59b38 serial: fsl_lpuart: add earlycon support by Stefan Agner · 9 years ago
  77. 6200cba tty: disable unbind for old 74xx based serial/mpsc console port by Paul Gortmaker · 9 years ago
  78. b3868e2 n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY chars by Peter Hurley · 9 years ago
  79. 4bd0162 tty: synclink, fix indentation by Jiri Slaby · 9 years ago
  80. 77bdec6 serial: at91, fix rs485 properties by Jiri Slaby · 9 years ago
  81. aba2488 tty: r3964: Replace/remove bogus tty lock use by Peter Hurley · 9 years ago
  82. 9b9ab1b tty: r3964: Use tty->read_wait waitqueue by Peter Hurley · 9 years ago
  83. cc2aaab tty: Remove tty_port::close_wait by Peter Hurley · 9 years ago
  84. fef062c tty: Remove ASYNC_CLOSING checks in open()/hangup() methods by Peter Hurley · 9 years ago
  85. 79c1faa tty: Remove tty_wait_until_sent_from_close() by Peter Hurley · 9 years ago
  86. 32ede4a serial: tegra: Add helper function for handling RX buffer by Jon Hunter · 9 years ago
  87. b0e066c serial: tegra: Remove redundant code and check in tegra_uart_stop_rx() by Jon Hunter · 9 years ago
  88. 2230a94 serial: tegra: Remove unnecessary return statements by Jon Hunter · 9 years ago
  89. 2a24bb2 serial: tegra: Handle another RX race condition by Jon Hunter · 9 years ago
  90. 0abcc6df serial: 8250_omap: Remove RTS clear by Peter Hurley · 9 years ago
  91. d43b54d serial: Enable Freescale 16550 workaround on arm by Scott Wood · 9 years ago
  92. 37f0679 tty: serial: men_z135_uart.c: use mcb memory region size instead of hardcoded one by Andreas Werner · 9 years ago
  93. 270c2ad serial: atmel: fix compiler warning on address cast by Andre Przywara · 9 years ago
  94. eecbf54 n_tracesink: stop including <asm-generic/bug> by Christoph Hellwig · 9 years ago
  95. c7b9180 n_tracerouter: stop including <asm-generic/bug> by Christoph Hellwig · 9 years ago
  96. 378102f Merge 4.3-rc5 into tty-next by Greg Kroah-Hartman · 9 years ago
  97. 0c556271 drivers/tty: require read access for controlling terminal by Jann Horn · 9 years ago
  98. 3c5a035 serial: 8250: add uart_config entry for PORT_RT2880 by Mans Rullgard · 9 years ago
  99. 850b37a tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitation by Ivan T. Ivanov · 9 years ago
  100. 9969394 tty: serial: msm: Add RX DMA support by Ivan T. Ivanov · 9 years ago