aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c
Commit message (Expand)AuthorAge
* tty: Make tiocgicount a handlerAlan Cox2010-10-22
* tty_io: check return code of tty_register_deviceVasiliy Kulikov2010-10-22
* tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg2010-10-22
* tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov2010-10-22
* tty: fix tty_line must not be equal to number of allocated tty pointers in tt...Nathael Pajani2010-09-03
* tty: fix fu_list abuseNick Piggin2010-08-18
* fs: cleanup files_lock lockingNick Piggin2010-08-18
* tty_io: remove casts from void*Kulikov Vasiliy2010-08-10
* tty: avoid recursive BTM in pty_closeArnd Bergmann2010-08-10
* tty: remove tty_lock_nestedArnd Bergmann2010-08-10
* tty: never hold BTM while getting tty_mutexArnd Bergmann2010-08-10
* tty: replace BKL with a new tty_lockArnd Bergmann2010-08-10
* Fix init ordering of /dev/console vs callers of modprobeDavid Howells2010-08-06
* tty: Fix unbalanced BKL handling in error pathAlan Cox2010-05-13
* tty: release_one_tty() forgets to put pidsOleg Nesterov2010-04-02
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-09
* | Fix race in tty_fasync() properlyLinus Torvalds2010-02-07
|/
* tty: fix race in tty_fasyncGreg Kroah-Hartman2010-01-20
* tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox2009-12-12
* tty: split the lock up a bit furtherAlan Cox2009-12-11
* tty: Move the leader test in disassociateAlan Cox2009-12-11
* tty: Push the bkl down a bit in the hangup codeAlan Cox2009-12-11
* tty: Push the lock down further into the ldisc codeAlan Cox2009-12-11
* tty: push the BKL down into the handlers a bitAlan Cox2009-12-11
* tty: Fix regressions caused by commit b50989dcDave Young2009-09-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-09-20
|\
| * Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-19
* | tty: USB serial termios bitsAlan Cox2009-09-19
* | tty: make the kref destructor occur asynchronouslyAlan Cox2009-09-19
* | tty: Fix a typo noted in passingAlan Cox2009-09-19
|/
* tty: fix sanity checkAlan Cox2009-06-16
* tty: Move ldisc_flushAlan Cox2009-06-11
* tty: rewrite the ldisc lockingAlan Cox2009-06-11
* tty: Extract various bits of ldisc codeAlan Cox2009-06-11
* tty: Fix oops when scanning the polling list for kgdbAlan Cox2009-06-11
* pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov2009-04-02
* __tty_open(): use the correct type for saved_flagsAndrew Morton2009-04-02
* epoll keyed wakeups: make tty use keyed wakeupsDavide Libenzi2009-04-01
* Use f_lock to protect f_flagsJonathan Corbet2009-03-16
* tty_open can return to userspace holding tty_mutexEric Paris2009-01-27
* pty: simplify resizeAlan Cox2009-01-02
* tty: Fix sparse static warning for tty_driver_lookup_ttyJason Wessel2009-01-02
* n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson2009-01-02
* Audit: Log TIOCSTIAl Viro2008-12-09
* drivers/char/tty_io.c: Avoid panic when no console is configured.Will Newton2008-12-01
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* tty: make sure that proc_clear_tty stores the cpu flagsArjan van de Ven2008-10-15
* tty: tty_io.c shadows sparse fixJason Wessel2008-10-13
* tty: simplify ktermios allocationAlan Cox2008-10-13