aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tty_ldisc.c
AgeCommit message (Expand)Author
2010-03-02tty: Fix the ldisc hangup raceAlan Cox
2009-12-11tty: Push the lock down further into the ldisc codeAlan Cox
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox
2009-10-03tty: Avoid dropping ldisc_mutex over hangup tty re-initializationLinus Torvalds
2009-09-19tty-ldisc: get rid of tty_ldisc_try_get() helper functionLinus Torvalds
2009-09-19tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscsLinus Torvalds
2009-08-25tty: make sure to flush any pending work when halting the ldiscLinus Torvalds
2009-08-04tty-ldisc: be more careful in 'put_ldisc' lockingLinus Torvalds
2009-08-04tty-ldisc: turn ldisc user count into a proper refcountLinus Torvalds
2009-08-04tty-ldisc: make refcount be atomic_t 'users' countLinus Torvalds
2009-07-16tty: fix close/hangup raceAlan Cox
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-29tty: Fix the leak in tty_ldisc_releaseAlan Cox
2009-06-16ldisc: debug aidsAlan Cox
2009-06-16ldisc: Make sure the ldisc isn't active when we close itAlan Cox
2009-06-16tty: Fix leaks introduced by the shift to separate ldisc objectsAlan Cox
2009-06-11tty: bring ldisc into CodingStyleAlan Cox
2009-06-11tty: Move ldisc_flushAlan Cox
2009-06-11tty: rewrite the ldisc lockingAlan Cox
2009-06-11tty: Extract various bits of ldisc codeAlan Cox
2009-03-31Trim includes of fdtable.hAl Viro
2009-01-02tty: Fix PPP hang under loadAlan Cox
2008-08-01try harder to load tty ldisc driverEugeniy Meshcheryakov
2008-07-22tty: Split ldisc code into its own fileAlan Cox