summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-02-1957-1018/+1523
|\
| * ide: make ide_hwif_t.ide_dma_host_on void (v2)Bartlomiej Zolnierkiewicz2007-02-1710-38/+28
| * ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)Bartlomiej Zolnierkiewicz2007-02-1719-99/+78
| * ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz2007-02-1736-139/+120
| * sgiioc4: fix sgiioc4_ide_dma_check() to enable/disable DMA properlyBartlomiej Zolnierkiewicz2007-02-171-15/+11
| * ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2)Bartlomiej Zolnierkiewicz2007-02-1715-71/+43
| * ide: convert ide_hwif_t.mmio into flag (v2)Bartlomiej Zolnierkiewicz2007-02-1717-22/+23
| * ide: use PIO/MMIO operations directly where possible (v2)Bartlomiej Zolnierkiewicz2007-02-1723-256/+262
| * ide: add ide_use_fast_pio() helper (v3)Bartlomiej Zolnierkiewicz2007-02-1720-166/+73
| * ide: unexport ide_set_xfer_rate() (v2)Bartlomiej Zolnierkiewicz2007-02-174-15/+4
| * ide: remove ide_drive_t.usageBartlomiej Zolnierkiewicz2007-02-176-42/+22
| * ide: remove ide_pci_device_t tables with only one entryBartlomiej Zolnierkiewicz2007-02-172-17/+11
| * ide: remove write-only ide_hwif_t.no_dsc flagBartlomiej Zolnierkiewicz2007-02-175-14/+1
| * ide: remove write-only ide_pio_data_t.blacklistedBartlomiej Zolnierkiewicz2007-02-172-4/+0
| * sis5513: sis5513_config_xfer_rate() cleanupBartlomiej Zolnierkiewicz2007-02-171-38/+3
| * piix: cleanupBartlomiej Zolnierkiewicz2007-02-171-12/+16
| * svwks: small cleanupBartlomiej Zolnierkiewicz2007-02-171-30/+4
| * cs5530: small cleanupBartlomiej Zolnierkiewicz2007-02-171-9/+3
| * hpt366: remove redundant check from init_dma_hpt366()Bartlomiej Zolnierkiewicz2007-02-171-3/+0
| * trm290: remove redundant CONFIG_BLK_DEV_IDEDMA #ifdef-sBartlomiej Zolnierkiewicz2007-02-171-4/+0
| * au1xxx-ide: remove dead codeBartlomiej Zolnierkiewicz2007-02-171-12/+3
| * pdc202xx_old: remove dead codeBartlomiej Zolnierkiewicz2007-02-171-19/+0
| * drivers/ide: PATA driver for CellebKou Ishizaki2007-02-173-0/+821
| * sl82c105: DMA support fixesSergei Shtylyov2007-02-171-14/+4
| * pdc202xx_old: fix PIO mode setupSergei Shtylyov2007-02-171-17/+7
| * siimage: PIO1/2 taskfile transfer overclocking fixSergei Shtylyov2007-02-171-30/+29
| * ide: remove clearing bmdma status from cdrom_decode_status() (rev #4)Albert Lee2007-02-173-12/+0
| * ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4)Albert Lee2007-02-175-15/+69
| * ide-floppy: Fix unformatted media crashAlan Cox2007-02-171-1/+2
| * atiixp/jmicron/triflex: fix PIO fallbackBartlomiej Zolnierkiewicz2007-02-173-11/+8
| * hpt34x: hpt34x_tune_chipset() (->speedproc) fixBartlomiej Zolnierkiewicz2007-02-171-16/+1
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-02-1944-478/+1889
|\ \
| * | IB/core: Set static rate in ib_init_ah_from_path()Roland Dreier2007-02-161-0/+1
| * | IB/ipath: Make ipath_map_sg() staticRoland Dreier2007-02-161-2/+2
| * | IB/core: Fix sparse warnings about shadowed declarationsRoland Dreier2007-02-162-4/+2
| * | RDMA/cma: Add multicast communication supportSean Hefty2007-02-165-52/+549
| * | IB/sa: Track multicast join/leave requestsSean Hefty2007-02-167-229/+1065
| * | IPoIB: CM error handling thinko fixMichael S. Tsirkin2007-02-161-1/+1
| * | RDMA/cxgb3: Remove Open Grid Computing copyrights in iw_cxgb3 driverSteve Wise2007-02-1617-17/+0
| * | RDMA/cxgb3: Fail posts synchronously when in TERMINATE stateSteve Wise2007-02-161-0/+2
| * | RDMA/iwcm: iw_cm_id destruction race fixesSteve Wise2007-02-161-22/+25
| * | IB/ehca: Change query_port() to return LINK_UP instead UNKNOWNHoang-Nam Nguyen2007-02-161-0/+3
| * | IB/ehca: Allow en/disabling scaling code via module parameterHoang-Nam Nguyen2007-02-164-34/+26
| * | IB/ehca: Fix race condition/locking issues in scaling codeHoang-Nam Nguyen2007-02-161-35/+33
| * | IB/ehca: Rework irq handlerHoang-Nam Nguyen2007-02-166-92/+183
| * | IPoIB: Only allow root to change between datagram and connected modeRoland Dreier2007-02-161-1/+1
| * | IB/mthca: Fix allocation of ICM chunks in coherent memoryRoland Dreier2007-02-161-1/+3
| * | IB/mthca: Allow the QP state transition RESET->RESETDotan Barak2007-02-161-0/+5
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-02-1911-29/+144
|\ \
| * | PCI: Make PCI device numa-node attribute visible in sysfsBrice Goglin2007-02-161-0/+11