aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_ldisc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10tty: remove tty_lock_nestedArnd Bergmann1-2/+1
2010-08-10tty: reorder ldisc lockingArnd Bergmann1-4/+20
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann1-11/+13
2010-03-02tty: Fix the ldisc hangup raceAlan Cox1-20/+30
2009-12-11tty: Push the lock down further into the ldisc codeAlan Cox1-3/+9
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox1-0/+13
2009-10-03tty: Avoid dropping ldisc_mutex over hangup tty re-initializationLinus Torvalds1-5/+2
2009-09-19tty-ldisc: get rid of tty_ldisc_try_get() helper functionLinus Torvalds1-31/+20
2009-09-19tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscsLinus Torvalds1-26/+39
2009-08-25tty: make sure to flush any pending work when halting the ldiscLinus Torvalds1-3/+7
2009-08-04tty-ldisc: be more careful in 'put_ldisc' lockingLinus Torvalds1-5/+12
2009-08-04tty-ldisc: turn ldisc user count into a proper refcountLinus Torvalds1-97/+46
2009-08-04tty-ldisc: make refcount be atomic_t 'users' countLinus Torvalds1-10/+8
2009-07-16tty: fix close/hangup raceAlan Cox1-10/+15
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-29tty: Fix the leak in tty_ldisc_releaseAlan Cox1-4/+11
2009-06-16ldisc: debug aidsAlan Cox1-0/+1
2009-06-16ldisc: Make sure the ldisc isn't active when we close itAlan Cox1-0/+2
2009-06-16tty: Fix leaks introduced by the shift to separate ldisc objectsAlan Cox1-2/+4
2009-06-11tty: bring ldisc into CodingStyleAlan Cox1-13/+9
2009-06-11tty: Move ldisc_flushAlan Cox1-0/+21
2009-06-11tty: rewrite the ldisc lockingAlan Cox1-179/+298
2009-06-11tty: Extract various bits of ldisc codeAlan Cox1-31/+66
2009-03-31Trim includes of fdtable.hAl Viro1-1/+0
2009-01-02tty: Fix PPP hang under loadAlan Cox1-9/+21
2008-08-01try harder to load tty ldisc driverEugeniy Meshcheryakov1-1/+1
2008-07-22tty: Split ldisc code into its own fileAlan Cox1-0/+714