summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | kvm: selftests: avoid type punningPaolo Bonzini2019-05-242-2/+2
| * | KVM: selftests: Fix a condition in test_hv_cpuid()Dan Carpenter2019-05-241-3/+2
| * | KVM: Fix spinlock taken warning during host resumeWanpeng Li2019-05-241-1/+4
| * | KVM: nVMX: Clear nested_run_pending if setting nested state failsSean Christopherson2019-05-241-12/+17
| * | KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATEPaolo Bonzini2019-05-241-1/+1
| * | Merge tag 'kvmarm-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-05-248-164/+177
| |\ \
| | * | KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse2019-05-244-121/+138
| | * | KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationJames Morse2019-05-243-41/+39
| | * | MAINTAINERS: KVM: arm/arm64: Remove myself as maintainerChristoffer Dall2019-05-241-2/+0
| * | | Merge tag 'kvm-s390-master-5.2-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2019-05-202-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | KVM: s390: change default halt poll time to 50usChristian Borntraeger2019-05-201-1/+1
| | * | KVM: s390: fix typo in parameter descriptionWei Yongjun2019-05-201-1/+1
| |/ /
* | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-261-3/+13
|\ \ \
| * | | random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o2019-05-261-3/+13
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-253-18/+19
|\ \ \ \
| * | | | ext4: fix dcache lookup of !casefolded directoriesGabriel Krisman Bertazi2019-05-241-1/+1
| * | | | ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara2019-05-231-1/+1
| * | | | ext4: wait for outstanding dio during truncate in nojournal modeJan Kara2019-05-231-12/+9
| * | | | ext4: don't perform block validity checks on the journal inodeTheodore Ts'o2019-05-221-4/+8
* | | | | Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-2510-43/+129
|\ \ \ \ \
| * | | | | libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overheadDan Williams2019-05-201-2/+8
| * | | | | dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-207-37/+117
| * | | | | libnvdimm: Fix compilation warnings with W=1Qian Cai2019-05-203-4/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-05-252-3/+11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | kernel/trace/trace.h: Remove duplicate header of trace_seq.hJagadeesh Pagadala2019-05-221-1/+0
| * | | | tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi2019-05-211-0/+6
| * | | | tracing: Check keys for variable references in expressions tooTom Zanussi2019-05-211-2/+2
| * | | | tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi2019-05-211-0/+3
| |/ / /
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-05-2411-226/+189
|\ \ \ \
| * | | | Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen2019-05-201-2/+1
| * | | | scsi: bnx2fc: fix incorrect cast to u64 on shift operationColin Ian King2019-05-201-1/+1
| * | | | scsi: smartpqi: Reporting unhandled SCSI errorsErwan Velu2019-05-201-7/+16
| * | | | scsi: myrs: Fix uninitialized variableYueHaibing2019-05-201-1/+1
| * | | | scsi: lpfc: Update lpfc version to 12.2.0.2James Smart2019-05-131-1/+1
| * | | | scsi: lpfc: add check for loss of ndlp when sending RRQJames Smart2019-05-131-1/+4
| * | | | scsi: lpfc: correct rcu unlock issue in lpfc_nvme_info_showJames Smart2019-05-131-13/+19
| * | | | scsi: lpfc: resolve lockdep warningsJames Smart2019-05-132-33/+56
| * | | | scsi: qedi: remove set but not used variables 'cdev' and 'udev'YueHaibing2019-05-131-4/+0
| * | | | scsi: qedi: remove memset/memcpy to nfunc and use func insteadYueHaibing2019-05-131-24/+8
| * | | | scsi: qla2xxx: Add cleanup for PCI EEH recoveryQuinn Tran2019-05-131-139/+82
* | | | | Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-2418-246/+241
|\ \ \ \ \
| * \ \ \ \ Merge branch 'nvme-5.2-rc2' of git://git.infradead.org/nvme into for-linusJens Axboe2019-05-234-42/+77
| |\ \ \ \ \
| | * | | | | nvme-pci: use blk-mq mapping for unmanaged irqsKeith Busch2019-05-221-1/+1
| | * | | | | nvme: update MAINTAINERSKeith Busch2019-05-211-1/+1
| | * | | | | nvme: copy MTFA field from identify controllerLaine Walker-Avina2019-05-211-0/+1
| | * | | | | nvme: fix memory leak for power latency toleranceYufen Yu2019-05-171-0/+1
| | * | | | | nvme: release namespace SRCU protection before performing controller ioctlsChristoph Hellwig2019-05-171-5/+20
| | * | | | | nvme: merge nvme_ns_ioctl into nvme_ioctlChristoph Hellwig2019-05-171-23/+24
| | * | | | | nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig2019-05-171-2/+0
| | * | | | | nvme: fix srcu locking on error return in nvme_get_ns_from_diskChristoph Hellwig2019-05-171-4/+9