aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/n_hdlc.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-31Merge 5.9-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-18tty: ldiscs, fix kernel-docGravatar Jiri Slaby 1-36/+36
2020-05-29n_hdlc_tty_read(): remove pointless access_ok()Gravatar Al Viro 1-7/+0
2020-03-16tty: n_hdlc, remove FILE and LINE from pr_debugGravatar Jiri Slaby 1-21/+12
2020-02-21n_hdlc: wrap a comment properlyGravatar Jiri Slaby 1-2/+4
2020-02-21n_hdlc: fix whitespace around binary operatorsGravatar Jiri Slaby 1-3/+3
2020-02-21n_hdlc: add missing spaces after commasGravatar Jiri Slaby 1-9/+9
2020-02-21n_hdlc: remove spaces between function name and (Gravatar Jiri Slaby 1-4/+4
2020-02-21n_hdlc: remove useless whitespace at line wrapsGravatar Jiri Slaby 1-37/+37
2020-02-21n_hdlc: use __func__ and pr_ print helpersGravatar Jiri Slaby 1-7/+7
2020-02-21n_hdlc: remove unneeded ifdefGravatar Jiri Slaby 1-2/+0
2020-02-21n_hdlc: switch tbusy and woke_up to boolsGravatar Jiri Slaby 1-8/+8
2020-02-21n_hdlc: move tty_ldisc_ops to the bottomGravatar Jiri Slaby 1-31/+15
2020-02-21n_hdlc: add helper for buffers allocationGravatar Jiri Slaby 1-22/+20
2020-02-21n_hdlc: remove checking of n_hdlcGravatar Jiri Slaby 1-29/+3
2020-02-21n_hdlc: remove cached ttyGravatar Jiri Slaby 1-16/+5
2020-02-21n_hdlc: inline n_hdlc_releaseGravatar Jiri Slaby 1-25/+10
2020-02-21n_hdlc: expand tty2n_hdlc macroGravatar Jiri Slaby 1-12/+11
2020-02-21n_hdlc: remove unused backup_ttyGravatar Jiri Slaby 1-9/+1
2020-02-21n_hdlc: remove unused flagsGravatar Jiri Slaby 1-4/+1
2020-02-21n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_pollGravatar Jiri Slaby 1-34/+38
2020-02-21n_hdlc: simplify freeing of buffer listGravatar Jiri Slaby 1-31/+14
2020-02-21n_hdlc: use clamp() for maxframeGravatar Jiri Slaby 1-4/+1
2020-02-21n_hdlc: cleanup messages during registrationGravatar Jiri Slaby 1-4/+4
2020-02-21n_hdlc: put init/exit strings directly to printsGravatar Jiri Slaby 1-22/+6
2020-02-21n_hdlc: convert debuglevel use to pr_debugGravatar Jiri Slaby 1-48/+31
2020-02-21n_hdlc: remove unused macrosGravatar Jiri Slaby 1-5/+0
2020-02-21n_hdlc: remove tracing debug printsGravatar Jiri Slaby 1-30/+2
2020-01-23tty: n_hdlc: Use flexible-array member and struct_size() helperGravatar Gustavo A. R. Silva 1-6/+5
2019-10-04tty: n_hdlc: fix build on SPARCGravatar Randy Dunlap 1-0/+5
2019-02-14tty/n_hdlc: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2019-01-18tty/n_hdlc: fix __might_sleep warningGravatar Paul Fulghum 1-0/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-05tty: Don't block on IO when ldisc change is pendingGravatar Dmitry Safonov 1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-4/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-3/+3
2017-11-08tty: Remove redundant license textGravatar Greg Kroah-Hartman 1-2/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-05-08format-security: move static strings to constGravatar Kees Cook 1-5/+5
2017-03-07tty: n_hdlc: get rid of racy n_hdlc.tbufGravatar Alexander Popov 1-63/+69
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-05-01Fix OpenSSH pty regression on closeGravatar Brian Bloniarz 1-2/+2
2016-02-06TTY: n_hdlc, fix lockdep false positiveGravatar Jiri Slaby 1-15/+4
2015-05-10pty: Fix input race when closingGravatar Peter Hurley 1-2/+2
2014-05-28drivers/tty/n_hdlc.c: replace kmalloc/memset by kzallocGravatar Fabian Frederick 1-3/+1
2014-05-27tty: n_hdlc: Drop redundant error messageGravatar Jean Delvare 1-4/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-11-30tty: n_hdlc not atomic use tty->flags.Gravatar Ilya Zykov 1-3/+3