summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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-161-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
| * KVM: X86: Add kvm hypervisor init time platform setup callbackWanpeng Li2018-08-061-0/+10
| * x86/kvm: Don't use pvqspinlock code if only 1 vCPUWaiman Long2018-08-061-0/+4
* | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-13/+1
|\ \
| * | x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner2018-07-201-13/+0
| * | x86/kvmclock: Remove memblock dependencyPavel Tatashin2018-07-201-0/+1
| |/
* / sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-2/+2
|/
* kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIMEMichael S. Tsirkin2018-05-171-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-0/+18
|\
| * KVM: X86: Fix setup the virt_spin_lock_key before static key get initializedWanpeng Li2018-03-281-3/+9
| * KVM: X86: Don't use PV TLB flush with dedicated physical CPUsWanpeng Li2018-03-061-0/+2
| * KVM: X86: Choose qspinlock when dedicated physical CPUs are availableWanpeng Li2018-03-061-0/+5
| * KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li2018-03-061-0/+5
* | KVM: x86: Fix pv tlb flush dependenciesWanpeng Li2018-03-281-2/+2
|/
* KVM: X86: Avoid traversing all the cpus for pv tlb flush when steal time is d...Wanpeng Li2018-02-241-2/+4
* x86/kvm: Make parse_no_xxx __init for kvmDou Liyang2018-02-241-3/+3
* KVM: x86: fix backward migration with async_PFRadim Krčmář2018-02-241-4/+4
* KVM: X86: use paravirtualized TLB ShootdownWanpeng Li2018-01-161-0/+47
* KVM: X86: Add KVM_VCPU_PREEMPTEDWanpeng Li2018-01-161-1/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-4/+5
|\
| * x86/virt, x86/platform: Add ->guest_late_init() callback to hypervisor_x86 st...Juergen Gross2017-11-101-1/+2
| * x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-11-101-2/+2
| * x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-11-101-1/+1
* | X86/KVM: Decrypt shared per-cpu variables when SEV is activeBrijesh Singh2017-11-071-3/+37
|/