summaryrefslogtreecommitdiff
path: root/drivers/char/tty_io.c
AgeCommit message (Expand)Author
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
2006-09-29[PATCH] tty: trivial kzalloc opportunityAlan Cox
2006-09-29[PATCH] tty locking on resizeAlan Cox
2006-09-29[PATCH] tty_io.c: keep davej saneAlexey Dobriyan
2006-08-27[PATCH] Fix tty layer DoS and comment relevant codeAlan Cox
2006-08-27[PATCH] tty layer comment the locking assumptions and functions somewhatAlan Cox
2006-08-27[PATCH] tty: remove bogus call to cdev_del()Rolf Eike Beer
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds
2006-06-28[PATCH] remove active field from tty buffer structurePaul Fulghum
2006-06-28[PATCH] add receive_room flow control to flush_to_ldiscPaul Fulghum
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum
2006-06-27[PATCH] tty: fix TCSBRK commentPaul Fulghum
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman
2006-06-21[PATCH] TTY: return class device pointer from tty_register_device()Hansjoerg Lipp
2006-05-23[PATCH] tty_insert_flip_string_flags() license fixTobias Powalowski
2006-04-19[PATCH] Fix file lookup without refDipankar Sarma
2006-04-13[PATCH] do_SAK: Don't recursively take the tasklist_lockEric W. Biederman
2006-04-11[PATCH] tty release_dev(): remove dead codePaul Fulghum