- ef80f77 tty: n_hdlc: Fix a little doc-rot in n_hdlc_tty_read() by Lee Jones · 3 years, 8 months ago
- 357a6a8 tty: no checking of tty_unregister_ldisc by Jiri Slaby · 3 years, 9 months ago
- f81ee8b tty: make tty_ldisc_ops a param in tty_unregister_ldisc by Jiri Slaby · 3 years, 9 months ago
- fbadf70a tty: set tty_ldisc_ops::num statically by Jiri Slaby · 3 years, 9 months ago
- 0f3dcf3 tty: make fp of tty_ldisc_ops::receive_buf{,2} const by Jiri Slaby · 3 years, 9 months ago
- 5ffa6e3 tty: clean include/linux/tty.h up by Greg Kroah-Hartman · 3 years, 9 months ago
- 981b22b tty: remove TTY_LDISC_MAGIC by Jiri Slaby · 3 years, 11 months ago
- 3b830a9 tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer by Linus Torvalds · 4 years ago
- 8f49a2f Merge 5.9-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- 724ac07 tty: ldiscs, fix kernel-doc by Jiri Slaby · 4 years, 5 months ago
- 1a4b8feb n_hdlc_tty_read(): remove pointless access_ok() by Al Viro · 5 years ago
- b18d1c2 tty: n_hdlc, remove FILE and LINE from pr_debug by Jiri Slaby · 4 years, 10 months ago
- 80967ff n_hdlc: wrap a comment properly by Jiri Slaby · 5 years ago
- 1283c72 n_hdlc: fix whitespace around binary operators by Jiri Slaby · 5 years ago
- 8d79bb5 n_hdlc: add missing spaces after commas by Jiri Slaby · 5 years ago
- 2bfb2b7 n_hdlc: remove spaces between function name and ( by Jiri Slaby · 5 years ago
- 43741e9 n_hdlc: remove useless whitespace at line wraps by Jiri Slaby · 5 years ago
- d86b05c n_hdlc: use __func__ and pr_ print helpers by Jiri Slaby · 5 years ago
- b9c010d n_hdlc: remove unneeded ifdef by Jiri Slaby · 5 years ago
- 0f23829 n_hdlc: switch tbusy and woke_up to bools by Jiri Slaby · 5 years ago
- edee649 n_hdlc: move tty_ldisc_ops to the bottom by Jiri Slaby · 5 years ago
- 740708a n_hdlc: add helper for buffers allocation by Jiri Slaby · 5 years ago
- 844cc5f n_hdlc: remove checking of n_hdlc by Jiri Slaby · 5 years ago
- df6de63 n_hdlc: remove cached tty by Jiri Slaby · 5 years ago
- 43e784e n_hdlc: inline n_hdlc_release by Jiri Slaby · 5 years ago
- 7501168 n_hdlc: expand tty2n_hdlc macro by Jiri Slaby · 5 years ago
- 4040c82 n_hdlc: remove unused backup_tty by Jiri Slaby · 5 years ago
- a1274b2 n_hdlc: remove unused flags by Jiri Slaby · 5 years ago
- 5f28951 n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_poll by Jiri Slaby · 5 years ago
- 30fafd9 n_hdlc: simplify freeing of buffer list by Jiri Slaby · 5 years ago
- c549725 n_hdlc: use clamp() for maxframe by Jiri Slaby · 5 years ago
- cda3756 n_hdlc: cleanup messages during registration by Jiri Slaby · 5 years ago
- aebe5fc n_hdlc: put init/exit strings directly to prints by Jiri Slaby · 5 years ago
- f3c2e27 n_hdlc: convert debuglevel use to pr_debug by Jiri Slaby · 5 years ago
- 683efab n_hdlc: remove unused macros by Jiri Slaby · 5 years ago
- 66c3bdf n_hdlc: remove tracing debug prints by Jiri Slaby · 5 years ago
- 85f4c95 tty: n_hdlc: Use flexible-array member and struct_size() helper by Gustavo A. R. Silva · 5 years ago
- 47a7e5e tty: n_hdlc: fix build on SPARC by Randy Dunlap · 5 years ago
- 361bf8a tty/n_hdlc: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
- fc01d8c tty/n_hdlc: fix __might_sleep warning by Paul Fulghum · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- c96cf92 tty: Don't block on IO when ldisc change is pending by Dmitry Safonov · 6 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
- e5656d4 tty: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
- e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
- 0632466 format-security: move static strings to const by Kees Cook · 8 years ago
- 82f2341 tty: n_hdlc: get rid of racy n_hdlc.tbuf by Alexander Popov · 8 years ago
- 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 0f40fbb Fix OpenSSH pty regression on close by Brian Bloniarz · 9 years ago
- e9b736d TTY: n_hdlc, fix lockdep false positive by Jiri Slaby · 9 years ago
- 1a48632 pty: Fix input race when closing by Peter Hurley · 10 years ago
- 8e25f8c drivers/tty/n_hdlc.c: replace kmalloc/memset by kzalloc by Fabian Frederick · 11 years ago
- 36174626 tty: n_hdlc: Drop redundant error message by Jean Delvare · 11 years ago
- 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
- 7962fce tty: n_hdlc not atomic use tty->flags. by Ilya Zykov · 13 years ago
- 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 14 years ago
- b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 14 years ago
- 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 14 years ago
- 1035b63 n_hdlc: fix read and write locking by Paul Fulghum · 14 years ago
- 96fd7ce TTY: create drivers/tty and move the tty core files there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/n_hdlc.c]
- ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 15 years ago
- 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 16 years ago
- be10eb7 tty: n_hdlc add buffer flushing by Paul Fulghum · 16 years ago
- c65c9bc tty: rewrite the ldisc locking by Alan Cox · 16 years ago
- 47afa7a tty: some ICANON magic is in the wrong places by Alan Cox · 16 years ago
- c72f527 n_hdlc: honor O_NONBLOCK on write by Paul Fulghum · 16 years ago
- a352def tty: Ldisc revamp by Alan Cox · 17 years ago
- f34d7a5 tty: The big operations rework by Alan Cox · 17 years ago
- 04f378b tty: BKL pushdown by Alan Cox · 17 years ago
- a01e035 drivers: fix integer as NULL pointer warnings by Harvey Harrison · 17 years ago
- 827afdf n_hdlc.c: fix check-after-use by Adrian Bunk · 17 years ago
- b0fed31 Char: n_hdlc, allow RESTARTSYS retval of tty write by Jiri Slaby · 18 years ago
- 9c1729d Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutex by Alan Cox · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
- c58cbb6 [PATCH] n_hdlc.c: remove unused declaration by Grant Coady · 19 years ago
- 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
- 4a4efbd s/retreiv/retriev/g by Matt Mackall · 19 years ago
- 735d566 [PATCH] kfree cleanup: drivers/char by Jesper Juhl · 19 years ago
- 64ccd71 [PATCH] Convert users to tty_unregister_ldisc() by Alexey Dobriyan · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago