aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-18tty: fix compat TIOCGSERIAL checking wrong function ptrGravatar Eric Biggers 1-1/+1
2020-03-18tty: fix compat TIOCGSERIAL leaking uninitialized memoryGravatar Eric Biggers 1-1/+3
2020-03-18tty: drop outdated comments about release_tty() lockingGravatar Eric Biggers 1-6/+2
2019-12-17tty: drop useless variable initialisation in tty_kopen()Gravatar Uwe Kleine-König 1-1/+1
2019-12-03Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-6/+8
2019-11-22tty: don't crash in tty_init_dev when missing tty_portGravatar Jiri Slaby 1-3/+6
2019-11-20tty: remove unused argument from tty_open_by_driver()Gravatar Sudip Mukherjee 1-3/+2
2019-10-23tty: handle compat PPP ioctlsGravatar Arnd Bergmann 1-0/+4
2019-10-23compat_ioctl: move SIOCOUTQ out of compat_ioctl.cGravatar Arnd Bergmann 1-0/+1
2019-07-30drivers: Introduce device lookup variants by device typeGravatar Suzuki K Poulose 1-7/+1
2019-05-24tty: tty_io: fix driver refcount imbalance on error pathGravatar Lin Yi 1-1/+3
2019-04-25tty: update obsolete termios commentGravatar Johan Hovold 1-1/+1
2019-03-29Revert "tty: pty: Fix race condition between release_one_tty and pty_write"Gravatar Greg Kroah-Hartman 1-3/+0
2019-03-28tty: pty: Fix race condition between release_one_tty and pty_writeGravatar Sahara 1-0/+3
2019-01-30tty: ldisc: add sysctl to prevent autoloading of ldiscsGravatar Greg Kroah-Hartman 1-0/+3
2019-01-21tty: Handle problem if line discipline does not have receive_bufGravatar Greg Kroah-Hartman 1-1/+2
2019-01-11tty: Don't hold ldisc lock in tty_reopen() if ldisc presentGravatar Dmitry Safonov 1-7/+13
2018-12-10Merge 4.20-rc6 into tty-nextGravatar Greg Kroah-Hartman 1-2/+9
2018-12-05tty: Simplify tty->count math in tty_reopen()Gravatar Dmitry Safonov 1-8/+5
2018-12-05tty: Hold tty_ldisc_lock() during tty_reopen()Gravatar Dmitry Safonov 1-2/+7
2018-12-05USB: serial: console: fix reported terminal settingsGravatar Johan Hovold 1-2/+9
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+1
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-43/+186
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2018-10-13change semantics of ldisc ->compat_ioctl()Gravatar Al Viro 1-0/+3
2018-10-13remove fallback to drivers for TIOCGICOUNTGravatar Al Viro 1-5/+1
2018-10-13take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Gravatar Al Viro 1-0/+81
2018-10-13complete ->[sg]et_serial() switchoverGravatar Al Viro 1-10/+4
2018-10-11tty: check name length in tty_find_polling_driver()Gravatar Miles Chen 1-1/+1
2018-09-18tty: Drop tty->count on tty_reopen() failureGravatar Dmitry Safonov 1-3/+8
2018-09-16tty_io: Use group_send_sig_info in __do_SACK to note it is a session being ki...Gravatar Eric W. Biederman 1-3/+3
2018-09-14tty_ioctl(): start taking TIOC[SG]SERIAL into separate methodsGravatar Al Viro 1-5/+30
2018-09-14tty_ioctl(): drop FIONBIO handlingGravatar Al Viro 1-30/+0
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Gravatar Al Viro 1-2/+76
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentGravatar Eric W. Biederman 1-1/+1
2018-06-28tty: use 64-bit timstampGravatar Arnd Bergmann 1-14/+5
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-3/+12
2018-04-23tty: Don't call panic() at tty_ldisc_init()Gravatar Tetsuo Handa 1-1/+4
2018-02-28tty: make n_tty_read() always abort if hangup is in progressGravatar Tejun Heo 1-0/+9
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-7/+7
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+9
2018-01-23tty: fix data race between tty_init_dev and flush of bufGravatar Gaurav Kohli 1-1/+7
2017-12-19pty: cancel pty slave port buf's work in tty_releaseGravatar Sahara 1-0/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-3/+3
2017-11-27anntotate the places where ->poll() return values goGravatar Al Viro 1-1/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-09-05Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+96
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+9
2017-08-28pty: show associative slave of ptmx in fdinfoGravatar Masatake YAMATO 1-0/+9