summaryrefslogtreecommitdiffstats
path: root/drivers/char/pty.c
Commit message (Expand)AuthorAgeFilesLines
* TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman2010-11-051-777/+0
* tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg2010-10-221-1/+3
* tty: fix fu_list abuseNick Piggin2010-08-181-5/+1
* fs: cleanup files_lock lockingNick Piggin2010-08-181-1/+5
* tty: avoid recursive BTM in pty_closeArnd Bergmann2010-08-101-1/+3
* tty: remove tty_lock_nestedArnd Bergmann2010-08-101-1/+1
* tty: never hold BTM while getting tty_mutexArnd Bergmann2010-08-101-13/+11
* tty: replace BKL with a new tty_lockArnd Bergmann2010-08-101-2/+2
* tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-101-0/+21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* tty: push the BKL down into the handlers a bitAlan Cox2009-12-111-1/+1
* sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-2/+2
* sysctl drivers: Remove dead binary sysctl supportEric W. Biederman2009-11-121-8/+2
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* pty: reconnect the BSD TIOCSPTLCK handling to legacy ptysLinus Torvalds2009-09-301-21/+26
* pty_write: don't do a tty_wakeup() when the buffers are fullLinus Torvalds2009-09-181-2/+4
* pty: don't limit the writes to 'pty_space()' inside 'pty_write()'Linus Torvalds2009-09-051-9/+1
* pty: fix data loss when stopped (^S/^Q)Linus Torvalds2009-08-101-0/+2
* pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi2009-07-291-2/+0
* pty: quickfix for the pty ENXIO timing problemsAlan Cox2009-07-271-0/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* pty: Rework the pty layer to use the normal buffering logicAlan Cox2009-07-081-95/+59
* pty: Narrow the race on ldisc lockingAlan Cox2009-06-161-13/+40
* tty: rewrite the ldisc lockingAlan Cox2009-06-111-5/+5
* pty: Fix a commentAlan Cox2009-06-111-1/+0
* pty: Fix documentationAlan Cox2009-01-121-3/+1
* Make various things staticRoel Kluin2009-01-081-1/+1
* tty: PTYs set TTY_DO_WRITE_WAKEUP when they don't need toAlan Cox2009-01-021-3/+0
* pty: simplify resizeAlan Cox2009-01-021-1/+53
* pty: simplify unix98 allocationAlan Cox2008-10-131-11/+7
* pty: Fix allocation failure double freeAlan Cox2008-10-131-2/+0
* pty: Coding style and polishAlan Cox2008-10-131-42/+44
* Add an instance parameter devpts interfacesSukadev Bhattiprolu2008-10-131-8/+10
* tty: extract the pty init time special casesAlan Cox2008-10-131-12/+114
* tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox2008-10-131-2/+4
* tty: More driver operationsAlan Cox2008-10-131-0/+16
* tty: kref the tty driver objectAlan Cox2008-10-131-1/+4
* tty: Clean up the tty_init_dev changes furtherAlan Cox2008-10-131-1/+48
* tty: Remove more special casing and out of place codeAlan Cox2008-10-131-0/+78
* tty: shutdown methodAlan Cox2008-10-131-4/+11
* tty: Ldisc revampAlan Cox2008-07-201-5/+5
* pty: prepare for tty->ops changesAlan Cox2008-04-301-3/+26
* tty: BKL pushdownAlan Cox2008-04-301-0/+3
* sysctl: simplify the pty sysctl logicEric W. Biederman2007-10-181-1/+23
* PTY: add kernel parameter to overwrite legacy pty countKay Sievers2007-10-121-2/+7
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-1/+9
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0