index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_io.c
Age
Commit message (
Expand
)
Author
2016-01-27
tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)
Peter Hurley
2016-01-27
tty: Retry failed reopen if tty teardown in-progress
Peter Hurley
2016-01-27
tty: Wait interruptibly for tty lock on reopen
Peter Hurley
2015-12-14
tty: Only allow slave pty as controlling tty
Peter Hurley
2015-12-14
tty: core: Prefer dev_dbg() over pr_debug()
Peter Hurley
2015-12-14
tty: Remove __func__ from tty_debug() macro
Peter Hurley
2015-12-14
tty: core: Prefer pr_* to printk(*)
Peter Hurley
2015-12-14
tty: core: Add driver name to invalid device registration message
Peter Hurley
2015-12-14
tty: Convert SAK messages to tty_notice()
Peter Hurley
2015-12-14
tty: Define tty_*() printk macros
Peter Hurley
2015-12-14
tty: core: Add helper fn to deref tty driver name
Peter Hurley
2015-12-14
tty: core: Remove redundant oom message
Peter Hurley
2015-12-14
tty: Make tty_paranoia_check() file scope
Peter Hurley
2015-11-21
tty: Fix tty_send_xchar() lock order inversion
Peter Hurley
2015-10-18
tty: Abstract tty buffer work
Peter Hurley
2015-10-18
tty: Prevent tty teardown during tty_write_message()
Peter Hurley
2015-10-18
tty: core: Use correct spinlock flavor in tiocspgrp()
Peter Hurley
2015-10-18
tty: Combine SIGTTOU/SIGTTIN handling
Peter Hurley
2015-10-04
drivers/tty: require read access for controlling terminal
Jann Horn
2015-10-04
tty: don't leak cdev in tty_cdev_add()
Leon Yu
2015-08-03
Avoid usb reset crashes by making tty_io cdevs truly dynamic
Richard Watts
2015-07-24
tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup()
Peter Hurley
2015-07-24
tty: core: Add tty_debug() for printk(KERN_DEBUG) messages
Peter Hurley
2015-07-24
tty: core: Improve debug message content
Peter Hurley
2015-07-24
tty: add missing rcu_read_lock for task_pgrp
Patrick Donnelly
2015-05-06
tty: remove buf parameter from tty_name()
Rasmus Villemoes
2015-05-06
tty: return tty->name directly from tty_name
Rasmus Villemoes
2015-05-06
tty: constify return type of tty_name
Rasmus Villemoes
2015-03-26
tty: clean up the tty time logic a bit
Greg Kroah-Hartman
2015-03-26
tty: Use static attribute groups for sysfs entries
Takashi Iwai
2015-03-07
tty: fix up atime/mtime mess, take four
Jiri Slaby
2015-01-09
tty: Prevent hw state corruption in exclusive mode reopen
Peter Hurley
2014-11-27
tty: Deletion of unnecessary checks before two function calls
Markus Elfring
2014-11-06
tty: warn on deprecated serial flags
Jiri Slaby
2014-11-06
tty: Call methods in modern style
Peter Hurley
2014-11-06
tty: Replace open-coded test with tty_hung_up_p()
Peter Hurley
2014-11-06
Merge branch 'tty-linus' into 'tty-testing'
Greg Kroah-Hartman
2014-11-06
tty: Flush ldisc buffer atomically with tty flip buffers
Peter Hurley
2014-11-06
tty: Change tty lock order to master->slave
Peter Hurley
2014-11-06
tty: Simplify tty_release() state checks
Peter Hurley
2014-11-06
tty: Simplify tty_release_checks() interface
Peter Hurley
2014-11-06
tty: Simplify tty_ldisc_release() interface
Peter Hurley
2014-11-06
tty: Fold pty pair handling into tty_flush_works()
Peter Hurley
2014-11-06
tty: Simplify pty pair teardown logic
Peter Hurley
2014-11-06
tty: Document check_tty_count() requires tty_lock held
Peter Hurley
2014-11-06
tty: Don't release tty locks for wait queue sanity check
Peter Hurley
2014-11-06
tty: Don't take tty_mutex for tty count changes
Peter Hurley
2014-11-06
tty: Remove TTY_CLOSING
Peter Hurley
2014-11-06
tty: Drop tty_mutex before tty reopen
Peter Hurley
2014-11-06
tty: Re-open /dev/tty without tty_mutex
Peter Hurley
[next]