aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tty.h
AgeCommit message (Expand)Author
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-10-18TTY: make tty_add_file non-failingJiri Slaby
2011-10-18tty: Support compat_ioctl get/set termios_lockedThomas Meyer
2011-08-25TTY: define tty_wait_until_sent_from_closeJiri Slaby
2011-08-23TTY: remove tty_lockedJiri Slaby
2011-08-23TTY: pty, fix pty countingJiri Slaby
2011-06-07TTY: export NR_LDISC and N_* line discipline numbers to user-spaceFlorian Fainelli
2011-05-13n_tracerouter and n_tracesink ldisc additions.J Freyensee
2011-04-19TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby
2011-03-22tty: stop using "delayed_work" in the tty layerLinus Torvalds
2011-02-17tty: add a helper for setting termios data from kernel sideAlan Cox
2011-02-17tty: fix build error in vt_ioctl.c if CONFIG_COMPAT is enabledGreg Kroah-Hartman
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2010-12-02Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2010-11-29TTY: open/hangup race fixupJiri Slaby
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-09tty: Fix formatting in tty.hAlan Cox
2010-10-30audit: Call tty_audit_push_task() outside preempt disabledThomas Gleixner
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman
2010-10-22tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg
2010-10-22tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov
2010-10-05tty.h: new ldisc for TI WiLink STPavan Savoy
2010-08-18tty: fix fu_list abuseNick Piggin
2010-08-18fs: cleanup files_lock lockingNick Piggin
2010-08-10tty: implement BTM as mutex instead of BKLArnd Bergmann
2010-08-10tty: remove tty_lock_nestedArnd Bergmann
2010-08-10tty: introduce wait_event_interruptible_ttyArnd Bergmann
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com
2010-08-06Fix init ordering of /dev/console vs callers of modprobeDavid Howells
2010-05-21tty: n_gsm line disciplineAlan Cox
2010-05-21serial: TTY: new ldiscs for stagingPavan Savoy
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30net-caif-driver: add CAIF serial driver (ldisc)Sjur Braendeland
2010-03-19tty_port,usb-console: Fix usb serial console open/close regressionJason Wessel
2010-03-19tty: Take a 256 byte padding into account when buffering below sub-page unitsMel Gorman
2010-03-12ldisc n_tty: add new method n_tty_inherit_ops()Rodolfo Giometti
2010-03-02tty: Keep the default buffering to sub-page unitsAlan Cox
2010-01-16tty.h: make tty_port_get() static inlineRandy Dunlap
2009-12-15vt: introduce and use vt_kmsg_redirect() functionBernhard Walle
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox
2009-12-11tty: tty_port: Add a kref object to the tty portAlan Cox
2009-12-11tty: tty_port: Change the buffer allocator lockingAlan Cox
2009-12-11tty_port: add "tty_port_open" helperAlan Cox
2009-09-19tty: handle VT specific compat ioctls in vt driverArnd Bergmann
2009-09-19serial: move port users helperAlan Cox
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox
2009-09-19serial: Fold closing_* fields into the tty_port onesAlan Cox
2009-09-19tty: Add a full port_close functionAlan Cox
2009-09-14cleanup console_print()Anirban Sinha