summaryrefslogtreecommitdiff
path: root/drivers/message/i2o
AgeCommit message (Expand)Author
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-12-13[PATCH] i2o_exec_exit and i2o_driver_exit should not be __exit.Ralf Baechle
2006-12-07[PATCH] kernel-doc: fix fusion and i2o docsRandy Dunlap
2006-12-07[PATCH] I2O: fix I2O_CONFIG without Adaptec extensionRandy Dunlap
2006-12-07[PATCH] I2O: handle __copy_from_userRandy Dunlap
2006-12-07[PATCH] I2O: more error checkingJeff Garzik
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-01PCI: pci_{enable,disable}_device() nestable portsInaky Perez-Gonzalez
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-30[PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra
2006-10-21[PATCH] i2o/exec-osm.c: use "unsigned long flags;"Alexey Dobriyan
2006-10-17[PATCH] I2O: handle a few sysfs errorsJeff Garzik
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-01[PATCH] i2o: Switch to pci_get APIAlan Cox
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe
2006-07-10[PATCH] proper prototype for drivers/message/i2o/device.c:i2o_parm_issue()Adrian Bunk
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds
2006-06-27[PATCH] drivers/message/i2o/iop.c: unexport i2o_msg_nop()Adrian Bunk
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2006-06-10[SCSI] remove scsi_request infrastructureChristoph Hellwig
2006-06-10[PATCH] I2O: Bugfixes to get I2O working againMarkus Lidel
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson
2006-03-25[PATCH] i2o_dump_hrt() output cleanupVasily Averin
2006-03-12[SCSI] i2o: fix memory leak in i2o_exec_lct_modifiedVasily Averin
2006-02-05[PATCH] Fix i2o_scsi oops on abortMarkus Lidel
2006-02-03[PATCH] I2O: fix and workaround for Motorola/Freescale controllerMarkus Lidel
2006-02-03[PATCH] I2O: don't disable PCI device if it is enabled before probingMarkus Lidel
2006-01-14[SCSI] fix up message/i2o/pci.cJames Bottomley
2006-01-14[SCSI] I2O: move pci_request_regions() just behind pci_enable_device()Salyzyn, Mark
2006-01-10spelling: s/retreive/retrieve/Adrian Bunk
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig
2006-01-06Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2006-01-06[PATCH] I2O: Lindent runMarkus Lidel
2006-01-06[PATCH] I2O: OptimizingMarkus Lidel
2006-01-06[PATCH] I2O: BeautifyingMarkus Lidel
2006-01-06[PATCH] I2O: BugfixesMarkus Lidel
2006-01-06[PATCH] I2O: Remove wrong I2O device classMarkus Lidel
2006-01-06[PATCH] I2O: SPARC fixesMarkus Lidel
2006-01-06[PATCH] I2O: changed I2O API to create I2O messages in kernel memoryMarkus Lidel
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo