aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_ldisc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-18tty: Remove redundant tty_wait_until_sent()Peter Hurley1-9/+0
2013-03-18tty: Locate get/put ldisc functions togetherPeter Hurley1-23/+23
2013-03-18tty: Fold one-line assign function into callersPeter Hurley1-25/+6
2013-03-18tty: Document unsafe ldisc reference acquirePeter Hurley1-9/+5
2013-03-18tty: Separate release semantics of ldisc referencePeter Hurley1-34/+35
2013-03-18tty: Add ldisc hangup debug messagesPeter Hurley1-0/+19
2013-03-18tty: Fix 'deferred reopen' ldisc commentPeter Hurley1-4/+5
2013-03-18tty: Make core responsible for synchronizing its workPeter Hurley1-20/+4
2013-03-18tty: Complete ownership transfer of flip buffersPeter Hurley1-35/+12
2013-03-18tty: Don't reenable already enabled ldiscPeter Hurley1-1/+1
2013-03-18tty: Wait for SAK work before waiting for hangup workPeter Hurley1-1/+1
2013-03-18tty: Halt both ldiscs concurrentlyPeter Hurley1-13/+25
2013-03-18tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()Peter Hurley1-18/+24
2013-03-18tty: Relocate tty_ldisc_halt() to avoid forward declarationPeter Hurley1-23/+23
2013-03-18tty: Fix ldisc halt sequence on hangupPeter Hurley1-20/+19
2013-03-18tty: Remove unnecessary re-test of ldisc ref countPeter Hurley1-19/+19
2013-03-18tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()Peter Hurley1-18/+36
2013-03-18tty: Add diagnostic for halted line disciplinePeter Hurley1-1/+6
2013-01-15tty: don't deadlock while flushing workqueueSebastian Andrzej Siewior1-5/+5
2013-01-15tty: Only wakeup the line discipline idle queue when queue is activeIvo Sieben1-1/+3
2012-10-24tty: Use raw spin lock to protect TTY ldisc administrationIvo Sieben1-16/+16
2012-10-22TTY: move tty buffers to tty_portJiri Slaby1-5/+5
2012-10-22TTY: ldisc, wait for idle ldisc in releaseJiri Slaby1-0/+5
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+3
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-3/+3
2012-08-10tty: localise the lockAlan Cox1-30/+39
2012-07-27tty: Fix race in tty releaseAlan Cox1-1/+2
2012-07-26tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh1-1/+1
2012-07-16tty: move the termios object into the ttyAlan Cox1-5/+5
2012-07-16tty: revert incorrectly applied lock patchAlan Cox1-38/+29
2012-07-12tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh1-1/+1
2012-07-06tty: localise the lockAlan Cox1-29/+38
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-38/+29
2012-05-29tty: fix ldisc lock inversion traceAlan Cox1-16/+25
2012-05-10tty: move global ldisc idle waitqueue to the individual ldiscIvo Sieben1-3/+4
2012-05-04tty_lock: Localise the lockAlan Cox1-15/+15
2011-11-26Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman1-7/+23
2011-11-17TTY: ldisc, remove some unneeded includesJiri Slaby1-19/+1
2011-11-17TTY: ldisc, wait for ldisc infinitely in hangupJiri Slaby1-2/+17
2011-11-17TTY: ldisc, move wait idle to callerJiri Slaby1-2/+2
2011-11-17TTY: ldisc, allow waiting for ldisc arbitrarily longJiri Slaby1-5/+6
2011-11-15tty_ldisc: remove unnecessary negative return check for wait_event_timeoutDave Young1-2/+0
2011-08-23TTY: remove tty_lockedJiri Slaby1-1/+0
2011-06-07TTY: ldisc, do not close until there are readersJiri Slaby1-1/+3
2011-04-19TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby1-0/+13
2011-03-22tty: stop using "delayed_work" in the tty layerLinus Torvalds1-7/+7
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-2/+0
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann1-2/+0
2011-02-03tty_ldisc: don't use flush_scheduled_work()Tejun Heo1-2/+15
2010-11-29TTY: ldisc, fix open flag handlingJiri Slaby1-0/+2