aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_hdlc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds1-19/+41
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18tty: ldiscs, fix kernel-docJiri Slaby1-36/+36
2020-05-29n_hdlc_tty_read(): remove pointless access_ok()Al Viro1-7/+0
2020-03-16tty: n_hdlc, remove FILE and LINE from pr_debugJiri Slaby1-21/+12
2020-02-21n_hdlc: wrap a comment properlyJiri Slaby1-2/+4
2020-02-21n_hdlc: fix whitespace around binary operatorsJiri Slaby1-3/+3
2020-02-21n_hdlc: add missing spaces after commasJiri Slaby1-9/+9
2020-02-21n_hdlc: remove spaces between function name and (Jiri Slaby1-4/+4
2020-02-21n_hdlc: remove useless whitespace at line wrapsJiri Slaby1-37/+37
2020-02-21n_hdlc: use __func__ and pr_ print helpersJiri Slaby1-7/+7
2020-02-21n_hdlc: remove unneeded ifdefJiri Slaby1-2/+0
2020-02-21n_hdlc: switch tbusy and woke_up to boolsJiri Slaby1-8/+8
2020-02-21n_hdlc: move tty_ldisc_ops to the bottomJiri Slaby1-31/+15
2020-02-21n_hdlc: add helper for buffers allocationJiri Slaby1-22/+20
2020-02-21n_hdlc: remove checking of n_hdlcJiri Slaby1-29/+3
2020-02-21n_hdlc: remove cached ttyJiri Slaby1-16/+5
2020-02-21n_hdlc: inline n_hdlc_releaseJiri Slaby1-25/+10
2020-02-21n_hdlc: expand tty2n_hdlc macroJiri Slaby1-12/+11
2020-02-21n_hdlc: remove unused backup_ttyJiri Slaby1-9/+1
2020-02-21n_hdlc: remove unused flagsJiri Slaby1-4/+1
2020-02-21n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_pollJiri Slaby1-34/+38
2020-02-21n_hdlc: simplify freeing of buffer listJiri Slaby1-31/+14
2020-02-21n_hdlc: use clamp() for maxframeJiri Slaby1-4/+1
2020-02-21n_hdlc: cleanup messages during registrationJiri Slaby1-4/+4
2020-02-21n_hdlc: put init/exit strings directly to printsJiri Slaby1-22/+6
2020-02-21n_hdlc: convert debuglevel use to pr_debugJiri Slaby1-48/+31
2020-02-21n_hdlc: remove unused macrosJiri Slaby1-5/+0
2020-02-21n_hdlc: remove tracing debug printsJiri Slaby1-30/+2
2020-01-23tty: n_hdlc: Use flexible-array member and struct_size() helperGustavo A. R. Silva1-6/+5
2019-10-04tty: n_hdlc: fix build on SPARCRandy Dunlap1-0/+5
2019-02-14tty/n_hdlc: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-01-18tty/n_hdlc: fix __might_sleep warningPaul Fulghum1-0/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-05tty: Don't block on IO when ldisc change is pendingDmitry Safonov1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
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