aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-11Fix race/oops in tty layer after BKL pushdownChristian Borntraeger1-1/+1
2008-07-25unexport proc_clear_ttyAdrian Bunk1-1/+0
2008-07-24remove is_tty()Adrian Bunk1-13/+0
2008-07-22tty: Fix up escaped characterAlan Cox1-1/+1
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-5/+7
2008-07-22tty: rework break handlingAlan Cox1-43/+28
2008-07-22tty: Split ldisc code into its own fileAlan Cox1-627/+9
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman1-5/+7
2008-07-20tty: add more tty_port fieldsAlan Cox1-0/+2
2008-07-20tty: Clean up tiocmsetAlan Cox1-26/+22
2008-07-20tty: Introduce a tty_port common structureAlan Cox1-0/+34
2008-07-20tty: Ldisc revampAlan Cox1-123/+213
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-1/+1
2008-07-02tty: Fix inverted logic in send_breakAlan Cox1-1/+1
2008-07-02tty_io: fasync BKL pushdownJonathan Corbet1-5/+9
2008-06-20tty: cdev lock_kernel() pushdownJonathan Corbet1-2/+25
2008-05-14tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lockAndrew Morton1-2/+5
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-30devpts: factor out PTY index allocationSukadev Bhattiprolu1-34/+6
2008-04-30devpts: propagate error code from devpts_pty_newSukadev Bhattiprolu1-2/+2
2008-04-30tty: fix routine name in ptmx_open()Hiroshi Shimamoto1-1/+1
2008-04-30tty: The big operations reworkAlan Cox1-102/+72
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-1/+1
2008-04-30tty: drop the BKL for driver/ldisc ioctl methodsAlan Cox1-8/+1
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox1-1/+27
2008-04-30redo locking of tty->pgrpAlan Cox1-18/+60
2008-04-30tty: BKL pushdownAlan Cox1-33/+74
2008-04-29Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds1-4/+1
2008-04-28drivers: atm, char fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-04-28[patch 1/2] audit: let userspace fully control TTY input auditingMiloslav Trmac1-4/+1
2008-04-17consoles: polling support, kgdbocJason Wessel1-0/+47
2008-02-08tty_io: drag screaming into coding style complianceAlan Cox1-278/+283
2008-02-06unix98 allocated_ptys_lock semaphore to mutexDaniel Walker1-10/+10
2008-02-06drivers/char/tty_io.c: remove pty_semDaniel Walker1-1/+0
2008-02-06proper prototype for vty_init()Adrian Bunk1-4/+0
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-4/+4
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-3/+3
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-3/+4
2007-10-19pid namespaces: round up the APIPavel Emelianov1-2/+2
2007-08-23tty: dont needlessly cast kmalloc() return valueJesper Juhl1-4/+2