aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-03-13Merge tag 'tty-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-03-10Revert "drivers:tty:pty: Fix a race causing data loss on close"Greg Kroah-Hartman
2021-03-10Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan
2021-03-02vio: make remove callback return voidUwe Kleine-König
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-02-20tty: protect tty_write from odd low-level tty disciplinesLinus Torvalds
2021-02-09serial: core: Remove BUG_ON(in_interrupt()) checkAhmed S. Darwish
2021-02-09vt_ioctl: Remove in_interrupt() checkAhmed S. Darwish
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2021-01-29tty: avoid using vfs_iocb_iter_write() for redirected console writesLinus Torvalds
2021-01-27vt: keyboard, use new API for keyboard_taskletEmil Renner Berthing
2021-01-27misc: pti: Remove driver for deprecated platformAndy Shevchenko
2021-01-26serial: stm32: improve platform_get_irq condition handling in init_portErwan Le Ray
2021-01-26serial: ifx6x60: Remove driver for deprecated platformAndy Shevchenko
2021-01-26serial: stm32: Use of_device_get_match_data()Stephen Boyd
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen
2021-01-25Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman
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-22tty: fix up iterate_tty_read() EOVERFLOW handlingLinus Torvalds
2021-01-22tty: fix up hung_up_tty_read() conversionLinus Torvalds
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman
2021-01-21Merge 9bb48c82aced ("tty: implement write_iter") into tty-linusGreg Kroah-Hartman
2021-01-20tty: teach the n_tty ICANON case about the new "cookie continuations" tooLinus Torvalds
2021-01-20tty: teach n_tty line discipline about the new "cookie continuations"Linus Torvalds
2021-01-20tty: clean up legacy leftovers from n_tty line disciplineLinus Torvalds
2021-01-20tty: implement write_iterLinus Torvalds
2021-01-20tty: implement read_iterLinus Torvalds
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds
2021-01-20serial: remove sirf prima/atlas driverArnd Bergmann
2021-01-20serial: mxs-auart: Remove <asm/cacheflush.h>Fabio Estevam
2021-01-20serial: mxs-auart: Remove serial_mxs_probe_dt()Fabio Estevam
2021-01-20serial: fsl_lpuart: Use of_device_get_match_data()Fabio Estevam
2021-01-16Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-01-15tty: serial: Drop unused efm32 serial driverUwe Kleine-König
2021-01-15tty: vcc: Drop impossible to hit WARN_ONUwe Kleine-König
2021-01-15tty: vcc: Drop unnecessary if blockUwe Kleine-König
2021-01-15tty: hvcs: Drop unnecessary if blockUwe Kleine-König
2021-01-13tty: serial: owl: Add support for kernel debuggerCristian Ciocaltea
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
2021-01-07tty: Protect disc_data in n_tty_close and n_tty_flush_bufferYan.Gao
2021-01-07drivers:tty:pty: Fix a race causing data loss on closeCorey Minyard
2021-01-07tty: Export redirect releaseCorey Minyard