aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tty_io.c
AgeCommit message (Expand)Author
2009-02-06MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
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
2008-10-13tty: simplify ktermios allocationAlan Cox
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu
2008-10-13Move tty lookup/reopen to callerSukadev Bhattiprolu
2008-10-13tty: extract the pty init time special casesAlan Cox
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox
2008-10-13tty: More driver operationsAlan Cox
2008-10-13tty: kref the tty driver objectAlan Cox
2008-10-13tty: Clean up the tty_init_dev changes furtherAlan Cox
2008-10-13tty: Move parts of tty_init_dev into new functionsSukadev Bhattiprolu
2008-10-13tty: Remove more special casing and out of place codeAlan Cox
2008-10-13tty: shutdown methodAlan Cox
2008-10-13pty: If the administrator creates a device for a ptmx slave we should not errorAlan Cox
2008-10-13tty: Redo current tty lockingAlan Cox
2008-10-13tty: the vhangup syscall is racyAlan Cox
2008-10-13tty: Move tty_write_message out of kernel/printkAlan Cox
2008-10-13tty: Make get_current_tty use a krefAlan Cox
2008-10-13tty: compare the tty winsizeAlan Cox
2008-10-13tty: Termios locking - sort out real_tty confusions and lock readsAlan Cox
2008-10-13tty: use krefs to protect driver module countsAlan Cox
2008-10-13tty: Add a kref countAlan Cox
2008-10-13tty: Split tty_port into its own fileAlan Cox
2008-10-13tty: split the buffering from tty_ioAlan Cox
2008-10-13tty: move tioclinux from a special caseAlan Cox
2008-09-26kgdboc,tty: Fix tty polling search to use name correctlyJason Wessel
2008-08-27tty: Fix termios tty window resize race with pty/tty pairAlan Cox
2008-08-15tty: remove resize window special caseAlan Cox
2008-08-11Fix race/oops in tty layer after BKL pushdownChristian Borntraeger
2008-07-25unexport proc_clear_ttyAdrian Bunk
2008-07-24remove is_tty()Adrian Bunk
2008-07-22tty: Fix up escaped characterAlan Cox
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-07-22tty: rework break handlingAlan Cox
2008-07-22tty: Split ldisc code into its own fileAlan Cox
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-20tty: add more tty_port fieldsAlan Cox
2008-07-20tty: Clean up tiocmsetAlan Cox
2008-07-20tty: Introduce a tty_port common structureAlan Cox
2008-07-20tty: Ldisc revampAlan Cox
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-02tty: Fix inverted logic in send_breakAlan Cox
2008-07-02tty_io: fasync BKL pushdownJonathan Corbet
2008-06-20tty: cdev lock_kernel() pushdownJonathan Corbet
2008-05-14tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lockAndrew Morton
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-30devpts: factor out PTY index allocationSukadev Bhattiprolu