summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2021-08-26tty: Fix data race between tiocsti() and flush_to_ldisc()Nguyen Dinh Phi
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: make tty_set_operations an inlineJiri Slaby
2021-05-20tty: fix kernel-doc for {start,stop}_ttyJiri Slaby
2021-05-20tty: fix kernel-doc for tty_{read,write}Jiri Slaby
2021-05-13tty: tty_io: Remove return in void functionXiaofei Tan
2021-05-13tty: tty_io: Delete a blank line before EXPORT_SYMBOL(foo)Xiaofei Tan
2021-05-13tty: tty_io: Fix an issue of code indent for conditional statementsXiaofei Tan
2021-05-13tty: tty_io: Remove the repeated word 'can'Xiaofei Tan
2021-05-13tty: tty_io: Fix coding style issues of block commentsXiaofei Tan
2021-05-13tty: tty_io: Fix trailing whitespace issuesXiaofei Tan
2021-05-13tty: tty_io: Fix spaces required around that ':'Xiaofei Tan
2021-05-13tty: tty_io: Add a blank line after declarationsXiaofei Tan
2021-05-13tty: tty_io: Remove spaces before tabsXiaofei Tan
2021-05-13tty: cumulate and document tty_struct::ctrl* membersJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-04-15tty: make tty_release_redirect() staticGreg Kroah-Hartman
2021-04-15tty: create internal tty.h fileGreg Kroah-Hartman
2021-04-10tty: refactor TIOCSSERIAL handlingJohan Hovold
2021-04-10tty: use pr_warn_ratelimited() for deprecated serial flagsJohan Hovold
2021-04-10tty: fix return value for unsupported ioctlsJohan Hovold
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman
2021-03-10tty: localise ptychar and make it constJiri Slaby
2021-03-10tty: let tty_unregister_driver return voidJiri Slaby
2021-03-10Revert "drivers:tty:pty: Fix a race causing data loss on close"Greg Kroah-Hartman
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-02-20tty: protect tty_write from odd low-level tty disciplinesLinus Torvalds
2021-01-29tty: avoid using vfs_iocb_iter_write() for redirected console writesLinus Torvalds
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds
2021-01-22tty: fix up iterate_tty_read() EOVERFLOW handlingLinus Torvalds
2021-01-22tty: fix up hung_up_tty_read() conversionLinus Torvalds
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman
2021-01-21Merge 9bb48c82aced ("tty: implement write_iter") into tty-linusGreg Kroah-Hartman
2021-01-20tty: implement write_iterLinus Torvalds
2021-01-20tty: implement read_iterLinus Torvalds
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds
2021-01-07drivers:tty:pty: Fix a race causing data loss on closeCorey Minyard
2021-01-07tty: Export redirect releaseCorey Minyard
2020-12-28tty: new helper function tty_get_icount()Uwe Kleine-König
2020-12-28tty: rename tty_kopen() and add new function tty_kopen_shared()Uwe Kleine-König
2020-12-07Merge 5.10-rc7 into tty-nextGreg Kroah-Hartman
2020-12-04tty: Fix ->session lockingJann Horn
2020-11-09Merge 5.10-rc3 into tty-nextGreg Kroah-Hartman
2020-11-06tty: fix crash in release_tty if tty->port is not setMatthias Reichl
2020-11-06tty: tty_io: Fix some kernel-doc issuesLee Jones
2020-11-06tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceLee Jones
2020-08-18tty: fix kernel-docJiri Slaby
2020-07-29tty: Use the preferred form for passing the size of a structure typeGustavo A. R. Silva