aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_hdlc.c
AgeCommit message (Expand)Author
2021-12-22tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronousTetsuo Handa
2021-05-20tty: n_hdlc: Fix a little doc-rot in n_hdlc_tty_read()Lee Jones
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-04-15tty: clean include/linux/tty.h upGreg Kroah-Hartman
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18tty: ldiscs, fix kernel-docJiri Slaby
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