summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds81-351/+696
2009-01-01nfsd race fixes: jfsDave Kleikamp2-16/+37
2009-01-01nfsd race fixes: reiserfsAl Viro2-5/+18
2009-01-01nfsd race fixes: ext4Al Viro2-2/+18
2009-01-01nfsd race fixes: ext3Al Viro2-2/+19
2009-01-01nfsd race fixes: ext2Al Viro2-2/+19
2009-01-01nfsd/create race fixes, infrastructureAl Viro2-0/+61
2009-01-01filesystem notification: create fs/notify to contain all fs notificationEric Paris11-42/+46
2009-01-01fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilizationDenis ChengRq1-4/+5
2009-01-01kill ->dir_notify()Al Viro9-142/+1
2009-01-01filp_cachep can be static in fs/file_table.cEric Dumazet3-9/+9
2009-01-01fix f_count description in Documentation/filesystems/files.txtEric Dumazet1-3/+3
2009-01-01make INIT_FS use the __RW_LOCK_UNLOCKED initializationSteven Rostedt1-1/+1
2009-01-01take init_fs to saner placeAl Viro24-27/+8
2009-01-01kill vfs_permissionChristoph Hellwig3-21/+16
2009-01-01pass a struct path * to may_openChristoph Hellwig3-10/+11
2009-01-01kill walk_init_rootChristoph Hellwig1-13/+8
2009-01-01remove incorrect comment in inode_permissionChristoph Hellwig1-1/+0
2009-01-01expand some comments (d_path / seq_path)Arjan van de Ven2-4/+14