summaryrefslogtreecommitdiff
path: root/include/linux/tty.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-23tty: 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/gre...Linus Torvalds1-0/+1
2010-11-30TTY: open/hangup race fixupJiri Slaby1-0/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-10tty: 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-11tty: implement BTM as mutex instead of BKLArnd Bergmann1-13/+5
2010-08-11tty: remove tty_lock_nestedArnd Bergmann1-15/+1
2010-08-11tty: introduce wait_event_interruptible_ttyArnd Bergmann1-0/+42
2010-08-11tty: replace BKL with a new tty_lockArnd Bergmann1-0/+31
2010-08-11tty: 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-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+6
2010-03-31net-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-13ldisc n_tty: add new method n_tty_inherit_ops()Rodolfo Giometti1-0/+1
2010-03-03tty: 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-12tty: push the BKL down into the handlers a bitAlan Cox1-1/+1
2009-12-12tty: tty_port: Add a kref object to the tty portAlan Cox1-0/+12
2009-12-12tty: tty_port: Change the buffer allocator lockingAlan Cox1-0/+1
2009-12-12tty_port: add "tty_port_open" helperAlan Cox1-1/+9
2009-09-20tty: handle VT specific compat ioctls in vt driverArnd Bergmann1-0/+3
2009-09-20serial: move port users helperAlan Cox1-0/+5
2009-09-20serial: move delta_msr_wait into the tty_portAlan Cox1-0/+1
2009-09-20serial: Fold closing_* fields into the tty_port onesAlan Cox1-2/+2
2009-09-20tty: Add a full port_close functionAlan Cox1-1/+7
2009-09-15cleanup 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-08-01TTY: Add definition of a new line discipline required by Amstrad E3 (Delta) A...Janusz 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