summaryrefslogtreecommitdiffstats
path: root/include/linux/tty_ldisc.h
Commit message (Expand)AuthorAgeFilesLines
* tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-111-7/+6
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-6/+6
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-111-9/+9
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-8/+8
* tty: ldisc: document that ldops are optionalJiri Slaby (SUSE)2023-08-111-5/+25
* tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen2023-01-191-2/+2
* tty: Make ldisc ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+2
* tty: Add closing marker into comment in tty_ldisc.hIlpo Järvinen2022-06-271-1/+1
* tty: Implement lookahead to process XON/XOFF timelyIlpo Järvinen2022-06-101-0/+14
* tty: combine tty_ldisc_ops docs into kernel-docJiri Slaby2021-11-261-24/+43
* tty: add kernel-doc for tty_ldisc_opsJiri Slaby2021-11-261-129/+130
* tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-8/+7
* tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-221-1/+1
* tty: remove extern from functions in tty headersJiri Slaby2021-09-221-11/+11
* tty: remove flags from struct tty_ldisc_opsJiri Slaby2021-09-221-3/+0
* tty: include list & lockdep from tty_ldisc.hJiri Slaby2021-07-271-0/+2
* tty: move ldisc prototypes to tty_ldisc.hJiri Slaby2021-07-271-0/+15
* tty: drop tty_ldisc_ops::refcountJiri Slaby2021-05-131-2/+0
* tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-2/+2
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-3/+0
* tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-1/+2
* change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-2/+8
* atomic/tty: Fix up atomic abuse in ldsemPeter Zijlstra2018-06-281-2/+2
* ->poll() methods should return __poll_tAl Viro2017-11-271-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tty, n_tty: Remove fasync() ldisc notificationPeter Hurley2016-01-281-6/+0
* tty: Remove chars_in_buffer() line discipline methodPeter Hurley2016-01-271-7/+0
* tty_ldisc: add more limits to the @write_wakeupHuang Shijie2014-04-241-1/+4
* tty: tty_ldisc.h: Remove duplicate includeSachin Kamat2014-02-181-1/+0
* tty: Always handle NULL flag ptrPeter Hurley2013-12-081-2/+4
* tty: Make ldisc input flow control concurrency-friendlyPeter Hurley2013-07-231-0/+13
* tty: Replace ldisc locking with ldisc_semPeter Hurley2013-07-231-2/+1
* n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley2013-06-171-0/+6
* tty: Add timed, writer-prioritized rw semaphorePeter Hurley2013-05-201-0/+46
* tty: Fix checkpatch errors in tty_ldisc.hPeter Hurley2013-03-181-66/+66
* pps: Move timestamp read into PPS code properGeorge Spelvin2013-02-131-7/+4
* tty: move global ldisc idle waitqueue to the individual ldiscIvo Sieben2012-05-101-0/+2
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-5/+4
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-4/+5
* pps: timestamp is always passed to dcd_change()Alexander Gordeev2011-01-131-1/+1
* pps: unify timestamp gatheringAlexander Gordeev2011-01-131-2/+3
* ldisc: new dcd_change() method for line disciplinesRodolfo Giometti2010-03-121-0/+8
* tty-ldisc: make refcount be atomic_t 'users' countLinus Torvalds2009-08-041-1/+1
* tty: Ldisc revampAlan Cox2008-07-201-1/+6
* tty: add compat_ioctlPaul Fulghum2007-05-111-0/+7
* [PATCH] tty: switch to ktermios and new frameworkAlan Cox2006-12-081-2/+2
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-9/+0
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+154