Age | Commit message (Expand) | Author | Files | Lines |
2013-01-16 | tty: don't deadlock while flushing workqueue | Sebastian Andrzej Siewior | 1 | -5/+5 |
2013-01-16 | tty: Only wakeup the line discipline idle queue when queue is active | Ivo Sieben | 1 | -1/+3 |
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 |