aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tty.h
AgeCommit message (Expand)Author
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
2009-09-10Merge branch 'topic/asoc' into for-linusTakashi Iwai
2009-08-07TTY/ASoC: Rename N_AMSDELTA line discipline to N_V253Janusz Krzysztofik
2009-07-31TTY: Add definition of a new line discipline required by Amstrad E3 (Delta) A...Janusz Krzysztofik
2009-07-29pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi
2009-06-11tty: rewrite the ldisc lockingAlan Cox
2009-06-11tty: Extract various bits of ldisc codeAlan Cox
2009-06-11tty: Implement a drain delay in the tty portAlan Cox
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox
2009-01-02tty: Introduce some close helpers for portsAlan Cox
2009-01-02tty: Introduce a tty_port generic block_til_readyAlan Cox
2009-01-02isicom: redo locking to use tty port locksAlan Cox
2009-01-02tty: Pull the dtr raise into tty portAlan Cox
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox
2009-01-02tty: Fix PPP hang under loadAlan Cox
2009-01-02pty: simplify resizeAlan Cox
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-12-09Audit: Log TIOCSTIAl Viro
2008-11-25tracing, tty: fix warnings caused by branch tracing and tty_kref_get()Ingo Molnar
2008-10-13tty: some ICANON magic is in the wrong placesAlan Cox
2008-10-13tty: extract the pty init time special casesAlan Cox
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox
2008-10-13tty: Remove more special casing and out of place codeAlan Cox
2008-10-13tty: shutdown methodAlan Cox
2008-10-13tty: the vhangup syscall is racyAlan Cox
2008-10-13tty: usb-serial krefsAlan Cox
2008-10-13tty: Add termioxAlan Cox
2008-10-13tty: Add a kref countAlan Cox
2008-10-13pps: Reserve a line discipline number for PPSAlan Cox
2008-10-13tty: split the buffering from tty_ioAlan Cox