aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/tip/tipLinus 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_NOT_PRESENT async page faultFrederic 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/rafael/linux-pmLinus 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/kernel/git/tip/tipLinus 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 availableWanpeng 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/git/kvmarm/kvmarm into HEADPaolo 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/kernel/git/tip/tipLinus 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
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+1
2018-08-06KVM: X86: Implement PV IPIs in linux guestWanpeng Li1-0/+96
2018-08-06KVM: X86: Add kvm hypervisor init time platform setup callbackWanpeng Li1-0/+10
2018-08-06x86/kvm: Don't use pvqspinlock code if only 1 vCPUWaiman Long1-0/+4
2018-07-20x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner1-13/+0
2018-07-20x86/kvmclock: Remove memblock dependencyPavel Tatashin1-0/+1
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra1-2/+2
2018-05-17kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIMEMichael S. Tsirkin1-4/+4
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+18
2018-03-28KVM: X86: Fix setup the virt_spin_lock_key before static key get initializedWanpeng Li1-3/+9
2018-03-28KVM: x86: Fix pv tlb flush dependenciesWanpeng Li1-2/+2
2018-03-06KVM: X86: Don't use PV TLB flush with dedicated physical CPUsWanpeng Li1-0/+2
2018-03-06KVM: X86: Choose qspinlock when dedicated physical CPUs are availableWanpeng Li1-0/+5
2018-03-06KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li1-0/+5
2018-02-24KVM: X86: Avoid traversing all the cpus for pv tlb flush when steal time is disabledWanpeng Li1-2/+4
2018-02-24x86/kvm: Make parse_no_xxx __init for kvmDou Liyang1-3/+3