aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_ldisc.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Fix the ldisc hangup raceAlan Cox2010-03-021-20/+30
* tty: Push the lock down further into the ldisc codeAlan Cox2009-12-111-3/+9
* tty: push the BKL down into the handlers a bitAlan Cox2009-12-111-0/+13
* tty: Avoid dropping ldisc_mutex over hangup tty re-initializationLinus Torvalds2009-10-031-5/+2
* tty-ldisc: get rid of tty_ldisc_try_get() helper functionLinus Torvalds2009-09-191-31/+20
* tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscsLinus Torvalds2009-09-191-26/+39
* tty: make sure to flush any pending work when halting the ldiscLinus Torvalds2009-08-251-3/+7
* tty-ldisc: be more careful in 'put_ldisc' lockingLinus Torvalds2009-08-041-5/+12
* tty-ldisc: turn ldisc user count into a proper refcountLinus Torvalds2009-08-041-97/+46
* tty-ldisc: make refcount be atomic_t 'users' countLinus Torvalds2009-08-041-10/+8
* tty: fix close/hangup raceAlan Cox2009-07-161-10/+15
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* tty: Fix the leak in tty_ldisc_releaseAlan Cox2009-06-291-4/+11
* ldisc: debug aidsAlan Cox2009-06-161-0/+1
* ldisc: Make sure the ldisc isn't active when we close itAlan Cox2009-06-161-0/+2
* tty: Fix leaks introduced by the shift to separate ldisc objectsAlan Cox2009-06-161-2/+4
* tty: bring ldisc into CodingStyleAlan Cox2009-06-111-13/+9
* tty: Move ldisc_flushAlan Cox2009-06-111-0/+21
* tty: rewrite the ldisc lockingAlan Cox2009-06-111-179/+298
* tty: Extract various bits of ldisc codeAlan Cox2009-06-111-31/+66
* Trim includes of fdtable.hAl Viro2009-03-311-1/+0
* tty: Fix PPP hang under loadAlan Cox2009-01-021-9/+21
* try harder to load tty ldisc driverEugeniy Meshcheryakov2008-08-011-1/+1
* tty: Split ldisc code into its own fileAlan Cox2008-07-221-0/+714