KVM: selftests: Convert vmx_preemption_timer_test away from VCPU_ID
[linux-2.6-microblaze.git] / arch /
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...
2022-06-08 Like XuKVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_...
2022-06-08 Like XuKVM: x86/pmu: Disable guest PEBS temporarily in two...
2022-06-08 Like XuKVM: x86/pmu: Move pmc_speculative_in_use() to arch...
2022-06-08 Like XuKVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when...
2022-06-08 Like XuKVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to suppor...
2022-06-08 Like XuKVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support...
2022-06-08 Like XuKVM: x86/pmu: Adjust precise_ip to emulate Ice Lake...
2022-06-08 Like XuKVM: x86/pmu: Reprogram PEBS event to emulate guest...
2022-06-08 Like XuKVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for...
2022-06-08 Peter Zijlstra ... x86/perf/core: Add pebs_capable to store valid PEBS_COU...
2022-06-08 Like XuKVM: x86/pmu: Introduce the ctrl_mask value for fixed...
2022-06-08 Like XuKVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when...
2022-06-08 Like Xuperf/x86/core: Pass "struct kvm_pmu *" to determine...
2022-06-08 Like Xuperf/x86/intel: Handle guest PEBS overflow PMI for...
2022-06-08 Like Xuperf/x86/intel: Add EPT-Friendly PEBS for Ice Lake...
2022-06-08 Chao GaoKVM: VMX: enable IPI virtualization
2022-06-08 Zeng GuangKVM: x86: Allow userspace to set maximum VCPU id for VM
2022-06-08 Zeng GuangKVM: Move kvm_arch_vcpu_precreate() under kvm->lock
2022-06-08 Zeng GuangKVM: VMX: Clean up vmx_refresh_apicv_exec_ctrl()
2022-06-08 Zeng GuangKVM: x86: Add support for vICR APIC-write VM-Exits...
2022-06-08 Robert HooKVM: VMX: Report tertiary_exec_control field in dump_vmcs()
2022-06-08 Robert HooKVM: VMX: Detect Tertiary VM-Execution control when...
2022-06-08 Robert HooKVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support...
2022-06-08 Robert Hoox86/cpu: Add new VMX feature, Tertiary VM-Execution...
2022-06-08 Sean ChristophersonKVM: x86/mmu: Comment FNAME(sync_page) to document...
2022-06-08 Sean ChristophersonKVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()
2022-06-08 Maciej S. SzmigieroKVM: nSVM: Transparently handle L1 -> L2 NMI re-injection
2022-06-08 Sean ChristophersonKVM: x86: Differentiate Soft vs. Hard IRQs vs. reinject...
2022-06-08 Sean ChristophersonKVM: x86: Print error code in exception injection trace...
2022-06-08 Sean ChristophersonKVM: x86: Trace re-injected exceptions
2022-06-08 Sean ChristophersonKVM: SVM: Re-inject INTn instead of retrying the insn...
2022-06-08 Sean ChristophersonKVM: SVM: Re-inject INT3/INTO instead of retrying the...
2022-06-08 Sean ChristophersonKVM: SVM: Stuff next_rip on emulated INT3 injection...
2022-06-08 Sean ChristophersonKVM: SVM: Unwind "speculative" RIP advancement if INTn...
2022-06-08 Maciej S. SzmigieroKVM: SVM: Don't BUG if userspace injects an interrupt...
2022-06-08 Maciej S. SzmigieroKVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
2022-06-08 Paolo BonziniKVM: x86: do not report a vCPU as preempted outside...
2022-06-08 Paolo BonziniKVM: x86: do not set st->preempted when going back...
2022-06-07 Paolo BonziniMerge tag 'kvm-s390-next-5.19-2' of git://git./linux...
2022-06-07 Paolo BonziniMerge branch 'kvm-5.20-early-patches' into HEAD
2022-06-07 Paolo BonziniMerge branch 'kvm-5.19-early-fixes' into HEAD
2022-06-07 Maxim LevitskyKVM: SVM: fix tsc scaling cache logic
next