| Commit message (Expand) | Author | Age |
* | tty: fix up atime/mtime mess, take three | Linus Torvalds | 2013-05-01 |
* | Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-04-29 |
|\ |
|
| * | tty: tty_vhangup_session can be static | Changlong Xie | 2013-03-25 |
| * | tty: Don't protect atomic operation with mutex | Peter Hurley | 2013-03-18 |
| * | tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages | Peter Hurley | 2013-03-18 |
| * | tty: Make core responsible for synchronizing its work | Peter Hurley | 2013-03-18 |
| * | tty: Complete ownership transfer of flip buffers | Peter Hurley | 2013-03-18 |
| * | tty: Don't reenable already enabled ldisc | Peter Hurley | 2013-03-18 |
| * | tty: Signal SIGHUP before hanging up ldisc | Peter Hurley | 2013-03-15 |
| * | tty: Signal foreground group processes in hangup | Peter Hurley | 2013-03-15 |
| * | tty: Use spin_lock() inside existing critical region | Peter Hurley | 2013-03-15 |
| * | tty: Fix spinlock flavor in non-atomic __tty_hangup() | Peter Hurley | 2013-03-15 |
| * | tty: Refactor session leader SIGHUP from __tty_hangup() | Peter Hurley | 2013-03-15 |
* | | TTY: fix atime/mtime regression | Jiri Slaby | 2013-04-26 |
|/ |
|
* | more file_inode() open-coded instances | Al Viro | 2013-02-27 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-02-21 |
|\ |
|
| * | s390/3270: asynchronous size sensing | Martin Schwidefsky | 2013-02-14 |
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 |
|\ \ |
|
| * | | TTY: do not update atime/mtime on read/write | Jiri Slaby | 2013-02-15 |
| * | | tty: Fix comments that reference BKL, eventd, old paths | Kevin Cernekee | 2013-01-16 |
| |/ |
|
* / | TTY: mark tty_get_device call with the proper const values | Greg Kroah-Hartman | 2013-02-06 |
|/ |
|
* | tty: Mark tty_del_file and __tty_hangup static | Josh Triplett | 2012-11-21 |
* | tty: Add get- ioctls to fetch tty status v3 | Cyrill Gorcunov | 2012-10-25 |
* | TTY: move tty buffers to tty_port | Jiri Slaby | 2012-10-22 |
* | TTY: add port -> tty link | Jiri Slaby | 2012-10-22 |
* | TTY: move ldisc data from tty_struct: locks | Jiri Slaby | 2012-10-22 |
* | TTY: move ldisc data from tty_struct: simple members | Jiri Slaby | 2012-10-22 |
* | TTY: move devpts kill to pty | Jiri Slaby | 2012-10-22 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-02 |
|\ |
|
| * | make get_file() return its argument | Al Viro | 2012-09-26 |
| * | new helper: iterate_fd() | Al Viro | 2012-09-26 |
* | | tty_register_device_attr updated for tty-next | Tomas Hlavacek | 2012-09-06 |
* | | tty: uartclk value from serial_core exposed to sysfs | Tomas Hlavacek | 2012-09-06 |
* | | drivers:tty:fix up ENOIOCTLCMD error handling | Wanlong Gao | 2012-09-05 |
* | | TTY: check if tty->port is assigned | Jiri Slaby | 2012-08-17 |
* | | TTY: move cdev_add to tty_register_device | Jiri Slaby | 2012-08-13 |
* | | TTY: add support for unnumbered device nodes | Jiri Slaby | 2012-08-13 |
* | | TTY: move allocations to tty_alloc_driver | Jiri Slaby | 2012-08-13 |
* | | TTY: pass flags to alloc_tty_driver | Jiri Slaby | 2012-08-10 |
* | | tty: localise the lock | Alan Cox | 2012-08-10 |
* | | tty: handle NULL parameters in free_tty_struct() | Dan Carpenter | 2012-08-10 |
* | | tty: fix missing assignment | Dan Carpenter | 2012-08-10 |
* | | tty: Fix race in tty release | Alan Cox | 2012-07-27 |
* | | tty: Move the handling of the tty release logic | Alan Cox | 2012-07-17 |
* | | tty: move the termios object into the tty | Alan Cox | 2012-07-16 |
* | | tty: revert incorrectly applied lock patch | Alan Cox | 2012-07-16 |
* | | tty: localise the lock | Alan Cox | 2012-07-06 |
* | | TTY: add ports array to tty_driver | Jiri Slaby | 2012-06-13 |
* | | TTY: centralize fail paths in tty_register_driver | Jiri Slaby | 2012-06-13 |
|/ |
|
* | tty: Revert the tty locking series, it needs more work | Linus Torvalds | 2012-06-02 |