summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-02-076-145/+22
|\
| * virtio_balloon: Fix memory leaks on errors in virtballoon_probe()David Hildenbrand2020-02-061-4/+9
| * virtio-balloon: Fix memory leak when unloading while hinting is in progressDavid Hildenbrand2020-02-061-0/+4
| * virtio_balloon: prevent pfn array overflowMichael S. Tsirkin2020-02-061-0/+2
| * virtio-blk: remove VIRTIO_BLK_F_SCSI supportChristoph Hellwig2020-02-063-125/+1
| * virtio-pci: check name when counting MSI-X vectorsDaniel Verkamp2020-02-061-1/+1
| * virtio-balloon: initialize all vq callbacksDaniel Verkamp2020-02-061-0/+2
| * virtio-mmio: convert to devm_platform_ioremap_resourceYangtao Li2020-02-061-12/+3
* | Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-02-0723-139/+141
|\ \
| * | xtensa: ISS: improve simcall assemblyMax Filippov2020-02-051-5/+3
| * | xtensa: reorganize vectors placementMax Filippov2020-02-056-20/+51
| * | xtensa: separate SMP and XIP supportMax Filippov2020-02-051-34/+34
| * | xtensa: move fast exception handlers close to vectorsMax Filippov2020-02-056-13/+38
| * | arch/xtensa: fix Kconfig typos for HAVE_SMPRandy Dunlap2020-02-011-2/+2
| * | xtensa: clean up optional XCHAL_* definitionsMax Filippov2020-02-013-5/+9
| * | xtensa: drop unused function fast_coprocessor_doubleMax Filippov2020-02-011-7/+0
| * | xtensa: drop empty platform_* functions from platformsMax Filippov2020-01-313-24/+2
| * | xtensa: clean up platform headersMax Filippov2020-01-314-18/+5
| * | xtensa: drop set_except_vector declarationMax Filippov2020-01-311-2/+0
| * | xtensa: configs: Cleanup old Kconfig IO scheduler optionsKrzysztof Kozlowski2020-01-316-12/+0
| |/
* | Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-0630-233/+925
|\ \
| * | KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declarationMiaohe Lin2020-02-051-2/+0
| * | KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bitSean Christopherson2020-02-051-0/+2
| * | x86: vmxfeatures: rename features for consistency with KVM and manualPaolo Bonzini2020-02-052-6/+6
| * | Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-02-059-37/+354
| |\ \
| | * | selftests: KVM: testing the local IRQs resetsPierre Morel2020-01-311-0/+42
| | * | selftests: KVM: s390x: Add reset testsJanosch Frank2020-01-312-0/+156
| | * | selftests: KVM: Add fpu and one reg set/get library functionsJanosch Frank2020-01-312-0/+42
| | * | KVM: s390: Add new reset vcpu APIJanosch Frank2020-01-313-27/+105
| | * | KVM: s390: Cleanup initial cpu resetJanosch Frank2020-01-312-11/+12
| | * | KVM: s390: do not clobber registers during guest reset/store statusChristian Borntraeger2020-01-311-4/+2
| | * | KVM: s390: ENOTSUPP -> EOPNOTSUPP fixupsChristian Borntraeger2020-01-311-3/+3
| * | | KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini2020-02-051-0/+4
| * | | KVM: x86: Fix perfctr WRMSR for running countersEric Hankland2020-02-051-5/+4
| * | | x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...Vitaly Kuznetsov2020-02-053-0/+58
| * | | x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()Vitaly Kuznetsov2020-02-053-8/+41
| * | | kvm: mmu: Separate generating and setting mmio ptesBen Gardon2020-02-051-2/+13
| * | | kvm: mmu: Replace unsigned with unsigned int for PTE accessBen Gardon2020-02-051-11/+13
| * | | KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()Sean Christopherson2020-02-051-4/+4
| * | | KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()Sean Christopherson2020-02-051-10/+5
| * | | KVM: MIPS: Fix a build error due to referencing not-yet-defined functionSean Christopherson2020-02-051-21/+21
| * | | x86/kvm: do not setup pv tlb flush when not paravirtualizedThadeu Lima de Souza Cascardo2020-02-051-0/+3
| * | | KVM: fix overflow of zero page refcount with ksm runningZhuang Yanying2020-02-051-0/+1
| * | | KVM: x86: Take a u64 when checking for a valid dr7 valueSean Christopherson2020-02-051-1/+1
| * | | KVM: x86: use raw clock values consistentlyPaolo Bonzini2020-02-051-15/+23
| * | | KVM: x86: reorganize pvclock_gtod_data membersPaolo Bonzini2020-02-051-17/+12
| * | | KVM: nVMX: delete meaningless nested_vmx_run() declarationMiaohe Lin2020-02-051-2/+0
| * | | KVM: SVM: allow AVIC without split irqchipPaolo Bonzini2020-02-051-1/+1
| * | | kvm: ioapic: Lazy update IOAPIC EOISuravee Suthikulpanit2020-02-051-0/+39
| * | | kvm: ioapic: Refactor kvm_ioapic_update_eoi()Suravee Suthikulpanit2020-02-051-54/+56