summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
Commit message (Expand)AuthorAgeFilesLines
* 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-311-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/+0Star
* 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/+33Star
* n_tty: Ignore all read data when closingPeter Hurley2016-01-281-2/+0Star
* tty: n_tty: fix SIGIO for outputPeter Hurley2016-01-281-1/+1
* n_tty: Remove tty count checks from unthrottlePeter Hurley2016-01-281-4/+0Star
* n_tty: Fix stuck write wakeupPeter Hurley2016-01-281-2/+2
* tty, n_tty: Remove fasync() ldisc notificationPeter Hurley2016-01-281-5/+0Star
* n_tty: Always wake up read()/poll() if new inputPeter Hurley2016-01-281-32/+2Star
* tty: audit: Ignore current association for audit pushPeter Hurley2016-01-281-1/+1
* tty: audit: Remove icanon mode from call chainPeter Hurley2016-01-281-3/+3
* tty: audit: Never audit packet modePeter Hurley2016-01-281-13/+4Star
* tty: Move tty_check_change() helperPeter Hurley2016-01-281-6/+0Star
* tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley2016-01-281-4/+8
* tty: Remove chars_in_buffer() line discipline methodPeter Hurley2016-01-281-23/+0Star
* n_tty: Fix unsafe reference to "other" ldiscPeter Hurley2016-01-271-5/+2Star
* Merge 4.4-rc6 into tty-nextGreg Kroah-Hartman2015-12-211-13/+9Star
|\
| * n_tty: Fix poll() after buffer-limited eof push readPeter Hurley2015-12-131-13/+9Star
* | n_tty: Reduce branching in canon_copy_from_read_buf()Peter Hurley2015-12-141-4/+3Star
* | n_tty: Clarify copy_from_read_buf()Peter Hurley2015-12-141-4/+4
* | n_tty: Uninline tty_copy_to_user()Peter Hurley2015-12-141-15/+18
* | tty: Define tty_*() printk macrosPeter Hurley2015-12-141-5/+2Star
|/
* tty: audit: Fix audit sourcePeter Hurley2015-11-211-1/+1
* tty: Abstract tty buffer workPeter Hurley2015-10-181-1/+1
* tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley2015-10-181-24/+2Star
* n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY charsPeter Hurley2015-10-181-4/+0Star
* tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa2015-10-041-10/+5Star
* Merge 4.2-rc4 into tty-nextGreg Kroah-Hartman2015-07-271-3/+13
|\
| * n_tty: signal and flush atomicallyPeter Hurley2015-07-241-3/+13
* | tty: add missing rcu_read_lock for task_pgrpPatrick Donnelly2015-07-241-3/+12
|/
* Merge 4.1-rc7 into tty-nextGreg Kroah-Hartman2015-06-081-5/+16
|\
| * n_tty: Fix auditing support for cannonical modeLaura Abbott2015-06-011-3/+14
| * n_tty: Fix calculation of size in canon_copy_from_read_bufMark Tomlinson2015-05-241-2/+2
* | Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman2015-05-181-4/+18
|\|
| * pty: Fix input race when closingPeter Hurley2015-05-101-4/+18
* | tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-061-5/+2Star
|/
* n_tty: Fix signal handling flushesPeter Hurley2015-02-021-15/+30
* n_tty: Fix read buffer overwrite when no newlinePeter Hurley2015-02-021-30/+62
* n_tty: Fix PARMRK over-throttlingPeter Hurley2015-02-021-8/+4Star