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