summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_ldisc.c
AgeCommit message (Expand)Author
2014-11-06tty: Allow safe access to termios for set_ldisc() handlersPeter Hurley
2014-11-05tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley
2014-11-05tty: Fix timeout on pty set ldiscPeter Hurley
2014-11-05tty: Fix hung task on pty hangupPeter Hurley
2014-11-05tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functionsPeter Hurley
2014-11-05tty: Simplify tty_ldisc_release() interfacePeter Hurley
2014-11-05tty: Remove TTY_HUPPINGPeter Hurley
2014-11-05tty: Invert tty_lock/ldisc_sem lock orderPeter Hurley
2014-11-05tty: Don't hold tty_lock for ldisc releasePeter Hurley
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley
2013-07-23tty: Don't change receive_room for ioctl(TIOCSETD)Peter Hurley
2013-07-23tty: Clarify multiple-references comment in TIOCSETD ioctlPeter Hurley
2013-07-23tty: Fix hangup race with TIOCSETD ioctlPeter Hurley
2013-07-23tty: Clarify ldisc variablePeter Hurley
2013-07-23tty: Replace ldisc locking with ldisc_semPeter Hurley
2013-07-23tty: Add lock/unlock ldisc pair functionsPeter Hurley
2013-07-23tty: Fix tty_ldisc_lock name collisionPeter Hurley
2013-03-18tty: Remove redundant tty_wait_until_sent()Peter Hurley
2013-03-18tty: Locate get/put ldisc functions togetherPeter Hurley
2013-03-18tty: Fold one-line assign function into callersPeter Hurley
2013-03-18tty: Document unsafe ldisc reference acquirePeter Hurley
2013-03-18tty: Separate release semantics of ldisc referencePeter Hurley
2013-03-18tty: Add ldisc hangup debug messagesPeter Hurley
2013-03-18tty: Fix 'deferred reopen' ldisc commentPeter Hurley
2013-03-18tty: Make core responsible for synchronizing its workPeter Hurley
2013-03-18tty: Complete ownership transfer of flip buffersPeter Hurley
2013-03-18tty: Don't reenable already enabled ldiscPeter Hurley
2013-03-18tty: Wait for SAK work before waiting for hangup workPeter Hurley
2013-03-18tty: Halt both ldiscs concurrentlyPeter Hurley
2013-03-18tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()Peter Hurley
2013-03-18tty: Relocate tty_ldisc_halt() to avoid forward declarationPeter Hurley
2013-03-18tty: Fix ldisc halt sequence on hangupPeter Hurley
2013-03-18tty: Remove unnecessary re-test of ldisc ref countPeter Hurley
2013-03-18tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()Peter Hurley
2013-03-18tty: Add diagnostic for halted line disciplinePeter Hurley
2013-01-15tty: don't deadlock while flushing workqueueSebastian Andrzej Siewior
2013-01-15tty: 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-22TTY: move tty buffers to tty_portJiri Slaby
2012-10-22TTY: 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-20workqueue: 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-26tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-07-16tty: revert incorrectly applied lock patchAlan Cox
2012-07-12tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh
2012-07-06tty: localise the lockAlan Cox