aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tty.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-10Merge branch 'topic/asoc' into for-linusGravatar Takashi Iwai 1-1/+3
2009-08-07TTY/ASoC: Rename N_AMSDELTA line discipline to N_V253Gravatar Janusz Krzysztofik 1-1/+1
2009-07-31TTY: Add definition of a new line discipline required by Amstrad E3 (Delta) A...Gravatar Janusz Krzysztofik 1-1/+3
2009-07-29pty: avoid forcing 'low_latency' tty flagGravatar OGAWA Hirofumi 1-0/+1
2009-06-11tty: rewrite the ldisc lockingGravatar Alan Cox 1-2/+7
2009-06-11tty: Extract various bits of ldisc codeGravatar Alan Cox 1-0/+3
2009-06-11tty: Implement a drain delay in the tty portGravatar Alan Cox 1-0/+3
2009-06-11tty: Add carrier processing on close to the tty_port coreGravatar Alan Cox 1-1/+2
2009-01-02tty: Introduce some close helpers for portsGravatar Alan Cox 1-0/+3
2009-01-02tty: Introduce a tty_port generic block_til_readyGravatar Alan Cox 1-0/+2
2009-01-02isicom: redo locking to use tty port locksGravatar Alan Cox 1-0/+1
2009-01-02tty: Pull the dtr raise into tty portGravatar Alan Cox 1-0/+2
2009-01-02tty_port: Add a port level carrier detect operationGravatar Alan Cox 1-0/+9
2009-01-02tty: Fix PPP hang under loadGravatar Alan Cox 1-0/+1
2009-01-02pty: simplify resizeGravatar Alan Cox 1-2/+1
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyGravatar Joe Peterson 1-0/+6
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2008-12-09Audit: Log TIOCSTIGravatar Al Viro 1-0/+4
2008-11-25tracing, tty: fix warnings caused by branch tracing and tty_kref_get()Gravatar Ingo Molnar 1-1/+1
2008-10-13tty: some ICANON magic is in the wrong placesGravatar Alan Cox 1-1/+1
2008-10-13tty: extract the pty init time special casesGravatar Alan Cox 1-0/+5
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRGravatar Alan Cox 1-2/+2
2008-10-13tty: Remove more special casing and out of place codeGravatar Alan Cox 1-0/+6
2008-10-13tty: shutdown methodGravatar Alan Cox 1-1/+2
2008-10-13tty: the vhangup syscall is racyGravatar Alan Cox 1-0/+1
2008-10-13tty: usb-serial krefsGravatar Alan Cox 1-0/+3
2008-10-13tty: Add termioxGravatar Alan Cox 1-0/+1
2008-10-13tty: Add a kref countGravatar Alan Cox 1-0/+18
2008-10-13pps: Reserve a line discipline number for PPSGravatar Alan Cox 1-1/+2
2008-10-13tty: split the buffering from tty_ioGravatar Alan Cox 1-0/+3