summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-19qla2xxx: Delay driver unload if there is any pending activity going on.Sawan Chandak1-0/+24
2014-05-19qla2xxx: ISP27xx queue index shadow registers.Joe Carnuccio6-11/+33
2014-05-19qla2xxx: ISP27xx firmware dump template spec updates (including T274).Joe Carnuccio3-33/+78
2014-05-19qla2xxx: Reduce the time we wait for a command to complete during SCSI error ...Chad Dupuis1-1/+1
2014-05-19qla2xxx: Check the QLA8044_CRB_DRV_ACTIVE_INDEX register when we are not the ...Hiral Patel3-63/+59
2014-05-19qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning.Chad Dupuis1-1/+1
2014-05-19qla2xxx: Adjust adapter reset routine to the changes in firmware specificatio...Armen Baloyan2-8/+48
2014-05-19qla2xxx: Avoid escalating the SCSI error handler if the command is not found ...Chad Dupuis3-5/+26
2014-05-19qla2xxx: IOCB data should be copied to I/O mem using memcpy_toio.Atul Deshmukh1-1/+1
2014-05-19qla2xxx: ISP8044 poll ipmdio bus timeout improvement.Joe Carnuccio1-8/+7
2014-05-19qla2xxx: Remove unnecessary printk_ratelimited from qla_nx2.cChad Dupuis1-2/+0
2014-05-19qla2xxx: Include <delay.h> file for msleep declartion in qla_nx2.c file.Atul Deshmukh1-0/+1
2014-05-19qla2xxx: Use proper log message for flash lock failed error.Atul Deshmukh3-3/+7
2014-05-19qla2xxx: Decrease pci access for response queue processing for ISPFX00.Armen Baloyan1-1/+1
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan29-29/+29
2014-05-19qla2xxx: Update entry type 270 to match spec update.Joe Carnuccio1-1/+1
2014-05-19qla2xxx: Enable fw_dump_size for ISP8044.Hiral Patel1-1/+1
2014-05-19qla2xxx: Introduce fw_dump_flag to track fw dump progress.Hiral Patel6-12/+44
2014-05-19qla2xxx: Remove unnecessary delays from fw dump code path.Hiral Patel2-41/+32
2014-05-19qla2xxx: Track the process when the ROM_LOCK failure happensHiral Patel2-9/+14
2014-05-19qla2xxx: Correction to ISP27xx template entry types 256 and 258.Joe Carnuccio1-1/+1
2014-05-19qla2xxx: Add ISP8044 serdes bsg interface.Joe Carnuccio6-3/+137
2014-05-19qla2xxx: Check for peg alive counter and clear any outstanding mailbox command.Giridhar Malavali1-5/+8
2014-05-19qla2xxx: Support of new firmware dump opcodes QLA8044_RDDFE(38), QLA8044_RDMD...Pratik Mohanty4-1/+384
2014-05-19qla2xxx: Allow the next firmware dump if the previous dump capture fails for ...Saurav Kashyap4-6/+11
2014-05-19qla2xxx: Add pci device id 0x2271.Joe Carnuccio2-8/+21
2014-05-19qla2xxx: Issue abort command for outstanding commands during cleanup when onl...Giridhar Malavali1-2/+4
2014-05-19qla2xxx: Log when device state is moved to failed state.Giridhar Malavali1-8/+23
2014-05-19qla2xxx: Correct ISP83xx/ISP27xx mislogic in setting out_mb in qla25xx_init_r...Joe Carnuccio1-1/+1
2014-05-19qla2xxx: Allow ISP83XX and ISP27XX both to write req_q_out register.Joe Carnuccio1-1/+1
2014-05-19qla2xxx: Correct operations for ISP27xx template types 270 and 271.Joe Carnuccio2-6/+17
2014-05-19qla2xxx: Do not schedule reset when one is already active when receiving an i...Chad Dupuis1-5/+7
2014-05-19qla2xxx: Wait for reset completion without lock for ISPFX00.Saurav Kashyap1-1/+2
2014-05-19megaraid_sas: fix a small problem when reading state value from hwTomas Henzl1-8/+7
2014-05-10Linux 3.15-rc5v3.15-rc5Linus Torvalds1-1/+1
2014-05-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds38-77/+150
2014-05-09x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()Boris Ostrovsky1-1/+1
2014-05-09x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macroAndres Freund1-1/+1
2014-05-09x86: Fix typo preventing msr_set/clear_bit from having an effectAndres Freund1-1/+1
2014-05-09Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds9-50/+77
2014-05-09Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+3
2014-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-4/+76
2014-05-09Merge tag 'sound-3.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds7-9/+30
2014-05-08Merge tag 'mfd-mmc-fixes-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-448/+109
2014-05-08tracepoint: Fix use of tracepoint funcs after rcu freeMathieu Desnoyers1-2/+2
2014-05-08trace: module: Maintain a valid user countRomain Izard1-1/+1
2014-05-08mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"Micky Ching4-448/+109
2014-05-08x86/intel: Add quirk to disable HPET for the Baytrail platformFeng Tang1-0/+16
2014-05-08x86/hpet: Make boot_hpet_disable externFeng Tang2-1/+2
2014-05-08Merge tag 'for-linus-20140507' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+6