aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_hdlc.c
AgeCommit message (Expand)Author
2020-05-29n_hdlc_tty_read(): remove pointless access_ok()Al Viro
2020-03-16tty: n_hdlc, remove FILE and LINE from pr_debugJiri Slaby
2020-02-21n_hdlc: wrap a comment properlyJiri Slaby
2020-02-21n_hdlc: fix whitespace around binary operatorsJiri Slaby
2020-02-21n_hdlc: add missing spaces after commasJiri Slaby
2020-02-21n_hdlc: remove spaces between function name and (Jiri Slaby
2020-02-21n_hdlc: remove useless whitespace at line wrapsJiri Slaby
2020-02-21n_hdlc: use __func__ and pr_ print helpersJiri Slaby
2020-02-21n_hdlc: remove unneeded ifdefJiri Slaby
2020-02-21n_hdlc: switch tbusy and woke_up to boolsJiri Slaby
2020-02-21n_hdlc: move tty_ldisc_ops to the bottomJiri Slaby
2020-02-21n_hdlc: add helper for buffers allocationJiri Slaby
2020-02-21n_hdlc: remove checking of n_hdlcJiri Slaby
2020-02-21n_hdlc: remove cached ttyJiri Slaby
2020-02-21n_hdlc: inline n_hdlc_releaseJiri Slaby
2020-02-21n_hdlc: expand tty2n_hdlc macroJiri Slaby
2020-02-21n_hdlc: remove unused backup_ttyJiri Slaby
2020-02-21n_hdlc: remove unused flagsJiri Slaby
2020-02-21n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_pollJiri Slaby
2020-02-21n_hdlc: simplify freeing of buffer listJiri Slaby
2020-02-21n_hdlc: use clamp() for maxframeJiri Slaby
2020-02-21n_hdlc: cleanup messages during registrationJiri Slaby
2020-02-21n_hdlc: put init/exit strings directly to printsJiri Slaby
2020-02-21n_hdlc: convert debuglevel use to pr_debugJiri Slaby
2020-02-21n_hdlc: remove unused macrosJiri Slaby
2020-02-21n_hdlc: remove tracing debug printsJiri Slaby
2020-01-23tty: n_hdlc: Use flexible-array member and struct_size() helperGustavo A. R. Silva
2019-10-04tty: n_hdlc: fix build on SPARCRandy Dunlap
2019-02-14tty/n_hdlc: mark expected switch fall-throughGustavo A. R. Silva
2019-01-18tty/n_hdlc: fix __might_sleep warningPaul Fulghum
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-05tty: Don't block on IO when ldisc change is pendingDmitry Safonov
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-05-08format-security: move static strings to constKees Cook
2017-03-07tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-01Fix OpenSSH pty regression on closeBrian Bloniarz
2016-02-06TTY: n_hdlc, fix lockdep false positiveJiri Slaby
2015-05-10pty: Fix input race when closingPeter Hurley
2014-05-28drivers/tty/n_hdlc.c: replace kmalloc/memset by kzallocFabian Frederick
2014-05-27tty: n_hdlc: Drop redundant error messageJean Delvare
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-11-30tty: n_hdlc not atomic use tty->flags.Ilya Zykov
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann