aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+8
2019-11-22tty: don't crash in tty_init_dev when missing tty_portJiri Slaby1-3/+6
2019-11-20tty: remove unused argument from tty_open_by_driver()Sudip Mukherjee1-3/+2
2019-10-23tty: handle compat PPP ioctlsArnd Bergmann1-0/+4
2019-10-23compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann1-0/+1
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose1-7/+1
2019-05-24tty: tty_io: fix driver refcount imbalance on error pathLin Yi1-1/+3
2019-04-25tty: update obsolete termios commentJohan Hovold1-1/+1
2019-03-29Revert "tty: pty: Fix race condition between release_one_tty and pty_write"Greg Kroah-Hartman1-3/+0
2019-03-28tty: pty: Fix race condition between release_one_tty and pty_writeSahara1-0/+3
2019-01-30tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman1-0/+3
2019-01-21tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman1-1/+2
2019-01-11tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov1-7/+13
2018-12-10Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman1-2/+9
2018-12-05tty: Simplify tty->count math in tty_reopen()Dmitry Safonov1-8/+5
2018-12-05tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov1-2/+7
2018-12-05USB: serial: console: fix reported terminal settingsJohan Hovold1-2/+9
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-43/+186
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+3
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro1-0/+3
2018-10-13remove fallback to drivers for TIOCGICOUNTAl Viro1-5/+1
2018-10-13take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Al Viro1-0/+81
2018-10-13complete ->[sg]et_serial() switchoverAl Viro1-10/+4
2018-10-11tty: check name length in tty_find_polling_driver()Miles Chen1-1/+1
2018-09-18tty: Drop tty->count on tty_reopen() failureDmitry Safonov1-3/+8
2018-09-16tty_io: Use group_send_sig_info in __do_SACK to note it is a session being killedEric W. Biederman1-3/+3
2018-09-14tty_ioctl(): start taking TIOC[SG]SERIAL into separate methodsAl Viro1-5/+30
2018-09-14tty_ioctl(): drop FIONBIO handlingAl Viro1-30/+0
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Al Viro1-2/+76
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman1-1/+1
2018-06-28tty: use 64-bit timstampArnd Bergmann1-14/+5
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-3/+12
2018-04-23tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa1-1/+4
2018-02-28tty: make n_tty_read() always abort if hangup is in progressTejun Heo1-0/+9
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-7/+7
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+9
2018-01-23tty: fix data race between tty_init_dev and flush of bufGaurav Kohli1-1/+7
2017-12-19pty: cancel pty slave port buf's work in tty_releaseSahara1-0/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-3/+3
2017-11-27anntotate the places where ->poll() return values goAl Viro1-1/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-09-05Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-7/+96
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+9
2017-08-28pty: show associative slave of ptmx in fdinfoMasatake YAMATO1-0/+9
2017-08-28tty: undo export of tty_open_by_driverOkash Khawaja1-2/+1
2017-08-28tty: resolve tty contention between kernel and user spaceOkash Khawaja1-5/+95
2017-08-24pty: Repair TIOCGPTPEEREric W. Biederman1-0/+3
2017-06-27tty: add function to convert device name to numberOkash Khawaja1-0/+50