Age | Commit message (Expand) | Author | Files | Lines |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-05-29 | n_hdlc_tty_read(): remove pointless access_ok() | Al Viro | 1 | -7/+0 |
2020-03-16 | tty: n_hdlc, remove FILE and LINE from pr_debug | Jiri Slaby | 1 | -21/+12 |
2020-02-21 | n_hdlc: wrap a comment properly | Jiri Slaby | 1 | -2/+4 |
2020-02-21 | n_hdlc: fix whitespace around binary operators | Jiri Slaby | 1 | -3/+3 |
2020-02-21 | n_hdlc: add missing spaces after commas | Jiri Slaby | 1 | -9/+9 |
2020-02-21 | n_hdlc: remove spaces between function name and ( | Jiri Slaby | 1 | -4/+4 |
2020-02-21 | n_hdlc: remove useless whitespace at line wraps | Jiri Slaby | 1 | -37/+37 |
2020-02-21 | n_hdlc: use __func__ and pr_ print helpers | Jiri Slaby | 1 | -7/+7 |
2020-02-21 | n_hdlc: remove unneeded ifdef | Jiri Slaby | 1 | -2/+0 |
2020-02-21 | n_hdlc: switch tbusy and woke_up to bools | Jiri Slaby | 1 | -8/+8 |
2020-02-21 | n_hdlc: move tty_ldisc_ops to the bottom | Jiri Slaby | 1 | -31/+15 |
2020-02-21 | n_hdlc: add helper for buffers allocation | Jiri Slaby | 1 | -22/+20 |
2020-02-21 | n_hdlc: remove checking of n_hdlc | Jiri Slaby | 1 | -29/+3 |
2020-02-21 | n_hdlc: remove cached tty | Jiri Slaby | 1 | -16/+5 |
2020-02-21 | n_hdlc: inline n_hdlc_release | Jiri Slaby | 1 | -25/+10 |
2020-02-21 | n_hdlc: expand tty2n_hdlc macro | Jiri Slaby | 1 | -12/+11 |
2020-02-21 | n_hdlc: remove unused backup_tty | Jiri Slaby | 1 | -9/+1 |
2020-02-21 | n_hdlc: remove unused flags | Jiri Slaby | 1 | -4/+1 |
2020-02-21 | n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_poll | Jiri Slaby | 1 | -34/+38 |
2020-02-21 | n_hdlc: simplify freeing of buffer list | Jiri Slaby | 1 | -31/+14 |
2020-02-21 | n_hdlc: use clamp() for maxframe | Jiri Slaby | 1 | -4/+1 |
2020-02-21 | n_hdlc: cleanup messages during registration | Jiri Slaby | 1 | -4/+4 |
2020-02-21 | n_hdlc: put init/exit strings directly to prints | Jiri Slaby | 1 | -22/+6 |
2020-02-21 | n_hdlc: convert debuglevel use to pr_debug | Jiri Slaby | 1 | -48/+31 |
2020-02-21 | n_hdlc: remove unused macros | Jiri Slaby | 1 | -5/+0 |
2020-02-21 | n_hdlc: remove tracing debug prints | Jiri Slaby | 1 | -30/+2 |
2020-01-23 | tty: n_hdlc: Use flexible-array member and struct_size() helper | Gustavo A. R. Silva | 1 | -6/+5 |
2019-10-04 | tty: n_hdlc: fix build on SPARC | Randy Dunlap | 1 | -0/+5 |
2019-02-14 | tty/n_hdlc: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2019-01-18 | tty/n_hdlc: fix __might_sleep warning | Paul Fulghum | 1 | -0/+1 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -1/+1 |
2018-12-05 | tty: Don't block on IO when ldisc change is pending | Dmitry Safonov | 1 | -2/+2 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -4/+4 |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -3/+3 |
2017-11-08 | tty: Remove redundant license text | Greg Kroah-Hartman | 1 | -2/+0 |
2017-11-08 | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 1 | -0/+1 |
2017-05-09 | format-security: move static strings to const | Kees Cook | 1 | -5/+5 |
2017-03-07 | tty: n_hdlc: get rid of racy n_hdlc.tbuf | Alexander Popov | 1 | -63/+69 |
2017-02-28 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-05-01 | Fix OpenSSH pty regression on close | Brian Bloniarz | 1 | -2/+2 |
2016-02-07 | TTY: n_hdlc, fix lockdep false positive | Jiri Slaby | 1 | -15/+4 |
2015-05-10 | pty: Fix input race when closing | Peter Hurley | 1 | -2/+2 |
2014-05-29 | drivers/tty/n_hdlc.c: replace kmalloc/memset by kzalloc | Fabian Frederick | 1 | -3/+1 |
2014-05-27 | tty: n_hdlc: Drop redundant error message | Jean Delvare | 1 | -4/+0 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2011-11-30 | tty: n_hdlc not atomic use tty->flags. | Ilya Zykov | 1 | -3/+3 |
2011-06-04 | Revert "tty: make receive_buf() return the amout of bytes received" | Linus Torvalds | 1 | -10/+8 |
2011-04-23 | tty: make receive_buf() return the amout of bytes received | Felipe Balbi | 1 | -8/+10 |