aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tty_io.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-13tty: Fix unbalanced BKL handling in error pathGravatar Alan Cox 1-0/+1
2010-04-02tty: release_one_tty() forgets to put pidsGravatar Oleg Nesterov 1-0/+2
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2010-02-07Fix race in tty_fasync() properlyGravatar Linus Torvalds 1-1/+3
2010-01-20tty: fix race in tty_fasyncGravatar Greg Kroah-Hartman 1-1/+1
2009-12-12tty: Fix BKL taken under a spinlock bug introduced in the BKL splitGravatar Alan Cox 1-2/+0
2009-12-11tty: split the lock up a bit furtherGravatar Alan Cox 1-0/+3
2009-12-11tty: Move the leader test in disassociateGravatar Alan Cox 1-2/+3
2009-12-11tty: Push the bkl down a bit in the hangup codeGravatar Alan Cox 1-2/+2
2009-12-11tty: Push the lock down further into the ldisc codeGravatar Alan Cox 1-2/+0
2009-12-11tty: push the BKL down into the handlers a bitGravatar Alan Cox 1-61/+80
2009-09-27tty: Fix regressions caused by commit b50989dcGravatar Dave Young 1-5/+10
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-0/+11
2009-09-19tty: USB serial termios bitsGravatar Alan Cox 1-0/+1
2009-09-19tty: make the kref destructor occur asynchronouslyGravatar Alan Cox 1-3/+16
2009-09-19tty: Fix a typo noted in passingGravatar Alan Cox 1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsGravatar Kay Sievers 1-0/+11
2009-06-16tty: fix sanity checkGravatar Alan Cox 1-0/+2
2009-06-11tty: Move ldisc_flushGravatar Alan Cox 1-21/+0
2009-06-11tty: rewrite the ldisc lockingGravatar Alan Cox 1-56/+8
2009-06-11tty: Extract various bits of ldisc codeGravatar Alan Cox 1-5/+19
2009-06-11tty: Fix oops when scanning the polling list for kgdbGravatar Alan Cox 1-6/+7
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsGravatar Oleg Nesterov 1-2/+2
2009-04-02__tty_open(): use the correct type for saved_flagsGravatar Andrew Morton 1-1/+1
2009-04-01epoll keyed wakeups: make tty use keyed wakeupsGravatar Davide Libenzi 1-10/+10
2009-03-16Use f_lock to protect f_flagsGravatar Jonathan Corbet 1-3/+2
2009-01-27tty_open can return to userspace holding tty_mutexGravatar Eric Paris 1-1/+3
2009-01-02pty: simplify resizeGravatar Alan Cox 1-20/+11
2009-01-02tty: Fix sparse static warning for tty_driver_lookup_ttyGravatar Jason Wessel 1-1/+1
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyGravatar Joe Peterson 1-3/+3
2008-12-09Audit: Log TIOCSTIGravatar Al Viro 1-0/+1
2008-12-01drivers/char/tty_io.c: Avoid panic when no console is configured.Gravatar Will Newton 1-6/+9
2008-10-16device create: char: convert device_create_drvdata to device_createGravatar Greg Kroah-Hartman 1-1/+1
2008-10-15tty: make sure that proc_clear_tty stores the cpu flagsGravatar Arjan van de Ven 1-2/+3
2008-10-13tty: tty_io.c shadows sparse fixGravatar Jason Wessel 1-4/+4
2008-10-13tty: simplify ktermios allocationGravatar Alan Cox 1-39/+7
2008-10-13Add an instance parameter devpts interfacesGravatar Sukadev Bhattiprolu 1-6/+8
2008-10-13Move tty lookup/reopen to callerGravatar Sukadev Bhattiprolu 1-15/+16
2008-10-13tty: extract the pty init time special casesGravatar Alan Cox 1-130/+68
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRGravatar Alan Cox 1-31/+21
2008-10-13tty: More driver operationsGravatar Alan Cox 1-10/+47
2008-10-13tty: kref the tty driver objectGravatar Alan Cox 1-49/+61
2008-10-13tty: Clean up the tty_init_dev changes furtherGravatar Alan Cox 1-40/+24
2008-10-13tty: Move parts of tty_init_dev into new functionsGravatar Sukadev Bhattiprolu 1-52/+87
2008-10-13tty: Remove more special casing and out of place codeGravatar Alan Cox 1-133/+36
2008-10-13tty: shutdown methodGravatar Alan Cox 1-20/+29
2008-10-13pty: If the administrator creates a device for a ptmx slave we should not errorGravatar Alan Cox 1-6/+12
2008-10-13tty: Redo current tty lockingGravatar Alan Cox 1-14/+4
2008-10-13tty: the vhangup syscall is racyGravatar Alan Cox 1-0/+19