aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tty.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-3/+23
2011-10-18TTY: make tty_add_file non-failingGravatar Jiri Slaby 1-1/+3
2011-10-18tty: Support compat_ioctl get/set termios_lockedGravatar Thomas Meyer 1-0/+2
2011-08-25TTY: define tty_wait_until_sent_from_closeGravatar Jiri Slaby 1-0/+18
2011-08-23TTY: remove tty_lockedGravatar Jiri Slaby 1-2/+0
2011-08-23TTY: pty, fix pty countingGravatar Jiri Slaby 1-0/+2
2011-06-07TTY: export NR_LDISC and N_* line discipline numbers to user-spaceGravatar Florian Fainelli 1-18/+19
2011-05-13n_tracerouter and n_tracesink ldisc additions.Gravatar J Freyensee 1-0/+2
2011-04-19TTY: introduce deinit helpers for proper ldisc shutdownGravatar Jiri Slaby 1-0/+2
2011-03-22tty: stop using "delayed_work" in the tty layerGravatar Linus Torvalds 1-1/+1
2011-02-17tty: add a helper for setting termios data from kernel sideGravatar Alan Cox 1-0/+1
2011-02-17tty: fix build error in vt_ioctl.c if CONFIG_COMPAT is enabledGravatar Greg Kroah-Hartman 1-1/+1
2011-02-17tty: now phase out the ioctl file pointer for goodGravatar Alan Cox 1-1/+1
2010-12-02Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2010-11-29TTY: open/hangup race fixupGravatar Jiri Slaby 1-0/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-11-09tty: Fix formatting in tty.hGravatar Alan Cox 1-1/+1
2010-10-30audit: Call tty_audit_push_task() outside preempt disabledGravatar Thomas Gleixner 1-4/+5
2010-10-28Merge 'staging-next' to Linus's treeGravatar Greg Kroah-Hartman 1-0/+1
2010-10-22tty: Remove __GFP_NOFAIL from tty_add_file()Gravatar Pekka Enberg 1-1/+1
2010-10-22tty: add tty_struct->dev pointer to corresponding device instanceGravatar Dmitry Eremin-Solenikov 1-0/+1
2010-10-05tty.h: new ldisc for TI WiLink STGravatar Pavan Savoy 1-0/+1
2010-08-18tty: fix fu_list abuseGravatar Nick Piggin 1-0/+8
2010-08-18fs: cleanup files_lock lockingGravatar Nick Piggin 1-0/+1
2010-08-10tty: implement BTM as mutex instead of BKLGravatar Arnd Bergmann 1-13/+5
2010-08-10tty: remove tty_lock_nestedGravatar Arnd Bergmann 1-15/+1
2010-08-10tty: introduce wait_event_interruptible_ttyGravatar Arnd Bergmann 1-0/+42
2010-08-10tty: replace BKL with a new tty_lockGravatar Arnd Bergmann 1-0/+31
2010-08-10tty: Add EXTPROC support for LINEMODEGravatar hyc@symas.com 1-0/+1
2010-08-06Fix init ordering of /dev/console vs callers of modprobeGravatar David Howells 1-0/+3
2010-05-21tty: n_gsm line disciplineGravatar Alan Cox 1-0/+1
2010-05-21serial: TTY: new ldiscs for stagingGravatar Pavan Savoy 1-1/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-4/+6
2010-03-30net-caif-driver: add CAIF serial driver (ldisc)Gravatar Sjur Braendeland 1-2/+2
2010-03-19tty_port,usb-console: Fix usb serial console open/close regressionGravatar Jason Wessel 1-0/+1
2010-03-19tty: Take a 256 byte padding into account when buffering below sub-page unitsGravatar Mel Gorman 1-4/+5
2010-03-12ldisc n_tty: add new method n_tty_inherit_ops()Gravatar Rodolfo Giometti 1-0/+1
2010-03-02tty: Keep the default buffering to sub-page unitsGravatar Alan Cox 1-0/+10
2010-01-16tty.h: make tty_port_get() static inlineGravatar Randy Dunlap 1-2/+2
2009-12-15vt: introduce and use vt_kmsg_redirect() functionGravatar Bernhard Walle 1-2/+0
2009-12-11tty: push the BKL down into the handlers a bitGravatar Alan Cox 1-1/+1
2009-12-11tty: tty_port: Add a kref object to the tty portGravatar Alan Cox 1-0/+12
2009-12-11tty: tty_port: Change the buffer allocator lockingGravatar Alan Cox 1-0/+1
2009-12-11tty_port: add "tty_port_open" helperGravatar Alan Cox 1-1/+9
2009-09-19tty: handle VT specific compat ioctls in vt driverGravatar Arnd Bergmann 1-0/+3
2009-09-19serial: move port users helperGravatar Alan Cox 1-0/+5
2009-09-19serial: move delta_msr_wait into the tty_portGravatar Alan Cox 1-0/+1
2009-09-19serial: Fold closing_* fields into the tty_port onesGravatar Alan Cox 1-2/+2
2009-09-19tty: Add a full port_close functionGravatar Alan Cox 1-1/+7
2009-09-14cleanup console_print()Gravatar Anirban Sinha 1-4/+0