aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/n_r3964.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05tty: Don't block on IO when ldisc change is pendingGravatar Dmitry Safonov 1-1/+1
2018-10-13change semantics of ldisc ->compat_ioctl()Gravatar Al Viro 1-0/+22
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-3/+3
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+4
2017-11-08tty: Remove redundant license textGravatar Greg Kroah-Hartman 1-3/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-10-17tty: r3964: Replace/remove bogus tty lock useGravatar Peter Hurley 1-7/+13
2015-10-17tty: r3964: Use tty->read_wait waitqueueGravatar Peter Hurley 1-6/+4
2013-12-08tty: Always handle NULL flag ptrGravatar Peter Hurley 1-1/+1
2012-08-10tty: localise the lockGravatar Alan Cox 1-5/+5
2012-07-16tty: revert incorrectly applied lock patchGravatar Alan Cox 1-5/+5
2012-07-06tty: localise the lockGravatar Alan Cox 1-5/+5
2012-06-02tty: Revert the tty locking series, it needs more workGravatar Linus Torvalds 1-6/+5
2012-05-04tty_lock: Localise the lockGravatar Alan Cox 1-5/+6
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Gravatar Linus Torvalds 1-6/+4
2011-04-22tty: make receive_buf() return the amout of bytes receivedGravatar Felipe Balbi 1-4/+6
2011-03-02drivers: remove extraneous includes of smp_lock.hGravatar Arnd Bergmann 1-1/+0
2010-11-05TTY: create drivers/tty and move the tty core files thereGravatar Greg Kroah-Hartman 1-0/+1264