summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-15ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC methodBartlomiej Zolnierkiewicz7-22/+19
2008-07-15ide: remove ->mmio flag from ide_hwif_tBartlomiej Zolnierkiewicz5-17/+16
2008-07-15ide: move IRQ unmasking out from ->tf_load methodBartlomiej Zolnierkiewicz5-8/+5
2008-07-15ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flagBartlomiej Zolnierkiewicz6-12/+7
2008-07-15ide: fix do_probe() to use SELECT_DRIVE()Bartlomiej Zolnierkiewicz1-1/+1
2008-07-15ide: remove commented out code from ide_config_drive_speed()Bartlomiej Zolnierkiewicz1-3/+0
2008-07-15sgiioc4: use ->extra_base instead of ->dma_status for dma_handleBartlomiej Zolnierkiewicz1-3/+2
2008-07-15ide: remove try_to_flush_leftover_data()Bartlomiej Zolnierkiewicz1-27/+5
2008-07-15ide: remove obsoleted "ide=" kernel parametersBartlomiej Zolnierkiewicz4-93/+10
2008-07-15ide: cleanup init_ide_data()Bartlomiej Zolnierkiewicz1-24/+0
2008-07-15ide: remove obsoleted "hdx=" kernel parametersBartlomiej Zolnierkiewicz1-138/+1
2008-07-15ide: remove obsoleted "idebus=" kernel parameterBartlomiej Zolnierkiewicz11-86/+15
2008-07-15block: convert pd_special_command to use blk_execute_rqFUJITA Tomonori1-11/+9
2008-07-15ide-cd: remove ide_cd_init_rqFUJITA Tomonori2-12/+3
2008-07-15ide: remove ide_init_drive_cmdFUJITA Tomonori4-21/+4
2008-07-15ide: remove ide_wait/head_wait path in ide_do_drive_cmdFUJITA Tomonori1-24/+3
2008-07-15ide: convert ide_do_drive_cmd path to use blk_execute_rqFUJITA Tomonori1-17/+22
2008-07-15ide-tape: convert ide_do_drive_cmd path to use blk_execute_rqFUJITA Tomonori1-15/+26
2008-07-15ide-taskfile: convert ide_do_drive_cmd path to use blk_execute_rqFUJITA Tomonori1-14/+20
2008-07-15ide-floppy: convert ide_do_drive_cmd path to use blk_execute_rqFUJITA Tomonori1-6/+8
2008-07-15ide-disk: convert ide_do_drive_cmd path to use blk_execute_rqFUJITA Tomonori1-4/+6
2008-07-15ide-cd: convert ide_do_drive_cmd path to use blk_execute_rqFUJITA Tomonori1-6/+6
2008-07-15ide-cd: convert ide_cd_queue_pc to use blk_execute_rqFUJITA Tomonori3-97/+103
2008-07-15ide: use __generic_unplug_device() in ide_do_drive_cmd() (take 2)Bartlomiej Zolnierkiewicz1-2/+5
2008-07-15ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() usersBartlomiej Zolnierkiewicz6-4/+8
2008-07-15ide: use get_unaligned_* helpersHarvey Harrison1-1/+1
2008-07-15ide-tape: use clamp_t() rather than nested min_t()/max_t()Harvey Harrison1-3/+2
2008-07-15ide: eliminate FIT() macroHarvey Harrison3-15/+14
2008-07-15ide: disable drive interrupts in ide_driveid_update()Mikhail Cherkashin1-1/+1
2008-07-15palm_bk3710: fix tRP for UDMA mode 4Mikhail Cherkashin1-1/+1
2008-07-15Fix printk format warning in clocksource/acpi_pm.cLinus Torvalds1-1/+1
2008-07-15Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+19
2008-07-15Merge branch 'core/topology' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-26/+6
2008-07-15Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2-1/+6
2008-07-14IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0Eli Cohen1-13/+2
2008-07-14mlx4_core: Use MOD_STAT_CFG command to get minimal page sizeVladimir Sokolovsky3-0/+41
2008-07-14RDMA/cma: Simplify locking needed for serialization of callbacksOr Gerlitz1-56/+50
2008-07-14RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addrOr Gerlitz2-3/+6
2008-07-14RDMA/cxgb3: Fixes for zero STagSteve Wise5-27/+131
2008-07-14RDMA/core: Add local DMA L_Key supportSteve Wise3-4/+6
2008-07-14IB/mthca: Fix check of max_send_sge for special QPsRoland Dreier1-2/+2
2008-07-14IB/mthca: Use round_jiffies() for catastrophic error polling timerRoland Dreier1-1/+1
2008-07-14IB/mthca: Remove "stop" flag for catastrophic error polling timerRoland Dreier2-14/+2
2008-07-14IPoIB: Double default RX/TX ring sizesEli Cohen1-2/+2
2008-07-14IPoIB/cm: Reduce connected mode TX object sizeEli Cohen2-7/+12
2008-07-14IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device()Ralph Campbell2-4/+5
2008-07-14IPoIB: Use dev_set_mtu() to change mtuEli Cohen2-2/+2
2008-07-14IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen2-3/+10
2008-07-14IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier3-17/+3
2008-07-14IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen3-15/+19