| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix init ordering of /dev/console vs callers of modprobe | David Howells | 2010-08-06 | 1 | -2/+2 |
* | tty: Fix unbalanced BKL handling in error path | Alan Cox | 2010-05-13 | 1 | -0/+1 |
* | tty: release_one_tty() forgets to put pids | Oleg Nesterov | 2010-04-02 | 1 | -0/+2 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -1/+1 |
|\ |
|
| * | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 | 1 | -1/+1 |
* | | Fix race in tty_fasync() properly | Linus Torvalds | 2010-02-07 | 1 | -1/+3 |
|/ |
|
* | tty: fix race in tty_fasync | Greg Kroah-Hartman | 2010-01-20 | 1 | -1/+1 |
* | tty: Fix BKL taken under a spinlock bug introduced in the BKL split | Alan Cox | 2009-12-12 | 1 | -2/+0 |
* | tty: split the lock up a bit further | Alan Cox | 2009-12-11 | 1 | -0/+3 |
* | tty: Move the leader test in disassociate | Alan Cox | 2009-12-11 | 1 | -2/+3 |
* | tty: Push the bkl down a bit in the hangup code | Alan Cox | 2009-12-11 | 1 | -2/+2 |
* | tty: Push the lock down further into the ldisc code | Alan Cox | 2009-12-11 | 1 | -2/+0 |
* | tty: push the BKL down into the handlers a bit | Alan Cox | 2009-12-11 | 1 | -61/+80 |
* | tty: Fix regressions caused by commit b50989dc | Dave Young | 2009-09-27 | 1 | -5/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-09-20 | 1 | -0/+11 |
|\ |
|
| * | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 2009-09-19 | 1 | -0/+11 |
* | | tty: USB serial termios bits | Alan Cox | 2009-09-19 | 1 | -0/+1 |
* | | tty: make the kref destructor occur asynchronously | Alan Cox | 2009-09-19 | 1 | -3/+16 |
* | | tty: Fix a typo noted in passing | Alan Cox | 2009-09-19 | 1 | -1/+1 |
|/ |
|
* | tty: fix sanity check | Alan Cox | 2009-06-16 | 1 | -0/+2 |
* | tty: Move ldisc_flush | Alan Cox | 2009-06-11 | 1 | -21/+0 |
* | tty: rewrite the ldisc locking | Alan Cox | 2009-06-11 | 1 | -56/+8 |
* | tty: Extract various bits of ldisc code | Alan Cox | 2009-06-11 | 1 | -5/+19 |
* | tty: Fix oops when scanning the polling list for kgdb | Alan Cox | 2009-06-11 | 1 | -6/+7 |
* | pids: kill signal_struct-> __pgrp/__session and friends | Oleg Nesterov | 2009-04-02 | 1 | -2/+2 |
* | __tty_open(): use the correct type for saved_flags | Andrew Morton | 2009-04-02 | 1 | -1/+1 |
* | epoll keyed wakeups: make tty use keyed wakeups | Davide Libenzi | 2009-04-01 | 1 | -10/+10 |
* | Use f_lock to protect f_flags | Jonathan Corbet | 2009-03-16 | 1 | -3/+2 |
* | tty_open can return to userspace holding tty_mutex | Eric Paris | 2009-01-27 | 1 | -1/+3 |
* | pty: simplify resize | Alan Cox | 2009-01-02 | 1 | -20/+11 |
* | tty: Fix sparse static warning for tty_driver_lookup_tty | Jason Wessel | 2009-01-02 | 1 | -1/+1 |
* | n_tty: Fix loss of echoed characters and remove bkl from n_tty | Joe Peterson | 2009-01-02 | 1 | -3/+3 |
* | Audit: Log TIOCSTI | Al Viro | 2008-12-09 | 1 | -0/+1 |
* | drivers/char/tty_io.c: Avoid panic when no console is configured. | Will Newton | 2008-12-01 | 1 | -6/+9 |
* | device create: char: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -1/+1 |
* | tty: make sure that proc_clear_tty stores the cpu flags | Arjan van de Ven | 2008-10-15 | 1 | -2/+3 |
* | tty: tty_io.c shadows sparse fix | Jason Wessel | 2008-10-13 | 1 | -4/+4 |
* | tty: simplify ktermios allocation | Alan Cox | 2008-10-13 | 1 | -39/+7 |
* | Add an instance parameter devpts interfaces | Sukadev Bhattiprolu | 2008-10-13 | 1 | -6/+8 |
* | Move tty lookup/reopen to caller | Sukadev Bhattiprolu | 2008-10-13 | 1 | -15/+16 |
* | tty: extract the pty init time special cases | Alan Cox | 2008-10-13 | 1 | -130/+68 |
* | tty: Finish fixing up the init_dev interface to use ERR_PTR | Alan Cox | 2008-10-13 | 1 | -31/+21 |
* | tty: More driver operations | Alan Cox | 2008-10-13 | 1 | -10/+47 |
* | tty: kref the tty driver object | Alan Cox | 2008-10-13 | 1 | -49/+61 |
* | tty: Clean up the tty_init_dev changes further | Alan Cox | 2008-10-13 | 1 | -40/+24 |
* | tty: Move parts of tty_init_dev into new functions | Sukadev Bhattiprolu | 2008-10-13 | 1 | -52/+87 |
* | tty: Remove more special casing and out of place code | Alan Cox | 2008-10-13 | 1 | -133/+36 |
* | tty: shutdown method | Alan Cox | 2008-10-13 | 1 | -20/+29 |
* | pty: If the administrator creates a device for a ptmx slave we should not error | Alan Cox | 2008-10-13 | 1 | -6/+12 |
* | tty: Redo current tty locking | Alan Cox | 2008-10-13 | 1 | -14/+4 |