summaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
Commit message (Expand)AuthorAgeFilesLines
* tty: Fix lock order in tty_do_resize()Peter Hurley2013-07-241-1/+2
* n_tty: Fix EOF push handlingPeter Hurley2013-07-231-1/+0
* tty: Remove private constant from global namespacePeter Hurley2013-07-231-11/+0
* tty: Fix unsafe vt paste_selection()Peter Hurley2013-07-231-2/+2
* tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley2013-07-231-2/+1
* tty: Avoid false-sharing flip buffer ptrsPeter Hurley2013-07-231-2/+2
* tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley2013-07-231-1/+0
* tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley2013-07-231-1/+1
* tty: Track flip buffer memory limit atomicallyPeter Hurley2013-07-231-2/+1
* tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley2013-07-231-0/+1
* tty: Use lockless flip buffer free listPeter Hurley2013-07-231-2/+6
* tty: Compute flip buffer ptrsPeter Hurley2013-07-231-2/+10
* tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley2013-07-231-0/+1
* tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-231-3/+4
* tty: Make ldisc input flow control concurrency-friendlyPeter Hurley2013-07-231-0/+13
* tty: Replace ldisc locking with ldisc_semPeter Hurley2013-07-231-3/+1
* n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley2013-06-171-1/+0
* tty: Remove TTY_HW_COOK_IN/OUTPeter Hurley2013-05-201-2/+0
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-111-4/+2
|\
| * audit: push loginuid and sessionid processing downEric Paris2013-04-301-2/+2
| * audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2013-04-301-4/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+7
|\ \
| * | proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells2013-05-011-0/+7
* | | tty: Don't reenable already enabled ldiscPeter Hurley2013-03-181-2/+0
* | | tty: Add diagnostic for halted line disciplinePeter Hurley2013-03-181-0/+1
* | | TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-181-0/+1
* | | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-0/+1
* | | TTY: do not warn about setting speed via SPD_*Jiri Slaby2013-03-181-2/+16
* | | tty: Add safe tty throttle/unthrottle functionsPeter Hurley2013-03-181-0/+18
|/ /
* | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-11/+33
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-1/+0
* | TTY: move low_latency to tty_portJiri Slaby2013-01-151-2/+3
|/
* TTY: introduce tty_port_destroyJiri Slaby2012-11-151-0/+1
* TTY: move tty buffers to tty_portJiri Slaby2012-10-221-3/+3
* TTY: add port -> tty linkJiri Slaby2012-10-221-0/+1
* TTY: move TTY_FLUSH* flags to tty_portJiri Slaby2012-10-221-2/+3
* TTY: move ldisc data from tty_struct: locksJiri Slaby2012-10-221-10/+1
* TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby2012-10-221-10/+0
* TTY: move ldisc data from tty_struct: bitmapsJiri Slaby2012-10-221-2/+0
* TTY: move ldisc data from tty_struct: simple membersJiri Slaby2012-10-221-5/+0
* TTY: audit, stop accessing tty->icountJiri Slaby2012-10-221-2/+2
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-36/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-2/+2
|\
| * userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-2/+2
* | tty_register_device_attr updated for tty-nextTomas Hlavacek2012-09-061-0/+4
* | tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek2012-09-061-0/+4
* | serial: add a new helper functionHuang Shijie2012-09-051-0/+6
* | tty: move the async flags from the serial code into the tty includesAlan Cox2012-09-051-0/+1
* | TTY: add tty_port_link_deviceJiri Slaby2012-08-131-0/+2
* | tty: localise the lockAlan Cox2012-08-101-9/+14
OpenPOWER on IntegriCloud