summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-02tty: relock generic_serialAlan Cox1-13/+24
2009-01-02isicom: redo locking to use tty port locksAlan Cox4-26/+54
2009-01-02tty: Pull the dtr raise into tty portAlan Cox7-25/+79
2009-01-02rio: Kill off ckmallocAlan Cox1-13/+4
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox19-239/+427
2009-01-02tty: Fix PPP hang under loadAlan Cox2-9/+22
2009-01-02CRED: Wrap task credential accesses in the devpts filesystemDavid Howells1-3/+3
2009-01-02Add device function for USB serial consoleKevin Hao1-0/+13
2009-01-02And here's a patch (to be applied on top of the last) which preventsRussell King2-17/+22
2009-01-02Convert the oxsemi tornado special cases to use the quirk interface and notRussell King1-40/+51
2009-01-02devpts: fix unused function warningAndrew Morton1-1/+1
2009-01-02tty: Fix close races in USB serialAlan Cox1-5/+10
2009-01-02n_tty: Output bells immediately on a full bufferJoe Peterson1-17/+9
2009-01-02n_tty: Fix hanfling of buffer full corner casesJoe Peterson1-17/+38
2009-01-02n_tty: Fix handling of control characters and continuationsJoe Peterson1-9/+15
2009-01-02pty: simplify resizeAlan Cox6-36/+74
2009-01-02tty: Fix sparse static warning for tty_driver_lookup_ttyJason Wessel1-1/+1
2009-01-02sierra: Fix formattingAlan Cox1-1/+1
2009-01-02devpts: Coding style clean upAlan Cox1-27/+26
2009-01-02Document usage of multiple-instances of devptsSukadev Bhattiprolu1-0/+132
2009-01-02Enable multiple instances of devptsSukadev Bhattiprolu1-7/+163
2009-01-02Define get_init_pts_sb()Sukadev Bhattiprolu1-1/+54
2009-01-02Define mknod_ptmx()Sukadev Bhattiprolu1-5/+110
2009-01-02Add DEVPTS_MULTIPLE_INSTANCES config tokenSukadev Bhattiprolu1-0/+11
2009-01-02Extract option parsing to new functionSukadev Bhattiprolu1-3/+9
2009-01-02Per-mount 'config' objectSukadev Bhattiprolu1-18/+27
2009-01-02Per-mount allocated_ptysSukadev Bhattiprolu1-7/+48
2009-01-02Remove devpts_root globalSukadev Bhattiprolu1-9/+20
2009-01-02n_tty: clean up coding styleAlan Cox1-16/+13
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson4-156/+594
2009-01-02Blackfin Serial Driver: Remove BI status for known_good_charSonic Zhang1-0/+1
2009-01-02Blackfin Serial Driver: Fix bug - BF527-EZKIT unable to receive large files o...Sonic Zhang1-3/+8
2009-01-02Blackfin Serial Driver: Clean serial console and early prink code.Sonic Zhang1-12/+4
2009-01-02Blackfin Serial Driver: fix bug - SIR driver stop receiving randomlyGraf Yang1-0/+24
2009-01-02Blackfin Serial Driver: updates kgdb over Blackfin serial driver with kgdb fr...Sonic Zhang1-98/+89
2009-01-02kbuild: Remove gcc 4.1.0 quirk from init/main.cIngo Molnar1-9/+0
2009-01-02Disallow gcc versions 4.1.{0,1}Linus Torvalds1-0/+5
2009-01-02Sanitize gcc version header includesLinus Torvalds4-13/+8
2009-01-02ide-atapi: start dma in a drive-specific wayBorislav Petkov1-4/+11
2009-01-02ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transf...Borislav Petkov1-11/+11
2009-01-02ide-atapi: remove timeout arg to ide_issue_pcBorislav Petkov4-4/+9
2009-01-02ide-cd: remove handler wrappersBorislav Petkov1-38/+11
2009-01-02ide-cd: remove xferlen arg to cdrom_start_packet_commandBorislav Petkov1-5/+5
2009-01-02ide-atapi: split drive-specific functionality in ide_issue_pcBorislav Petkov1-16/+20
2009-01-02ide-atapi: assign expiry and timeout based on device typeBorislav Petkov1-13/+17
2009-01-02ide-atapi: compute cmd_len based on device type in ide_transfer_pcBorislav Petkov1-1/+13
2009-01-02ide: remove the last ide-scsi remnantsBorislav Petkov5-24/+15
2009-01-02ide-atapi: remove ide-scsi remnants from ide_pc_intr()Borislav Petkov2-61/+13
2009-01-02ide-atapi: remove ide-scsi remnants from ide_transfer_pc()Borislav Petkov1-10/+4
2009-01-02ide-atapi: remove ide-scsi remnants from ide_issue_pcBorislav Petkov1-11/+1