index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tty_ldisc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-05
TTY: create drivers/tty and move the tty core files there
Greg Kroah-Hartman
1
-915
/
+0
2010-08-11
tty: remove tty_lock_nested
Arnd Bergmann
1
-2
/
+1
2010-08-11
tty: reorder ldisc locking
Arnd Bergmann
1
-4
/
+20
2010-08-11
tty: replace BKL with a new tty_lock
Arnd Bergmann
1
-11
/
+13
2010-03-03
tty: Fix the ldisc hangup race
Alan Cox
1
-20
/
+30
2009-12-12
tty: Push the lock down further into the ldisc code
Alan Cox
1
-3
/
+9
2009-12-12
tty: push the BKL down into the handlers a bit
Alan Cox
1
-0
/
+13
2009-10-04
tty: Avoid dropping ldisc_mutex over hangup tty re-initialization
Linus Torvalds
1
-5
/
+2
2009-09-20
tty-ldisc: get rid of tty_ldisc_try_get() helper function
Linus Torvalds
1
-31
/
+20
2009-09-20
tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscs
Linus Torvalds
1
-26
/
+39
2009-08-25
tty: make sure to flush any pending work when halting the ldisc
Linus Torvalds
1
-3
/
+7
2009-08-05
tty-ldisc: be more careful in 'put_ldisc' locking
Linus Torvalds
1
-5
/
+12
2009-08-05
tty-ldisc: turn ldisc user count into a proper refcount
Linus Torvalds
1
-97
/
+46
2009-08-05
tty-ldisc: make refcount be atomic_t 'users' count
Linus Torvalds
1
-10
/
+8
2009-07-16
tty: fix close/hangup race
Alan Cox
1
-10
/
+15
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-06-29
tty: Fix the leak in tty_ldisc_release
Alan Cox
1
-4
/
+11
2009-06-16
ldisc: debug aids
Alan Cox
1
-0
/
+1
2009-06-16
ldisc: Make sure the ldisc isn't active when we close it
Alan Cox
1
-0
/
+2
2009-06-16
tty: Fix leaks introduced by the shift to separate ldisc objects
Alan Cox
1
-2
/
+4
2009-06-11
tty: bring ldisc into CodingStyle
Alan Cox
1
-13
/
+9
2009-06-11
tty: Move ldisc_flush
Alan Cox
1
-0
/
+21
2009-06-11
tty: rewrite the ldisc locking
Alan Cox
1
-179
/
+298
2009-06-11
tty: Extract various bits of ldisc code
Alan Cox
1
-31
/
+66
2009-04-01
Trim includes of fdtable.h
Al Viro
1
-1
/
+0
2009-01-02
tty: Fix PPP hang under load
Alan Cox
1
-9
/
+21
2008-08-01
try harder to load tty ldisc driver
Eugeniy Meshcheryakov
1
-1
/
+1
2008-07-23
tty: Split ldisc code into its own file
Alan Cox
1
-0
/
+714