开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
lapic.c
Age
Commit message (
Expand
)
Author
2022-06-09
KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base
Maxim Levitsky
2022-05-25
KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timer
Wanpeng Li
2022-05-25
KVM: LAPIC: Trace LAPIC timer expiration on every vmentry
Wanpeng Li
2022-03-29
KVM: x86: Avoid theoretical NULL pointer dereference in kvm_irq_delivery_to_a...
Vitaly Kuznetsov
2022-03-01
KVM: x86: Make kvm_lapic_set_reg() a "private" xAPIC helper
Sean Christopherson
2022-03-01
KVM: x86: Treat x2APIC's ICR as a 64-bit register, not two 32-bit regs
Sean Christopherson
2022-03-01
KVM: x86: Add helpers to handle 64-bit APIC MSR read/writes
Sean Christopherson
2022-03-01
KVM: x86: Make kvm_lapic_reg_{read,write}() static
Sean Christopherson
2022-03-01
KVM: x86: WARN if KVM emulates an IPI without clearing the BUSY flag
Sean Christopherson
2022-03-01
KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failure
Sean Christopherson
2022-03-01
KVM: x86: Use "raw" APIC register read for handling APIC-write VM-Exit
Sean Christopherson
2022-03-01
KVM: VMX: Handle APIC-write offset wrangling in VMX code
Sean Christopherson
2022-03-01
KVM: x86: Do not change ICR on write to APIC_SELF_IPI
Paolo Bonzini
2022-03-01
KVM: x86: Fix emulation in writing cr8
Zhenzhong Duan
2022-02-18
KVM: x86: make several APIC virtualization callbacks optional
Paolo Bonzini
2022-02-10
KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised
Wanpeng Li
2022-02-10
KVM: x86: Use static_call() for .vcpu_deliver_sipi_vector()
Sean Christopherson
2022-02-08
KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibi...
Maxim Levitsky
2022-02-01
KVM: x86: Move delivery of non-APICv interrupt into vendor code
Sean Christopherson
2022-01-26
KVM: LAPIC: Also cancel preemption timer during SET_LAPIC
Wanpeng Li
2022-01-19
KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers
Sean Christopherson
2021-12-09
KVM: x86: add a tracepoint for APICv/AVIC interrupt delivery
Maxim Levitsky
2021-12-08
KVM: Clear pv eoi pending bit only when it is set
Li RongQing
2021-12-08
KVM: x86: don't print when fail to read/write pv eoi memory
Li RongQing
2021-12-08
KVM: Add helpers to wake/query blocking vCPU
Sean Christopherson
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
2021-11-30
KVM: x86: check PIR even for vCPUs with disabled APICv
Paolo Bonzini
2021-11-11
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
2021-11-11
KVM: x86: Don't update vcpu->arch.pv_eoi.msr_val when a bogus value was writt...
Vitaly Kuznetsov
2021-11-11
KVM: x86: Rename kvm_lapic_enable_pv_eoi()
Vitaly Kuznetsov
2021-10-18
KVM: x86: WARN if APIC HW/SW disable static keys are non-zero on unload
Sean Christopherson
2021-10-18
Revert "KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RE...
Sean Christopherson
2021-08-02
KVM: x86: Consolidate APIC base RESET initialization code
Sean Christopherson
2021-08-02
KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RESET
Sean Christopherson
2021-08-02
KVM: x86: Set BSP bit in reset BSP vCPU's APIC base by default
Sean Christopherson
2021-08-02
KVM: x86: Don't force set BSP bit when local APIC is managed by userspace
Sean Christopherson
2021-08-02
KVM: x86: Remove defunct BSP "update" in local APIC reset
Sean Christopherson
2021-08-02
KVM: x86: WARN if the APIC map is dirty without an in-kernel local APIC
Sean Christopherson
2021-06-17
KVM: LAPIC: Keep stored TMCCT register value 0 after KVM_SET_LAPIC
Wanpeng Li
2021-06-17
KVM: x86: Add a return code to kvm_apic_accept_events
Jim Mattson
2021-06-09
kvm: LAPIC: Restore guard to prevent illegal APIC register access
Jim Mattson
2021-06-08
KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timer
Wanpeng Li
2021-05-27
KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
Marcelo Tosatti
2021-05-27
KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switch
Wanpeng Li
2021-05-03
KVM: LAPIC: Accurately guarantee busy wait for timer to expire when using hv_...
Wanpeng Li
2021-04-26
KVM: x86: Properly handle APF vs disabled LAPIC situation
Vitaly Kuznetsov
2021-03-15
KVM: x86: Handle triple fault in L2 without killing L1
Sean Christopherson
2021-03-12
KVM: LAPIC: Advancing the timer expiration on guest initiated write
Wanpeng Li
2021-03-05
KVM: x86: Ensure deadline timer has truly expired before posting its IRQ
Sean Christopherson
2021-02-09
KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V context
Vitaly Kuznetsov
[next]