summaryrefslogtreecommitdiff
path: root/include/linux/tty_driver.h
AgeCommit message (Expand)Author
2011-08-23TTY: pty, fix pty countingJiri Slaby
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2010-12-16tty: fix typos/errors in tty_driver.h commentsTimur Tabi
2010-11-16TTY: include termios.h in tty_driver.hJiri Slaby
2010-10-22tty: Make tiocgicount a handlerAlan Cox
2009-09-27tty: Fix regressions caused by commit b50989dcDave Young
2009-06-11tty: throttling race fixAlan Cox
2009-04-07tty: Correct inline types for tty_driver_kref_get()Adrian Bunk
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan
2009-04-01proc tty: add struct tty_operations::proc_fopsAlexey Dobriyan
2009-01-02pty: simplify resizeAlan Cox
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu
2008-10-13tty: More driver operationsAlan Cox
2008-10-13tty: kref the tty driver objectAlan Cox
2008-10-13tty: Clean up the tty_init_dev changes furtherAlan Cox
2008-10-13tty: shutdown methodAlan Cox
2008-10-13tty: Add termioxAlan Cox
2008-08-15tty: remove resize window special caseAlan Cox
2008-07-22tty: rework break handlingAlan Cox
2008-06-23tty_driver: Update required method documentationAlan Cox
2008-04-30tty: add throttle/unthrottle helpersAlan Cox
2008-04-30tty: The big operations reworkAlan Cox
2008-04-17consoles: polling support, kgdbocJason Wessel
2007-05-11tty: add compat_ioctlPaul Fulghum
2006-12-08[PATCH] tty: switch to ktermios and new frameworkAlan Cox
2006-10-02[PATCH] const struct tty_operationsJeff Dike
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds
2004-05-30[PATCH] sparse: tty_driver ->write_proc()Alexander Viro
2004-02-25[PATCH] Remove unused tty CALLOUT definesAndrew Morton
2004-02-22[PATCH] dynamic pty allocationAndrew Morton
2003-06-11[PATCH] tty_driver refcountingAlexander Viro
2003-06-11[PATCH] tty_driver refcountingAlexander Viro
2003-06-11[PATCH] tty_driver refcountingAlexander Viro
2003-06-05[PATCH] Fix tty devfs messAndrew Morton
2003-05-24[PATCH] cdev-cidr, part 1Alexander Viro
2003-04-28driver core: fix up tty code to work with the new class changes.Greg Kroah-Hartman
2003-04-17[SERIAL] Move make modem control signals accessible to line discplinesRussell King
2003-01-14TTY: add module reference counting for tty drivers.Greg Kroah-Hartman
2002-12-29TTY: add tty_devclass to the tty core.Greg Kroah-Hartman
2002-10-11[PATCH] convert tty_drivers to list_headsBrian Gerst
2002-02-04Import changesetLinus Torvalds