summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2019-02-12tty: serial: samsung: Properly set flags in autoCTS modeBeomho Seo
2019-02-12serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failureGeert Uytterhoeven
2019-02-12serial: sh-sci: Fix locking in sci_submit_rx()Geert Uytterhoeven
2019-02-12serial: fsl_lpuart: clear parity enable bit when disable parityAndy Duan
2019-01-31vt: invoke notifier on screen size changeNicolas Pitre
2019-01-31vt: always call notifier with the console lock heldNicolas Pitre
2019-01-31vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre
2019-01-31tty/n_hdlc: fix __might_sleep warningPaul Fulghum
2019-01-31uart: Fix crash in uart_write and uart_put_charSamir Virmani
2019-01-31tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman
2019-01-26tty/serial: do not free trasnmit buffer page under port lockSergey Senozhatsky
2019-01-26serial: set suppress_bind_attrs flag only if builtinAnders Roxell
2019-01-22tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov
2019-01-22tty: Simplify tty->count math in tty_reopen()Dmitry Safonov
2019-01-22tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov
2019-01-22tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov
2019-01-09serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2018-12-21serial/sunsu: fix refcount leakYangtao Li
2018-12-17Revert "serial: 8250: Fix clearing FIFOs in RS485 mode again"Paul Burton
2018-12-09Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-12-09Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-12-06kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin
2018-12-05tty: serial: 8250_mtk: always resume the device in probe.Peter Shih
2018-12-05USB: serial: console: fix reported terminal settingsJohan Hovold
2018-12-02drivers/tty: add missing of_node_put()Yangtao Li
2018-11-27tty: do not set TTY_IO_ERROR flag if console portChanho Park
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-11-09serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeoutYoshihiro Shimoda
2018-11-08termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin
2018-11-08vt: fix broken display when running aptitudeMikulas Patocka
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-10-25Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-10-15serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMAGeert Uytterhoeven
2018-10-15of: base: Change logic in of_alias_get_alias_list()Michal Simek
2018-10-15serial: sh-sci: do not warn if DMA transfers are not supportedUlrich Hecht
2018-10-13kill TIOCSERGSTRUCTAl Viro
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro
2018-10-13kill TIOCSER[SG]WILDAl Viro
2018-10-13synclink_gt(): fix compat_ioctl()Al Viro
2018-10-13pty: fix compat ioctlsAl Viro
2018-10-13vt_compat_ioctl(): clean up, use compat_ptr() properlyAl Viro
2018-10-13remove fallback to drivers for TIOCGICOUNTAl Viro
2018-10-13take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Al Viro
2018-10-13synclink: reduce pointless checks in ->ioctl()Al Viro