summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman14-151/+264
2021-01-20tty: teach the n_tty ICANON case about the new "cookie continuations" tooLinus Torvalds1-7/+19
2021-01-20tty: teach n_tty line discipline about the new "cookie continuations"Linus Torvalds1-10/+42
2021-01-20tty: clean up legacy leftovers from n_tty line disciplineLinus Torvalds1-20/+9
2021-01-20tty: implement read_iterLinus Torvalds1-18/+18
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds14-102/+178
2021-01-20tty: implement write_iterLinus Torvalds1-22/+26
2021-01-20serial: remove sirf prima/atlas driverArnd Bergmann5-2007/+0
2021-01-20serial: mxs-auart: Remove <asm/cacheflush.h>Fabio Estevam1-2/+0
2021-01-20serial: mxs-auart: Remove serial_mxs_probe_dt()Fabio Estevam1-32/+11
2021-01-20serial: fsl_lpuart: Use of_device_get_match_data()Fabio Estevam1-3/+1
2021-01-20dt-bindings: serial: renesas,hscif: Add r8a779a0 supportWolfram Sang1-0/+1
2021-01-15tty: serial: Drop unused efm32 serial driverUwe Kleine-König5-888/+0
2021-01-15leds: trigger: implement a tty triggerUwe Kleine-König4-0/+199
2021-01-15tty: vcc: Drop impossible to hit WARN_ONUwe Kleine-König1-5/+2
2021-01-15tty: vcc: Drop unnecessary if blockUwe Kleine-König1-3/+0
2021-01-15tty: hvcs: Drop unnecessary if blockUwe Kleine-König1-3/+0
2021-01-13tty: serial: owl: Add support for kernel debuggerCristian Ciocaltea1-0/+38
2021-01-07tty: Protect disc_data in n_tty_close and n_tty_flush_bufferYan.Gao1-0/+2
2021-01-07drivers:tty:pty: Fix a race causing data loss on closeCorey Minyard2-4/+16
2021-01-07tty: Export redirect releaseCorey Minyard2-8/+25
2021-01-07serial: stm32: update transmission complete error message in shutdownErwan Le Ray1-1/+2
2021-01-07serial: stm32: clean probe and remove port deinitErwan Le Ray1-2/+7
2021-01-07serial: stm32: update conflicting RTS/CTS config commentErwan Le Ray1-1/+4
2021-01-07dt-bindings: serial: stm32: update rts-gpios and cts-gpiosErwan Le Ray1-5/+8
2021-01-07serial: stm32: add authorErwan Le Ray1-1/+2
2021-01-07serial: stm32: add "_usart" prefix in functions nameErwan Le Ray1-171/+177
2021-01-07serial: stm32: fix code cleaning warnings and checksErwan Le Ray1-18/+15
2021-01-07serial: stm32: fix DMA initialization error handlingErwan Le Ray1-7/+17
2021-01-07tty: drop termiox user definitionsJiri Slaby1-15/+0
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby16-28/+3
2021-01-07tty: cpm_uart, use port->flags instead of low_latencyJiri Slaby1-2/+1
2021-01-07vgacon: drop BROKEN_GRAPHICS_PROGRAMSJiri Slaby2-31/+0
2021-01-07vt: drop old FONT ioctlsJiri Slaby3-195/+3
2021-01-07vt/consolemap: do font sum unsignedJiri Slaby1-1/+1
2021-01-078250_tegra: clean up tegra_uart_handle_breakJiri Slaby1-5/+6
2021-01-07tty: pty, remove BUG_ON from pty_closeJiri Slaby1-1/+0
2021-01-07vt: keyboard, defkeymap.c_shipped, approach the unicode tableJiri Slaby1-34/+34
2021-01-07vt: keyboard, defkeymap.c_shipped, approach the definitionsJiri Slaby1-7/+7
2021-01-07vt: keyboard, make keyboard_tasklet localJiri Slaby2-4/+3
2021-01-07vt: move set_leds to keyboard.cJiri Slaby3-10/+12
2020-12-28tty: serial: icom: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-3/+1
2020-12-28tty: serial: cpm_uart: Add udbg support for enabling xmonChristophe Leroy1-1/+39
2020-12-28tty/serial/lantiq: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-28tty/serial/imx: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-28tty: new helper function tty_get_icount()Uwe Kleine-König2-4/+27
2020-12-28tty: rename tty_kopen() and add new function tty_kopen_shared()Uwe Kleine-König3-21/+42
2020-12-27Linux 5.11-rc1v5.11-rc1Linus Torvalds1-2/+2
2020-12-27proc mountinfo: make splice available againLinus Torvalds1-3/+6
2020-12-27Merge tag 'ntb-5.11' of git://github.com/jonmason/ntbLinus Torvalds4-3/+44