summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | IB/mthca: Generate SQ drained events when requestedRoland Dreier2006-03-202-2/+15
| * | | | | IB/mad: Simplify SMI by eliminating smi_check_local_dr_smp()Ralph Campbell2006-03-203-27/+6
| * | | | | IB/mad: Remove redundant check from smi_check_local_dr_smp()Ralph Campbell2006-03-201-3/+0
| * | | | | IB: Enable FMR pool user to set page sizeOr Gerlitz2006-03-202-8/+8
| * | | | | IB/mthca: Add modify_device method to set node descriptionRoland Dreier2006-03-202-1/+48
| * | | | | IB: Allow userspace to set node descriptionRoland Dreier2006-03-201-1/+29
| * | | | | IB/mthca: Whitespace cleanupsRoland Dreier2006-03-209-26/+26
| * | | | | IB/mthca: Add device-specific support for resizing CQsRoland Dreier2006-03-207-52/+308
| * | | | | IB: Add userspace support for resizing CQsRoland Dreier2006-03-204-5/+47
| * | | | | IB/mthca: Get rid of might_sleep() annotationsRoland Dreier2006-03-203-13/+0
| * | | | | IB/mthca: Make functions that never fail return voidRoland Dreier2006-03-203-22/+15
| | |_|/ / | |/| | |
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-03-2121-1974/+3055
|\ \ \ \ \
| * | | | | [libata] sata_mv: fix irq port status usageJeff Garzik2006-03-201-1/+1
| * | | | | Merge branch 'master'Jeff Garzik2006-03-208-32/+79
| |\| | | |
| * | | | | [PATCH] libata: move IDENTIFY info printing from ata_dev_read_id() to ata_dev...Tejun Heo2006-03-161-6/+7
| * | | | | [PATCH] libata: use local *id instead of dev->id in ata_dev_configure()Tejun Heo2006-03-161-16/+17
| * | | | | Merge branch 'master'Jeff Garzik2006-03-1613-16/+76
| |\ \ \ \ \
| * | | | | | [PATCH] libata: check Word 88 validity in ata_id_xfer_mask()Tejun Heo2006-03-121-1/+4
| * | | | | | [PATCH] libata: fix class handling in ata_bus_probe()Tejun Heo2006-03-121-13/+11
| * | | | | | [PATCH] ahci: enable prefetching for PACKET commandsTejun Heo2006-03-111-1/+2
| * | | | | | libata: turn on ATAPI by defaultJeff Garzik2006-03-111-1/+1
| * | | | | | Merge branch 'upstream-fixes'Jeff Garzik2006-03-117-42/+61
| |\ \ \ \ \ \
| * | | | | | | [PATCH] sata_sil24: lengthen softreset timeoutTejun Heo2006-03-111-4/+4
| * | | | | | | [PATCH] sata_sil24: exit early from softreset if SStatus reports no deviceTejun Heo2006-03-111-8/+14
| * | | | | | | Merge branch 'upstream-fixes'Jeff Garzik2006-03-111-10/+4
| |\ \ \ \ \ \ \
| * | | | | | | | [PATCH] libata: fix missing classes[] initialization in ata_bus_probe()Tejun Heo2006-03-111-0/+3
| * | | | | | | | [PATCH] libata: kill unused xfer_mode functionsTejun Heo2006-03-111-90/+18
| * | | | | | | | [PATCH] libata: reimplement ata_set_mode() using xfer_mask helpersTejun Heo2006-03-111-154/+79
| * | | | | | | | [PATCH] libata: use xfer_mask helpers in ata_dev_set_mode()Tejun Heo2006-03-111-11/+4
| * | | | | | | | [PATCH] libata: use ata_id_xfermask() in ata_dev_configure()Tejun Heo2006-03-111-10/+6
| * | | | | | | | [PATCH] libata: add xfer_mask handling functionsTejun Heo2006-03-111-0/+147
| * | | | | | | | [PATCH] libata: improve xfer mask constants and update ata_mode_string()Tejun Heo2006-03-111-27/+17
| * | | | | | | | [PATCH] libata: rename ATA_FLAG_FLUSH_PIO_TASK to ATA_FLAG_FLUSH_PORT_TASKTejun Heo2006-03-111-3/+3
| * | | | | | | | [PATCH] libata: kill unused pio_task and packet_taskTejun Heo2006-03-111-68/+0
| * | | | | | | | [PATCH] libata: convert pio_task and packet_task to port_taskTejun Heo2006-03-111-77/+77
| * | | | | | | | [PATCH] libata: implement port_taskTejun Heo2006-03-113-0/+80
| * | | | | | | | Merge branch 'master'Jeff Garzik2006-03-1185-451/+616
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [PATCH] sata_sil24: fix mwdma_mask settingTejun Heo2006-03-051-0/+1
| * | | | | | | | | [PATCH] libata: revalidate after transfer mode configurationTejun Heo2006-03-051-0/+6
| * | | | | | | | | [PATCH] libata: implement ata_dev_revalidate()Tejun Heo2006-03-051-0/+115
| * | | | | | | | | [PATCH] libata: add @print_info argument to ata_dev_configure()Tejun Heo2006-03-051-22/+32
| * | | | | | | | | [PATCH] libata: re-initialize parameters before configuringTejun Heo2006-03-051-0/+9
| * | | | | | | | | [PATCH] sata_sil: cosmetic flag/constant changesTejun Heo2006-03-051-8/+24
| * | | | | | | | | [PATCH] sata_sil: replace register address constants with sil_port[] entryTejun Heo2006-03-051-28/+11
| * | | | | | | | | [PATCH] sata_sil: use kzallocTejun Heo2006-03-051-2/+1
| * | | | | | | | | [PATCH] sata_sil: replace sil_3112_m15w board id with sil_3112Tejun Heo2006-03-051-18/+7
| * | | | | | | | | [PATCH] ata_piix: rename PIIX_FLAG_IGN_PRESENT to PIIX_FLAG_IGNORE_PCSTejun Heo2006-03-051-3/+3
| * | | | | | | | | [PATCH] sata_promise: Support FastTrak TX4300/TX4310Daniel Drake2006-03-041-0/+2
| * | | | | | | | | [PATCH] libata: reorganize ata_bus_probe()Tejun Heo2006-03-031-21/+25
| * | | | | | | | | [PATCH] libata: fold ata_dev_config() into ata_dev_configure()Tejun Heo2006-03-031-31/+17