summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-0795-967/+4250
|\
| * Update my email addressCornelia Huck2017-07-041-3/+3
| * kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang2017-07-041-2/+4
| * x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner2017-07-032-21/+18
| * kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner2017-07-034-33/+95
| * x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner2017-07-034-6/+10
| * x86: kvm: mmu: dead code thanks to access trackingPeter Feiner2017-07-031-21/+9
| * Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-07-0317-211/+736
| |\
| | * KVM: PPC: Book3S HV: Close race with testing for signals on guest entryPaul Mackerras2017-07-013-79/+127
| | * KVM: PPC: Book3S HV: Simplify dynamic micro-threading codePaul Mackerras2017-07-014-54/+39
| | * KVM: PPC: Book3S HV: Add capability to report possible virtual SMT modesPaul Mackerras2017-06-223-0/+22
| | * KVM: PPC: Book3S HV: Exit guest upon MCE when FWNMI capability is enabledAravinda Prasad2017-06-225-32/+69
| | * powerpc/book3s: EXPORT_SYMBOL_GPL machine_check_print_event_infoMahesh Salgaonkar2017-06-211-0/+1
| | * KVM: PPC: Book3S HV: Add new capability to control MCE behaviourAravinda Prasad2017-06-215-0/+28
| | * KVM: PPC: Book3S HV: Don't sleep if XIVE interrupt pending on POWER9Paul Mackerras2017-06-201-1/+16
| | * KVM: PPC: Book3S HV: Virtualize doorbell facility on POWER9Paul Mackerras2017-06-196-11/+153
| | * KVM: PPC: Book3S HV: Allow userspace to set the desired SMT modePaul Mackerras2017-06-195-12/+90
| | * KVM: PPC: Book3S HV: Context-switch HFSCR between host and guest on POWER9Paul Mackerras2017-06-194-1/+28
| | * KVM: PPC: Book3S HV: Don't let VCPU sleep if it has a doorbell pendingPaul Mackerras2017-06-191-3/+22
| | * KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9Paul Mackerras2017-06-194-8/+33
| * | KVM: PPC: Book3S: Fix typo in XICS-on-XIVE state saving codePaul Mackerras2017-07-031-2/+2
| * | KVM: x86: remove ignored type attributeNick Desaulniers2017-06-301-1/+1
| * | Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-3059-326/+2077
| |\ \
| | * | arm64: Remove a redundancy in sysreg.hStefan Traby2017-06-221-2/+2
| | * | KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memoryJames Morse2017-06-221-0/+23
| | * | KVM: ARM64: fix phy counter access failure in guest.Hu Huajun2017-06-151-3/+1
| | * | arm64/kvm: vgic: use SYS_DESC()Mark Rutland2017-06-152-30/+23
| | * | arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1Mark Rutland2017-06-154-6/+6
| | * | KVM: arm64: Log an error if trapping a write-to-read-only GICv3 accessMarc Zyngier2017-06-152-0/+21
| | * | KVM: arm64: Log an error if trapping a read-from-write-only GICv3 accessMarc Zyngier2017-06-152-4/+12
| | * | KVM: arm64: vgic-v3: Log which GICv3 system registers are trappedMarc Zyngier2017-06-151-1/+4
| | * | KVM: arm64: Enable GICv3 common sysreg trapping via command-lineMarc Zyngier2017-06-153-1/+15
| | * | KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handlerMarc Zyngier2017-06-151-0/+27
| | * | KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handlerMarc Zyngier2017-06-151-0/+46
| | * | KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handlerMarc Zyngier2017-06-152-0/+11
| | * | KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handlerMarc Zyngier2017-06-151-0/+27
| | * | arm64: Add workaround for Cavium Thunder erratum 30115David Daney2017-06-155-1/+42
| | * | arm64: Add MIDR values for Cavium cn83XX SoCsDavid Daney2017-06-151-0/+2
| | * | KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-lineMarc Zyngier2017-06-152-0/+10
| | * | KVM: arm64: vgic-v3: Enable trapping of Group-0 system registersMarc Zyngier2017-06-152-1/+5
| | * | KVM: arm64: vgic-v3: Add misc Group-0 handlersMarc Zyngier2017-06-152-0/+11
| | * | KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handlerMarc Zyngier2017-06-152-0/+24
| | * | KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handlerMarc Zyngier2017-06-152-0/+29
| | * | KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-lineMarc Zyngier2017-06-152-0/+15
| | * | KVM: arm64: vgic-v3: Enable trapping of Group-1 system registersMarc Zyngier2017-06-153-0/+16
| | * | KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handlerMarc Zyngier2017-06-152-0/+24
| | * | KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handlerMarc Zyngier2017-06-152-0/+95
| | * | KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handlerMarc Zyngier2017-06-152-0/+122
| | * | KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handlerMarc Zyngier2017-06-152-0/+164
| | * | KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handlerMarc Zyngier2017-06-151-0/+23