aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tty_io.c
AgeCommit message (Expand)Author
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman
2010-10-22tty: Make tiocgicount a handlerAlan Cox
2010-10-22tty_io: check return code of tty_register_deviceVasiliy Kulikov
2010-10-22tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg
2010-10-22tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov
2010-09-03tty: fix tty_line must not be equal to number of allocated tty pointers in tt...Nathael Pajani
2010-08-18tty: fix fu_list abuseNick Piggin
2010-08-18fs: cleanup files_lock lockingNick Piggin
2010-08-10tty_io: remove casts from void*Kulikov Vasiliy
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-06Fix init ordering of /dev/console vs callers of modprobeDavid Howells
2010-05-13tty: Fix unbalanced BKL handling in error pathAlan Cox
2010-04-02tty: release_one_tty() forgets to put pidsOleg Nesterov
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