summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-03tty: make tty_class a static const structureGreg Kroah-Hartman
2023-03-29tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-09tty: simplify sysctl registrationLuis Chamberlain
2023-01-19tty: fix out-of-bounds access in tty_driver_lookup_tty()Sven Schnelle
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-12-02tty: tty_io: use console_list_lock for list synchronizationJohn Ogness
2022-12-02tty: tty_io: document console_lock usageJohn Ogness
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman
2022-11-08tty: Move TIOCSTI toggle variable before kerndocKees Cook
2022-11-03tty: Allow TIOCSTI to be disabledKees Cook
2022-11-03tty: Move sysctl setup into "core" tty logicKees Cook
2022-09-22tty: remove TTY_DRIVER_MAGICнаб
2022-09-22tty: remove TTY_MAGICнаб
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro
2022-06-10tty: fix typos in commentsJulia Lawall
2022-03-22memcg: enable accounting for tty-related objectsVasily Averin
2021-12-21tty: tty_io: Switch to vmalloc() fallback in case of TTY_NO_WRITE_SPLITAndy Shevchenko
2021-11-26tty: add kernel-doc for tty_standard_installJiri Slaby
2021-11-26tty: add kernel-doc for more tty_driver functionsJiri Slaby
2021-11-26tty: reformat kernel-doc in tty_io.cJiri Slaby
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby
2021-11-25tty: clean up whitespace in __do_SAK()Jiri Slaby
2021-11-25tty: remove tty NULL check from __do_SAK()Jiri Slaby
2021-11-25tty: remove TTY_SOFT_SAK part from __do_SAK()Jiri Slaby
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