summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-319-57/+71
|\
| *---. Merge branches 'x86/hyperv', 'x86/kdump' and 'x86/misc' into x86/urgent, to p...Ingo Molnar2020-01-288-34/+46
| |\ \ \
| | | | * x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu2020-01-222-2/+2
| | | * | x86/crash: Define arch_crash_save_vmcoreinfo() if CONFIG_CRASH_CORE=yOmar Sandoval2019-12-235-31/+42
| | * | | x86/hyper-v: Add "polling" bit to hv_synic_sintWei Liu2020-01-171-1/+2
| * | | | x86/resctrl: Clean up unused function parameter in mkdir pathXiaochen Shen2020-01-201-11/+5
| * | | | x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen2020-01-201-8/+8
| * | | | x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen2020-01-201-2/+2
| * | | | x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen2020-01-201-2/+10
| | |_|/ | |/| |
* | | | Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-3192-2045/+2387
|\ \ \ \
| * \ \ \ Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-3039-183/+338
| |\ \ \ \
| | * | | | x86/KVM: Clean up host's steal time structureBoris Ostrovsky2020-01-302-10/+4
| | * | | | x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky2020-01-301-21/+30
| | * | | | x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-305-22/+103
| | * | | | x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky2020-01-302-5/+26
| | * | | | x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky2020-01-301-0/+3
| * | | | | Merge tag 'kvm-ppc-next-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-01-3012-24/+121
| |\ \ \ \ \
| | * | | | | KVM: PPC: Book3S PR: Fix -Werror=return-type build failureDavid Michael2020-01-291-0/+1
| | * | | | | KVM: PPC: Book3S HV: Release lock on page-out failure pathBharata B Rao2020-01-291-1/+1
| | * | | | | KVM: PPC: Book3S HV: Implement H_SVM_INIT_ABORT hcallSukadev Bhattiprolu2020-01-176-0/+99
| | * | | | | KVM: PPC: Add skip_page_out parameter to uvmem functionsSukadev Bhattiprolu2020-01-174-6/+6
| | * | | | | KVM: PPC: Book3E: Replace current->mm by kvm->mmLeonardo Bras2020-01-171-1/+1
| | * | | | | KVM: PPC: Book3S: Replace current->mm by kvm->mmLeonardo Bras2020-01-173-11/+13
| | * | | | | KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt'zhengbin2020-01-171-5/+0
| * | | | | | Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-01-3023-242/+421
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integerAlexandru Elisei2020-01-281-1/+2
| | * | | | | | KVM: arm64: pmu: Only handle supported event countersEric Auger2020-01-281-5/+5
| | * | | | | | KVM: arm64: pmu: Fix chained SW_INCR countersEric Auger2020-01-281-13/+30
| | * | | | | | KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabledEric Auger2020-01-281-29/+33
| | * | | | | | KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unsetEric Auger2020-01-281-0/+3
| | * | | | | | KVM: arm: Make inject_abt32() inject an external abort insteadJames Morse2020-01-231-3/+7
| | * | | | | | KVM: arm: Fix DFSR setting for non-LPAE aarch32 guestsJames Morse2020-01-231-3/+5
| | * | | | | | KVM: arm/arm64: Fix young bit from mmu notifierGavin Shan2020-01-231-1/+2
| | * | | | | | arm64: KVM: Annotate guest entry/exit as a single functionMark Brown2020-01-231-4/+3
| | * | | | | | arm64: KVM: Add UAPI notes for swapped registersAndrew Jones2020-01-232-2/+19
| | * | | | | | KVM: arm/arm64: Cleanup MMIO handlingMarc Zyngier2020-01-239-117/+42
| | * | | | | | KVM: arm/arm64: vgic: Drop the kvm_vgic_register_mmio_region()Zenghui Yu2020-01-191-5/+0
| | * | | | | | KVM: arm/arm64: vgic-its: Properly check the unmapped coll in DISCARD handlerZenghui Yu2020-01-191-2/+1
| | * | | | | | KVM: arm/arm64: Correct AArch32 SPSR on exception entryMark Rutland2020-01-193-3/+40
| | * | | | | | KVM: arm/arm64: Correct CPSR on exception entryMark Rutland2020-01-193-10/+114
| | * | | | | | KVM: arm64: Correct PSTATE on exception entryMark Rutland2020-01-192-5/+66
| | * | | | | | KVM: arm/arm64: Re-check VMA on detecting a poisoned pageJames Morse2020-01-191-11/+9
| | * | | | | | KVM: arm: Remove duplicate includeYueHaibing2020-01-191-2/+0
| | * | | | | | KVM: ARM: Call hyp_cpu_pm_exit at the right placeShannon Zhao2020-01-191-1/+1
| | * | | | | | arm64: kvm: Fix IDMAP overlap with HYP VARussell King2020-01-191-31/+25
| | * | | | | | KVM: arm/arm64: vgic: Handle GICR_PENDBASER.PTZ filed as RAZZenghui Yu2020-01-191-1/+4
| | * | | | | | KVM: arm/arm64: vgic-its: Fix restoration of unmapped collectionsEric Auger2020-01-191-1/+2
| | * | | | | | KVM: arm64: Only sign-extend MMIO up to register widthChristoffer Dall2020-01-195-4/+20
| * | | | | | | KVM: x86: Use a typedef for fastop functionsSean Christopherson2020-01-271-7/+7
| * | | | | | | KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin2020-01-271-4/+2