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