summaryrefslogtreecommitdiff
path: root/drivers/char/tty_io.c
AgeCommit message (Expand)Author
2007-08-23tty: dont needlessly cast kmalloc() return valueJesper Juhl
2007-08-11fix serial buffer memory leakAlan Cox
2007-07-16Audit: add TTY input auditingMiloslav Trmac
2007-07-16tty_io: Use kzallocJean Delvare
2007-07-16Prevent an O_NDELAY writer from blocking when a tty write is blocked by the t...Alan Cox
2007-06-16tty: restore locked ioctl file opPaul Fulghum
2007-06-01tty: fix leakage of -ERESTARTSYS to userlandOleg Nesterov
2007-05-12tty: flush flip buffer on ldisc input queue flushPaul Fulghum
2007-05-11[TTY]: Export proc_clear_tty() to modulea.David S. Miller
2007-05-11tty: add compat_ioctlPaul Fulghum
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-05-09tty_set_ldisc() receive_room fixPaul Fulghum
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day
2007-05-08Protect tty drivers list with tty_mutexAlexey Dobriyan
2007-05-08tty: introduce no_tty and use it in selinuxEric W. Biederman
2007-05-08tty: simplify calling of put_pid.Eric W. Biederman
2007-05-08tty: remove unnecessary export of proc_clear_ttyEric W. Biederman
2007-05-08Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann
2007-05-07tty_register_driver: only allocate tty instances when definedAndy Whitcroft
2007-03-18[PATCH] tty: Fix two reported pid leaksEric W. Biederman
2007-03-01[PATCH] tty_io: fix race in master pty close/slave pty close pathAristeu Sergio Rozanski Filho
2007-02-20[PATCH] tty: use NULL for ptrsRandy Dunlap
2007-02-20[PATCH] tty_register_driver: Remove incorrect and superfluous castGeert Uytterhoeven
2007-02-13[PATCH] Fix SAK_work workqueue initialization.Eric W. Biederman
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman
2007-02-12[PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphanedEric W. Biederman
2007-02-12[PATCH] pid: make session_of_pgrp use struct pid instead of pid_tEric W. Biederman
2007-02-12[PATCH] tty: fix the locking for signal->session in disassociate_cttyEric W. Biederman
2007-02-12[PATCH] tty: clarify disassociate_cttyEric W. Biederman
2007-02-12[PATCH] tty: make __proc_set_tty staticEric W. Biederman
2007-02-11[PATCH] tty: cleanup release_memChristoph Hellwig
2007-02-11[PATCH] Char: tty, delete wake_up_interruptible after tty_wakeupJiri Slaby
2007-02-11[PATCH] vt: refactor console SAK processingEric W. Biederman
2006-12-13[PATCH] tty_io.c balance tty_ldisc_ref()Dan Carpenter
2006-12-13[PATCH] tty: export get_current_ttyHeiko Carstens
2006-12-08[PATCH] tty: switch to ktermios and new frameworkAlan Cox
2006-12-08[PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater
2006-12-08[PATCH] struct path: convert char-driversJosef Sipek
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-01Driver core: convert tty core to use struct deviceGreg Kroah-Hartman
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells
2006-10-02[PATCH] const struct tty_operationsJeff Dike
2006-09-29[PATCH] rate limiting for the ldisc open failure messagesAkinobu Mita
2006-09-29[PATCH] tty: Fix bits and note more bits to fixAlan Cox
2006-09-29[PATCH] solaris emulation: incorrect tty lockingAlan Cox
2006-09-29[PATCH] tty: make termios_sem a mutexArjan van de Ven
2006-09-29[PATCH] tty: lock ticogwinszAlan Cox