aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-14/+9
2012-05-04tty_lock: Localise the lockAlan Cox1-9/+14
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-02TTY: provide tty_standard_install helperJiri Slaby1-0/+2
2012-01-24tty: rework pty count limitingKonstantin Khlebnikov1-0/+1
2012-01-24tty: cleanup prohibition of direct opening for unix98 pty masterKonstantin Khlebnikov1-2/+1
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+23
2011-10-18TTY: make tty_add_file non-failingJiri Slaby1-1/+3
2011-10-18tty: Support compat_ioctl get/set termios_lockedThomas Meyer1-0/+2
2011-08-25TTY: define tty_wait_until_sent_from_closeJiri Slaby1-0/+18
2011-08-23TTY: remove tty_lockedJiri Slaby1-2/+0
2011-08-23TTY: pty, fix pty countingJiri Slaby1-0/+2
2011-06-07TTY: export NR_LDISC and N_* line discipline numbers to user-spaceFlorian Fainelli1-18/+19
2011-05-13n_tracerouter and n_tracesink ldisc additions.J Freyensee1-0/+2
2011-04-19TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby1-0/+2
2011-03-22tty: stop using "delayed_work" in the tty layerLinus Torvalds1-1/+1
2011-02-17tty: add a helper for setting termios data from kernel sideAlan Cox1-0/+1
2011-02-17tty: fix build error in vt_ioctl.c if CONFIG_COMPAT is enabledGreg Kroah-Hartman1-1/+1
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2010-12-02Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+1
2010-11-29TTY: open/hangup race fixupJiri Slaby1-0/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-09tty: Fix formatting in tty.hAlan Cox1-1/+1
2010-10-30audit: Call tty_audit_push_task() outside preempt disabledThomas Gleixner1-4/+5
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman1-0/+1
2010-10-22tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg1-1/+1
2010-10-22tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov1-0/+1
2010-10-05tty.h: new ldisc for TI WiLink STPavan Savoy1-0/+1
2010-08-18tty: fix fu_list abuseNick Piggin1-0/+8
2010-08-18fs: cleanup files_lock lockingNick Piggin1-0/+1
2010-08-10tty: implement BTM as mutex instead of BKLArnd Bergmann1-13/+5
2010-08-10tty: remove tty_lock_nestedArnd Bergmann1-15/+1
2010-08-10tty: introduce wait_event_interruptible_ttyArnd Bergmann1-0/+42
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann1-0/+31
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com1-0/+1
2010-08-06Fix init ordering of /dev/console vs callers of modprobeDavid Howells1-0/+3
2010-05-21tty: n_gsm line disciplineAlan Cox1-0/+1
2010-05-21serial: TTY: new ldiscs for stagingPavan Savoy1-1/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+6
2010-03-30net-caif-driver: add CAIF serial driver (ldisc)Sjur Braendeland1-2/+2
2010-03-19tty_port,usb-console: Fix usb serial console open/close regressionJason Wessel1-0/+1
2010-03-19tty: Take a 256 byte padding into account when buffering below sub-page unitsMel Gorman1-4/+5
2010-03-12ldisc n_tty: add new method n_tty_inherit_ops()Rodolfo Giometti1-0/+1
2010-03-02tty: Keep the default buffering to sub-page unitsAlan Cox1-0/+10
2010-01-16tty.h: make tty_port_get() static inlineRandy Dunlap1-2/+2
2009-12-15vt: introduce and use vt_kmsg_redirect() functionBernhard Walle1-2/+0
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox1-1/+1
2009-12-11tty: tty_port: Add a kref object to the tty portAlan Cox1-0/+12
2009-12-11tty: tty_port: Change the buffer allocator lockingAlan Cox1-0/+1
2009-12-11tty_port: add "tty_port_open" helperAlan Cox1-1/+9