summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-01-29tty: avoid using vfs_iocb_iter_write() for redirected console writesLinus Torvalds
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen
2021-01-24Merge tag 'tty-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds
2021-01-21Merge 9bb48c82aced ("tty: implement write_iter") into tty-linusGreg Kroah-Hartman
2021-01-20tty: implement write_iterLinus Torvalds
2021-01-16Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek
2021-01-07riscv: Fix sifive serial driverDamien Le Moal
2020-12-28serial: mvebu-uart: fix tx lost characters at power offPali Rohár
2020-12-17Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-12-15Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-12-14Merge tag 'm68k-for-v5.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-14Merge branch 'for-5.11-null-console' into for-linusPetr Mladek
2020-12-11serial: 8250_pci: Drop bogus __refdata annotationGeert Uytterhoeven
2020-12-11tty: serial: meson: enable console as moduleKevin Hilman
2020-12-10serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin
2020-12-10serial: imx: Move imx_uart_probe_dt() content into probe()Fabio Estevam
2020-12-09serial: imx: Remove unneeded of_device_get_match_data() NULL checkFabio Estevam
2020-12-09tty: Fix whitespace inconsistencies in vt_io_ioctlYan.Gao
2020-12-09serial_core: Check for port state when tty is in error stateAlexey Kardashevskiy
2020-12-07Merge 5.10-rc7 into tty-nextGreg Kroah-Hartman
2020-12-04tty: Fix ->session lockingJann Horn
2020-12-04tty: Fix ->pgrp locking in tiocspgrp()Jann Horn
2020-12-04tty: Remove dead termiox codeJann Horn
2020-12-04tty/serial/imx: Enable TXEN bit in imx_poll_init().Mingrui Ren
2020-12-04tty : serial: jsm: Fixed file by adding spacingClement Smith
2020-12-04tty: serial: uartlite: Support probe deferralAlexander Sverdlin
2020-12-04earlycon: simplify earlycon-table implementationJohan Hovold
2020-11-26tty: serial: bcm63xx: lower driver dependenciesRafał Miłecki
2020-11-26serial: mxs-auart: Remove unneeded platform_device_idFabio Estevam
2020-11-26serial: 8250-mtk: Fix reference leak in mtk8250_probeZhang Qilong
2020-11-23m68k: Fix WARNING splat in pmac_zilog driverFinn Thain
2020-11-23Merge 5.10-rc5 into tty-nextGreg Kroah-Hartman
2020-11-20init/console: Use ttynull as a fallback when there is no consolePetr Mladek
2020-11-18serial: imx: Remove unused .id_table supportFabio Estevam
2020-11-13tty: tty_ldisc: Fix some kernel-doc related misdemeanoursLee Jones
2020-11-13tty: serial: pmac_zilog: Remove unused disposable variable 'garbage'Lee Jones
2020-11-13tty: serial: 8250: 8250_port: Move prototypes to shared locationLee Jones
2020-11-12serial: imx: Remove unused platform data supportFabio Estevam
2020-11-12vt: keyboard, make use of assign_bit() APIAndy Shevchenko
2020-11-12vt: keyboard, replace numbers with \r, \n where appropriateAndy Shevchenko
2020-11-12vt: keyboard, use BIT() macro instead of open coded variantsAndy Shevchenko
2020-11-12serial: 8250: 8250_omap: Fix unused variable warningVignesh Raghavendra
2020-11-12serial: 8250: 8250_omap: Fix possible array out of bounds accessVignesh Raghavendra
2020-11-12serial: ar933x_uart: disable clk on error handling path in probeZheng Zengkai
2020-11-12tty: serial: imx: keep console clocks always onFugang Duan
2020-11-12tty: serial: imx: fix potential deadlockSam Nobs
2020-11-09drivers/tty/serial: add LiteUART driverFilip Kokosinski