aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/pty.c
AgeCommit message (Expand)Author
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman
2010-10-22tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg
2010-08-18tty: fix fu_list abuseNick Piggin
2010-08-18fs: cleanup files_lock lockingNick Piggin
2010-08-10tty: avoid recursive BTM in pty_closeArnd Bergmann
2010-08-10tty: remove tty_lock_nestedArnd Bergmann
2010-08-10tty: never hold BTM while getting tty_mutexArnd Bergmann
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-30pty: reconnect the BSD TIOCSPTLCK handling to legacy ptysLinus Torvalds
2009-09-18pty_write: don't do a tty_wakeup() when the buffers are fullLinus Torvalds
2009-09-05pty: don't limit the writes to 'pty_space()' inside 'pty_write()'Linus Torvalds
2009-08-10pty: fix data loss when stopped (^S/^Q)Linus Torvalds
2009-07-29pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi
2009-07-27pty: quickfix for the pty ENXIO timing problemsAlan Cox
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-08pty: Rework the pty layer to use the normal buffering logicAlan Cox
2009-06-16pty: Narrow the race on ldisc lockingAlan Cox
2009-06-11tty: rewrite the ldisc lockingAlan Cox
2009-06-11pty: Fix a commentAlan Cox
2009-01-12pty: Fix documentationAlan Cox
2009-01-08Make various things staticRoel Kluin
2009-01-02tty: PTYs set TTY_DO_WRITE_WAKEUP when they don't need toAlan Cox
2009-01-02pty: simplify resizeAlan Cox
2008-10-13pty: simplify unix98 allocationAlan Cox
2008-10-13pty: Fix allocation failure double freeAlan Cox
2008-10-13pty: Coding style and polishAlan Cox
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu
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: 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: Remove more special casing and out of place codeAlan Cox
2008-10-13tty: shutdown methodAlan Cox
2008-07-20tty: Ldisc revampAlan Cox
2008-04-30pty: prepare for tty->ops changesAlan Cox
2008-04-30tty: BKL pushdownAlan Cox
2007-10-18sysctl: simplify the pty sysctl logicEric W. Biederman
2007-10-12PTY: add kernel parameter to overwrite legacy pty countKay Sievers
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox
2006-10-02[PATCH] const struct tty_operationsJeff Dike
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel