aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2024-01-25usb: cdc-acm: return correct error code on unsupported breakOliver Neukum
2024-01-25tty: use 'if' in send_break() instead of 'goto'Jiri Slaby (SUSE)
2024-01-25tty: don't check for signal_pending() in send_break()Jiri Slaby (SUSE)
2024-01-25tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAKJiri Slaby (SUSE)
2024-01-25tty: change tty_write_lock()'s ndelay parameter to boolJiri Slaby (SUSE)
2023-05-11tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen
2023-03-11tty: fix out-of-bounds access in tty_driver_lookup_tty()Sven Schnelle
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