summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-07-13md: handle_stripe5 - request io processing in raid5_run_opsDan Williams1-58/+13
2007-07-13md: handle_stripe5 - add request/completion logic for async expand opsDan Williams1-12/+38
2007-07-13md: handle_stripe5 - add request/completion logic for async read opsDan Williams1-28/+25
2007-07-13md: handle_stripe5 - add request/completion logic for async check opsDan Williams1-19/+65
2007-07-13md: handle_stripe5 - add request/completion logic for async compute opsDan Williams1-35/+114
2007-07-13md: handle_stripe5 - add request/completion logic for async write opsDan Williams1-23/+138
2007-07-13md: common infrastructure for running operations with raid5_run_opsDan Williams1-9/+58
2007-07-13md: raid5_run_ops - run stripe operations outside sh->lockDan Williams1-0/+536
2007-07-13raid5: replace custom debug PRINTKs with standard pr_debugDan Williams1-58/+58
2007-07-13raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams1-786/+740
2007-07-13async_tx: add the async_tx apiDan Williams3-31/+31
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams5-162/+9
2007-07-13dmaengine: make clients responsible for managing channelsDan Williams3-110/+111
2007-07-13dmaengine: refactor dmaengine around dma_async_tx_descriptorDan Williams3-165/+325
2007-07-11I/OAT: fix I/OAT for kexecDan Aloni1-0/+13
2007-07-11ioatdma: Remove the use of writeq from the ioatdma driverChris Leech1-6/+4
2007-07-11ioatdma: Remove the wrappers around read(bwl)/write(bwl) in ioatdmaChris Leech2-150/+28
2007-07-11drivers/dma: handle sysfs errorsJeff Garzik1-2/+20
2007-07-11ioatdma: Push pending transactions to hardware more frequentlyChris Leech1-2/+2
2007-07-08qd65xx: fix PIO mode selectionBartlomiej Zolnierkiewicz1-2/+1
2007-07-08sis5513: adding PCI-IDUwe Koziolek1-0/+1
2007-07-06potential compiler error, irqfunc caller sites updateYoann Padioleau5-5/+5
2007-07-06PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issuesBjorn Helgaas1-9/+54
2007-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-17/+43
2007-07-05Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds1-1/+1
2007-07-04Remove the blink driverLinus Torvalds3-54/+0
2007-07-03Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds7-23/+45
2007-07-03ide: ide_scan_pcibus(): check __pci_register_driver return valueAndrew Morton1-3/+7
2007-07-03ide: pdc202xx_new PLL input clock fixAlbert Lee1-2/+8
2007-07-03it821x: fix incorrect SWDMA maskBartlomiej Zolnierkiewicz1-2/+1
2007-07-03amd74xx: resume fixBartlomiej Zolnierkiewicz1-5/+3
2007-07-03hpt366: use correct enablebits for HPT36xSergei Shtylyov1-5/+15
2007-07-03hpt366: blacklist MAXTOR STM3320620A for UltraDMA/66Sergei Shtylyov1-1/+2
2007-07-03ide: Fix a theoretical Ooops caseAlan Cox1-2/+2
2007-07-03ide: never called printk statement in ide-taskfile.c::wait_drive_not_busyMasatake YAMATO1-4/+8
2007-07-03V4L/DVB (5822): Fix the return value in ttpci_budget_init()Hartmut Birr1-1/+1
2007-07-03V4L/DVB (5818): CinergyT2: fix flush_workqueue() vs work->func() deadlockOleg Nesterov1-26/+40
2007-07-03V4L/DVB (5816): Cx88-blackbird: fix vidioc_g_tuner never ending list of tunersJelle Foks1-0/+2
2007-07-03V4L/DVB (5808): Bttv: fix v4l1 breaking the driverTrent Piepho1-7/+6
2007-07-03pata_pcmcia: Switch to ata_sff_port_startAlan Cox1-1/+1
2007-07-03pata_pdc202xx_old: Correct cable detect logicAlan Cox1-2/+2
2007-07-03ata_generic: Check the right register for the DMA enabled flagsAlan Cox1-1/+1
2007-07-03pata_ali: fix UDMA settingsChuck Ebbert1-4/+4
2007-07-03sata_mv: PCI-ID for Adaptec 1430SA SATA ControllerFlorian Attenberger1-0/+3
2007-07-03libata: fix assigned IRQ reportingTejun Heo3-5/+11
2007-07-02ACPI: fix acpi_osi=!LinuxLen Brown1-2/+2
2007-07-02Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2-2/+4
2007-07-02Merge branch 'upstream-linus2' of master.kernel.org:/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2007-07-02Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds25-1731/+443
2007-07-02Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds9-27/+89