Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-24tty: Clarify ldisc variablePeter Hurley
2013-07-24tty: Replace ldisc locking with ldisc_semPeter Hurley
2013-07-24tty: Add lock/unlock ldisc pair functionsPeter Hurley
2013-07-24tty: Fix tty_ldisc_lock name collisionPeter Hurley
2013-03-19tty: Remove redundant tty_wait_until_sent()Peter Hurley
2013-03-19tty: Locate get/put ldisc functions togetherPeter Hurley
2013-03-19tty: Fold one-line assign function into callersPeter Hurley
2013-03-19tty: Document unsafe ldisc reference acquirePeter Hurley
2013-03-19tty: Separate release semantics of ldisc referencePeter Hurley
2013-03-19tty: Add ldisc hangup debug messagesPeter Hurley
2013-03-19tty: Fix 'deferred reopen' ldisc commentPeter Hurley
2013-03-19tty: Make core responsible for synchronizing its workPeter Hurley
2013-03-19tty: Complete ownership transfer of flip buffersPeter Hurley
2013-03-19tty: Don't reenable already enabled ldiscPeter Hurley
2013-03-19tty: Wait for SAK work before waiting for hangup workPeter Hurley
2013-03-19tty: Halt both ldiscs concurrentlyPeter Hurley
2013-03-19tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()Peter Hurley
2013-03-19tty: Relocate tty_ldisc_halt() to avoid forward declarationPeter Hurley
2013-03-19tty: Fix ldisc halt sequence on hangupPeter Hurley
2013-03-19tty: Remove unnecessary re-test of ldisc ref countPeter Hurley
2013-03-19tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()Peter Hurley
2013-03-19tty: Add diagnostic for halted line disciplinePeter Hurley
2013-01-16tty: don't deadlock while flushing workqueueSebastian Andrzej Siewior
2013-01-16tty: Only wakeup the line discipline idle queue when queue is activeIvo Sieben
2012-10-24tty: Use raw spin lock to protect TTY ldisc administrationIvo Sieben
2012-10-23TTY: move tty buffers to tty_portJiri Slaby
2012-10-23TTY: ldisc, wait for idle ldisc in releaseJiri Slaby
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-08-21workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-08-10tty: localise the lockAlan Cox
2012-07-27tty: Fix race in tty releaseAlan Cox
2012-07-27tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh
2012-07-17tty: move the termios object into the ttyAlan Cox
2012-07-16tty: revert incorrectly applied lock patchAlan Cox
2012-07-13tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh
2012-07-07tty: localise the lockAlan Cox
2012-06-03tty: Revert the tty locking series, it needs more workLinus Torvalds
2012-05-29tty: fix ldisc lock inversion traceAlan Cox
2012-05-10tty: move global ldisc idle waitqueue to the individual ldiscIvo Sieben
2012-05-05tty_lock: Localise the lockAlan Cox
2011-11-27Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman
2011-11-17TTY: ldisc, remove some unneeded includesJiri Slaby
2011-11-17TTY: ldisc, wait for ldisc infinitely in hangupJiri Slaby
2011-11-17TTY: ldisc, move wait idle to callerJiri Slaby
2011-11-17TTY: ldisc, allow waiting for ldisc arbitrarily longJiri Slaby
2011-11-16tty_ldisc: remove unnecessary negative return check for wait_event_timeoutDave Young
2011-08-23TTY: remove tty_lockedJiri Slaby
2011-06-07TTY: ldisc, do not close until there are readersJiri Slaby
2011-04-20TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby
2011-03-23tty: stop using "delayed_work" in the tty layerLinus Torvalds