KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE
[linux-2.6-microblaze.git] / arch /
2021-10-22 Lai JiangshanKVM: X86: Don't reset mmu context when toggling X86_CR4_PGE
2021-10-22 Lai JiangshanKVM: X86: Don't reset mmu context when X86_CR4_PCIDE...
2021-10-22 Wanpeng LiKVM: emulate: Comment on difference between RDPMC imple...
2021-10-22 Sean ChristophersonKVM: x86: Add vendor name to kvm_x86_ops, use it for...
2021-10-22 Junaid Shahidkvm: x86: mmu: Make NX huge page recovery period config...
2021-10-22 Wanpeng LiKVM: vPMU: Fill get_msr MSR_CORE_PERF_GLOBAL_OVF_CTRL...
2021-10-22 David MatlackKVM: x86/mmu: Rename slot_handle_leaf to slot_handle_le...
2021-10-22 Xiaoyao LiKVM: VMX: RTIT_CTL_BRANCH_EN has no dependency on other...
2021-10-22 Xiaoyao LiKVM: VMX: Rename pt_desc.addr_range to pt_desc.num_addr...
2021-10-22 Xiaoyao LiKVM: VMX: Use precomputed vmx->pt_desc.addr_range
2021-10-22 Xiaoyao LiKVM: VMX: Restore host's MSR_IA32_RTIT_CTL when it...
2021-10-22 Paolo BonziniKVM: x86/mmu: clean up prefetch/prefault/speculative...
2021-10-22 David StevensKVM: cleanup allocation of rmaps and page tracking...
2021-10-18 Oliver UptonKVM: x86: Expose TSC offset controls to userspace
2021-10-18 Oliver UptonKVM: x86: Refactor tsc synchronization code
2021-10-18 Paolo Bonzinikvm: x86: protect masterclock with a seqcount
2021-10-18 Oliver UptonKVM: x86: Report host tsc and realtime values in KVM_GE...
2021-10-18 Paolo BonziniKVM: x86: avoid warning with -Wbitwise-instead-of-logical
2021-10-18 Paolo BonziniMerge commit 'kvm-pagedata-alloc-fixes' into HEAD
2021-10-18 Paolo BonziniKVM: X86: fix lazy allocation of rmaps
2021-10-18 Andrei VaginKVM: x86/mmu: kvm_faultin_pfn has to return false if...
2021-10-15 Paolo BonziniMerge tag 'kvmarm-fixes-5.15-2' of git://git./linux...
2021-10-15 Paolo BonziniKVM: SEV-ES: fix length of string I/O
2021-10-05 Quentin PerretKVM: arm64: Release mmap_lock when using VM_SHARED...
2021-10-05 Quentin PerretKVM: arm64: Report corrupted refcount at EL2
2021-10-05 Quentin PerretKVM: arm64: Fix host stage-2 PGD refcount
2021-10-05 Paolo BonziniMerge tag 'kvm-riscv-5.16-1' of git://github.com/kvm...
2021-10-04 Atish PatraRISC-V: KVM: Add SBI v0.1 support
2021-10-04 Atish PatraRISC-V: KVM: Implement ONE REG interface for FP registers
2021-10-04 Atish PatraRISC-V: KVM: FP lazy save/restore
2021-10-04 Atish PatraRISC-V: KVM: Add timer functionality
2021-10-04 Anup PatelRISC-V: KVM: Implement MMU notifiers
2021-10-04 Anup PatelRISC-V: KVM: Implement stage2 page table programming
2021-10-04 Anup PatelRISC-V: KVM: Implement VMID allocator
2021-10-04 Anup PatelRISC-V: KVM: Handle WFI exits for VCPU
2021-10-04 Anup PatelRISC-V: KVM: Handle MMIO exits for VCPU
2021-10-04 Anup PatelRISC-V: KVM: Implement VCPU world-switch
2021-10-04 Anup PatelRISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG...
2021-10-04 Anup PatelRISC-V: KVM: Implement VCPU interrupts and requests...
2021-10-04 Anup PatelRISC-V: KVM: Implement VCPU create, init and destroy...
2021-10-04 Anup PatelRISC-V: Add initial skeletal KVM support
2021-10-04 Anup PatelRISC-V: Add hypervisor extension related CSR defines
2021-10-04 Paolo BonziniMerge tag 'kvm-s390-master-5.15-1' of git://git./linux...
2021-10-01 David StevensKVM: x86: only allocate gfn_track when necessary
2021-10-01 David StevensKVM: x86: add config for non-kvm users of page tracking
2021-10-01 Krish SadhukhannSVM: Check for reserved encodings of TLB_CONTROL in...
2021-10-01 Juergen Grosskvm: use kvfree() in kvm_arch_free_vm()
2021-10-01 Babu MogerKVM: x86: Expose Predictive Store Forwarding Disable
2021-10-01 David MatlackKVM: x86/mmu: Avoid memslot lookup in make_spte and...
2021-10-01 David MatlackKVM: x86/mmu: Avoid memslot lookup in rmap_add
2021-10-01 Paolo BonziniKVM: MMU: pass struct kvm_page_fault to mmu_set_spte
2021-10-01 Paolo BonziniKVM: MMU: pass kvm_mmu_page struct to make_spte
2021-10-01 Paolo BonziniKVM: MMU: set ad_disabled in TDP MMU role
2021-10-01 Paolo BonziniKVM: MMU: remove unnecessary argument to mmu_set_spte
2021-10-01 Paolo BonziniKVM: MMU: clean up make_spte return value
2021-10-01 Paolo BonziniKVM: MMU: inline set_spte in FNAME(sync_page)
2021-10-01 Paolo BonziniKVM: MMU: inline set_spte in mmu_set_spte
2021-10-01 David MatlackKVM: x86/mmu: Avoid memslot lookup in page_fault_handle...
2021-10-01 David MatlackKVM: x86/mmu: Pass the memslot around via struct kvm_pa...
2021-10-01 Paolo BonziniKVM: MMU: unify tdp_mmu_map_set_spte_atomic and tdp_mmu...
2021-10-01 Paolo BonziniKVM: MMU: mark page dirty in make_spte
2021-10-01 David MatlackKVM: x86/mmu: Fold rmap_recycle into rmap_add
2021-10-01 Sean ChristophersonKVM: x86/mmu: Verify shadow walk doesn't terminate...
2021-10-01 Paolo BonziniKVM: MMU: change tracepoints arguments to kvm_page_fault
2021-10-01 Paolo BonziniKVM: MMU: change disallowed_hugepage_adjust() arguments...
2021-10-01 Paolo BonziniKVM: MMU: change kvm_mmu_hugepage_adjust() arguments...
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()
next