Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-04-27 | 1 | -17/+17 | |
|\ \ | ||||||
| * | | Input: xpad - fix build failure | Dmitry Torokhov | 2008-04-27 | 1 | -17/+17 | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2008-04-27 | 32 | -350/+488 | |
|\ \ \ | ||||||
| * | | | mlx4_core: Add helper to move QP to ready-to-send | Yevgeny Petrilin | 2008-04-25 | 1 | -0/+31 | |
| * | | | mlx4_core: Add HW queues allocation helpers | Yevgeny Petrilin | 2008-04-25 | 1 | -0/+46 | |
| * | | | RDMA/nes: Remove volatile qualifier from struct nes_hw_cq.cq_vbase | Roland Dreier | 2008-04-23 | 2 | -2/+8 | |
| * | | | mlx4_core: CQ resizing should pass a 0 opcode modifier to MODIFY_CQ | Vladimir Sokolovsky | 2008-04-23 | 1 | -1/+1 | |
| * | | | mlx4_core: Move kernel doorbell management into core | Yevgeny Petrilin | 2008-04-23 | 9 | -160/+133 | |
| * | | | IB/ehca: Bump version number to 0026 | Joachim Fenkes | 2008-04-23 | 1 | -1/+1 | |
| * | | | IB/ehca: Make some module parameters bool, update descriptions | Joachim Fenkes | 2008-04-23 | 1 | -19/+18 | |
| * | | | IB/ehca: Remove mr_largepage parameter | Joachim Fenkes | 2008-04-23 | 1 | -19/+3 | |
| * | | | IB/ehca: Move high-volume debug output to higher debug levels | Joachim Fenkes | 2008-04-23 | 7 | -56/+63 | |
| * | | | IB/ehca: Prevent posting of SQ WQEs if QP not in RTS | Joachim Fenkes | 2008-04-23 | 3 | -0/+9 | |
| * | | | IPoIB: Handle 4K IB MTU for UD (datagram) mode | Shirley Ma | 2008-04-23 | 6 | -49/+134 | |
| * | | | RDMA/nes: Fix adapter reset after PXE boot | Chien Tung | 2008-04-23 | 2 | -13/+13 | |
| * | | | RDMA/nes: Print IPv4 addresses in a readable format | Roland Dreier | 2008-04-23 | 3 | -9/+13 | |
| * | | | RDMA/nes: Use print_mac() to format ethernet addresses for printing | Roland Dreier | 2008-04-23 | 3 | -21/+15 | |
* | | | | e1000e triggers sparc32 gcc bug | Al Viro | 2008-04-27 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | ide: constify struct ide_dma_ops | Bartlomiej Zolnierkiewicz | 2008-04-26 | 20 | -52/+125 | |
* | | | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 30 | -340/+352 | |
* | | | ide: add IDE_HFLAG_SERIALIZE_DMA host flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 2 | -5/+7 | |
* | | | sl82c105: check bridge revision in sl82c105_init_one() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -18/+17 | |
* | | | au1xxx-ide: use ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -9/+6 | |
* | | | palm_bk3710: use ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -6/+17 | |
* | | | sgiioc4: use ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -17/+12 | |
* | | | icside: use ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -8/+11 | |
* | | | ide-pmac: use ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -8/+12 | |
* | | | ide: do complete DMA setup in ->init_dma method (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 4 | -35/+71 | |
* | | | au1xxx-ide: fix MWDMA support | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -47/+2 | |
* | | | ide: cleanup ide_setup_dma() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 3 | -18/+17 | |
* | | | ide: factor out setting PCI bus-mastering from ide_hwif_setup_dma() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -24/+37 | |
* | | | ide: export ide_allocate_dma_engine() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 2 | -8/+4 | |
* | | | ide: move ide_setup_dma() call out from ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 3 | -7/+3 | |
* | | | alim15x3: skip DMA initialization completely on revs < 0x20 | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+4 | |
* | | | pdc202xx_old: remove init_dma_pdc202xx() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -16/+7 | |
* | | | ide: don't display "BIOS" settings in ide_setup_dma() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -9/+2 | |
* | | | ide: remove ->cds field from ide_hwif_t (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 4 | -5/+4 | |
* | | | ide: remove ide_dma_iobase() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -27/+7 | |
* | | | ide: remove ->extra field from struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-04-26 | 4 | -12/+1 | |
* | | | ide: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-26 | 16 | -46/+46 | |
* | | | ide-tape: remove idetape_pipeline_active() | Borislav Petkov | 2008-04-26 | 1 | -18/+11 | |
* | | | ide: cleanup setting hwif->mmio flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 23 | -32/+2 | |
* | | | ide: remove ide_hwif_request_regions() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -50/+0 | |
* | | | ide: manage resources for PCI devices in ide_pci_enable() (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 6 | -82/+28 | |
* | | | cmd640: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -3/+34 | |
* | | | ide: manage I/O resources in ide_legacy_init_one() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 6 | -0/+27 | |
* | | | ide: add ide_legacy_init_one() helper | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -23/+33 | |
* | | | ide_arm: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+18 | |
* | | | ide-4drives: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 2 | -3/+20 | |
* | | | ide-generic: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+19 |