aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-19tty: handle VT specific compat ioctls in vt driverArnd Bergmann1-0/+3
2009-09-19serial: move port users helperAlan Cox1-0/+5
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox1-0/+1
2009-09-19serial: Fold closing_* fields into the tty_port onesAlan Cox1-2/+2
2009-09-19tty: Add a full port_close functionAlan Cox1-1/+7
2009-09-14cleanup console_print()Anirban Sinha1-4/+0
2009-09-10Merge branch 'topic/asoc' into for-linusTakashi Iwai1-1/+3
2009-08-07TTY/ASoC: Rename N_AMSDELTA line discipline to N_V253Janusz Krzysztofik1-1/+1
2009-07-31TTY: Add definition of a new line discipline required by Amstrad E3 (Delta) ASoC driverJanusz Krzysztofik1-1/+3
2009-07-29pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi1-0/+1
2009-06-11tty: rewrite the ldisc lockingAlan Cox1-2/+7
2009-06-11tty: Extract various bits of ldisc codeAlan Cox1-0/+3
2009-06-11tty: Implement a drain delay in the tty portAlan Cox1-0/+3
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox1-1/+2
2009-01-02tty: Introduce some close helpers for portsAlan Cox1-0/+3
2009-01-02tty: Introduce a tty_port generic block_til_readyAlan Cox1-0/+2
2009-01-02isicom: redo locking to use tty port locksAlan Cox1-0/+1
2009-01-02tty: Pull the dtr raise into tty portAlan Cox1-0/+2
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox1-0/+9