aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-13tty: More driver operationsAlan Cox1-10/+47
2008-10-13tty: kref the tty driver objectAlan Cox1-49/+61
2008-10-13tty: Clean up the tty_init_dev changes furtherAlan Cox1-40/+24
2008-10-13tty: Move parts of tty_init_dev into new functionsSukadev Bhattiprolu1-52/+87
2008-10-13tty: Remove more special casing and out of place codeAlan Cox1-133/+36
2008-10-13tty: shutdown methodAlan Cox1-20/+29
2008-10-13pty: If the administrator creates a device for a ptmx slave we should not errorAlan Cox1-6/+12
2008-10-13tty: Redo current tty lockingAlan Cox1-14/+4
2008-10-13tty: the vhangup syscall is racyAlan Cox1-0/+19
2008-10-13tty: Move tty_write_message out of kernel/printkAlan Cox1-0/+25
2008-10-13tty: Make get_current_tty use a krefAlan Cox1-4/+6
2008-10-13tty: compare the tty winsizeAlan Cox1-1/+1
2008-10-13tty: Termios locking - sort out real_tty confusions and lock readsAlan Cox1-1/+1
2008-10-13tty: use krefs to protect driver module countsAlan Cox1-6/+11
2008-10-13tty: Add a kref countAlan Cox1-6/+48
2008-10-13tty: Split tty_port into its own fileAlan Cox1-36/+0
2008-10-13tty: split the buffering from tty_ioAlan Cox1-502/+0
2008-10-13tty: move tioclinux from a special caseAlan Cox1-4/+0
2008-09-26kgdboc,tty: Fix tty polling search to use name correctlyJason Wessel1-2/+12
2008-08-27tty: Fix termios tty window resize race with pty/tty pairAlan Cox1-3/+4
2008-08-15tty: remove resize window special caseAlan Cox1-32/+40