summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-66/+87
|\
| * Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman2021-01-211-66/+85
| |\
| | * tty: teach the n_tty ICANON case about the new "cookie continuations" tooLinus Torvalds2021-01-201-7/+19
| | * tty: teach n_tty line discipline about the new "cookie continuations"Linus Torvalds2021-01-201-10/+42
| | * tty: clean up legacy leftovers from n_tty line disciplineLinus Torvalds2021-01-201-20/+9
| | * tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-48/+34
| * | tty: Protect disc_data in n_tty_close and n_tty_flush_bufferYan.Gao2021-01-071-0/+2
* | | Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen2021-01-251-5/+2
|/ /
* / tty: n_tty: Add 2 missing parameter descriptionsLee Jones2020-11-061-0/+2
|/
* tty: ldiscs, fix kernel-docJiri Slaby2020-08-181-2/+2
* n_tty: Distribute switch variables for initializationKees Cook2020-02-231-2/+2
* n_tty: check printk arguments for n_tty_traceJiri Slaby2020-02-101-1/+1
* n_tty: check for negative and zero space return from tty_write_roomColin Ian King2019-04-161-2/+2
* n_tty: update comment for WAKEUP_CHARS defineValentin Vidic2019-01-181-2/+4
* tty: Don't block on IO when ldisc change is pendingDmitry Safonov2018-12-051-4/+4
* tty: wipe buffer if not echoing dataGreg KH2018-10-111-3/+17
* n_tty: Access echo_* variables carefully.Tetsuo Handa2018-06-281-18/+24
* n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa2018-06-281-5/+8
* tty: make n_tty_read() always abort if hangup is in progressTejun Heo2018-02-281-0/+6
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-8/+8
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* | n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds2017-12-211-2/+2
|/
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-3/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* Fix OpenSSH pty regression on closeBrian Bloniarz2016-05-011-37/+33
* n_tty: Ignore all read data when closingPeter Hurley2016-01-281-2/+0
* tty: n_tty: fix SIGIO for outputPeter Hurley2016-01-281-1/+1
* n_tty: Remove tty count checks from unthrottlePeter Hurley2016-01-281-4/+0
* n_tty: Fix stuck write wakeupPeter Hurley2016-01-281-2/+2
* tty, n_tty: Remove fasync() ldisc notificationPeter Hurley2016-01-281-5/+0
* n_tty: Always wake up read()/poll() if new inputPeter Hurley2016-01-281-32/+2
* tty: audit: Ignore current association for audit pushPeter Hurley2016-01-271-1/+1
* tty: audit: Remove icanon mode from call chainPeter Hurley2016-01-271-3/+3
* tty: audit: Never audit packet modePeter Hurley2016-01-271-13/+4
* tty: Move tty_check_change() helperPeter Hurley2016-01-271-6/+0
* tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley2016-01-271-4/+8
* tty: Remove chars_in_buffer() line discipline methodPeter Hurley2016-01-271-23/+0
* n_tty: Fix unsafe reference to "other" ldiscPeter Hurley2016-01-261-5/+2
* Merge 4.4-rc6 into tty-nextGreg Kroah-Hartman2015-12-211-13/+9
|\
| * n_tty: Fix poll() after buffer-limited eof push readPeter Hurley2015-12-121-13/+9
* | n_tty: Reduce branching in canon_copy_from_read_buf()Peter Hurley2015-12-131-4/+3
* | n_tty: Clarify copy_from_read_buf()Peter Hurley2015-12-131-4/+4
* | n_tty: Uninline tty_copy_to_user()Peter Hurley2015-12-131-15/+18
* | tty: Define tty_*() printk macrosPeter Hurley2015-12-131-5/+2
|/
* tty: audit: Fix audit sourcePeter Hurley2015-11-201-1/+1
* tty: Abstract tty buffer workPeter Hurley2015-10-171-1/+1
* tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley2015-10-171-24/+2
* n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY charsPeter Hurley2015-10-171-4/+0
* tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa2015-10-041-10/+5