summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/kvm: Unify kvm_pv_guest_cpu_reboot() with kvm_guest_cpu_offline()Vitaly Kuznetsov2021-05-071-25/+17
* x86/kvm: Disable all PV features on crashVitaly Kuznetsov2021-05-071-12/+32
* x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov2021-05-071-0/+1
* x86/kvm: Teardown PV features on boot CPU as wellVitaly Kuznetsov2021-05-071-16/+40
* x86/kvm: Fix pr_info() for async PF setup/teardownVitaly Kuznetsov2021-05-051-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-68/+60
|\
| * Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2021-04-221-13/+10
| |\
| * | x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMPWanpeng Li2021-04-201-63/+55
* | | Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-291-3/+8
|\ \ \
| * | | x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-061-3/+8
| |/ /
* | | Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-04-261-1/+1
|\ \ \ | |_|/ |/| |
| * | x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross2021-03-111-1/+1
| |/
* / x86/kvm: Fix broken irq restoration in kvm_waitWanpeng Li2021-03-181-13/+10
|/
* x86/kvm: Enable 15-bit extension when KVM_FEATURE_MSI_EXT_DEST_ID detectedDavid Woodhouse2020-10-281-0/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-231-1/+1
|\
| * cpuidle-haltpoll: fix error comments in arch_haltpoll_disableLi Qiang2020-09-281-1/+1
* | Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-6/+29
|\ \ | |/ |/|
| * x86/kvm: Add KVM-specific VMMCALL handling under SEV-ESTom Lendacky2020-09-091-6/+29
* | Revert "KVM: Check the allocation of pv cpu mask"Vitaly Kuznetsov2020-09-201-19/+3
* | x86/kvm: don't forget to ACK async PF IRQVitaly Kuznetsov2020-09-121-0/+2
* | x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macroVitaly Kuznetsov2020-09-121-4/+0
* | KVM: Check the allocation of pv cpu maskHaiwei Li2020-09-111-3/+19
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-37/+81
|\
| * x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan2020-07-081-7/+32
| * x86/kvm: Change print code to use pr_*() formatZhenzhong Duan2020-07-081-9/+13
| * Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get init...Zhenzhong Duan2020-07-081-9/+3
| * Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini2020-07-081-13/+34
| |\
| | * KVM: x86: Switch KVM guest to using interrupts for page ready APF deliveryVitaly Kuznetsov2020-06-151-15/+33
* | | x86/entry: Cleanup idtentry_enter/exitThomas Gleixner2020-07-241-3/+3
* | | x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski2020-07-061-3/+3
|/ /
* | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-131-6/+9
|\ \ | |/ |/|
| * x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner2020-06-111-6/+9
* | x86/kvm: Remove defunct KVM_DEBUG_FS KconfigSean Christopherson2020-06-041-1/+0
|/
* KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2020-06-011-8/+8
* x86/kvm: Restrict ASYNC_PF to user spaceThomas Gleixner2020-05-191-93/+7
* x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner2020-05-191-60/+141
* x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski2020-05-191-18/+21
* KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li2020-02-281-12/+21
* KVM: Introduce pv check helpersWanpeng Li2020-02-281-10/+24
* x86/kvm: do not setup pv tlb flush when not paravirtualizedThadeu Lima de Souza Cascardo2020-02-051-0/+3
* x86/context-tracking: Remove exception_enter/exit() from KVM_PV_REASON_PAGE_N...Frederic Weisbecker2020-01-071-4/+0
* x86/kvm: Fix -Wmissing-prototypes warningsYi Wang2019-10-251-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-181-12/+0
|\
| * KVM: X86: Use IPI shorthands in kvm guest when supportWanpeng Li2019-09-141-12/+0
* | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-181-0/+37
|\ \
| * \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2019-09-171-0/+37
| |\ \ | | |/ | |/|
| | * cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are a...Wanpeng Li2019-09-111-0/+1
| | * cpuidle-haltpoll: vcpu hotplug supportJoao Martins2019-09-031-12/+6
| | * cpuidle-haltpoll: disable host side polling when kvm virtualizedMarcelo Tosatti2019-07-301-0/+42
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-171-1/+1
|\ \ \ | |/ / |/| |