summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | x86/kvm: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-1/+1
| |/
* | Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-091-4/+5
|\|
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-201-4/+4
| |\
| | * x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2019-07-171-4/+4
| * | x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf2019-07-181-0/+1
| |/
* / x86: kvm: remove useless calls to kvm_para_availablePaolo Bonzini2019-08-051-8/+0
|/
* KVM: X86: Yield to IPI target if necessaryWanpeng Li2019-07-021-0/+21
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Thomas Gleixner2019-05-211-14/+1
* x86/kvm: Make steal_time visibleAndi Kleen2019-04-191-1/+1
* KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal errorSean Christopherson2019-01-251-2/+5
* x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-9/+10
* x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra2018-08-231-1/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-191-1/+111
|\
| * KVM: X86: Implement PV IPIs in linux guestWanpeng Li2018-08-061-0/+96