summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_null.c
Commit message (Expand)AuthorAgeFilesLines
* tty: n_null: remove optional ldopsJiri Slaby (SUSE)2023-08-111-18/+0
* tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
* tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
* tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-1/+2
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-13/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: handle the case where we cannot restore a line disciplineAlan Cox2017-06-031-0/+80