summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-01-2121-59/+132
|\
| * powerpc: Ignore reserved field in DCSR and PVR reads and writesAnton Blanchard2017-01-201-5/+5
| * powerpc/ptrace: Preserve previous TM fprs/vsrs on short regset writeDave Martin2017-01-201-0/+7
| * powerpc/ptrace: Preserve previous fprs/vsrs on short regset writeDave Martin2017-01-201-0/+7
| * powerpc/perf: Use MSR to report privilege level on P9 DD1Madhavan Srinivasan2017-01-183-1/+4
| * selftest/powerpc: Wrong PMC initialized in pmc56_overflow testMadhavan Srinivasan2017-01-181-1/+1
| * powerpc/eeh: Enable IO path on permanent errorGavin Shan2017-01-181-1/+9
| * powerpc/perf: Fix PM_BRU_CMPL event code for power9Madhavan Srinivasan2017-01-181-1/+1
| * powerpc/mm: Fix little-endian 4K hugetlbAneesh Kumar K.V2017-01-188-25/+44
| * powerpc/mm/hugetlb: Don't panic when we don't find the default huge page sizeAneesh Kumar K.V2017-01-181-3/+0
| * powerpc: Fix pgtable pmd cache initNicholas Piggin2017-01-182-13/+6
| * powerpc/icp-opal: Fix missing KVM case and harden replayBenjamin Herrenschmidt2017-01-171-7/+24
| * powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab2017-01-173-2/+24
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-01-2011-27/+79
|\ \
| * \ Merge tag 'kvm-s390-master-4.10-1' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2017-01-201-2/+2
| |\ \
| | * | KVM: s390: do not expose random data via facility bitmapChristian Borntraeger2017-01-201-2/+2
| * | | KVM: x86: fix fixing of hypercallsDmitry Vyukov2017-01-171-1/+2
| * | | Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-01-179-24/+75
| |\ \ \ | | |_|/ | |/| |
| | * | KVM: arm/arm64: vgic: Fix deadlock on error handlingMarc Zyngier2017-01-133-9/+13
| | * | KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systemsJintack Lim2017-01-136-12/+62
| | * | KVM: arm/arm64: Fix occasional warning from the timer work functionChristoffer Dall2017-01-131-3/+0
| | |/
* | | Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-2016-66/+158
|\ \ \
| * | | qla2xxx: Disable out-of-order processing by default in firmwareQuinn Tran2017-01-171-6/+0
| * | | qla2xxx: Fix erroneous invalid handle messageQuinn Tran2017-01-172-1/+5
| * | | qla2xxx: Reduce exess wait during chip resetQuinn Tran2017-01-171-2/+2
| * | | qla2xxx: Terminate exchange if corruptedQuinn Tran2017-01-173-5/+43
| * | | qla2xxx: Fix crash due to null pointer accessQuinn Tran2017-01-171-4/+12
| * | | qla2xxx: Collect additional information to debug fw dumpQuinn Tran2017-01-171-7/+20
| * | | qla2xxx: Reset reserved field in firmware options to 0Himanshu Madhani2017-01-171-1/+14
| * | | qla2xxx: Set tcm_qla2xxx version to automatically track qla2xxx versionHimanshu Madhani2017-01-172-3/+2
| * | | qla2xxx: Include ATIO queue in firmware dump when in target modeHimanshu Madhani2017-01-171-0/+24
| * | | qla2xxx: Fix wrong IOCB type assumptionQuinn Tran2017-01-171-7/+1
| * | | qla2xxx: Avoid that building with W=1 triggers complaints about set-but-not-u...Bart Van Assche2017-01-173-4/+4
| * | | qla2xxx: Move two arrays from header files to .c filesBart Van Assche2017-01-174-19/+23
| * | | qla2xxx: Declare an array with file scope staticBart Van Assche2017-01-171-1/+1
| * | | qla2xxx: Fix indentationBart Van Assche2017-01-171-3/+3
| * | | ibmvscsis: Fix sleeping in interrupt contextBryant G. Ly2017-01-171-2/+2
| * | | ibmvscsis: Fix max transfer lengthBryant G. Ly2017-01-171-1/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-202-5/+2
|\ \ \
| * | | nbd: only set MSG_MORE when we have more to sendJosef Bacik2017-01-191-4/+2
| * | | blk-mq: Remove unused variableKeith Busch2017-01-181-1/+0
* | | | Merge tag 'spi-fix-v4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-01-209-18/+34
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linusMark Brown2017-01-172-7/+16
| |\ \ \ \
| | * | | | spi: sh-msiof: Do not use C++ style commentSimon Horman2016-12-201-1/+1
| | * | | | spi: sh-msiof: Add R-Car Gen 2 and 3 fallback bindingsSimon Horman2016-12-142-7/+16
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------. \ \ \ \ Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/axi', 'spi/fix/davi...Mark Brown2017-01-176-6/+12
| |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | spi: pxa2xx: add missed breakAndy Shevchenko2017-01-041-0/+1
| | | | | | |/ / / /
| | | | | * / / / / spi: SPI_FSL_DSPI should depend on HAS_DMAGeert Uytterhoeven2016-12-141-0/+1
| | | | | |/ / / /
| | | | * | | | | spi: dw-mid: switch to new dmaengine_terminate_* API (part 2)Andy Shevchenko2017-01-041-2/+2
| | | | * | | | | spi: dw: Make debugfs name unique between instancesPhil Reid2016-12-311-1/+4
| | | | |/ / / /