summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_ldisc.c
Commit message (Expand)AuthorAge
* tty: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-07
* tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-23
* tty: Don't change receive_room for ioctl(TIOCSETD)Peter Hurley2013-07-23
* tty: Clarify multiple-references comment in TIOCSETD ioctlPeter Hurley2013-07-23
* tty: Fix hangup race with TIOCSETD ioctlPeter Hurley2013-07-23
* tty: Clarify ldisc variablePeter Hurley2013-07-23
* tty: Replace ldisc locking with ldisc_semPeter Hurley2013-07-23
* tty: Add lock/unlock ldisc pair functionsPeter Hurley2013-07-23
* tty: Fix tty_ldisc_lock name collisionPeter Hurley2013-07-23
* tty: Remove redundant tty_wait_until_sent()Peter Hurley2013-03-18
* tty: Locate get/put ldisc functions togetherPeter Hurley2013-03-18
* tty: Fold one-line assign function into callersPeter Hurley2013-03-18
* tty: Document unsafe ldisc reference acquirePeter Hurley2013-03-18
* tty: Separate release semantics of ldisc referencePeter Hurley2013-03-18
* tty: Add ldisc hangup debug messagesPeter Hurley2013-03-18
* tty: Fix 'deferred reopen' ldisc commentPeter Hurley2013-03-18
* tty: Make core responsible for synchronizing its workPeter Hurley2013-03-18
* tty: Complete ownership transfer of flip buffersPeter Hurley2013-03-18
* tty: Don't reenable already enabled ldiscPeter Hurley2013-03-18
* tty: Wait for SAK work before waiting for hangup workPeter Hurley2013-03-18
* tty: Halt both ldiscs concurrentlyPeter Hurley2013-03-18
* tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()Peter Hurley2013-03-18
* tty: Relocate tty_ldisc_halt() to avoid forward declarationPeter Hurley2013-03-18
* tty: Fix ldisc halt sequence on hangupPeter Hurley2013-03-18
* tty: Remove unnecessary re-test of ldisc ref countPeter Hurley2013-03-18
* tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()Peter Hurley2013-03-18
* tty: Add diagnostic for halted line disciplinePeter Hurley2013-03-18
* tty: don't deadlock while flushing workqueueSebastian Andrzej Siewior2013-01-15
* tty: Only wakeup the line discipline idle queue when queue is activeIvo Sieben2013-01-15
* tty: Use raw spin lock to protect TTY ldisc administrationIvo Sieben2012-10-24
* TTY: move tty buffers to tty_portJiri Slaby2012-10-22
* TTY: ldisc, wait for idle ldisc in releaseJiri Slaby2012-10-22
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-02
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
| * tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh2012-07-26
* | tty: localise the lockAlan Cox2012-08-10
* | tty: Fix race in tty releaseAlan Cox2012-07-27
* | tty: move the termios object into the ttyAlan Cox2012-07-16
* | tty: revert incorrectly applied lock patchAlan Cox2012-07-16
* | tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh2012-07-12
* | tty: localise the lockAlan Cox2012-07-06
|/
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-02
* tty: fix ldisc lock inversion traceAlan Cox2012-05-29
* tty: move global ldisc idle waitqueue to the individual ldiscIvo Sieben2012-05-10
* tty_lock: Localise the lockAlan Cox2012-05-04
* Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman2011-11-26
|\
| * TTY: ldisc, wait for ldisc infinitely in hangupJiri Slaby2011-11-17
| * TTY: ldisc, move wait idle to callerJiri Slaby2011-11-17
| * TTY: ldisc, allow waiting for ldisc arbitrarily longJiri Slaby2011-11-17
* | TTY: ldisc, remove some unneeded includesJiri Slaby2011-11-17