summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-04-20drivers: acpi: Handle IOMMU lookup failure with deferred probing or errorSricharan R3-5/+41
2017-04-20iommu: of: Handle IOMMU lookup failure with deferred probing or errorLaurent Pinchart3-6/+12
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R5-37/+50
2017-04-20of: device: Fix overflow of coherent_dma_maskSricharan R1-1/+1
2017-04-20ACPI/IORT: Add function to check SMMUs drivers presenceLorenzo Pieralisi1-0/+13
2017-04-20of: dma: Make of_dma_deconfigure() publicLaurent Pinchart2-5/+12
2017-04-20iommu/of: Prepare for deferred IOMMU configurationRobin Murphy1-1/+42
2017-04-20iommu/of: Refactor of_iommu_configure() for error handlingRobin Murphy1-30/+53
2017-04-07iommu/iova: Fix underflow bug in __alloc_and_insert_iova_rangeNate Watterson1-1/+1
2017-04-03iommu/dma: Plumb in the per-CPU IOVA cachesRobin Murphy1-20/+17
2017-04-03iommu/dma: Clean up MSI IOVA allocationRobin Murphy1-33/+25
2017-04-03iommu/dma: Convert to address-based allocationRobin Murphy1-52/+67
2017-03-22iommu/dma: Make PCI window reservation genericRobin Murphy3-10/+32
2017-03-22iommu/dma: Handle IOMMU API reserved regionsRobin Murphy1-7/+69
2017-03-22iommu/dma: Don't reserve PCI I/O windowsRobin Murphy1-2/+1
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy6-10/+10
2017-03-22iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5Marek Szyprowski1-1/+4
2017-03-22iommu/exynos: Block SYSMMU while invalidating FLPD cacheMarek Szyprowski1-1/+4
2017-03-22iommu/vt-d: Fix NULL pointer dereference in device_to_iommuKoos Vriezen1-1/+1
2017-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds23-546/+1267
2017-03-20Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+30
2017-03-19qla2xxx: Update driver version to 9.00.00.00-kHimanshu Madhani1-3/+3
2017-03-19qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran6-20/+81
2017-03-19qla2xxx: Change scsi host lookup method.Quinn Tran7-40/+100
2017-03-19qla2xxx: Add DebugFS node to display Port DatabaseHimanshu Madhani2-4/+90
2017-03-19qla2xxx: Use IOCB interface to submit non-critical MBX.Quinn Tran6-65/+279
2017-03-19qla2xxx: Add async new target notificationQuinn Tran2-3/+4
2017-03-19qla2xxx: Export DIF stats via debugfsAnil Gurumurthy2-0/+27
2017-03-19qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran7-251/+406
2017-03-19qla2xxx: Allow relogin to proceed if remote login did not finishQuinn Tran4-8/+32
2017-03-19qla2xxx: Fix sess_lock & hardware_lock lock order problem.Quinn Tran1-23/+18
2017-03-19qla2xxx: Fix inadequate lock protection for ABTS.Quinn Tran1-2/+10
2017-03-19qla2xxx: Fix request queue corruption.Quinn Tran1-3/+9
2017-03-19qla2xxx: Fix memory leak for abts processingQuinn Tran1-0/+2
2017-03-19qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio5-10/+16
2017-03-19tcmu: Convert cmd_time_out into backend device attributeNicholas Bellinger1-26/+68
2017-03-19tcmu: make cmd timeout configurableMike Christie1-6/+35
2017-03-19tcmu: add helper to check if dev was configuredMike Christie1-2/+6
2017-03-19target: fix race during implicit transition work flushesMike Christie1-9/+1
2017-03-19target: allow userspace to set state to transitioningMike Christie1-15/+22
2017-03-19target: fix ALUA transition timeout handlingMike Christie1-15/+8
2017-03-19target: Use system workqueue for ALUA transitionsMike Christie1-5/+3
2017-03-19target: fail ALUA transitions for pscsiMike Christie1-0/+3
2017-03-19target: allow ALUA setup for some passthrough backendsMike Christie3-6/+9
2017-03-19tcmu: return on first Opt parse failureMike Christie1-0/+3
2017-03-19tcmu: allow hw_max_sectors greater than 128Mike Christie1-19/+35
2017-03-19target: Drop pointless tfo->check_stop_free checkNicholas Bellinger2-2/+5
2017-03-18Merge tag 'pm-4.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-36/+36
2017-03-18Merge branches 'pm-cpufreq-fixes' and 'intel_pstate-fixes'Rafael J. Wysocki1-33/+31
2017-03-18Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-127/+64