summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/avic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: rename apic_access_page_done to apic_access_memslot_enabledMaxim Levitsky2021-06-251-2/+2
* KVM: x86: Use common 'enable_apicv' variable for both APICv and AVICVitaly Kuznetsov2021-06-171-9/+5
* KVM: SVM: fix doc warningsChenXiaoSong2021-06-101-3/+3
* KVM: SVM: make the avic parameter a boolPaolo Bonzini2021-05-241-2/+2
* KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov2021-05-241-2/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-11/+13
|\
| * KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)Paolo Bonzini2021-03-151-11/+13
* | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
|/
* KVM: SVM: Move AVIC vCPU kicking snippet to helper functionSean Christopherson2021-02-091-16/+19
* KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]Peter Xu2020-11-151-3/+6
* KVM: SVM: Initialize prev_ga_tag before useSuravee Suthikulpanit2020-10-211-0/+1
* KVM: SVM: use __GFP_ZERO instead of clear_page()Haiwei Li2020-09-281-4/+2
* KVM: SVM: Add vmcb_ prefix to mark_*() functionsJoerg Roedel2020-07-081-1/+1
* KVM: SVM: Move AVIC code to separate fileJoerg Roedel2020-04-031-0/+1027