summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvm.c
AgeCommit message (Expand)AuthorLines
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-37/+81
2020-07-24x86/entry: Cleanup idtentry_enter/exitThomas Gleixner-3/+3
2020-07-08x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan-7/+32
2020-07-08x86/kvm: Change print code to use pr_*() formatZhenzhong Duan-9/+13
2020-07-08Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get init...Zhenzhong Duan-9/+3
2020-07-08Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini-13/+34
2020-07-06x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski-3/+3
2020-06-15KVM: x86: Switch KVM guest to using interrupts for page ready APF deliveryVitaly Kuznetsov-15/+33
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+9
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner-6/+9
2020-06-04x86/kvm: Remove defunct KVM_DEBUG_FS KconfigSean Christopherson-1/+0
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov-8/+8
2020-05-19x86/kvm: Restrict ASYNC_PF to user spaceThomas Gleixner-93/+7
2020-05-19x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner-60/+141
2020-05-19x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski-18/+21
2020-02-28KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li-12/+21
2020-02-28KVM: Introduce pv check helpersWanpeng Li-10/+24
2020-02-05x86/kvm: do not setup pv tlb flush when not paravirtualizedThadeu Lima de Souza Cascardo-0/+3
2020-01-07x86/context-tracking: Remove exception_enter/exit() from KVM_PV_REASON_PAGE_N...Frederic Weisbecker-4/+0
2019-10-25x86/kvm: Fix -Wmissing-prototypes warningsYi Wang-0/+1
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-12/+0
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-0/+37
2019-09-17Merge branch 'pm-cpuidle'Rafael J. Wysocki-0/+37
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2019-09-14KVM: X86: Use IPI shorthands in kvm guest when supportWanpeng Li-12/+0
2019-09-11cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are a...Wanpeng Li-0/+1
2019-09-03cpuidle-haltpoll: vcpu hotplug supportJoao Martins-12/+6
2019-08-09Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini-4/+5
2019-08-05x86: kvm: remove useless calls to kvm_para_availablePaolo Bonzini-8/+0
2019-07-31x86/kvm: Use CONFIG_PREEMPTIONThomas Gleixner-1/+1
2019-07-30cpuidle-haltpoll: disable host side polling when kvm virtualizedMarcelo Tosatti-0/+42
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+4
2019-07-18x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf-0/+1
2019-07-17x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra-4/+4
2019-07-02KVM: X86: Yield to IPI target if necessaryWanpeng Li-0/+21
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Thomas Gleixner-14/+1
2019-04-19x86/kvm: Make steal_time visibleAndi Kleen-1/+1
2019-01-25KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal errorSean Christopherson-2/+5
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross-9/+10
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra-1/+4
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+111
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+1
2018-08-06KVM: X86: Implement PV IPIs in linux guestWanpeng Li-0/+96
2018-08-06KVM: X86: Add kvm hypervisor init time platform setup callbackWanpeng Li-0/+10
2018-08-06x86/kvm: Don't use pvqspinlock code if only 1 vCPUWaiman Long-0/+4
2018-07-20x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner-13/+0
2018-07-20x86/kvmclock: Remove memblock dependencyPavel Tatashin-0/+1
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra-2/+2
2018-05-17kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIMEMichael S. Tsirkin-4/+4
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+18