aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-03tty: fix tty_line must not be equal to number of allocated tty pointers in tty driverNathael Pajani1-1/+1
2010-08-18tty: fix fu_list abuseNick Piggin1-30/+54
2010-08-18fs: cleanup files_lock lockingNick Piggin1-8/+18
2010-08-10tty_io: remove casts from void*Kulikov Vasiliy1-6/+6
2010-08-10tty: avoid recursive BTM in pty_closeArnd Bergmann1-12/+12
2010-08-10tty: remove tty_lock_nestedArnd Bergmann1-21/+20
2010-08-10tty: never hold BTM while getting tty_mutexArnd Bergmann1-6/+6
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann1-51/+64
2010-08-06Fix init ordering of /dev/console vs callers of modprobeDavid Howells1-2/+2
2010-05-13tty: Fix unbalanced BKL handling in error pathAlan Cox1-0/+1
2010-04-02tty: release_one_tty() forgets to put pidsOleg Nesterov1-0/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-07Fix race in tty_fasync() properlyLinus Torvalds1-1/+3
2010-01-20tty: fix race in tty_fasyncGreg Kroah-Hartman1-1/+1
2009-12-12tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox1-2/+0
2009-12-11tty: split the lock up a bit furtherAlan Cox1-0/+3
2009-12-11tty: Move the leader test in disassociateAlan Cox1-2/+3
2009-12-11tty: Push the bkl down a bit in the hangup codeAlan Cox1-2/+2
2009-12-11tty: Push the lock down further into the ldisc codeAlan Cox1-2/+0
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox1-61/+80
2009-09-27tty: Fix regressions caused by commit b50989dcDave Young1-5/+10
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+11
2009-09-19tty: USB serial termios bitsAlan Cox1-0/+1
2009-09-19tty: make the kref destructor occur asynchronouslyAlan Cox1-3/+16
2009-09-19tty: Fix a typo noted in passingAlan Cox1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-0/+11
2009-06-16tty: fix sanity checkAlan Cox1-0/+2
2009-06-11tty: Move ldisc_flushAlan Cox1-21/+0
2009-06-11tty: rewrite the ldisc lockingAlan Cox1-56/+8
2009-06-11tty: Extract various bits of ldisc codeAlan Cox1-5/+19
2009-06-11tty: Fix oops when scanning the polling list for kgdbAlan Cox1-6/+7
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov1-2/+2
2009-04-02__tty_open(): use the correct type for saved_flagsAndrew Morton1-1/+1
2009-04-01epoll keyed wakeups: make tty use keyed wakeupsDavide Libenzi1-10/+10
2009-03-16Use f_lock to protect f_flagsJonathan Corbet1-3/+2
2009-01-27tty_open can return to userspace holding tty_mutexEric Paris1-1/+3
2009-01-02pty: simplify resizeAlan Cox1-20/+11
2009-01-02tty: Fix sparse static warning for tty_driver_lookup_ttyJason Wessel1-1/+1
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson1-3/+3
2008-12-09Audit: Log TIOCSTIAl Viro1-0/+1
2008-12-01drivers/char/tty_io.c: Avoid panic when no console is configured.Will Newton1-6/+9
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman1-1/+1
2008-10-15tty: make sure that proc_clear_tty stores the cpu flagsArjan van de Ven1-2/+3
2008-10-13tty: tty_io.c shadows sparse fixJason Wessel1-4/+4
2008-10-13tty: simplify ktermios allocationAlan Cox1-39/+7
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu1-6/+8
2008-10-13Move tty lookup/reopen to callerSukadev Bhattiprolu1-15/+16
2008-10-13tty: extract the pty init time special casesAlan Cox1-130/+68
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox1-31/+21