summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-28x86/kvm: Enable 15-bit extension when KVM_FEATURE_MSI_EXT_DEST_ID detectedDavid Woodhouse1-0/+6
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+29
2020-09-28cpuidle-haltpoll: fix error comments in arch_haltpoll_disableLi Qiang1-1/+1
2020-09-20Revert "KVM: Check the allocation of pv cpu mask"Vitaly Kuznetsov1-19/+3
2020-09-12x86/kvm: don't forget to ACK async PF IRQVitaly Kuznetsov1-0/+2
2020-09-12x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macroVitaly Kuznetsov1-4/+0
2020-09-11KVM: Check the allocation of pv cpu maskHaiwei Li1-3/+19
2020-09-09x86/kvm: Add KVM-specific VMMCALL handling under SEV-ESTom Lendacky1-6/+29
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-37/+81
2020-07-24x86/entry: Cleanup idtentry_enter/exitThomas Gleixner1-3/+3
2020-07-08x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan1-7/+32
2020-07-08x86/kvm: Change print code to use pr_*() formatZhenzhong Duan1-9/+13
2020-07-08Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get init...Zhenzhong Duan1-9/+3
2020-07-08Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini1-13/+34
2020-07-06x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski1-3/+3
2020-06-15KVM: x86: Switch KVM guest to using interrupts for page ready APF deliveryVitaly Kuznetsov1-15/+33
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+9
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner1-6/+9
2020-06-04x86/kvm: Remove defunct KVM_DEBUG_FS KconfigSean Christopherson1-1/+0
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov1-8/+8
2020-05-19x86/kvm: Restrict ASYNC_PF to user spaceThomas Gleixner1-93/+7
2020-05-19x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner1-60/+141
2020-05-19x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski1-18/+21
2020-02-28KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li1-12/+21
2020-02-28KVM: Introduce pv check helpersWanpeng Li1-10/+24
2020-02-05x86/kvm: do not setup pv tlb flush when not paravirtualizedThadeu Lima de Souza Cascardo1-0/+3
2020-01-07x86/context-tracking: Remove exception_enter/exit() from KVM_PV_REASON_PAGE_N...Frederic Weisbecker1-4/+0
2019-10-25x86/kvm: Fix -Wmissing-prototypes warningsYi Wang1-0/+1
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+0
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+37
2019-09-17Merge branch 'pm-cpuidle'Rafael J. Wysocki1-0/+37
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2019-09-14KVM: X86: Use IPI shorthands in kvm guest when supportWanpeng Li1-12/+0
2019-09-11cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are a...Wanpeng Li1-0/+1
2019-09-03cpuidle-haltpoll: vcpu hotplug supportJoao Martins1-12/+6
2019-08-09Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-4/+5
2019-08-05x86: kvm: remove useless calls to kvm_para_availablePaolo Bonzini1-8/+0
2019-07-31x86/kvm: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-07-30cpuidle-haltpoll: disable host side polling when kvm virtualizedMarcelo Tosatti1-0/+42
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2019-07-18x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf1-0/+1
2019-07-17x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra1-4/+4
2019-07-02KVM: X86: Yield to IPI target if necessaryWanpeng Li1-0/+21
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Thomas Gleixner1-14/+1
2019-04-19x86/kvm: Make steal_time visibleAndi Kleen1-1/+1
2019-01-25KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal errorSean Christopherson1-2/+5
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-9/+10
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra1-1/+4
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+111