index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_io.c
Age
Commit message (
Expand
)
Author
2018-11-21
tty: check name length in tty_find_polling_driver()
Miles Chen
2018-05-02
tty: Don't call panic() at tty_ldisc_init()
Tetsuo Handa
2018-04-24
tty: make n_tty_read() always abort if hangup is in progress
Tejun Heo
2018-03-24
pty: cancel pty slave port buf's work in tty_release
Sahara
2017-06-14
tty: Drop krefs for interrupted tty lock
Peter Hurley
2016-02-17
tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)
Peter Hurley
2016-02-17
tty: Retry failed reopen if tty teardown in-progress
Peter Hurley
2016-02-17
tty: Wait interruptibly for tty lock on reopen
Peter Hurley
2015-11-20
tty: Fix tty_send_xchar() lock order inversion
Peter Hurley
2015-10-17
tty: Abstract tty buffer work
Peter Hurley
2015-10-17
tty: Prevent tty teardown during tty_write_message()
Peter Hurley
2015-10-17
tty: core: Use correct spinlock flavor in tiocspgrp()
Peter Hurley
2015-10-17
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-23
tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup()
Peter Hurley
2015-07-23
tty: core: Add tty_debug() for printk(KERN_DEBUG) messages
Peter Hurley
2015-07-23
tty: core: Improve debug message content
Peter Hurley
2015-07-23
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-26
tty: Deletion of unnecessary checks before two function calls
Markus Elfring
2014-11-06
tty: warn on deprecated serial flags
Jiri Slaby
2014-11-05
tty: Call methods in modern style
Peter Hurley
2014-11-05
tty: Replace open-coded test with tty_hung_up_p()
Peter Hurley
2014-11-05
Merge branch 'tty-linus' into 'tty-testing'
Greg Kroah-Hartman
2014-11-05
tty: Flush ldisc buffer atomically with tty flip buffers
Peter Hurley
2014-11-05
tty: Change tty lock order to master->slave
Peter Hurley
2014-11-05
tty: Simplify tty_release() state checks
Peter Hurley
2014-11-05
tty: Simplify tty_release_checks() interface
Peter Hurley
2014-11-05
tty: Simplify tty_ldisc_release() interface
Peter Hurley
2014-11-05
tty: Fold pty pair handling into tty_flush_works()
Peter Hurley
2014-11-05
tty: Simplify pty pair teardown logic
Peter Hurley
2014-11-05
tty: Document check_tty_count() requires tty_lock held
Peter Hurley
2014-11-05
tty: Don't release tty locks for wait queue sanity check
Peter Hurley
2014-11-05
tty: Don't take tty_mutex for tty count changes
Peter Hurley
2014-11-05
tty: Remove TTY_CLOSING
Peter Hurley
2014-11-05
tty: Drop tty_mutex before tty reopen
Peter Hurley
2014-11-05
tty: Re-open /dev/tty without tty_mutex
Peter Hurley
2014-11-05
tty: Check tty->count instead of TTY_CLOSING in tty_reopen()
Peter Hurley
2014-11-05
tty: Clarify re-open behavior of master ptys
Peter Hurley
2014-11-05
tty: Remove TTY_HUPPING
Peter Hurley
2014-11-05
tty: Update code comment in __proc_set_tty()
Peter Hurley
2014-11-05
tty: Serialize proc_set_tty() with tty_lock
Peter Hurley
[next]