summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-10-23[SCSI] sym53c8xx: Remove pci_dev pointer from sym_shcbMatthew Wilcox6-85/+99
2007-10-23[SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONEMatthew Wilcox4-65/+66
2007-10-23[SCSI] sym53c8xx: Get rid of IRQ_FMT and IRQ_PRMMatthew Wilcox1-8/+5
2007-10-23[SCSI] sym53c8xx: Use scmd_printk where appropriateMatthew Wilcox2-20/+19
2007-10-23[SCSI] sym53c8xx: Simplify DAC DMA handlingMatthew Wilcox4-42/+26
2007-10-23[SCSI] sym53c8xx: Remove tag_ctrl module parameterMatthew Wilcox2-64/+3
2007-10-23[SCSI] sym53c8xx: Remove io_ws, mmio_ws and ram_ws elementsMatthew Wilcox4-13/+3
2007-10-23[SCSI] sym53c8xx: Remove ->device_idMatthew Wilcox6-16/+12
2007-10-23[SCSI] sym53c8xx: Use pdev->revisionMatthew Wilcox4-24/+16
2007-10-23[SCSI] sym53c8xx: PCI Error Recovery supportLinas Vepstas3-7/+200
2007-10-23[SCSI] sym53c8xx: Stop overriding scsi_doneMatthew Wilcox1-42/+18
2007-10-23[SCSI] sym53c8xx: Don't disable interrupts in the interrupt handlerMatthew Wilcox1-4/+3
2007-10-23[SCSI] sym53c8xx: Remove unnecessary check in queuecommandMatthew Wilcox1-17/+1
2007-10-23[SCSI] sym53c8xx: Remove data_mapping and data_mappedMatthew Wilcox1-30/+3
2007-10-23[SCSI] sym53c8xx: Use pci_dev irq numberMatthew Wilcox2-5/+3
2007-10-23[SCSI] sym53c8xx: Work around 53c896 erratumKai Makisara1-0/+4
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle8-2/+8
2007-10-23mmc: fix sg->page falloutEmil Medve1-1/+1
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds18-313/+284
2007-10-23[SCSI] qla1280: eliminate wasted space in request and response ringJohannes Dickgreber1-2/+2
2007-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds36-4264/+2911
2007-10-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds8-102/+124
2007-10-23Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds9-12/+18
2007-10-23m68knommu: new style ColdFire UART driverGreg Ungerer1-0/+653
2007-10-23m68knommu: improve mii_do_cmd code in FEC driverPhilippe De Muyter1-5/+2
2007-10-23m68knommu: improve code formating FEC driverPhilippe De Muyter1-12/+5
2007-10-23Char: cyclades, fix potential NULL dereferenceJiri Slaby1-1/+1
2007-10-23md: raid5: fix clearing of biofill operationsDan Williams1-3/+14
2007-10-23md: fix an unsigned compare to allow creation of bitmaps with v1.0 metadataNeilBrown1-1/+1
2007-10-23mv643xx_eth: Remove obsolete checksum offload commentDale Farnsworth1-3/+0
2007-10-23mv643xx_eth: Merge drivers/net/mv643xx_eth.h into mv643xx_eth.cLennert Buytenhek2-568/+557
2007-10-23mv643xx_eth: Remove unused register definesLennert Buytenhek1-87/+0
2007-10-23mv643xx_eth: Clean up mv643xx_eth.hLennert Buytenhek1-283/+250
2007-10-23mv643xx_eth: Remove MV643XX_ETH_ register prefixLennert Buytenhek2-410/+397
2007-10-23mv643xx_eth: Remove SHARED_REGS register address biasLennert Buytenhek2-125/+117
2007-10-23mv643xx_eth: Enable use on Orion platformsLennert Buytenhek2-6/+9
2007-10-23mv643xx_eth: Disable RX/TX byte swapping on little-endian systemsLennert Buytenhek1-0/+11
2007-10-23mv643xx_eth: Move ethernet register definitions into private headerLennert Buytenhek1-1/+307
2007-10-23[MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursionAlexey Korolev1-69/+77
2007-10-23intel-iommu: fix sg_page()FUJITA Tomonori1-2/+2
2007-10-23parisc: fix sg_page() falloutFUJITA Tomonori2-0/+2
2007-10-23ide: build fixFUJITA Tomonori1-0/+1
2007-10-23s390 zfcp: sg fixupsJens Axboe3-6/+9
2007-10-23powerpc: Fix fallout from sg_page() changesOlof Johansson1-1/+1
2007-10-23IB/ehca: Fix sg_page() falloutOlof Johansson1-3/+3
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell7-46/+38
2007-10-23Lguest support for VirtioRusty Russell2-0/+376
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell6-715/+19
2007-10-23Remove old lguest bus and drivers.Rusty Russell10-1385/+0
2007-10-23Virtio helper routines for a descriptor ringbuffer implementationRusty Russell3-0/+319