aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-17tty: Reset itty for other ptyPeter Hurley1-0/+2
2013-06-17n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley1-8/+9
2013-05-01tty: fix up atime/mtime mess, take threeLinus Torvalds1-2/+2
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-52/+118
2013-04-26TTY: fix atime/mtime regressionJiri Slaby1-2/+16
2013-03-25tty: tty_vhangup_session can be staticChanglong Xie1-1/+1
2013-03-18tty: Don't protect atomic operation with mutexPeter Hurley1-2/+0
2013-03-18tty: Bracket ldisc release with TTY_DEBUG_HANGUP messagesPeter Hurley1-1/+4
2013-03-18tty: Make core responsible for synchronizing its workPeter Hurley1-0/+17
2013-03-18tty: Complete ownership transfer of flip buffersPeter Hurley1-0/+1
2013-03-18tty: Don't reenable already enabled ldiscPeter Hurley1-1/+0
2013-03-15tty: Signal SIGHUP before hanging up ldiscPeter Hurley1-5/+5
2013-03-15tty: Signal foreground group processes in hangupPeter Hurley1-17/+48
2013-03-15tty: Use spin_lock() inside existing critical regionPeter Hurley1-3/+2
2013-03-15tty: Fix spinlock flavor in non-atomic __tty_hangup()Peter Hurley1-3/+2
2013-03-15tty: Refactor session leader SIGHUP from __tty_hangup()Peter Hurley1-31/+50
2013-02-27more file_inode() open-coded instancesAl Viro1-10/+6
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-7/+3
2013-02-15TTY: do not update atime/mtime on read/writeJiri Slaby1-6/+2
2013-02-14s390/3270: asynchronous size sensingMartin Schwidefsky1-0/+1
2013-02-06TTY: mark tty_get_device call with the proper const valuesGreg Kroah-Hartman1-2/+2
2013-01-15tty: Fix comments that reference BKL, eventd, old pathsKevin Cernekee1-1/+1
2012-11-21tty: Mark tty_del_file and __tty_hangup staticJosh Triplett1-2/+2
2012-10-25tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov1-0/+5
2012-10-22TTY: move tty buffers to tty_portJiri Slaby1-2/+0
2012-10-22TTY: add port -> tty linkJiri Slaby1-0/+3
2012-10-22TTY: move ldisc data from tty_struct: locksJiri Slaby1-4/+0
2012-10-22TTY: move ldisc data from tty_struct: simple membersJiri Slaby1-1/+0
2012-10-22TTY: move devpts kill to ptyJiri Slaby1-5/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+16
2012-09-26make get_file() return its argumentAl Viro1-6/+3
2012-09-26new helper: iterate_fd()Al Viro1-23/+13
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek1-0/+7
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek1-10/+59
2012-09-05drivers:tty:fix up ENOIOCTLCMD error handlingWanlong Gao1-1/+1
2012-08-17TTY: check if tty->port is assignedJiri Slaby1-0/+4
2012-08-13TTY: move cdev_add to tty_register_deviceJiri Slaby1-7/+41
2012-08-13TTY: add support for unnumbered device nodesJiri Slaby1-2/+5
2012-08-13TTY: move allocations to tty_alloc_driverJiri Slaby1-40/+33
2012-08-10TTY: pass flags to alloc_tty_driverJiri Slaby1-9/+25
2012-08-10tty: localise the lockAlan Cox1-27/+39
2012-08-10tty: handle NULL parameters in free_tty_struct()Dan Carpenter1-0/+2
2012-08-10tty: fix missing assignmentDan Carpenter1-0/+1
2012-07-27tty: Fix race in tty releaseAlan Cox1-8/+12
2012-07-17tty: Move the handling of the tty release logicAlan Cox1-28/+28
2012-07-16tty: move the termios object into the ttyAlan Cox1-18/+8
2012-07-16tty: revert incorrectly applied lock patchAlan Cox1-40/+27
2012-07-06tty: localise the lockAlan Cox1-27/+40
2012-06-13TTY: add ports array to tty_driverJiri Slaby1-1/+17