summaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Make tiocgicount a handlerAlan Cox2010-10-221-0/+21
* tty_io: check return code of tty_register_deviceVasiliy Kulikov2010-10-221-2/+22
* tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg2010-10-221-4/+11
* tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov2010-10-221-0/+17
* tty: fix tty_line must not be equal to number of allocated tty pointers in tt...Nathael Pajani2010-09-031-1/+1
* tty: fix fu_list abuseNick Piggin2010-08-181-30/+54
* fs: cleanup files_lock lockingNick Piggin2010-08-181-8/+18
* tty_io: remove casts from void*Kulikov Vasiliy2010-08-101-6/+6
* tty: avoid recursive BTM in pty_closeArnd Bergmann2010-08-101-12/+12
* tty: remove tty_lock_nestedArnd Bergmann2010-08-101-21/+20
* tty: never hold BTM while getting tty_mutexArnd Bergmann2010-08-101-6/+6
* tty: replace BKL with a new tty_lockArnd Bergmann2010-08-101-51/+64
* Fix init ordering of /dev/console vs callers of modprobeDavid Howells2010-08-061-2/+2
* 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
OpenPOWER on IntegriCloud