index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tty_ldisc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: remove tty_lock_nested
Arnd Bergmann
2010-08-10
1
-2
/
+1
*
tty: reorder ldisc locking
Arnd Bergmann
2010-08-10
1
-4
/
+20
*
tty: replace BKL with a new tty_lock
Arnd Bergmann
2010-08-10
1
-11
/
+13
*
tty: Fix the ldisc hangup race
Alan Cox
2010-03-02
1
-20
/
+30
*
tty: Push the lock down further into the ldisc code
Alan Cox
2009-12-11
1
-3
/
+9
*
tty: push the BKL down into the handlers a bit
Alan Cox
2009-12-11
1
-0
/
+13
*
tty: Avoid dropping ldisc_mutex over hangup tty re-initialization
Linus Torvalds
2009-10-03
1
-5
/
+2
*
tty-ldisc: get rid of tty_ldisc_try_get() helper function
Linus Torvalds
2009-09-19
1
-31
/
+20
*
tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscs
Linus Torvalds
2009-09-19
1
-26
/
+39
*
tty: make sure to flush any pending work when halting the ldisc
Linus Torvalds
2009-08-25
1
-3
/
+7
*
tty-ldisc: be more careful in 'put_ldisc' locking
Linus Torvalds
2009-08-04
1
-5
/
+12
*
tty-ldisc: turn ldisc user count into a proper refcount
Linus Torvalds
2009-08-04
1
-97
/
+46
*
tty-ldisc: make refcount be atomic_t 'users' count
Linus Torvalds
2009-08-04
1
-10
/
+8
*
tty: fix close/hangup race
Alan Cox
2009-07-16
1
-10
/
+15
*
headers: smp_lock.h redux
Alexey Dobriyan
2009-07-12
1
-1
/
+0
*
tty: Fix the leak in tty_ldisc_release
Alan Cox
2009-06-29
1
-4
/
+11
*
ldisc: debug aids
Alan Cox
2009-06-16
1
-0
/
+1
*
ldisc: Make sure the ldisc isn't active when we close it
Alan Cox
2009-06-16
1
-0
/
+2
*
tty: Fix leaks introduced by the shift to separate ldisc objects
Alan Cox
2009-06-16
1
-2
/
+4
*
tty: bring ldisc into CodingStyle
Alan Cox
2009-06-11
1
-13
/
+9
*
tty: Move ldisc_flush
Alan Cox
2009-06-11
1
-0
/
+21
*
tty: rewrite the ldisc locking
Alan Cox
2009-06-11
1
-179
/
+298
*
tty: Extract various bits of ldisc code
Alan Cox
2009-06-11
1
-31
/
+66
*
Trim includes of fdtable.h
Al Viro
2009-03-31
1
-1
/
+0
*
tty: Fix PPP hang under load
Alan Cox
2009-01-02
1
-9
/
+21
*
try harder to load tty ldisc driver
Eugeniy Meshcheryakov
2008-08-01
1
-1
/
+1
*
tty: Split ldisc code into its own file
Alan Cox
2008-07-22
1
-0
/
+714