aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-02Serial: Allow port type to be specified when calling serial8250_register_port.David Daney2-0/+3
2009-01-028250: Serial driver changes to support future Cavium OCTEON serial patches.David Daney2-0/+4
2009-01-02tty: We want the port object to be persistentAlan Cox1-28/+34
2009-01-02serial: RS485 ioctl structure uses __u32 include linux/types.hAndy Whitcroft1-1/+2
2009-01-02serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dual 16950 Serial adapterNiels de Vos1-0/+1
2009-01-02tty: Introduce some close helpers for portsAlan Cox2-1/+3
2009-01-02tty: Rework istallion to use the tty port changesAlan Cox1-1/+0
2009-01-02tty: Introduce a tty_port generic block_til_readyAlan Cox1-0/+2
2009-01-02isicom: redo locking to use tty port locksAlan Cox1-0/+1
2009-01-02tty: Pull the dtr raise into tty portAlan Cox1-0/+2
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox2-1/+9
2009-01-02tty: Fix PPP hang under loadAlan Cox1-0/+1
2009-01-02And here's a patch (to be applied on top of the last) which preventsRussell King1-1/+1
2009-01-02pty: simplify resizeAlan Cox2-6/+3
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson1-0/+6
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: remove timeout arg to ide_issue_pcBorislav Petkov1-1/+1
2009-01-02ide: remove the last ide-scsi remnantsBorislav Petkov1-15/+13
2009-01-02ide-atapi: remove ide-scsi remnants from ide_pc_intr()Borislav Petkov1-6/+0
2009-01-02ide-cd: move cdrom_timer_expiry to ide-atapi.cBorislav Petkov1-1/+3
2009-01-02ide-atapi: accomodate transfer length calculation for ide-cdBorislav Petkov1-0/+2
2009-01-02ide: make IDE_AFLAG_.. numbering continuous againBorislav Petkov1-24/+24
2009-01-02ide: use per-device request queue locks (v2)Bartlomiej Zolnierkiewicz1-4/+0
2009-01-02ide: add ide_[un]lock_hwgroup() helpersBartlomiej Zolnierkiewicz1-0/+20
2009-01-02ide: don't execute the next queued command from the hard-IRQ context (v2)Bartlomiej Zolnierkiewicz1-7/+0
2009-01-02ide: move sysfs support to ide-sysfs.cBartlomiej Zolnierkiewicz1-0/+4
2009-01-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstreamDavid Vrabel286-3016/+11951
2008-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds7-27/+169
2009-01-01cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSRusty Russell1-1/+10
2009-01-01cpumask: convert rest of files in kernel/Rusty Russell1-3/+3
2009-01-01cpumask: convert RCU implementationsRusty Russell1-2/+2
2009-01-01cpumask: convert kernel/irqRusty Russell1-1/+1
2009-01-01cpumask: convert kernel time functionsRusty Russell1-2/+2
2009-01-01bitmap: find_last_bit()Rusty Russell1-1/+12
2009-01-01m68k: define __flsRusty Russell1-0/+5
2008-12-31nfsd/create race fixes, infrastructureAl Viro1-0/+2
2008-12-31kill ->dir_notify()Al Viro1-1/+0
2008-12-31filp_cachep can be static in fs/file_table.cEric Dumazet1-2/+0
2008-12-31take init_fs to saner placeAl Viro2-6/+1
2008-12-31kill vfs_permissionChristoph Hellwig1-1/+0
2008-12-31pass a struct path * to may_openChristoph Hellwig1-1/+1
2008-12-31vfs: introduce helper function to safely NUL-terminate symlinksDuane Griffin1-0/+5
2008-12-31include: linux/fs.h: put declarations in __KERNEL__Jan Engelhardt1-9/+9
2008-12-31shrink struct dentryNick Piggin1-7/+14
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda1-0/+137
2008-12-31mmc_spi: Add support for OpenFirmware bindingsAnton Vorontsov1-1/+14
2008-12-31mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov1-0/+2
2008-12-31mmc: Add 8-bit bus width supportJarkko Lavinen1-0/+2
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-33/+23