linux-2.6-microblaze.git
2022-03-08 Sean ChristophersonKVM: selftests: Define cpu_relax() helpers for s390...
2022-03-08 Sean ChristophersonKVM: selftests: Split out helper to allocate guest...
2022-03-08 Sean ChristophersonKVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION...
2022-03-08 Sean ChristophersonKVM: x86/mmu: WARN on any attempt to atomically update...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Check for a REMOVED leaf SPTE before...
2022-03-08 Paolo BonziniKVM: x86/mmu: Zap defunct roots via asynchronous worker
2022-03-08 Sean ChristophersonKVM: x86/mmu: Zap roots in two passes to avoid inducing...
2022-03-08 Paolo BonziniKVM: x86/mmu: Allow yielding when zapping GFNs for...
2022-03-08 Paolo BonziniKVM: x86/mmu: Zap invalidated roots via asynchronous...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Defer TLB flush to caller when freeing...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Do remote TLB flush before dropping RCU...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
2022-03-08 Sean ChristophersonKVM: x86/mmu: Require mmu_lock be held for write to...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Add dedicated helper to zap TDP MMU root...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Skip remote TLB flush when zapping all...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Zap only the target TDP MMU shadow page...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Refactor low-level TDP MMU set SPTE helpe...
2022-03-08 Sean ChristophersonKVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Drop RCU after processing each root in...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Check for !leaf=>leaf, not PFN change...
2022-03-08 Paolo BonziniKVM: x86/mmu: do not allow readers to acquire reference...
2022-03-08 Paolo BonziniKVM: x86/mmu: only perform eager page splitting on...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Require mmu_lock be held for write in...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Document that zapping invalidated roots...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Formalize TDP MMU's (unintended?) deferre...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Fix wrong/misleading comments in TDP...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Check for present SPTE when clearing...
2022-03-08 Paolo BonziniKVM: use __vcalloc for very large allocations
2022-03-08 Paolo Bonzinimm: use vmalloc_array and vcalloc for array allocations
2022-03-08 Paolo Bonzinimm: vmalloc: introduce array allocation functions
2022-03-04 Paolo BonziniMerge branch 'kvm-bugfixes' into HEAD
2022-03-02 Paolo BonziniKVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioc...
2022-03-02 Like XuKVM: x86/mmu: Passing up the error state of mmu_alloc_s...
2022-03-01 Sean ChristophersonKVM: SVM: Disable preemption across AVIC load/put durin...
2022-03-01 Sean ChristophersonKVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errors
2022-03-01 Sean ChristophersonKVM: WARN if is_unsync_root() is called on a root witho...
2022-03-01 Sean ChristophersonKVM: Drop KVM_REQ_MMU_RELOAD and update vcpu-requests...
2022-03-01 Sean ChristophersonKVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch...
2022-03-01 Sean ChristophersonKVM: x86/mmu: Zap only obsolete roots if a root shadow...
2022-03-01 Sean ChristophersonKVM: Drop kvm_reload_remote_mmus(), open code request...
2022-03-01 Sean ChristophersonKVM: x86: Invoke kvm_mmu_unload() directly on CR4.PCIDE...
2022-03-01 Hou WenlongKVM: x86/emulator: Move the unhandled outer privilege...
2022-03-01 Hou WenlongKVM: x86/emulator: Fix wrong privilege check for code...
2022-03-01 Hou WenlongKVM: x86/emulator: Defer not-present segment check...
2022-03-01 Sean ChristophersonKVM: selftests: Add test to verify KVM handling of ICR
2022-03-01 Sean ChristophersonKVM: x86: Make kvm_lapic_set_reg() a "private" xAPIC...
2022-03-01 Sean ChristophersonKVM: x86: Treat x2APIC's ICR as a 64-bit register,...
2022-03-01 Sean ChristophersonKVM: x86: Add helpers to handle 64-bit APIC MSR read...
2022-03-01 Sean ChristophersonKVM: x86: Make kvm_lapic_reg_{read,write}() static
2022-03-01 Sean ChristophersonKVM: x86: WARN if KVM emulates an IPI without clearing...
2022-03-01 Sean ChristophersonKVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualiz...
2022-03-01 Sean ChristophersonKVM: SVM: Use common kvm_apic_write_nodecode() for...
2022-03-01 Sean ChristophersonKVM: x86: Use "raw" APIC register read for handling...
2022-03-01 Sean ChristophersonKVM: VMX: Handle APIC-write offset wrangling in VMX...
2022-03-01 Paolo BonziniKVM: x86: Do not change ICR on write to APIC_SELF_IPI
2022-03-01 Zhenzhong DuanKVM: x86: Fix emulation in writing cr8
2022-03-01 Paolo BonziniKVM: x86: flush TLB separately from MMU reset
2022-02-25 Li RongQingKVM: x86: Yield to IPI target vCPU only if it is busy
2022-02-25 Dexuan Cuix86/kvmclock: Fix Hyper-V Isolated VM's boot issue...
2022-02-25 Wanpeng Lix86/kvm: Don't waste memory if kvmclock is disabled
2022-02-25 Wanpeng Lix86/kvm: Don't use PV TLB/yield when mwait is advertised
2022-02-25 Paolo BonziniMerge tag 'kvmarm-fixes-5.17-4' of git://git./linux...
2022-02-25 Paolo BonziniKVM: x86/mmu: clear MMIO cache when unloading the MMU
2022-02-25 Paolo BonziniKVM: x86/mmu: Always use current mmu's role when loadin...
2022-02-25 Paolo BonziniKVM: x86/mmu: load new PGD after the shadow MMU is...
2022-02-25 Paolo BonziniKVM: x86/mmu: look for a cached PGD when going from...
2022-02-25 Paolo BonziniKVM: x86/mmu: do not pass vcpu to root freeing functions
2022-02-25 Paolo BonziniKVM: x86/mmu: do not consult levels when freeing roots
2022-02-25 Paolo BonziniKVM: x86: use struct kvm_mmu_root_info for mmu->root
2022-02-25 Paolo BonziniKVM: x86/mmu: avoid NULL-pointer dereference on page...
2022-02-25 Paolo BonziniKVM: x86: do not deliver asynchronous page faults if...
2022-02-25 Paolo BonziniKVM: x86: Reinitialize context if host userspace toggle...
2022-02-25 David DunnKVM: selftests: Verify disabling PMU virtualization...
2022-02-25 David DunnKVM: selftests: Carve out helper to create "default...
2022-02-25 David DunnKVM: x86: Provide per VM capability for disabling PMU...
2022-02-25 Sean ChristophersonKVM: x86: Fix pointer mistmatch warning when patching...
2022-02-25 Vipin SharmaKVM: Move VM's worker kthreads back to the original...
2022-02-25 Peng HaoKVM: VMX: Remove scratch 'cpu' variable that shadows...
2022-02-25 Peng Haokvm: vmx: Fix typos comment in __loaded_vmcs_clear()
2022-02-25 Peng HaoKVM: nVMX: Make setup/unsetup under the same conditions
2022-02-25 Paolo BonziniMerge branch 'kvm-hv-xmm-hypercall-fixes' into HEAD
2022-02-25 Mark BrownKVM: selftests: aarch64: Skip tests if we can't create...
2022-02-25 Vitaly KuznetsovKVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast...
2022-02-25 Vitaly KuznetsovKVM: x86: hyper-v: Fix the maximum number of sparse...
2022-02-25 Vitaly KuznetsovKVM: x86: hyper-v: Drop redundant 'ex' parameter from...
2022-02-25 Vitaly KuznetsovKVM: x86: hyper-v: Drop redundant 'ex' parameter from...
2022-02-25 Sean ChristophersonRevert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_t...
2022-02-25 Sean ChristophersonRevert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"
2022-02-24 Maxim LevitskyKVM: x86: nSVM: disallow userspace setting of MSR_AMD64...
2022-02-24 Liang ZhangKVM: x86/mmu: make apf token non-zero to fix bug
2022-02-24 Paolo BonziniMerge branch 'kvm-ppc-cap-210' into kvm-next-5.18
2022-02-22 Paolo BonziniMerge tag 'kvm-s390-next-5.18-1' of git://git./linux...
2022-02-22 Paolo BonziniMerge branch 'kvm-ppc-cap-210' into kvm-master
2022-02-22 Nicholas PigginKVM: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3
2022-02-22 Janis Schoetterl... KVM: s390: Add missing vm MEM_OP size check
2022-02-22 Janis Schoetterl... KVM: s390: Clarify key argument for MEM_OP in api docs
2022-02-18 Sean ChristophersonKVM: x86/mmu: Remove MMU auditing
2022-02-18 Paolo BonziniKVM: x86: allow defining return-0 static calls
next