aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Merge tag 'kvm-x86-asyncpf_abi-6.9' of https://github.com/kvm-x86/linux into ...Gravatar Paolo Bonzini 1-5/+6
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2024-02-23x86, crash: wrap crash dumping code into crash related ifdefsGravatar Baoquan He 1-2/+2
2024-02-06x86/kvm: Use separate percpu variable to track the enabling of asyncpfGravatar Xiaoyao Li 1-5/+6
2024-01-31x86/kvm: Fix SEV check in sev_map_percpu_data()Gravatar Kirill A. Shutemov 1-1/+2
2024-01-31x86/traps: Add sysvec_install() to install a system interrupt handlerGravatar Xin Li 1-1/+1
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-12-10x86/paravirt: Move some functions and defines to alternative.cGravatar Juergen Gross 1-2/+2
2023-10-10x86/apic: Use u32 for APIC IDs in global dataGravatar Thomas Gleixner 1-3/+3
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+7
2023-08-25x86/sev: Make enc_dec_hypercall() accept a size instead of npagesGravatar Steve Rutherford 1-3/+1
2023-08-09x86/apic: Convert other overrides to apic_update_callback()Gravatar Thomas Gleixner 1-3/+3
2023-08-09x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()Gravatar Thomas Gleixner 1-2/+2
2023-08-09x86/apic: Wrap apic->native_eoi() into a helperGravatar Thomas Gleixner 1-1/+1
2023-08-09x86/apic: Nuke ack_APIC_irq()Gravatar Dave Hansen 1-1/+1
2023-08-09x86/apic: Remove pointless arguments from [native_]eoi_write()Gravatar Thomas Gleixner 1-3/+3
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2022-11-24x86/paravirt: Use common macro for creating simple asm paravirt functionsGravatar Juergen Gross 1-13/+6
2022-11-09x86/kvm: Remove unused virt to phys translation in kvm_guest_cpu_init()Gravatar Rafael Mendonca 1-1/+1
2022-10-17x86/paravirt: Properly align PV functionsGravatar Thomas Gleixner 1-0/+1
2022-06-20x86: kvm: remove NULL check before kfreeGravatar Dongliang Mu 1-2/+1
2022-05-25x86, kvm: use correct GFP flags for preemption disabledGravatar Paolo Bonzini 1-1/+1
2022-05-25x86/kvm: Alloc dummy async #PF token outside of raw spinlockGravatar Sean Christopherson 1-14/+27
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Gravatar Paolo Bonzini 1-0/+13
2022-04-21x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resumeGravatar Wanpeng Li 1-0/+13
2022-04-13Merge branch 'kvm-older-features' into HEADGravatar Paolo Bonzini 1-38/+39
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2022-04-02KVM: x86: Support the vCPU preemption check with nopvspin and realtime hintGravatar Li RongQing 1-37/+38
2022-04-02KVM: x86: fix sending PV IPIGravatar Li RongQing 1-1/+1
2022-03-15x86/ibt,paravirt: Sprinkle ENDBRGravatar Peter Zijlstra 1-1/+2
2022-02-25KVM: x86: Yield to IPI target vCPU only if it is busyGravatar Li RongQing 1-1/+1
2022-02-25x86/kvm: Don't use PV TLB/yield when mwait is advertisedGravatar Wanpeng Li 1-0/+2
2022-02-18x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPUGravatar Wanpeng Li 1-3/+6
2022-01-07x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal timeGravatar David Woodhouse 1-3/+3
2021-11-11Merge branch 'kvm-5.16-fixes' into kvm-masterGravatar Paolo Bonzini 1-1/+1
2021-11-11KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURESGravatar Paul Durrant 1-1/+1
2021-11-11Merge branch 'kvm-guest-sev-migration' into kvm-masterGravatar Paolo Bonzini 1-0/+107
2021-11-11x86/kvm: Add kexec support for SEV Live Migration.Gravatar Ashish Kalra 1-0/+25
2021-11-11x86/kvm: Add guest support for detecting and enabling SEV Live Migration feat...Gravatar Ashish Kalra 1-0/+82
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Gravatar Tom Lendacky 1-1/+2
2021-09-06x86/kvm: Don't enable IRQ when IRQ enabled in kvm_waitGravatar Lai Jiangshan 1-2/+3
2021-05-07x86/kvm: Unify kvm_pv_guest_cpu_reboot() with kvm_guest_cpu_offline()Gravatar Vitaly Kuznetsov 1-25/+17
2021-05-07x86/kvm: Disable all PV features on crashGravatar Vitaly Kuznetsov 1-12/+32
2021-05-07x86/kvm: Disable kvmclock on all CPUs on shutdownGravatar Vitaly Kuznetsov 1-0/+1
2021-05-07x86/kvm: Teardown PV features on boot CPU as wellGravatar Vitaly Kuznetsov 1-16/+40
2021-05-05x86/kvm: Fix pr_info() for async PF setup/teardownGravatar Vitaly Kuznetsov 1-2/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-68/+60
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+8