KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
[linux-2.6-microblaze.git] / arch /
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...
2022-06-08 Sean ChristophersonKVM: VMX: Sanitize VM-Entry/VM-Exit control pairs at...
2022-06-08 Like XuKVM: x86/pmu: Accept 0 for absent PMU MSRs when host...
2022-06-08 Like XuKVM: x86/pmu: Restrict advanced features based on modul...
2022-06-08 Like XuKVM: x86/pmu: Avoid exposing Intel BTS feature
2022-06-08 Like XuKVM: x86/pmu: Update global enable_pmu when PMU is...
2022-06-08 Paolo Bonzinix86: events: Do not return bogus capabilities if PMU...
2022-06-08 Like Xuperf/x86/intel: Fix the comment about guest LBR support...
2022-06-08 Tao XuKVM: VMX: Enable Notify VM exit
2022-06-08 Sean ChristophersonKVM: x86: Introduce "struct kvm_caps" to track misc...
2022-06-08 Chenyi QiangKVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support...
2022-06-08 Marc ZyngierKVM: arm64: Warn if accessing timer pending state outsi...
2022-06-08 Marc ZyngierKVM: arm64: Replace vgic_v3_uaccess_read_pending with...
2022-06-08 Like XuKVM: x86/pmu: Drop amd_event_mapping[] in the KVM context
2022-06-08 Like XuKVM: x86/pmu: Replace pmc_perf_hw_id() with perf_get_hw...
2022-06-08 Like Xuperf: x86/core: Add interface to query perfmon_event_ma...
2022-06-08 Like XuKVM: x86/pmu: Use PERF_TYPE_RAW to merge reprogram_...
2022-06-08 Paolo BonziniKVM: x86/pmu: Use only the uniform interface reprogram_...
2022-06-08 Like XuKVM: x86/pmu: Drop "u8 ctrl, int idx" for reprogram_fix...
2022-06-08 Like XuKVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_coun...
2022-06-08 Like XuKVM: x86/pmu: Pass only "struct kvm_pmc *pmc" to reprog...
2022-06-08 Like XuKVM: x86/pmu: Extract check_pmu_event_filter() handling...
2022-06-08 Like XuKVM: x86/pmu: Update comments for AMD gp counters
2022-06-08 Paolo BonziniKVM: x86: always allow host-initiated writes to PMU...
2022-06-08 Paolo BonziniKVM: vmx, pmu: accept 0 for host-initiated write to...
2022-06-08 Like XuKVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU...
2022-06-08 Like XuKVM: x86/pmu: Don't overwrite the pmu->global_ctrl...
2022-06-08 Paolo BonziniKVM: x86/pmu: remove useless prototype
2022-06-08 Like XuKVM: x86/pmu: Move the vmx_icl_pebs_cpu[] definition...
2022-06-08 Like XuKVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS,...
2022-06-08 Like XuKVM: x86/cpuid: Refactor host/guest CPU model consisten...
next