KVM: MMU: change fast_page_fault() arguments to kvm_page_fault
[linux-2.6-microblaze.git] / arch /
2021-10-01 Paolo BonziniKVM: MMU: change fast_page_fault() arguments to kvm_pag...
2021-10-01 Paolo BonziniKVM: MMU: change tdp_mmu_map_handle_target_level()...
2021-10-01 Paolo BonziniKVM: MMU: change kvm_tdp_mmu_map() arguments to kvm_pag...
2021-10-01 Paolo BonziniKVM: MMU: change FNAME(fetch)() arguments to kvm_page_fault
2021-10-01 Paolo BonziniKVM: MMU: change __direct_map() arguments to kvm_page_fault
2021-10-01 Paolo BonziniKVM: MMU: change handle_abnormal_pfn() arguments to...
2021-10-01 Paolo BonziniKVM: MMU: change kvm_faultin_pfn() arguments to kvm_pag...
2021-10-01 Paolo BonziniKVM: MMU: change page_fault_handle_page_track() argumen...
2021-10-01 Paolo BonziniKVM: MMU: change direct_page_fault() arguments to kvm_p...
2021-10-01 Paolo BonziniKVM: MMU: change mmu->page_fault() arguments to kvm_pag...
2021-10-01 Paolo BonziniKVM: MMU: Introduce struct kvm_page_fault
2021-10-01 Paolo BonziniKVM: MMU: pass unadulterated gpa to direct_page_fault
2021-10-01 Oliver UptonKVM: x86: Fix potential race in KVM_GET_CLOCK
2021-10-01 Paolo BonziniKVM: x86: extract KVM_GET_CLOCK/KVM_SET_CLOCK to separa...
2021-10-01 Paolo Bonzinikvm: x86: abstract locking around pvclock_update_vm_gto...
2021-10-01 Lai JiangshanKVM: X86: Move PTE present check from loop body to...
2021-10-01 Maxim LevitskyKVM: x86: nSVM: implement nested TSC scaling
2021-10-01 Maxim LevitskyKVM: x86: SVM: add module param to control TSC scaling
2021-10-01 Paolo BonziniKVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on...
2021-09-30 Maxim LevitskyKVM: x86: SVM: add module param to control LBR virtuali...
2021-09-30 Maxim LevitskyKVM: x86: nSVM: don't copy pause related settings
2021-09-30 Longpeng(Mike)kvm: irqfd: avoid update unmodified entries of the...
2021-09-30 Lai JiangshanKVM: X86: Don't check unsync if the original spte is...
2021-09-30 Lai JiangshanKVM: X86: Don't unsync pagetables when speculative
2021-09-30 Lai JiangshanKVM: X86: Remove FNAME(update_pte)
2021-09-30 Lai JiangshanKVM: X86: Zap the invalid list after remote tlb flushing
2021-09-30 Lai JiangshanKVM: X86: Change kvm_sync_page() to return true when...
2021-09-30 Lai JiangshanKVM: X86: Remove kvm_mmu_flush_or_zap()
2021-09-30 Lai JiangshanKVM: X86: Don't flush current tlb on shadow page modifi...
2021-09-30 Sean ChristophersonKVM: x86/mmu: Complete prefetch for trailing SPTEs...
2021-09-30 Sean ChristophersonKVM: x86: Manually retrieve CPUID.0x1 when getting...
2021-09-30 Sean ChristophersonKVM: x86: WARN on non-zero CRs at RESET to detect impro...
2021-09-30 Sean ChristophersonKVM: SVM: Move RESET emulation to svm_vcpu_reset()
2021-09-30 Sean ChristophersonKVM: VMX: Move RESET emulation to vmx_vcpu_reset()
2021-09-30 Sean ChristophersonKVM: VMX: Drop explicit zeroing of MSR guest values...
2021-09-30 Sean ChristophersonKVM: x86: Fold fx_init() into kvm_arch_vcpu_create()
2021-09-30 Sean ChristophersonKVM: x86: Remove defunct setting of XCR0 for guest...
2021-09-30 Sean ChristophersonKVM: x86: Remove defunct setting of CR0.ET for guests...
2021-09-30 Sean ChristophersonKVM: x86: Do not mark all registers as avail/dirty...
2021-09-30 Sean ChristophersonKVM: x86: Simplify retrieving the page offset when...
2021-09-30 Sean ChristophersonKVM: x86: Subsume nested GPA read helper into load_pdptrs()
2021-09-30 Juergen Grosskvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS
2021-09-30 Juergen GrossRevert "x86/kvm: fix vcpu-id indexed array sizes"
2021-09-30 Vitaly KuznetsovKVM: Make kvm_make_vcpus_request_mask() use pre-allocat...
2021-09-30 Vitaly KuznetsovKVM: Drop 'except' parameter from kvm_make_vcpus_reques...
2021-09-30 Vitaly KuznetsovKVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request...
2021-09-30 Vitaly KuznetsovKVM: nVMX: Reset vmxon_ptr upon VMXOFF emulation.
2021-09-30 Yu ZhangKVM: nVMX: Use INVALID_GPA for pointers used in nVMX.
2021-09-30 Sean ChristophersonKVM: x86: Swap order of CPUID entry "index" vs. "signif...
2021-09-30 Zelin Dengx86/kvmclock: Move this_cpu_pvti into kvmclock.h
2021-09-27 Zhenzhong DuanKVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue
2021-09-24 Paolo BonziniMerge tag 'kvmarm-fixes-5.15-1' of git://git./linux...
2021-09-23 Lai JiangshanKVM: X86: Synchronize the shadow pagetable before link it
2021-09-23 Lai JiangshanKVM: X86: Fix missed remote tlb flush in rmap_write_pro...
2021-09-23 Maxim LevitskyKVM: x86: nSVM: don't copy virt_ext from vmcb12
2021-09-23 Maxim LevitskyKVM: x86: nSVM: test eax for 4K alignment for GP errata...
2021-09-23 Maxim LevitskyKVM: x86: nSVM: restore int_vector in svm_clear_vintr
2021-09-22 Fares Mehannakvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]
2021-09-22 Maxim LevitskyKVM: x86: nVMX: re-evaluate emulation_required on neste...
2021-09-22 Maxim LevitskyKVM: x86: nVMX: don't fail nested VM entry on invalid...
2021-09-22 Maxim LevitskyKVM: x86: VMX: synthesize invalid VM exit when emulatin...
2021-09-22 Maxim LevitskyKVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smm
2021-09-22 Maxim LevitskyKVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES...
2021-09-22 Maxim LevitskyKVM: x86: reset pdptrs_from_userspace when exiting smm
2021-09-22 Maxim LevitskyKVM: x86: nSVM: restore the L1 host state prior to...
2021-09-22 Vitaly KuznetsovKVM: nVMX: Filter out all unsupported controls when...
2021-09-22 Vitaly KuznetsovKVM: x86: Fix stack-out-of-bounds memory access from...
2021-09-22 Peter GondaKVM: SEV: Allow some commands for mirror VM
2021-09-22 Peter GondaKVM: SEV: Update svm_vm_copy_asid_from for SEV-ES
2021-09-22 Chenyi QiangKVM: nVMX: Fix nested bus lock VM exit
2021-09-22 Sean ChristophersonKVM: x86: Identify vCPU0 by its vcpu_idx instead of...
2021-09-22 Sean ChristophersonKVM: x86: Query vcpu->vcpu_idx directly and drop its...
2021-09-22 Hou Wenlongkvm: fix wrong exception emulation in check_rdtsc
2021-09-22 Sean ChristophersonKVM: SEV: Pin guest memory for write for RECEIVE_UPDATE...
2021-09-22 Mingwei ZhangKVM: SVM: fix missing sev_decommission in sev_receive_start
2021-09-22 Peter GondaKVM: SEV: Acquire vcpu mutex when updating VMSA
2021-09-22 Yu ZhangKVM: nVMX: fix comments of handle_vmon()
2021-09-22 Haimin ZhangKVM: x86: Handle SRCU initialization failure during...
2021-09-22 Sean ChristophersonKVM: VMX: Remove defunct "nr_active_uret_msrs" field
2021-09-22 Sean ChristophersonKVM: x86: Clear KVM's cached guest CR3 at RESET/INIT
2021-09-22 Sean ChristophersonKVM: x86: Mark all registers as avail/dirty at vCPU...
2021-09-22 Sean Christophersonentry: rseq: Call rseq_handle_notify_resume() in traceh...
2021-09-20 Marc ZyngierKVM: arm64: Fix PMU probe ordering
2021-09-20 Zenghui YuKVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S...
2021-09-19 Linus TorvaldsMerge tag 'x86_urgent_for_v5.15_rc2' of git://git....
2021-09-19 Linus TorvaldsMerge tag 'perf-urgent-2021-09-19' of git://git./linux...
2021-09-19 Linus TorvaldsMerge tag 'locking-urgent-2021-09-19' of git://git...
2021-09-19 Linus TorvaldsMerge tag 'powerpc-5.15-2' of git://git./linux/kernel...
2021-09-19 Linus TorvaldsMerge tag 'kbuild-fixes-v5.15' of git://git./linux...
2021-09-19 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.15-2021-09-18' of...
2021-09-19 Linus Torvaldsalpha: enable GENERIC_PCI_IOMAP unconditionally
2021-09-19 Helge Dellerparisc: Declare pci_iounmap() parisc version only when...
2021-09-19 Nathan Chancellorx86/build: Do not add -falign flags unconditionally...
2021-09-19 Geert Uytterhoevensh: Add missing FORCE prerequisites in Makefile
2021-09-18 Linus Torvaldsalpha: move __udiv_qrnnd library function to arch/alpha...
2021-09-18 Linus Torvaldsalpha: mark 'Jensen' platform as no longer broken
2021-09-18 Linus TorvaldsMerge tag 's390-5.15-3' of git://git./linux/kernel...
2021-09-18 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.15-2' of git://git...
2021-09-18 Linus Torvaldsalpha: make 'Jensen' IO functions build again
2021-09-17 Linus TorvaldsMerge tag 'pm-5.15-rc2' of git://git./linux/kernel...
next