summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_hdlc.c
Commit message (Expand)AuthorAgeFilesLines
* tty/n_hdlc: mark expected switch fall-throughGustavo A. R. Silva2019-02-141-1/+1
* tty/n_hdlc: fix __might_sleep warningPaul Fulghum2019-01-181-0/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* tty: Don't block on IO when ldisc change is pendingDmitry Safonov2018-12-051-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-3/+3
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-2/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* format-security: move static strings to constKees Cook2017-05-081-5/+5
* tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov2017-03-071-63/+69
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Fix OpenSSH pty regression on closeBrian Bloniarz2016-05-011-2/+2
* TTY: n_hdlc, fix lockdep false positiveJiri Slaby2016-02-061-15/+4
* pty: Fix input race when closingPeter Hurley2015-05-101-2/+2
* drivers/tty/n_hdlc.c: replace kmalloc/memset by kzallocFabian Frederick2014-05-281-3/+1
* tty: n_hdlc: Drop redundant error messageJean Delvare2014-05-271-4/+0
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* tty: n_hdlc not atomic use tty->flags.Ilya Zykov2011-11-301-3/+3
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-10/+8
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-8/+10
* drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-021-1/+0
* n_hdlc: fix read and write lockingPaul Fulghum2011-01-221-45/+45
* TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman2010-11-051-0/+1007