summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorWanpeng Li <wanpengli@tencent.com>2021-06-07 00:19:43 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2021-06-08 12:22:26 -0400
commite898da784aed0ea65f7672d941c01dc9b79e6299 (patch)
tree32206b1e1480ff8574a97ef8f569444858c117a4 /tools/perf/scripts/python/bin
parent4f13d471e5d11034d56161af56d0f9396bc0b384 (diff)
downloadkernel-e898da784aed0ea65f7672d941c01dc9b79e6299.tar.gz
KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timer
According to the SDM 10.5.4.1: A write of 0 to the initial-count register effectively stops the local APIC timer, in both one-shot and periodic mode. However, the lapic timer oneshot/periodic mode which is emulated by vmx-preemption timer doesn't stop by writing 0 to TMICT since vmx->hv_deadline_tsc is still programmed and the guest will receive the spurious timer interrupt later. This patch fixes it by also cancelling the vmx-preemption timer when writing 0 to the initial-count register. Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Wanpeng Li <wanpengli@tencent.com> Message-Id: <1623050385-100988-1-git-send-email-wanpengli@tencent.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
17:41:41 -0400'>2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck 2016-04-07fou: change to use UDP socket GROTom Herbert 2016-03-30gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck 2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross 2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck 2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree 2016-02-12fou: enable LCO in FOU and GUEEdward Cree 2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa 2015-12-16fou: clean up socket with kfree_rcuHannes Frederic Sowa 2015-08-29fou: reject IPv6 configJiri Benc 2015-08-23fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacksTom Herbert 2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert 2015-04-16fou: avoid missing unlock in failure pathWANG Cong 2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2015-04-12fou: implement FOU_CMD_GETWANG Cong 2015-04-12fou: add network namespace supportWANG Cong 2015-04-12fou: always use be16 for portWANG Cong 2015-04-12fou: exit early when parsing config failsWANG Cong 2015-04-12fou: avoid calling udp_del_offload() twiceWANG Cong 2015-04-08fou: Don't use const __read_mostlyAndi Kleen