aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
Commit message (Expand)AuthorAge
* n_tty: check for negative and zero space return from tty_write_roomColin Ian King2019-04-16
* n_tty: update comment for WAKEUP_CHARS defineValentin Vidic2019-01-18
* tty: Don't block on IO when ldisc change is pendingDmitry Safonov2018-12-05
* tty: wipe buffer if not echoing dataGreg KH2018-10-11
* n_tty: Access echo_* variables carefully.Tetsuo Handa2018-06-28
* n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa2018-06-28
* 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 branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* | n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds2017-12-21
|/
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-08
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-08
* Fix OpenSSH pty regression on closeBrian Bloniarz2016-05-01
* n_tty: Ignore all read data when closingPeter Hurley2016-01-28
* tty: n_tty: fix SIGIO for outputPeter Hurley2016-01-28
* n_tty: Remove tty count checks from unthrottlePeter Hurley2016-01-28
* n_tty: Fix stuck write wakeupPeter Hurley2016-01-28
* tty, n_tty: Remove fasync() ldisc notificationPeter Hurley2016-01-28
* n_tty: Always wake up read()/poll() if new inputPeter Hurley2016-01-28
* tty: audit: Ignore current association for audit pushPeter Hurley2016-01-27
* tty: audit: Remove icanon mode from call chainPeter Hurley2016-01-27
* tty: audit: Never audit packet modePeter Hurley2016-01-27
* tty: Move tty_check_change() helperPeter Hurley2016-01-27
* tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley2016-01-27
* tty: Remove chars_in_buffer() line discipline methodPeter Hurley2016-01-27
* n_tty: Fix unsafe reference to "other" ldiscPeter Hurley2016-01-27
* Merge 4.4-rc6 into tty-nextGreg Kroah-Hartman2015-12-21
|\
| * n_tty: Fix poll() after buffer-limited eof push readPeter Hurley2015-12-13
* | n_tty: Reduce branching in canon_copy_from_read_buf()Peter Hurley2015-12-13
* | n_tty: Clarify copy_from_read_buf()Peter Hurley2015-12-13
* | n_tty: Uninline tty_copy_to_user()Peter Hurley2015-12-13
* | tty: Define tty_*() printk macrosPeter Hurley2015-12-13
|/
* tty: audit: Fix audit sourcePeter Hurley2015-11-20
* tty: Abstract tty buffer workPeter Hurley2015-10-18
* tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley2015-10-18
* n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY charsPeter Hurley2015-10-18
* tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa2015-10-04
* Merge 4.2-rc4 into tty-nextGreg Kroah-Hartman2015-07-27
|\
| * n_tty: signal and flush atomicallyPeter Hurley2015-07-23
* | tty: add missing rcu_read_lock for task_pgrpPatrick Donnelly2015-07-23
|/
* Merge 4.1-rc7 into tty-nextGreg Kroah-Hartman2015-06-08
|\
| * n_tty: Fix auditing support for cannonical modeLaura Abbott2015-05-31
| * n_tty: Fix calculation of size in canon_copy_from_read_bufMark Tomlinson2015-05-24
* | Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman2015-05-18
|\|
| * pty: Fix input race when closingPeter Hurley2015-05-10
* | tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-06
|/
* n_tty: Fix signal handling flushesPeter Hurley2015-02-02
* n_tty: Fix read buffer overwrite when no newlinePeter Hurley2015-02-02
* n_tty: Fix PARMRK over-throttlingPeter Hurley2015-02-02