summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Correct driver deregistrations with host nvme transportJames Smart2017-12-043-6/+114
* scsi: lpfc: correct port registrations with nvme_fcJames Smart2017-12-042-9/+14
* scsi: lpfc: Linux LPFC driver does not process all RSCNsJames Smart2017-12-043-5/+25
* scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCNJames Smart2017-12-041-2/+2
* scsi: lpfc: Adjust default value of lpfc_nvmet_mrqJames Smart2017-12-044-22/+42
* scsi: lpfc: Fix display for debugfs queInfoJames Smart2017-12-041-7/+7
* scsi: lpfc: Driver fails to detect direct attach storage arrayJames Smart2017-12-041-16/+20
* scsi: lpfc: Raise maximum NVME sg list size for 256 elementsJames Smart2017-12-041-1/+1
* scsi: lpfc: Fix NVME LS abort_xriJames Smart2017-12-041-0/+1
* scsi: lpfc: Fix crash after bad bar setup on driver attachmentJames Smart2017-12-041-33/+51
* scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQJames Smart2017-12-045-75/+35
* scsi: lpfc: Expand WQE capability of every NVME hardware queueJames Smart2017-12-045-43/+112
* scsi: lpfc: FLOGI failures are reported when connected to a private loop.James Smart2017-12-041-13/+14
* scsi: bfa: remove unused pointer 'port'Colin Ian King2017-12-041-3/+0
* scsi: aacraid: remove unused variable managed_request_idColin Ian King2017-12-041-3/+0
* scsi: st: fix kernel-doc mismatchRandy Dunlap2017-12-041-1/+1
* scsi: csiostor: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman2017-12-042-2/+1
* scsi: 3w-9xxx: rework lock timeoutsArnd Bergmann2017-12-042-8/+7
* scsi: 3ware: use 64-bit times for FW time syncArnd Bergmann2017-12-042-11/+7
* scsi: 3ware: fix 32-bit time calculationsArnd Bergmann2017-12-042-6/+4
* scsi: bfa: use 64-bit times in bfa_aen_entry_s ABIArnd Bergmann2017-12-041-2/+2
* scsi: bfa: try to sanitize vendor netlink eventsArnd Bergmann2017-12-042-11/+24
* scsi: bfa: replace bfa_get_log_time() with ktime_get_real_seconds()Arnd Bergmann2017-12-041-22/+10
* scsi: bfa: document overflow of io_profile_start_timeArnd Bergmann2017-12-043-6/+5
* scsi: bfa: improve bfa_ioc_send_enable/disable dataArnd Bergmann2017-12-041-3/+5
* scsi: bfa: use proper time accessor for stats_reset_timeArnd Bergmann2017-12-044-25/+9
* scsi: bfa: use ktime_get_real_ts64 for firmware timestampArnd Bergmann2017-12-041-3/+3
* scsi: ppa: mark expected switch fall-throughsGustavo A. R. Silva2017-12-041-0/+4
* scsi: bnx2i: bnx2i_hwi: use swap macro in bnx2i_send_iscsi_nopoutGustavo A. R. Silva2017-12-041-6/+3
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-268-12/+28
|\
| * irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1
| * irqchip/exiu: Fix return value check in exiu_init()Wei Yongjun2017-11-141-2/+2
| * Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-145-8/+24
| |\
| | * irqchip/gic-v3-its: Remove artificial dependency on PCIMarc Zyngier2017-11-132-1/+9
| | * irqchip/gic-v3: pr_err() strings should end with newlinesArvind Yadav2017-11-131-1/+1
| | * irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav2017-11-131-2/+2
| | * irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold2017-11-121-3/+6
| | * irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping failsMarc Zyngier2017-11-101-1/+6
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-264-147/+4
|\ \ \
| * | | x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-233-147/+0
| * | | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-161-0/+4
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-25262-1018/+890
|\ \ \
| * \ \ Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner2017-11-236279-143343/+364300
| |\ \ \
| | * | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-2128-58/+58
| | * | | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-2112-53/+53
| | * | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21181-730/+643
| | * | | treewide: init_timer() -> setup_timer()Kees Cook2017-11-2126-97/+47
| | * | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-2126-56/+56
| | * | | lightnvm: Convert timers to use timer_setup()Kees Cook2017-11-216-13/+13