summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: ioapic: Remove redundant check for Remote IRR in ioapic_set_irqNikita Leshenko2017-11-171-5/+5
* KVM: x86: ioapic: Don't fire level irq when Remote IRR setNikita Leshenko2017-11-171-1/+3
* KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure raceNikita Leshenko2017-11-171-2/+1
* KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini2017-11-171-0/+2
* KVM: x86: Allow suppressing prints on RDMSR/WRMSR of unhandled MSRsEyal Moscovici2017-11-171-4/+13
* KVM: x86: fix em_fxstor() sleeping while in atomicDavid Hildenbrand2017-11-171-6/+26
* KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failureWanpeng Li2017-11-171-12/+22
* KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entryWanpeng Li2017-11-171-0/+5
* KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li2017-11-171-0/+7
* KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon2017-11-172-2/+3
* KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon2017-11-171-1/+1
* KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon2017-11-172-0/+4
* KVM: nVMX/nSVM: Don't intercept #UD when running L2Liran Alon2017-11-172-6/+12
* KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon2017-11-171-0/+3
* kvm: vmx: Allow disabling virtual NMI supportPaolo Bonzini2017-11-171-10/+21
* kvm: vmx: Reinstate support for CPUs without virtual NMIPaolo Bonzini2017-11-171-44/+106
* KVM: SVM: obey guest PATPaolo Bonzini2017-11-171-0/+7
* Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2017-11-1717-114/+695
|\
| * KVM: arm/arm64: Don't queue VLPIs on INV/INVALLChristoffer Dall2017-11-101-3/+6
| * KVM: arm/arm64: Fix GICv4 ITS initialization issuesChristoffer Dall2017-11-103-6/+7
| * KVM: arm/arm64: GICv4: Theory of operationsMarc Zyngier2017-11-101-0/+67
| * KVM: arm/arm64: GICv4: Enable VLPI supportMarc Zyngier2017-11-102-0/+18
| * KVM: arm/arm64: GICv4: Prevent userspace from changing doorbell affinityMarc Zyngier2017-11-101-2/+4
| * KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being savedMarc Zyngier2017-11-102-0/+11
| * KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be deliveredMarc Zyngier2017-11-101-3/+6
| * KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/syncMarc Zyngier2017-11-103-0/+45
| * KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking sourceMarc Zyngier2017-11-103-0/+23
| * KVM: arm/arm64: GICv4: Add doorbell interrupt handlingMarc Zyngier2017-11-101-0/+48
| * KVM: arm/arm64: GICv4: Use pending_last as a scheduling hintMarc Zyngier2017-11-101-0/+3
| * KVM: arm/arm64: GICv4: Handle INVALL applied to a vPEMarc Zyngier2017-11-101-6/+9
| * KVM: arm/arm64: GICv4: Propagate property updates to VLPIsMarc Zyngier2017-11-101-0/+3
| * KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPEMarc Zyngier2017-11-101-9/+10
| * KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPIMarc Zyngier2017-11-101-0/+4
| * KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITSMarc Zyngier2017-11-101-1/+15
| * KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPIMarc Zyngier2017-11-101-1/+5
| * KVM: arm/arm64: GICv4: Handle INT command applied to a VLPIMarc Zyngier2017-11-101-0/+4
| * KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypassMarc Zyngier2017-11-103-2/+116
| * KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domainMarc Zyngier2017-11-107-0/+123
| * KVM: arm/arm64: GICv4: Add property field and per-VM predicateMarc Zyngier2017-11-103-0/+10
| * KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPIMarc Zyngier2017-11-101-9/+11
| * KVM: arm/arm64: vITS: Add MSI translation helpersMarc Zyngier2017-11-102-41/+58
| * KVM: arm/arm64: vgic: Move kvm_vgic_destroy call aroundMarc Zyngier2017-11-061-2/+2
| * KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITSMarc Zyngier2017-11-061-0/+2
| * KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irqEric Auger2017-11-063-41/+51
| * KVM: arm/arm64: register irq bypass consumer on ARM/ARM64Eric Auger2017-11-063-0/+46
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/coreChristoffer Dall2017-11-0651-347/+2050
| |\
* | \ Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-17110-996/+6933
|\ \ \
| * | | soc: amlogic: meson-gx-pwrc-vpu: fix power-off when powered by bootloaderNeil Armstrong2017-11-091-10/+19
| * | | Merge tag 'gpmc-omap-for-v4.15-pt2' of https://github.com/rogerq/linux into n...Arnd Bergmann2017-11-072-41/+24
| |\ \ \
| | * | | memory: omap-gpmc: Remove deprecated gpmc_update_nand_reg()Ladislav Michl2017-11-032-41/+24