KVM: x86: Enable CMCI capability by default and handle injected UCNA errors
[linux-2.6-microblaze.git] / arch /
2022-06-24 Jue WangKVM: x86: Enable CMCI capability by default and handle...
2022-06-24 Jue WangKVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.
2022-06-24 Jue WangKVM: x86: Use kcalloc to allocate the mce_banks array.
2022-06-24 Jue WangKVM: x86: Add Corrected Machine Check Interrupt (CMCI...
2022-06-24 Jue WangKVM: x86: Add APIC_LVTx() macro.
2022-06-24 Jue WangKVM: x86: Fill apic_lvt_mask with enums / explicit...
2022-06-24 Jue WangKVM: x86: Make APIC_VERSION capture only the magic...
2022-06-24 Paolo BonziniKVM: x86/mmu: Avoid unnecessary flush on eager page...
2022-06-24 David MatlackKVM: x86/mmu: Extend Eager Page Splitting to nested...
2022-06-24 David MatlackKVM: Allow for different capacities in kvm_mmu_memory_c...
2022-06-24 Paolo BonziniKVM: x86/mmu: pull call to drop_large_spte() into __lin...
2022-06-24 David MatlackKVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at...
2022-06-24 David MatlackKVM: x86/mmu: Extend make_huge_page_split_spte() for...
2022-06-24 David MatlackKVM: x86/mmu: Cache the access bits of shadowed transla...
2022-06-24 David MatlackKVM: x86/mmu: Update page stats in __rmap_add()
2022-06-24 David MatlackKVM: x86/mmu: Decouple rmap_add() and link_shadow_page...
2022-06-24 David MatlackKVM: x86/mmu: Pass const memslot to rmap_add()
2022-06-24 David MatlackKVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_p...
2022-06-24 David MatlackKVM: x86/mmu: Pass kvm pointer separately from vcpu...
2022-06-24 David MatlackKVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_sh...
2022-06-24 David MatlackKVM: x86/mmu: Pass memory caches to allocate SPs separately
2022-06-24 David MatlackKVM: x86/mmu: Move guest PT write-protection to account...
2022-06-24 David MatlackKVM: x86/mmu: Rename shadow MMU functions that deal...
2022-06-24 David MatlackKVM: x86/mmu: Consolidate shadow page allocation and...
2022-06-24 David MatlackKVM: x86/mmu: Decompose kvm_mmu_get_page() into separat...
2022-06-24 David MatlackKVM: x86/mmu: Always pass 0 for @quadrant when gptes...
2022-06-24 David MatlackKVM: x86/mmu: Derive shadow MMU page role from parent
2022-06-24 David MatlackKVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()
2022-06-24 David MatlackKVM: x86/mmu: Use a bool for direct
2022-06-24 David MatlackKVM: x86/mmu: Optimize MMU page cache lookup for all...
2022-06-24 Ben GardonKVM: x86/MMU: Allow NX huge pages to be disabled on...
2022-06-24 Ben GardonKVM: x86: Fix errant brace in KVM capability handling
2022-06-20 Sean ChristophersonKVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are...
2022-06-20 Sean ChristophersonKVM: x86: Ignore benign host writes to "unsupported...
2022-06-20 Sean ChristophersonKVM: x86: Ignore benign host accesses to "unsupported...
2022-06-20 Sean ChristophersonKVM: VMX: Use vcpu_get_perf_capabilities() to get guest...
2022-06-20 Sean ChristophersonRevert "KVM: x86: always allow host-initiated writes...
2022-06-20 Sean ChristophersonRevert "KVM: x86/pmu: Accept 0 for absent PMU MSRs...
2022-06-20 Sean ChristophersonKVM: VMX: Give host userspace full control of MSR_IA32_...
2022-06-20 Sean ChristophersonKVM: x86: Give host userspace full control of MSR_IA32_...
2022-06-20 Dongliang Mux86: kvm: remove NULL check before kfree
2022-06-20 Sean ChristophersonKVM: x86/mmu: Shove refcounted page dependency into...
2022-06-20 Sean ChristophersonKVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_t...
2022-06-20 Sean ChristophersonKVM: Take a 'struct page', not a pfn in kvm_is_zone_dev...
2022-06-20 Sean ChristophersonKVM: nVMX: Use kvm_vcpu_map() to get/pin vmcs12's APIC...
2022-06-20 Sean ChristophersonKVM: x86/mmu: Use common logic for computing the 32...
2022-06-20 Sean ChristophersonKVM: x86/mmu: Truncate paging32's PT_BASE_ADDR_MASK...
2022-06-20 Paolo BonziniKVM: x86/mmu: Use common macros to compute 32/64-bit...
2022-06-20 Sean ChristophersonKVM: x86/mmu: Use separate namespaces for guest PTEs...
2022-06-20 Sean ChristophersonKVM: x86/mmu: Dedup macros for computing various page...
2022-06-20 Sean ChristophersonKVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_...
2022-06-20 Sean ChristophersonKVM: VMX: Refactor 32-bit PSE PT creation to avoid...
2022-06-20 Sean ChristophersonKVM: x86: Use lapic_in_kernel() to query in-kernel...
2022-06-20 Sean ChristophersonKVM: x86: Move "apicv_active" into "struct kvm_lapic"
2022-06-20 Sean ChristophersonKVM: x86: Check for in-kernel xAPIC when querying APICv...
2022-06-20 Sean ChristophersonKVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_...
2022-06-20 Sean ChristophersonKVM: SVM: Drop unused AVIC / kvm_x86_ops declarations
2022-06-20 Sean ChristophersonKVM: nVMX: Update vmcs12 on BNDCFGS write, not at vmcs0...
2022-06-20 Sean ChristophersonKVM: nVMX: Save BNDCFGS to vmcs12 iff relevant controls...
2022-06-20 Sean ChristophersonKVM: nVMX: Rename nested.vmcs01_* fields to nested...
2022-06-20 Sean ChristophersonKVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_r...
2022-06-20 Sean ChristophersonKVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_ru...
2022-06-15 Uros BizjakKVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spte
2022-06-15 Uros BizjakKVM: VMX: Use try_cmpxchg64 in pi_try_set_control
2022-06-15 Uros BizjakKVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomic
2022-06-15 Sean ChristophersonKVM: VMX: Skip filter updates for MSRs that KVM is...
2022-06-15 Sean ChristophersonKVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.h
2022-06-15 Lai JiangshanKVM: X86/SVM: Use root_level in svm_load_mmu_pgd()
2022-06-15 Lai JiangshanKVM: X86/MMU: Remove useless mmu_topup_memory_caches...
2022-06-15 Lai JiangshanKVM: X86/MMU: Remove unused PT32_DIR_BASE_ADDR_MASK...
2022-06-15 Sean ChristophersonKVM: SVM: Hide SEV migration lockdep goo behind CONFIG_...
2022-06-15 Paolo BonziniKVM: SEV: fix misplaced closing parenthesis
2022-06-10 Sean ChristophersonKVM: x86: Bug the VM on an out-of-bounds data read
2022-06-10 Sean ChristophersonKVM: x86: Bug the VM if the emulator generates a bogus...
2022-06-10 Sean ChristophersonKVM: x86: Bug the VM if the emulator accesses a non...
2022-06-10 Sean ChristophersonKVM: x86: Reduce the number of emulator GPRs to '8...
2022-06-10 Sean ChristophersonKVM: x86: Use 16-bit fields to track dirty/valid emulat...
2022-06-10 Sean ChristophersonKVM: x86: Omit VCPU_REGS_RIP from emulator's _regs...
2022-06-10 Sean ChristophersonKVM: x86: Harden _regs accesses to guard against buggy...
2022-06-10 Sean ChristophersonKVM: x86: Grab regs_dirty in local 'unsigned long'
2022-06-09 Paolo BonziniMerge branch 'kvm-5.20-early'
2022-06-09 Paolo BonziniKVM: x86: SVM: fix nested PAUSE filtering when L0 inter...
2022-06-09 Maxim LevitskyKVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu...
2022-06-09 Maxim LevitskyKVM: x86: disable preemption while updating apicv inhib...
2022-06-09 Maxim LevitskyKVM: x86: SVM: fix avic_kick_target_vcpus_fast
2022-06-09 Maxim LevitskyKVM: x86: SVM: remove avic's broken code that updated...
2022-06-09 Maxim LevitskyKVM: x86: inhibit APICv/AVIC on changes to APIC ID...
2022-06-09 Maxim LevitskyKVM: x86: document AVIC/APICv inhibit reasons
2022-06-09 Yuan YaoKVM: x86/mmu: Set memory encryption "value", not "mask...
2022-06-09 Paolo BonziniMerge tag 'kvmarm-fixes-5.19-1' of git://git./linux...
2022-06-09 Paolo BonziniMerge tag 'kvm-riscv-fixes-5.19-1' of https://github...
2022-06-09 Marc ZyngierKVM: arm64: Drop stale comment
2022-06-09 Will DeaconKVM: arm64: Remove redundant hyp_assert_lock_held(...
2022-06-09 Will DeaconKVM: arm64: Extend comment in has_vhe()
2022-06-09 Will DeaconKVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
2022-06-09 Marc ZyngierKVM: arm64: Handle all ID registers trapped for a prote...
2022-06-09 Will DeaconKVM: arm64: Return error from kvm_arch_init_vm() on...
2022-06-09 Julia LawallRISC-V: KVM: fix typos in comments
2022-06-08 Paul DurrantKVM: x86: PIT: Preserve state of speaker port data bit
2022-06-08 Sean ChristophersonKVM: VMX: Reject kvm_intel if an inconsistent VMCS...
next