aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_hdlc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-3/+3
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-05-08format-security: move static strings to constKees Cook1-5/+5
2017-03-07tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov1-63/+69
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-01Fix OpenSSH pty regression on closeBrian Bloniarz1-2/+2
2016-02-06TTY: n_hdlc, fix lockdep false positiveJiri Slaby1-15/+4
2015-05-10pty: Fix input race when closingPeter Hurley1-2/+2
2014-05-28drivers/tty/n_hdlc.c: replace kmalloc/memset by kzallocFabian Frederick1-3/+1
2014-05-27tty: n_hdlc: Drop redundant error messageJean Delvare1-4/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-11-30tty: n_hdlc not atomic use tty->flags.Ilya Zykov1-3/+3
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-10/+8
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-8/+10
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann1-1/+0
2011-01-22n_hdlc: fix read and write lockingPaul Fulghum1-45/+45
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman1-0/+1007