summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2017-03-1923-546/+1267
|\
| * qla2xxx: Update driver version to 9.00.00.00-kHimanshu Madhani2017-03-181-3/+3
| * qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran2017-03-186-20/+81
| * qla2xxx: Change scsi host lookup method.Quinn Tran2017-03-187-40/+100
| * qla2xxx: Add DebugFS node to display Port DatabaseHimanshu Madhani2017-03-182-4/+90
| * qla2xxx: Use IOCB interface to submit non-critical MBX.Quinn Tran2017-03-186-65/+279
| * qla2xxx: Add async new target notificationQuinn Tran2017-03-182-3/+4
| * qla2xxx: Export DIF stats via debugfsAnil Gurumurthy2017-03-182-0/+27
| * qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran2017-03-187-251/+406
| * qla2xxx: Allow relogin to proceed if remote login did not finishQuinn Tran2017-03-184-8/+32
| * qla2xxx: Fix sess_lock & hardware_lock lock order problem.Quinn Tran2017-03-181-23/+18
| * qla2xxx: Fix inadequate lock protection for ABTS.Quinn Tran2017-03-181-2/+10
| * qla2xxx: Fix request queue corruption.Quinn Tran2017-03-181-3/+9
| * qla2xxx: Fix memory leak for abts processingQuinn Tran2017-03-181-0/+2
| * qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio2017-03-185-10/+16
| * tcmu: Convert cmd_time_out into backend device attributeNicholas Bellinger2017-03-181-26/+68
| * tcmu: make cmd timeout configurableMike Christie2017-03-181-6/+35
| * tcmu: add helper to check if dev was configuredMike Christie2017-03-181-2/+6
| * target: fix race during implicit transition work flushesMike Christie2017-03-181-9/+1
| * target: allow userspace to set state to transitioningMike Christie2017-03-181-15/+22
| * target: fix ALUA transition timeout handlingMike Christie2017-03-181-15/+8
| * target: Use system workqueue for ALUA transitionsMike Christie2017-03-181-5/+3
| * target: fail ALUA transitions for pscsiMike Christie2017-03-181-0/+3
| * target: allow ALUA setup for some passthrough backendsMike Christie2017-03-183-6/+9
| * tcmu: return on first Opt parse failureMike Christie2017-03-181-0/+3
| * tcmu: allow hw_max_sectors greater than 128Mike Christie2017-03-181-19/+35
| * target: Drop pointless tfo->check_stop_free checkNicholas Bellinger2017-03-182-2/+5
| * target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann2017-03-071-2/+8
| * target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER exportNicholas Bellinger2017-03-071-35/+12
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-191-3/+30
|\ \
| * | device-dax: fix debug output typoDave Jiang2017-03-101-3/+3
| * | device-dax: fix pud fault fallback handlingDave Jiang2017-03-101-0/+12
| * | device-dax: fix pmd/pte fault fallback handlingDave Jiang2017-03-101-0/+15
| |/
* | Merge tag 'pm-4.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-03-172-36/+36
|\ \
| * \ Merge branches 'pm-cpufreq-fixes' and 'intel_pstate-fixes'Rafael J. Wysocki2017-03-181-33/+31
| |\ \
| | * | cpufreq: intel_pstate: Avoid percentages in limits-related computationsRafael J. Wysocki2017-03-151-28/+28
| | * | cpufreq: intel_pstate: Correct frequency setting in the HWP modeSrinivas Pandruvada2017-03-141-7/+4
| | * | cpufreq: intel_pstate: Update pid_params.sample_rate_ns in pid_param_set()Rafael J. Wysocki2017-03-131-0/+1
| * | | cpufreq: Fix and clean up show_cpuinfo_cur_freq()Rafael J. Wysocki2017-03-161-3/+5
| |/ /
* | | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-173-127/+64
|\ \ \
| * | | acpi/processor: Check for duplicate processor ids at hotplug timeDou Liyang2017-03-111-3/+10
| * | | acpi/processor: Implement DEVICE operator for processor enumerationDou Liyang2017-03-111-7/+32
| * | | Revert"x86/acpi: Enable MADT APIs to return disabled apicids"Dou Liyang2017-03-111-38/+22
| * | | Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Dou Liyang2017-03-113-79/+0
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-03-171-15/+1
|\ \ \ \
| * | | | Revert "clocksource/drivers/tcb_clksrc: Use 32 bit tcb as sched_clock"Romain Izard2017-03-111-15/+1
* | | | | Merge tag 'for-linus-4.11b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-171-5/+6
|\ \ \ \ \
| * | | | | drivers, xen: convert grant_map.users from atomic_t to refcount_tElena Reshetova2017-03-131-5/+6
| | |_|/ / | |/| | |
* | | | | Merge tag 'drm-fixes-for-v4.11-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-03-1723-104/+252
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-03-167-6/+18
| |\ \ \ \ \