aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2021-01-29tty: avoid using vfs_iocb_iter_write() for redirected console writesGravatar Linus Torvalds 1-3/+17
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttyGravatar Sami Tolvanen 2-7/+2
2021-01-24Merge tag 'tty-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-24/+37
2021-01-22tty: fix up hung_up_tty_write() conversionGravatar Linus Torvalds 1-4/+5
2021-01-21Merge 9bb48c82aced ("tty: implement write_iter") into tty-linusGravatar Greg Kroah-Hartman 1-22/+26
2021-01-20tty: implement write_iterGravatar Linus Torvalds 1-22/+26
2021-01-16Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Gravatar Petr Mladek 3-19/+16
2021-01-07riscv: Fix sifive serial driverGravatar Damien Le Moal 1-0/+1
2020-12-28serial: mvebu-uart: fix tx lost characters at power offGravatar Pali Rohár 1-1/+9
2020-12-17Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 3-0/+437
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-16/+19
2020-12-15Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 52-14933/+427
2020-12-14Merge tag 'm68k-for-v5.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+9
2020-12-14Merge branch 'for-5.11-null-console' into for-linusGravatar Petr Mladek 3-16/+19
2020-12-11serial: 8250_pci: Drop bogus __refdata annotationGravatar Geert Uytterhoeven 1-1/+1
2020-12-11tty: serial: meson: enable console as moduleGravatar Kevin Hilman 2-2/+8
2020-12-10serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessGravatar Alexander Sverdlin 1-5/+0
2020-12-10serial: imx: Move imx_uart_probe_dt() content into probe()Gravatar Fabio Estevam 1-40/+24
2020-12-09serial: imx: Remove unneeded of_device_get_match_data() NULL checkGravatar Fabio Estevam 1-3/+0
2020-12-09tty: Fix whitespace inconsistencies in vt_io_ioctlGravatar Yan.Gao 1-2/+2
2020-12-09serial_core: Check for port state when tty is in error stateGravatar Alexey Kardashevskiy 1-0/+4
2020-12-07Merge 5.10-rc7 into tty-nextGravatar Greg Kroah-Hartman 2-14/+37
2020-12-04tty: Fix ->session lockingGravatar Jann Horn 2-14/+37
2020-12-04tty: Fix ->pgrp locking in tiocspgrp()Gravatar Jann Horn 1-2/+2
2020-12-04tty: Remove dead termiox codeGravatar Jann Horn 1-59/+2
2020-12-04tty/serial/imx: Enable TXEN bit in imx_poll_init().Gravatar Mingrui Ren 1-1/+1
2020-12-04tty : serial: jsm: Fixed file by adding spacingGravatar Clement Smith 1-1/+1
2020-12-04tty: serial: uartlite: Support probe deferralGravatar Alexander Sverdlin 1-2/+2
2020-12-04earlycon: simplify earlycon-table implementationGravatar Johan Hovold 1-4/+2
2020-11-26tty: serial: bcm63xx: lower driver dependenciesGravatar Rafał Miłecki 1-1/+1
2020-11-26serial: mxs-auart: Remove unneeded platform_device_idGravatar Fabio Estevam 1-17/+4
2020-11-26serial: 8250-mtk: Fix reference leak in mtk8250_probeGravatar Zhang Qilong 1-3/+10
2020-11-23m68k: Fix WARNING splat in pmac_zilog driverGravatar Finn Thain 1-5/+9
2020-11-23Merge 5.10-rc5 into tty-nextGravatar Greg Kroah-Hartman 2-21/+15
2020-11-20init/console: Use ttynull as a fallback when there is no consoleGravatar Petr Mladek 3-16/+19
2020-11-18serial: imx: Remove unused .id_table supportGravatar Fabio Estevam 1-20/+0
2020-11-13tty: tty_ldisc: Fix some kernel-doc related misdemeanoursGravatar Lee Jones 1-5/+5
2020-11-13tty: serial: pmac_zilog: Remove unused disposable variable 'garbage'Gravatar Lee Jones 1-4/+4
2020-11-13tty: serial: 8250: 8250_port: Move prototypes to shared locationGravatar Lee Jones 1-3/+0
2020-11-12serial: imx: Remove unused platform data supportGravatar Fabio Estevam 1-29/+3
2020-11-12vt: keyboard, make use of assign_bit() APIGravatar Andy Shevchenko 1-4/+1
2020-11-12vt: keyboard, replace numbers with \r, \n where appropriateGravatar Andy Shevchenko 1-3/+3
2020-11-12vt: keyboard, use BIT() macro instead of open coded variantsGravatar Andy Shevchenko 1-13/+13
2020-11-12serial: 8250: 8250_omap: Fix unused variable warningGravatar Vignesh Raghavendra 1-13/+13
2020-11-12serial: 8250: 8250_omap: Fix possible array out of bounds accessGravatar Vignesh Raghavendra 1-0/+1
2020-11-12serial: ar933x_uart: disable clk on error handling path in probeGravatar Zheng Zengkai 1-2/+4
2020-11-12tty: serial: imx: keep console clocks always onGravatar Fugang Duan 1-17/+3
2020-11-12tty: serial: imx: fix potential deadlockGravatar Sam Nobs 1-2/+8
2020-11-09drivers/tty/serial: add LiteUART driverGravatar Filip Kokosinski 3-0/+437