summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-01-23tty: fix data race between tty_init_dev and flush of bufGaurav Kohli
2017-12-19pty: cancel pty slave port buf's work in tty_releaseSahara
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-27anntotate the places where ->poll() return values goAl Viro
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-09-05Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-08-28pty: show associative slave of ptmx in fdinfoMasatake YAMATO
2017-08-28tty: undo export of tty_open_by_driverOkash Khawaja
2017-08-28tty: resolve tty contention between kernel and user spaceOkash Khawaja
2017-08-24pty: Repair TIOCGPTPEEREric W. Biederman
2017-06-27tty: add function to convert device name to numberOkash Khawaja
2017-05-16tty: export tty_open_by_driverOkash Khawaja
2017-04-18tty: split job control support into a file of its ownNicolas Pitre
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre
2017-04-08tty: fix comment typo s/repsonsible/responsible/Thadeu Lima de Souza Cascardo
2017-03-31tty: reset termios state on device registrationJohan Hovold
2017-03-31tty: drop obsolete termios_locked commentsJohan Hovold
2017-03-31tty: close race between device register and openJohan Hovold
2017-03-17drivers/tty: Convert remaining uses of pr_warning to pr_warnJoe Perches
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-19tty_port: allow a port to be opened with a tty that has no file handleAlan Cox
2017-01-19tty: move the non-file related parts of tty_release to new tty_release_structRob Herring
2016-05-09Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman
2016-04-30tty: Remove stale parameter commentPeter Hurley
2016-04-30tty: Remove unused TTY_NUMBER() macroPeter Hurley
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds
2016-03-31tty: Fix merge of "tty: Refactor tty_open()"Peter Hurley
2016-03-31tty: Fix UML console breakagePeter Hurley
2016-01-28tty: Fix ioctl(FIOASYNC) on hungup filePeter Hurley
2016-01-28tty: Add fasync() hung up file operationPeter Hurley
2016-01-28tty, n_tty: Remove fasync() ldisc notificationPeter Hurley
2016-01-27tty: Make tty_files_lock per-ttyPeter Hurley
2016-01-27tty: Move tty_check_change() helperPeter Hurley
2016-01-27tty: Eliminate global symbol tty_ldisc_N_TTYPeter Hurley
2016-01-27tty: Unexport system-wide tty_mutexPeter Hurley
2016-01-27tty: Document c_line == N_TTY initial conditionPeter Hurley
2016-01-27tty: Destroy ldisc instance on hangupPeter Hurley
2016-01-27tty: Use 'disc' for line discipline index namePeter Hurley
2016-01-27tty: Prepare for destroying line discipline on hangupPeter Hurley
2016-01-27tty: Reset c_line from driver's init_termiosPeter Hurley
2016-01-27tty: Refactor tty_open()Peter Hurley
2016-01-27tty: Consolidate noctty checks in tty_open()Peter Hurley
2016-01-27tty: Re-declare tty_driver_remove_tty() file scopePeter Hurley
2016-01-27tty: Fix tty_init_termios() declarationPeter Hurley
2016-01-27tty: Remove !tty check from free_tty_struct()Peter Hurley