summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla2xxx: Avoid losing any fc ports when loop id's are exhausted.Joe Carnuccio2012-05-221-63/+20
* [SCSI] qla2xxx: Log link up and link down messages to track link flops.Chad Dupuis2012-05-224-21/+35
* [SCSI] qla2xxx: Corrections to log messages.Saurav Kashyap2012-05-222-6/+5
* [SCSI] qla2xxx: Optimize existing port name server query matching.Joe Carnuccio2012-05-222-9/+8
* [SCSI] qla2xxx: Remove mirrored field vp_idx from struct fc_port.Joe Carnuccio2012-05-227-32/+19
* [SCSI] qla2xxx: Fixups for ISP83xx.Nigel Kirkland2012-05-222-5/+5
* [SCSI] qla2xxx: Display proper supported speeds for 16G FC adapters.Giridhar Malavali2012-05-221-0/+3
* [SCSI] qla2xxx: Fix typo in bus-reset handler.Andrew Vasquez2012-05-221-1/+1
* [SCSI] qla2xxx: Stats should be different from physical and virtual portsSaurav Kashyap2012-05-224-18/+14
* [SCSI] qla2xxx: Add ql_dbg_verbose logging level.Saurav Kashyap2012-05-226-193/+342
* [SCSI] qla2xxx: Handle interrupt registration failures more gracefully.Chad Dupuis2012-05-222-14/+40
* [SCSI] qla2xxx: Change "Done" to "Entering" in the debug print statement in q...Chad Dupuis2012-05-221-1/+1
* [SCSI] qla2xxx: Detect PEG errors.Giridhar Malavali2012-05-223-2/+43
* [SCSI] qla2xxx: Remove unneeded DPC wakeups from qla82xx_watchdog.Chad Dupuis2012-05-221-3/+0
* [SCSI] qla2xxx: Fix typo in qla_mbx.cMasanari Iida2012-05-221-2/+2
* [SCSI] qla2xxx: Micro optimization in queuecommand handlerChetan Loke2012-05-221-10/+9
* [SCSI] qla2xxx: Fix typo in qla_init.cRaul Porcel2012-05-221-3/+3
* [SCSI] scsi_pm: resume device if suspend failedAaron Lu2012-05-221-1/+4
* [SCSI] bfa: Fix to set vport FC host sysfs entriesKrishna Gudipati2012-05-223-1/+19
* [SCSI] bnx2fc: Bumped version to 1.0.11Bhanu Prakash Gollapudi2012-05-222-2/+2
* [SCSI] bnx2fc: cleanup task management IO when it times out.Bhanu Prakash Gollapudi2012-05-222-1/+25
* [SCSI] bnx2fc: Decrememnt io ref count when abort times outBhanu Prakash Gollapudi2012-05-222-47/+70
* [SCSI] bnx2fc: Allow FLOGI to be retried when receiving bad responses.Bhanu Prakash Gollapudi2012-05-221-13/+3
* fbdev: sh_mobile_lcdc: Don't confuse line size with pitchLaurent Pinchart2012-05-222-2/+4
* Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-225-32/+207
|\
| * virtio-mmio: Devices parameter parsingPawel Moll2012-05-222-0/+174
| * virtio_blk: Drop unused request tracking listAsias He2012-05-221-10/+0
| * virtio-blk: Fix hot-unplug race in remove methodAsias He2012-05-221-0/+11
| * virtio: Use ida to allocate virtio indexAsias He2012-05-221-2/+9
| * virtio: balloon: separate out common code between remove and freeze functionsAmit Shah2012-05-221-14/+12
| * virtio: balloon: drop restore_common()Amit Shah2012-05-221-6/+1
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-221-12/+1
|\ \
| * \ Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-08136-1017/+1637
| |\ \
| * | | cpuidle: Use kick_all_cpus_sync()Thomas Gleixner2012-05-081-12/+1
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-221-22/+24
|\ \ \ \
| * | | | x86/nmi: Add new NMI queues to deal with IO_CHK and SERRDon Zickus2012-04-251-7/+20
| * | | | watchdog, hpwdt: Remove priority option for NMI callbackDon Zickus2012-04-251-15/+4
* | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-227-86/+562
|\ \ \ \ \
| * | | | | iommu: Fix off by one in dmar_get_fault_reason()Dan Carpenter2012-05-141-2/+2
| * | | | | irq_remap: Fix the 'sub_handle' uninitialized warningSuresh Siddha2012-05-081-1/+1
| * | | | | irq_remap: Fix UP build failureSuresh Siddha2012-05-083-0/+8
| * | | | | iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha2012-05-076-9/+9
| * | | | | iommu: rename intr_remapping references to irq_remappingSuresh Siddha2012-05-075-67/+67
| * | | | | x86, iommu/vt-d: Clean up interfaces for interrupt remappingJoerg Roedel2012-05-071-10/+10
| * | | | | iommu/vt-d: Convert MSI remapping setup to remap_opsJoerg Roedel2012-05-073-0/+148
| * | | | | iommu/vt-d: Convert free_irte into a remap_ops callbackJoerg Roedel2012-05-073-1/+13
| * | | | | iommu/vt-d: Convert IR set_affinity function to remap_opsJoerg Roedel2012-05-073-0/+69
| * | | | | iommu/vt-d: Convert IR ioapic-setup to use remap_opsJoerg Roedel2012-05-073-0/+109
| * | | | | iommu/vt-d: Convert missing apic.c intr-remapping call to remap_opsJoerg Roedel2012-05-073-2/+38
| * | | | | iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel2012-05-076-41/+137