Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1174739
| From | Radim Krčmář <rkrcmar@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] KVM: x86: legacy NMI watchdog fixes |
| Date | 2015-06-30 22:30 +0200 |
| Message-ID | <pHakh-4aX-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Until v2.6.37, Linux used NMI watchdog that utilized IO-APIC and LVT0. This series fixes some problems with APICv, restore, and concurrency while keeping the monster asleep. Radim Krčmář (3): KVM: x86: keep track of LVT0 changes under APICv KVM: x86: properly restore LVT0 KVM: x86: make vapics_in_nmi_mode atomic arch/x86/include/asm/kvm_host.h | 2 +- arch/x86/kvm/i8254.c | 2 +- arch/x86/kvm/lapic.c | 17 ++++++++++------- arch/x86/kvm/lapic.h | 1 + 4 files changed, 13 insertions(+), 9 deletions(-) -- 2.4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] KVM: x86: legacy NMI watchdog fixes Radim Krčmář <rkrcmar@redhat.com> - 2015-06-30 22:30 +0200 [PATCH 1/3] KVM: x86: keep track of LVT0 changes under APICv Radim Krčmář <rkrcmar@redhat.com> - 2015-06-30 22:30 +0200
csiph-web