aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tty_io.c
AgeCommit message (Expand)Author
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-02-07Fix race in tty_fasync() properlyLinus Torvalds
2010-01-20tty: fix race in tty_fasyncGreg Kroah-Hartman
2009-12-12tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox
2009-12-11tty: split the lock up a bit furtherAlan Cox
2009-12-11tty: Move the leader test in disassociateAlan Cox
2009-12-11tty: Push the bkl down a bit in the hangup codeAlan Cox
2009-12-11tty: Push the lock down further into the ldisc codeAlan Cox
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox
2009-09-27tty: Fix regressions caused by commit b50989dcDave Young
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-09-19tty: USB serial termios bitsAlan Cox
2009-09-19tty: make the kref destructor occur asynchronouslyAlan Cox
2009-09-19tty: Fix a typo noted in passingAlan Cox
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-06-16tty: fix sanity checkAlan Cox
2009-06-11tty: Move ldisc_flushAlan Cox
2009-06-11tty: rewrite the ldisc lockingAlan Cox
2009-06-11tty: Extract various bits of ldisc codeAlan Cox
2009-06-11tty: Fix oops when scanning the polling list for kgdbAlan Cox
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov
2009-04-02__tty_open(): use the correct type for saved_flagsAndrew Morton
2009-04-01epoll keyed wakeups: make tty use keyed wakeupsDavide Libenzi
2009-03-16Use f_lock to protect f_flagsJonathan Corbet
2009-01-27tty_open can return to userspace holding tty_mutexEric Paris
2009-01-02pty: simplify resizeAlan Cox
2009-01-02tty: Fix sparse static warning for tty_driver_lookup_ttyJason Wessel
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson
2008-12-09Audit: Log TIOCSTIAl Viro
2008-12-01drivers/char/tty_io.c: Avoid panic when no console is configured.Will Newton
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-15tty: make sure that proc_clear_tty stores the cpu flagsArjan van de Ven
2008-10-13tty: tty_io.c shadows sparse fixJason Wessel
2008-10-13tty: simplify ktermios allocationAlan Cox
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu
2008-10-13Move tty lookup/reopen to callerSukadev 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: Move parts of tty_init_dev into new functionsSukadev Bhattiprolu
2008-10-13tty: Remove more special casing and out of place codeAlan Cox
2008-10-13tty: shutdown methodAlan Cox
2008-10-13pty: If the administrator creates a device for a ptmx slave we should not errorAlan Cox
2008-10-13tty: Redo current tty lockingAlan Cox
2008-10-13tty: the vhangup syscall is racyAlan Cox
2008-10-13tty: Move tty_write_message out of kernel/printkAlan Cox
2008-10-13tty: Make get_current_tty use a krefAlan Cox