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