summaryrefslogtreecommitdiff
path: root/include/linux/tty_ldisc.h
AgeCommit message (Expand)Author
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2023-08-11tty: ldisc: document that ldops are optionalJiri Slaby (SUSE)
2023-01-19tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen
2022-08-30tty: Make ldisc ->set_termios() old ktermios constIlpo Järvinen
2022-06-27tty: Add closing marker into comment in tty_ldisc.hIlpo Järvinen
2022-06-10tty: Implement lookahead to process XON/XOFF timelyIlpo Järvinen
2021-11-26tty: combine tty_ldisc_ops docs into kernel-docJiri Slaby
2021-11-26tty: add kernel-doc for tty_ldisc_opsJiri Slaby
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby
2021-09-22tty: remove extern from functions in tty headersJiri Slaby
2021-09-22tty: remove flags from struct tty_ldisc_opsJiri Slaby
2021-07-27tty: include list & lockdep from tty_ldisc.hJiri Slaby
2021-07-27tty: move ldisc prototypes to tty_ldisc.hJiri Slaby
2021-05-13tty: drop tty_ldisc_ops::refcountJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro
2018-06-28atomic/tty: Fix up atomic abuse in ldsemPeter Zijlstra
2017-11-27->poll() methods should return __poll_tAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-01-28tty, n_tty: Remove fasync() ldisc notificationPeter Hurley
2016-01-27tty: Remove chars_in_buffer() line discipline methodPeter Hurley
2014-04-24tty_ldisc: add more limits to the @write_wakeupHuang Shijie
2014-02-18tty: tty_ldisc.h: Remove duplicate includeSachin Kamat
2013-12-08tty: Always handle NULL flag ptrPeter Hurley
2013-07-23tty: Make ldisc input flow control concurrency-friendlyPeter Hurley
2013-07-23tty: Replace ldisc locking with ldisc_semPeter Hurley
2013-06-17n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley
2013-05-20tty: Add timed, writer-prioritized rw semaphorePeter Hurley
2013-03-18tty: Fix checkpatch errors in tty_ldisc.hPeter Hurley
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin
2012-05-10tty: move global ldisc idle waitqueue to the individual ldiscIvo Sieben
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi
2011-01-13pps: timestamp is always passed to dcd_change()Alexander Gordeev
2011-01-13pps: unify timestamp gatheringAlexander Gordeev
2010-03-12ldisc: new dcd_change() method for line disciplinesRodolfo Giometti
2009-08-04tty-ldisc: make refcount be atomic_t 'users' countLinus Torvalds
2008-07-20tty: Ldisc revampAlan Cox
2007-05-11tty: add compat_ioctlPaul Fulghum
2006-12-08[PATCH] tty: switch to ktermios and new frameworkAlan Cox
2006-01-10[PATCH] TTY layer buffering revampAlan Cox
2005-04-16Linux-2.6.12-rc2Linus Torvalds