index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_ldisc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-24
tty: Use raw spin lock to protect TTY ldisc administration
Ivo Sieben
1
-16
/
+16
2012-10-23
TTY: move tty buffers to tty_port
Jiri Slaby
1
-5
/
+5
2012-10-23
TTY: ldisc, wait for idle ldisc in release
Jiri Slaby
1
-0
/
+5
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-3
/
+3
2012-08-21
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
1
-3
/
+3
2012-08-10
tty: localise the lock
Alan Cox
1
-30
/
+39
2012-07-27
tty: Fix race in tty release
Alan Cox
1
-1
/
+2
2012-07-27
tty ldisc: Close/Reopen race prevention should check the proper flag
Shachar Shemesh
1
-1
/
+1
2012-07-17
tty: move the termios object into the tty
Alan Cox
1
-5
/
+5
2012-07-16
tty: revert incorrectly applied lock patch
Alan Cox
1
-38
/
+29
2012-07-13
tty ldisc: Close/Reopen race prevention should check the proper flag
Shachar Shemesh
1
-1
/
+1
2012-07-07
tty: localise the lock
Alan Cox
1
-29
/
+38
2012-06-03
tty: Revert the tty locking series, it needs more work
Linus Torvalds
1
-38
/
+29
2012-05-29
tty: fix ldisc lock inversion trace
Alan Cox
1
-16
/
+25
2012-05-10
tty: move global ldisc idle waitqueue to the individual ldisc
Ivo Sieben
1
-3
/
+4
2012-05-05
tty_lock: Localise the lock
Alan Cox
1
-15
/
+15
2011-11-27
Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c
Greg Kroah-Hartman
1
-7
/
+23
2011-11-17
TTY: ldisc, remove some unneeded includes
Jiri Slaby
1
-19
/
+1
2011-11-17
TTY: ldisc, wait for ldisc infinitely in hangup
Jiri Slaby
1
-2
/
+17
2011-11-17
TTY: ldisc, move wait idle to caller
Jiri Slaby
1
-2
/
+2
2011-11-17
TTY: ldisc, allow waiting for ldisc arbitrarily long
Jiri Slaby
1
-5
/
+6
2011-11-16
tty_ldisc: remove unnecessary negative return check for wait_event_timeout
Dave Young
1
-2
/
+0
2011-08-23
TTY: remove tty_locked
Jiri Slaby
1
-1
/
+0
2011-06-07
TTY: ldisc, do not close until there are readers
Jiri Slaby
1
-1
/
+3
2011-04-20
TTY: introduce deinit helpers for proper ldisc shutdown
Jiri Slaby
1
-0
/
+13
2011-03-23
tty: stop using "delayed_work" in the tty layer
Linus Torvalds
1
-7
/
+7
2011-03-17
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-2
/
+0
2011-03-02
drivers: remove extraneous includes of smp_lock.h
Arnd Bergmann
1
-2
/
+0
2011-02-04
tty_ldisc: don't use flush_scheduled_work()
Tejun Heo
1
-2
/
+15
2010-11-30
TTY: ldisc, fix open flag handling
Jiri Slaby
1
-0
/
+2
2010-11-10
tty_ldisc: Fix BUG() on hangup
Philippe Rétornaz
1
-7
/
+13
2010-11-10
TTY: restore tty_ldisc_wait_idle
Jiri Slaby
1
-0
/
+29
2010-11-05
TTY: create drivers/tty and move the tty core files there
Greg Kroah-Hartman
1
-0
/
+915