platform/kernel/linux-starfive.git
2020-07-10 Jiaxun YangMIPS: KVM: Remove outdated README
2020-07-10 Jiaxun YangMIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 only
2020-07-09 Sean ChristophersonKVM: MIPS: Use common KVM implementation of MMU memory...
2020-07-09 Sean ChristophersonKVM: MIPS: Account pages used for GPA page tables
2020-07-09 Sean ChristophersonKVM: MIPS: Drop @max param from mmu_topup_memory_cache()
2020-07-09 Sean ChristophersonKVM: arm64: Use common KVM implementation of MMU memory...
2020-07-09 Sean ChristophersonKVM: arm64: Use common code's approach for __GFP_ZERO...
2020-07-09 Sean ChristophersonKVM: arm64: Drop @max param from mmu_topup_memory_cache()
2020-07-09 Sean ChristophersonKVM: Move x86's MMU memory cache helpers to common...
2020-07-09 Sean ChristophersonKVM: Move x86's version of struct kvm_mmu_memory_cache...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Prepend "kvm_" to memory cache helpers...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Skip filling the gfn cache for guaranteed...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Zero allocate shadow pages (outside of...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Make __GFP_ZERO a property of the memory...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Separate the memory caches for shadow...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Clean up the gorilla math in mmu_topup_me...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Topup memory caches after walking GVA...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Move fast_page_fault() call above mmu_top...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Try to avoid crashing KVM if a MMU memory...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Remove superfluous gotos from mmu_topup_m...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memo...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Consolidate "page" variant of memory...
2020-07-09 Sean ChristophersonKVM: x86/mmu: Track the associated kmem_cache in the...
2020-07-09 Thomas Gleixnerx86/kvm/vmx: Use native read/write_cr2()
2020-07-09 Thomas Gleixnerx86/kvm/svm: Use uninstrumented wrmsrl() to restore GS
2020-07-09 Thomas Gleixnerx86/kvm/svm: Move guest enter/exit into .noinstr.text
2020-07-09 Thomas Gleixnerx86/kvm/vmx: Move guest enter/exit into .noinstr.text
2020-07-09 Thomas Gleixnerx86/kvm/svm: Add hardirq tracing on guest enter/exit
2020-07-09 Thomas Gleixnerx86/kvm/vmx: Add hardirq tracing to guest enter/exit
2020-07-09 Thomas Gleixnerx86/kvm: Move context tracking where it belongs
2020-07-09 Maxim Levitskykvm: x86: replace kvm_spec_ctrl_test_value with runtime...
2020-07-09 Like XuKVM/x86: pmu: Fix #GP condition check for RDPMC emulation
2020-07-09 Vitaly KuznetsovKVM: x86: take as_id into account when checking PGD
2020-07-09 Xiaoyao LiKVM: x86: Move kvm_x86_ops.vcpu_after_set_cpuid() into...
2020-07-09 Xiaoyao LiKVM: x86: Rename cpuid_update() callback to vcpu_after_...
2020-07-09 Xiaoyao LiKVM: x86: Rename kvm_update_cpuid() to kvm_vcpu_after_s...
2020-07-09 Xiaoyao LiKVM: x86: Extract kvm_update_cpuid_runtime() from kvm_u...
2020-07-09 Xiaoyao LiKVM: x86: Introduce kvm_check_cpuid()
2020-07-09 Xiaoyao LiKVM: X86: Move kvm_apic_set_version() to kvm_update_cpuid()
2020-07-08 Xiaoyao LiKVM: lapic: Use guest_cpuid_has() in kvm_apic_set_version()
2020-07-08 Xiaoyao LiKVM: X86: Go on updating other CPUID leaves when leaf...
2020-07-08 Xiaoyao LiKVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID...
2020-07-08 Like Xukvm: x86: limit the maximum number of vPMU fixed counte...
2020-07-08 Krish SadhukhanKVM: nSVM: Check that MBZ bits in CR3 and CR4 are not...
2020-07-08 Paolo BonziniKVM: x86: Make CR4.VMXE reserved for the guest
2020-07-08 Krish SadhukhanKVM: x86: Create mask for guest CR4 reserved bits in...
2020-07-08 Jim Mattsonkvm: x86: Read PDPTEs on CR0.CD and CR0.NW changes
2020-07-08 Zhenzhong Duanxen: Mark "xen_nopvspin" parameter obsolete
2020-07-08 Zhenzhong Duanx86/kvm: Add "nopvspin" parameter to disable PV spinlocks
2020-07-08 Zhenzhong Duanx86/kvm: Change print code to use pr_*() format
2020-07-08 Zhenzhong DuanRevert "KVM: X86: Fix setup the virt_spin_lock_key...
2020-07-08 Sean ChristophersonKVM: x86/mmu: Rename page_header() to to_shadow_page()
2020-07-08 Sean ChristophersonKVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow...
2020-07-08 Sean ChristophersonKVM: x86/mmu: Make kvm_mmu_page definition and accessor...
2020-07-08 Sean ChristophersonKVM: x86/mmu: Add MMU-internal header
2020-07-08 Sean ChristophersonKVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.c
2020-07-08 Sean ChristophersonKVM: x86/mmu: Move mmu_audit.c and mmutrace.h into...
2020-07-08 Sean ChristophersonKVM: x86/mmu: Exit to userspace on make_mmu_pages_avail...
2020-07-08 Sean ChristophersonKVM: x86/mmu: Batch zap MMU pages when shrinking the...
2020-07-08 Sean ChristophersonKVM: x86/mmu: Batch zap MMU pages when recycling oldest...
2020-07-08 Sean ChristophersonKVM: x86/mmu: Don't put invalid SPs back on the list...
2020-07-08 Sean ChristophersonKVM: x86/mmu: Optimize MMU page cache lookup for fully...
2020-07-08 Sean ChristophersonKVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mm...
2020-07-08 Uros BizjakKVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h
2020-07-08 Joerg RoedelKVM: SVM: Rename svm_nested_virtualize_tpr() to nested_...
2020-07-08 Joerg RoedelKVM: SVM: Add svm_ prefix to set/clr/is_intercept()
2020-07-08 Joerg RoedelKVM: SVM: Add vmcb_ prefix to mark_*() functions
2020-07-08 Joerg RoedelKVM: SVM: Rename struct nested_state to svm_nested_state
2020-07-08 Sean ChristophersonKVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail...
2020-07-08 Jim Mattsonkvm: x86: Set last_vmentry_cpu in vcpu_enter_guest
2020-07-08 Jim Mattsonkvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmen...
2020-07-08 Jim Mattsonkvm: x86: Add "last CPU" to some KVM_EXIT information
2020-07-08 Jim Mattsonkvm: vmx: Add last_cpu to struct vcpu_vmx
2020-07-08 Jim Mattsonkvm: svm: Always set svm->last_cpu on VMRUN
2020-07-08 Jim Mattsonkvm: svm: Prefer vcpu->cpu to raw_smp_processor_id()
2020-07-08 Paolo BonziniKVM: x86: report sev_pin_memory errors with PTR_ERR
2020-07-08 John HubbardKVM: SVM: convert get_user_pages() --> pin_user_pages()
2020-07-08 John HubbardKVM: SVM: fix svn_pin_memory()'s use of get_user_pages_...
2020-07-08 Krish SadhukhanKVM: nSVM: Check that DR6[63:32] and DR7[64:32] are...
2020-07-08 Krish SadhukhanKVM: x86: Move the check for upper 32 reserved bits...
2020-07-08 Peter XuKVM: X86: Do the same ignore_msrs check for feature...
2020-07-08 Peter XuKVM: X86: Move ignore_msrs handling upper the stack
2020-07-08 Sean ChristophersonKVM: x86/mmu: Make .write_log_dirty a nested operation
2020-07-08 Sean ChristophersonKVM: nVMX: WARN if PML emulation helper is invoked...
2020-07-08 Sean ChristophersonKVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapper
2020-07-08 Vitaly KuznetsovKVM: async_pf: change kvm_setup_async_pf()/kvm_arch_set...
2020-07-08 Vitaly KuznetsovKVM: x86: drop KVM_PV_REASON_PAGE_READY case from kvm_h...
2020-07-08 Paolo BonziniMerge branch 'kvm-master' into HEAD
2020-07-08 Paolo BonziniMerge branch 'kvm-async-pf-int' into HEAD
2020-07-08 Colin Ian KingKVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"
2020-07-06 Paolo BonziniMerge tag 'kvmarm-fixes-5.8-3' of git://git./linux...
2020-07-06 Andrew ScullKVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTART
2020-07-06 Marc ZyngierKVM: arm64: PMU: Fix per-CPU access in preemptible...
2020-07-03 Sean ChristophersonKVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize...
2020-07-03 Sean ChristophersonKVM: x86: Mark CR4.TSD as being possibly owned by the...
2020-07-03 Sean ChristophersonKVM: x86: Inject #GP if guest attempts to toggle CR4...
2020-07-02 Paolo Bonzinikvm: use more precise cast and do not drop __user
2020-07-01 Paolo BonziniMerge tag 'kvmarm-fixes-5.8-2' of git://git./linux...
2020-06-30 Paolo BonziniKVM: x86: bit 8 of non-leaf PDPEs is not reserved
2020-06-29 Wanpeng LiKVM: X86: Fix async pf caused null-ptr-deref
next