summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rio: Kill off ckmallocAlan Cox2009-01-021-13/+4
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-0219-239/+427
* tty: Fix PPP hang under loadAlan Cox2009-01-022-9/+22
* CRED: Wrap task credential accesses in the devpts filesystemDavid Howells2009-01-021-3/+3
* Add device function for USB serial consoleKevin Hao2009-01-021-0/+13
* And here's a patch (to be applied on top of the last) which preventsRussell King2009-01-022-17/+22
* Convert the oxsemi tornado special cases to use the quirk interface and notRussell King2009-01-021-40/+51
* devpts: fix unused function warningAndrew Morton2009-01-021-1/+1
* tty: Fix close races in USB serialAlan Cox2009-01-021-5/+10
* n_tty: Output bells immediately on a full bufferJoe Peterson2009-01-021-17/+9
* n_tty: Fix hanfling of buffer full corner casesJoe Peterson2009-01-021-17/+38
* n_tty: Fix handling of control characters and continuationsJoe Peterson2009-01-021-9/+15
* pty: simplify resizeAlan Cox2009-01-026-36/+74
* tty: Fix sparse static warning for tty_driver_lookup_ttyJason Wessel2009-01-021-1/+1
* sierra: Fix formattingAlan Cox2009-01-021-1/+1
* devpts: Coding style clean upAlan Cox2009-01-021-27/+26
* Document usage of multiple-instances of devptsSukadev Bhattiprolu2009-01-021-0/+132
* Enable multiple instances of devptsSukadev Bhattiprolu2009-01-021-7/+163
* Define get_init_pts_sb()Sukadev Bhattiprolu2009-01-021-1/+54
* Define mknod_ptmx()Sukadev Bhattiprolu2009-01-021-5/+110
* Add DEVPTS_MULTIPLE_INSTANCES config tokenSukadev Bhattiprolu2009-01-021-0/+11
* Extract option parsing to new functionSukadev Bhattiprolu2009-01-021-3/+9
* Per-mount 'config' objectSukadev Bhattiprolu2009-01-021-18/+27
* Per-mount allocated_ptysSukadev Bhattiprolu2009-01-021-7/+48
* Remove devpts_root globalSukadev Bhattiprolu2009-01-021-9/+20
* n_tty: clean up coding styleAlan Cox2009-01-021-16/+13
* n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson2009-01-024-156/+594
* Blackfin Serial Driver: Remove BI status for known_good_charSonic Zhang2009-01-021-0/+1
* Blackfin Serial Driver: Fix bug - BF527-EZKIT unable to receive large files o...Sonic Zhang2009-01-021-3/+8
* Blackfin Serial Driver: Clean serial console and early prink code.Sonic Zhang2009-01-021-12/+4
* Blackfin Serial Driver: fix bug - SIR driver stop receiving randomlyGraf Yang2009-01-021-0/+24
* Blackfin Serial Driver: updates kgdb over Blackfin serial driver with kgdb fr...Sonic Zhang2009-01-021-98/+89
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-12-3181-351/+696
|\
| * nfsd race fixes: jfsDave Kleikamp2008-12-312-16/+37
| * nfsd race fixes: reiserfsAl Viro2008-12-312-5/+18
| * nfsd race fixes: ext4Al Viro2008-12-312-2/+18
| * nfsd race fixes: ext3Al Viro2008-12-312-2/+19
| * nfsd race fixes: ext2Al Viro2008-12-312-2/+19
| * nfsd/create race fixes, infrastructureAl Viro2008-12-312-0/+61
| * filesystem notification: create fs/notify to contain all fs notificationEric Paris2008-12-3111-42/+46
| * fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilizationDenis ChengRq2008-12-311-4/+5
| * kill ->dir_notify()Al Viro2008-12-319-142/+1
| * filp_cachep can be static in fs/file_table.cEric Dumazet2008-12-313-9/+9
| * fix f_count description in Documentation/filesystems/files.txtEric Dumazet2008-12-311-3/+3
| * make INIT_FS use the __RW_LOCK_UNLOCKED initializationSteven Rostedt2008-12-311-1/+1
| * take init_fs to saner placeAl Viro2008-12-3124-27/+8
| * kill vfs_permissionChristoph Hellwig2008-12-313-21/+16
| * pass a struct path * to may_openChristoph Hellwig2008-12-313-10/+11
| * kill walk_init_rootChristoph Hellwig2008-12-311-13/+8
| * remove incorrect comment in inode_permissionChristoph Hellwig2008-12-311-1/+0