aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tty_ldisc.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-02tty: Fix the ldisc hangup raceGravatar Alan Cox 1-20/+30
2009-12-11tty: Push the lock down further into the ldisc codeGravatar Alan Cox 1-3/+9
2009-12-11tty: push the BKL down into the handlers a bitGravatar Alan Cox 1-0/+13
2009-10-03tty: Avoid dropping ldisc_mutex over hangup tty re-initializationGravatar Linus Torvalds 1-5/+2
2009-09-19tty-ldisc: get rid of tty_ldisc_try_get() helper functionGravatar Linus Torvalds 1-31/+20
2009-09-19tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscsGravatar Linus Torvalds 1-26/+39
2009-08-25tty: make sure to flush any pending work when halting the ldiscGravatar Linus Torvalds 1-3/+7
2009-08-04tty-ldisc: be more careful in 'put_ldisc' lockingGravatar Linus Torvalds 1-5/+12
2009-08-04tty-ldisc: turn ldisc user count into a proper refcountGravatar Linus Torvalds 1-97/+46
2009-08-04tty-ldisc: make refcount be atomic_t 'users' countGravatar Linus Torvalds 1-10/+8
2009-07-16tty: fix close/hangup raceGravatar Alan Cox 1-10/+15
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-06-29tty: Fix the leak in tty_ldisc_releaseGravatar Alan Cox 1-4/+11
2009-06-16ldisc: debug aidsGravatar Alan Cox 1-0/+1
2009-06-16ldisc: Make sure the ldisc isn't active when we close itGravatar Alan Cox 1-0/+2
2009-06-16tty: Fix leaks introduced by the shift to separate ldisc objectsGravatar Alan Cox 1-2/+4
2009-06-11tty: bring ldisc into CodingStyleGravatar Alan Cox 1-13/+9
2009-06-11tty: Move ldisc_flushGravatar Alan Cox 1-0/+21
2009-06-11tty: rewrite the ldisc lockingGravatar Alan Cox 1-179/+298
2009-06-11tty: Extract various bits of ldisc codeGravatar Alan Cox 1-31/+66
2009-03-31Trim includes of fdtable.hGravatar Al Viro 1-1/+0
2009-01-02tty: Fix PPP hang under loadGravatar Alan Cox 1-9/+21
2008-08-01try harder to load tty ldisc driverGravatar Eugeniy Meshcheryakov 1-1/+1
2008-07-22tty: Split ldisc code into its own fileGravatar Alan Cox 1-0/+714