summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini17500-128453/+30919
2019-07-11Documentation: virtual: Add toctree hooksLuke Nowakowski-Krijger2-0/+29
2019-07-11Documentation: kvm: Convert cpuid.txt to .rstLuke Nowakowski-Krijger2-91/+107
2019-07-11Documentation: virtual: Convert paravirt_ops.txt to .rstLuke Nowakowski-Krijger1-8/+11
2019-07-11KVM: x86: Unconditionally enable irqs in guest contextSean Christopherson2-9/+12
2019-07-11KVM: x86: PMU Event FilterEric Hankland7-0/+110
2019-07-10kvm: x86: Fix -Wmissing-prototypes warningsYi Wang2-1/+1
2019-07-10KVM: Properly check if "page" is valid in kvm_vcpu_unmapKarimAllah Ahmed1-1/+1
2019-07-08KVM: arm/arm64: Initialise host's MPIDRs by reading the actual registerMarc Zyngier3-9/+7
2019-07-05KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insaneWanpeng Li1-3/+4
2019-07-05kvm: LAPIC: write down valid APIC registersPaolo Bonzini1-12/+32
2019-07-05KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin11-156/+148
2019-07-05KVM: doc: Add API documentation on the KVM_REG_ARM_WORKAROUNDS registerAndre Przywara1-0/+31
2019-07-05KVM: arm/arm64: Add save/restore support for firmware workaround stateAndre Przywara5-15/+170
2019-07-05arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara5-11/+56
2019-07-05KVM: arm/arm64: Support chained PMU countersAndrew Murray2-37/+217
2019-07-05KVM: arm/arm64: Remove pmc->bitmaskAndrew Murray2-11/+20
2019-07-05KVM: arm/arm64: Re-create event when setting counter valueAndrew Murray1-9/+33
2019-07-05KVM: arm/arm64: Extract duplicated code to own functionAndrew Murray1-12/+16
2019-07-05KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functionsAndrew Murray3-12/+12
2019-07-05KVM: LAPIC: ARBPRI is a reserved register for x2APICPaolo Bonzini1-1/+5
2019-07-05KVM: arm64: Skip more of the SError vaxorcismJames Morse1-4/+10
2019-07-05KVM: arm64: Re-mask SError after the one instruction windowJames Morse1-0/+2
2019-07-05arm64: Update silicon-errata.txt for Neoverse-N1 #1349291James Morse2-0/+5
2019-07-05KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse1-0/+15
2019-07-05KVM: arm64: Consume pending SError as early as possibleJames Morse3-5/+8
2019-07-05KVM: arm64: Make indirect vectors preamble behaviour symmetricJames Morse1-3/+3
2019-07-05KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse3-5/+26
2019-07-05arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RASJames Morse1-0/+4
2019-07-05KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of ne...Krish Sadhukhan1-2/+24
2019-07-05KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPTSean Christopherson2-22/+23
2019-07-05KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini3-7/+67
2019-07-05KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini1-3/+9
2019-07-05KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini2-7/+4
2019-07-05KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini2-44/+39
2019-07-05kvm: x86: Do not release the page inside mmu_set_spte()Junaid Shahid2-16/+10
2019-07-05KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_paramPaolo Bonzini1-8/+3
2019-07-05KVM: cpuid: rename do_cpuid_1_entPaolo Bonzini1-8/+8
2019-07-05KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_entPaolo Bonzini1-16/+14
2019-07-05KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafsPaolo Bonzini1-47/+81
2019-07-05KVM: cpuid: do_cpuid_ent works on a whole CPUID functionPaolo Bonzini1-47/+42
2019-07-03KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printkWanpeng Li1-1/+1
2019-07-03KVM: svm: add nrips module parameterPaolo Bonzini1-3/+12
2019-07-02kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUIDJim Mattson1-1/+1
2019-07-02kvm: nVMX: Remove unnecessary sync_roots from handle_inveptJim Mattson1-5/+3
2019-07-02Documentation: kvm: document CPUID bit for MSR_KVM_POLL_CONTROLPaolo Bonzini1-0/+4
2019-07-02KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guestWanpeng Li2-1/+6
2019-07-02KVM: X86: Implement PV sched yield hypercallWanpeng Li1-0/+21
2019-07-02KVM: X86: Yield to IPI target if necessaryWanpeng Li4-0/+34
2019-07-02x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in useVitaly Kuznetsov3-14/+37