summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAge
* tty: make n_tty_read() always abort if hangup is in progressTejun Heo2018-02-28
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-01
|\
| * tty: fix data race between tty_init_dev and flush of bufGaurav Kohli2018-01-23
| * pty: cancel pty slave port buf's work in tty_releaseSahara2017-12-19
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* | anntotate the places where ->poll() return values goAl Viro2017-11-27
|/
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-08
* Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-05
|\
| * tty: undo export of tty_open_by_driverOkash Khawaja2017-08-28
| * tty: resolve tty contention between kernel and user spaceOkash Khawaja2017-08-28
* | Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-09-05
|\ \ | |/ |/|
| * pty: show associative slave of ptmx in fdinfoMasatake YAMATO2017-08-28
* | pty: Repair TIOCGPTPEEREric W. Biederman2017-08-24
|/
* tty: add function to convert device name to numberOkash Khawaja2017-06-27
* tty: export tty_open_by_driverOkash Khawaja2017-05-16
* tty: split job control support into a file of its ownNicolas Pitre2017-04-18
* console: move console_init() out of tty_io.cNicolas Pitre2017-04-18
* tty: fix comment typo s/repsonsible/responsible/Thadeu Lima de Souza Cascardo2017-04-08
* tty: reset termios state on device registrationJohan Hovold2017-03-31
* tty: drop obsolete termios_locked commentsJohan Hovold2017-03-31
* tty: close race between device register and openJohan Hovold2017-03-31
* drivers/tty: Convert remaining uses of pr_warning to pr_warnJoe Perches2017-03-17
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* tty_port: allow a port to be opened with a tty that has no file handleAlan Cox2017-01-19
* tty: move the non-file related parts of tty_release to new tty_release_structRob Herring2017-01-19
* Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman2016-05-09
|\
| * devpts: more pty driver interface cleanupsLinus Torvalds2016-04-26
* | tty: Remove stale parameter commentPeter Hurley2016-04-30
* | tty: Remove unused TTY_NUMBER() macroPeter Hurley2016-04-30
* | tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-30
|/
* tty: Fix merge of "tty: Refactor tty_open()"Peter Hurley2016-03-31
* tty: Fix UML console breakagePeter Hurley2016-03-31
* tty: Fix ioctl(FIOASYNC) on hungup filePeter Hurley2016-01-28
* tty: Add fasync() hung up file operationPeter Hurley2016-01-28
* tty, n_tty: Remove fasync() ldisc notificationPeter Hurley2016-01-28
* tty: Make tty_files_lock per-ttyPeter Hurley2016-01-27
* tty: Move tty_check_change() helperPeter Hurley2016-01-27
* tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley2016-01-27
* tty: Unexport system-wide tty_mutexPeter Hurley2016-01-27
* tty: Document c_line == N_TTY initial conditionPeter Hurley2016-01-27
* tty: Destroy ldisc instance on hangupPeter Hurley2016-01-27
* tty: Use 'disc' for line discipline index namePeter Hurley2016-01-27
* tty: Prepare for destroying line discipline on hangupPeter Hurley2016-01-27
* tty: Reset c_line from driver's init_termiosPeter Hurley2016-01-27
* tty: Refactor tty_open()Peter Hurley2016-01-27
* tty: Consolidate noctty checks in tty_open()Peter Hurley2016-01-27
* tty: Re-declare tty_driver_remove_tty() file scopePeter Hurley2016-01-27
* tty: Fix tty_init_termios() declarationPeter Hurley2016-01-27