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