Commit message (Expand) | Author | Age | |
---|---|---|---|
* | ide: remove no longer needed BUG_ON()-s from init_irq() | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: enhance ide_busy_sleep() | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: fix EXABYTENEST handling in probe_for_drive() | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide-cd: use the new object_is_in_stack() helper | FUJITA Tomonori | 2008-10-10 |
* | ide: re-code ide_fixstring() loop to be less evil | Linus Torvalds | 2008-10-10 |
* | ide: remove no longer needed ide_drive_t fields | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | hd: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | libata: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide-disk: use ata_id_hpa_enabled() | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide-disk: use ata_id_wcache_enabled() | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: use ata_id_current_chs_valid() | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: remove drive->driveid | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: cleanup ide_fix_driveid() | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: cleanup ide_disk_init_mult_count() | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: remove superfluous check from ide_disk_special() | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1. | Mark de Wever | 2008-10-10 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2008-10-10 |
|\ | |||
| *---------------. | Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4... | Roland Dreier | 2008-10-09 |
| |\ \ \ \ \ \ \ \ \ | |||
| | | | | | | | | | * | RDMA/nes: Fix slab corruption | Chien Tung | 2008-10-09 |
| | | | | | | | | | * | RDMA/nes: Correct error_module bit mask | Chien Tung | 2008-10-08 |
| | | | | | | | | | * | RDMA/nes: Fix routed RDMA connections | Bob Sharp | 2008-10-03 |
| | | | | | | | | | * | RDMA/nes: Enhanced PFT management scheme | Vadim Makhervaks | 2008-10-03 |
| | | | | | | | | | * | RDMA/nes: Handle AE bounds violation | Faisal Latif | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Limit critical error interrupts | Chien Tung | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Stop spurious MAC interrupts | Chien Tung | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Correct tso_wqe_length | Chien Tung | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Fill in firmware version for ethtool | Chien Tung | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Use ethtool timer value | John Lacombe | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Correct MAX TSO frags value | Bob Sharp | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Enable MC/UC after changing MTU | Bob Sharp | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Free NIC TX buffers when destroying NIC QP | Bob Sharp | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Fix MDC setting | Chien Tung | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Add wqm_quanta module option | Chien Tung | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Module parameter permissions | Chien Tung | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Add support for 4-port 1G HP blade card | Chien Tung | 2008-09-30 |
| | | | | | | | | | * | RDMA/nes: Make mini_cm_connect() static | Faisal Latif | 2008-09-30 |
| | | | | | | | | * | | IB/mthca: Use pci_request_regions() | Roland Dreier | 2008-09-30 |
| | | | | | | | | |/ | |||
| | | | | | | | * / | IB/mlx4: Set RLKEY bit for kernel QPs | Vladimir Sokolovsky | 2008-10-08 |
| | | | | | | | |/ | |||
| | | | | | | * / | IB: Drop code after return statement | Julia Lawall | 2008-09-20 |
| | | | | | | |/ | |||
| | | | | | * / | IB/mad: Don't discard BMA responses in kernel | Michael Brooks | 2008-09-20 |
| | | | | | |/ | |||
| | | | | * | | IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX | Roland Dreier | 2008-09-30 |
| | | | | * | | IPoIB: Fix crash when path record fails after path flush | Roland Dreier | 2008-09-25 |
| | | | | |/ | |||
| | | | * | | IB/ipath: Fix hang on module unload | Yannick Cote | 2008-09-30 |
| | | | * | | IB/ipath: Fix SLID generation for RC/UC QPs when LMC > 0 | Ralph Campbell | 2008-09-20 |
| | | | |/ | |||
| | | * / | IB/ehca: Generate flush status CQ entries | Alexander Schmidt | 2008-09-20 |
| | | |/ | |||
| | * / | RDMA/cxgb3: Set active_mtu in ib_port_attr | Jon Mason | 2008-09-30 |
| | |/ | |||
| * / | IB/cm: Correctly free cm_device structure | Hefty, Sean | 2008-09-30 |
| |/ |