aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tty.h
AgeCommit message (Expand)Author
2013-07-24tty: Fix lock order in tty_do_resize()Peter Hurley
2013-07-23n_tty: Fix EOF push handlingPeter Hurley
2013-07-23tty: Remove private constant from global namespacePeter Hurley
2013-07-23tty: Fix unsafe vt paste_selection()Peter Hurley
2013-07-23tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley
2013-07-23tty: Avoid false-sharing flip buffer ptrsPeter Hurley
2013-07-23tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley
2013-07-23tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley
2013-07-23tty: Track flip buffer memory limit atomicallyPeter Hurley
2013-07-23tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley
2013-07-23tty: Use lockless flip buffer free listPeter Hurley
2013-07-23tty: Compute flip buffer ptrsPeter Hurley
2013-07-23tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter 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: Remove TTY_HW_COOK_IN/OUTPeter Hurley
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells
2013-04-30audit: push loginuid and sessionid processing downEric Paris
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris
2013-03-18tty: Don't reenable already enabled ldiscPeter Hurley
2013-03-18tty: Add diagnostic for halted line disciplinePeter Hurley
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby
2013-03-18TTY: do not warn about setting speed via SPD_*Jiri Slaby
2013-03-18tty: Add safe tty throttle/unthrottle functionsPeter Hurley
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: move low_latency to tty_portJiri Slaby
2012-11-15TTY: introduce tty_port_destroyJiri Slaby
2012-10-22TTY: move tty buffers to tty_portJiri Slaby
2012-10-22TTY: add port -> tty linkJiri Slaby
2012-10-22TTY: move TTY_FLUSH* flags to tty_portJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: locksJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: bitmapsJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: simple membersJiri Slaby
2012-10-22TTY: audit, stop accessing tty->icountJiri Slaby
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek
2012-09-05serial: add a new helper functionHuang Shijie
2012-09-05tty: move the async flags from the serial code into the tty includesAlan Cox
2012-08-13TTY: add tty_port_link_deviceJiri Slaby
2012-08-10tty: localise the lockAlan Cox