aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Fix unbalanced BKL handling in error pathAlan Cox2010-05-131-0/+1
* tty: release_one_tty() forgets to put pidsOleg Nesterov2010-04-021-0/+2
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | Fix race in tty_fasync() properlyLinus Torvalds2010-02-071-1/+3
|/
* tty: fix race in tty_fasyncGreg Kroah-Hartman2010-01-201-1/+1
* tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox2009-12-121-2/+0
* tty: split the lock up a bit furtherAlan Cox2009-12-111-0/+3
* tty: Move the leader test in disassociateAlan Cox2009-12-111-2/+3
* tty: Push the bkl down a bit in the hangup codeAlan Cox2009-12-111-2/+2
* tty: Push the lock down further into the ldisc codeAlan Cox2009-12-111-2/+0
* tty: push the BKL down into the handlers a bitAlan Cox2009-12-111-61/+80
* tty: Fix regressions caused by commit b50989dcDave Young2009-09-271-5/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-09-201-0/+11
|\
| * Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-0/+11
* | tty: USB serial termios bitsAlan Cox2009-09-191-0/+1
* | tty: make the kref destructor occur asynchronouslyAlan Cox2009-09-191-3/+16
* | tty: Fix a typo noted in passingAlan Cox2009-09-191-1/+1
|/
* tty: fix sanity checkAlan Cox2009-06-161-0/+2
* tty: Move ldisc_flushAlan Cox2009-06-111-21/+0
* tty: rewrite the ldisc lockingAlan Cox2009-06-111-56/+8
* tty: Extract various bits of ldisc codeAlan Cox2009-06-111-5/+19
* tty: Fix oops when scanning the polling list for kgdbAlan Cox2009-06-111-6/+7
* pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov2009-04-021-2/+2
* __tty_open(): use the correct type for saved_flagsAndrew Morton2009-04-021-1/+1
* epoll keyed wakeups: make tty use keyed wakeupsDavide Libenzi2009-04-011-10/+10
* Use f_lock to protect f_flagsJonathan Corbet2009-03-161-3/+2
* tty_open can return to userspace holding tty_mutexEric Paris2009-01-271-1/+3
* pty: simplify resizeAlan Cox2009-01-021-20/+11
* tty: Fix sparse static warning for tty_driver_lookup_ttyJason Wessel2009-01-021-1/+1
* n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson2009-01-021-3/+3
* Audit: Log TIOCSTIAl Viro2008-12-091-0/+1
* drivers/char/tty_io.c: Avoid panic when no console is configured.Will Newton2008-12-011-6/+9
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-1/+1
* tty: make sure that proc_clear_tty stores the cpu flagsArjan van de Ven2008-10-151-2/+3
* tty: tty_io.c shadows sparse fixJason Wessel2008-10-131-4/+4
* tty: simplify ktermios allocationAlan Cox2008-10-131-39/+7
* Add an instance parameter devpts interfacesSukadev Bhattiprolu2008-10-131-6/+8
* Move tty lookup/reopen to callerSukadev Bhattiprolu2008-10-131-15/+16
* tty: extract the pty init time special casesAlan Cox2008-10-131-130/+68
* tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox2008-10-131-31/+21
* tty: More driver operationsAlan Cox2008-10-131-10/+47
* tty: kref the tty driver objectAlan Cox2008-10-131-49/+61
* tty: Clean up the tty_init_dev changes furtherAlan Cox2008-10-131-40/+24
* tty: Move parts of tty_init_dev into new functionsSukadev Bhattiprolu2008-10-131-52/+87
* tty: Remove more special casing and out of place codeAlan Cox2008-10-131-133/+36
* tty: shutdown methodAlan Cox2008-10-131-20/+29
* pty: If the administrator creates a device for a ptmx slave we should not errorAlan Cox2008-10-131-6/+12
* tty: Redo current tty lockingAlan Cox2008-10-131-14/+4
* tty: the vhangup syscall is racyAlan Cox2008-10-131-0/+19