index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
posted_intr.c
Age
Commit message (
Expand
)
Author
2024-04-30
x86/irq: Remove bitfields in posted interrupt descriptor
Jacob Pan
2023-08-09
x86/apic: Wrap IPI calls into helper functions
Dave Hansen
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-06-24
KVM: nVMX: clean up posted interrupt descriptor try_cmpxchg
Paolo Bonzini
2022-06-15
KVM: VMX: Use try_cmpxchg64 in pi_try_set_control
Uros Bizjak
2022-06-08
KVM: VMX: enable IPI virtualization
Chao Gao
2022-05-12
KVM: VMX: clean up pi_wakeup_handler
Li RongQing
2022-05-02
KVM: VMX: Use vcpu_to_pi_desc() uniformly in posted_intr.c
Yuan Yao
2022-02-10
KVM: VMX: Rename VMX functions to conform to kvm_x86_ops names
Sean Christopherson
2022-01-19
KVM: VMX: Don't do full kick when handling posted interrupt wakeup
Sean Christopherson
2022-01-19
KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
Sean Christopherson
2022-01-19
KVM: VMX: Handle PI descriptor updates during vcpu_put/load
Sean Christopherson
2022-01-19
Merge branch 'kvm-pi-raw-spinlock' into HEAD
Paolo Bonzini
2022-01-18
KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock
Marcelo Tosatti
2021-12-09
KVM: VMX: Clean up PI pre/post-block WARNs
Sean Christopherson
2021-12-08
KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
Sean Christopherson
2021-12-08
KVM: VMX: Move Posted Interrupt ndst computation out of write loop
Sean Christopherson
2021-12-08
KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
Sean Christopherson
2021-12-08
KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
Sean Christopherson
2021-12-08
KVM: VMX: Drop pointless PI.NDST update when blocking
Sean Christopherson
2021-12-08
KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
Sean Christopherson
2021-12-08
KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
Sean Christopherson
2021-12-08
KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
Sean Christopherson
2021-12-08
KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
Paolo Bonzini
2021-11-30
KVM: x86: Use a stable condition around all VT-d PI paths
Paolo Bonzini
2021-05-27
KVM: VMX: update vcpu posted-interrupt descriptor when assigning device
Marcelo Tosatti
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
2021-02-04
KVM: VMX: Use x2apic_mode to avoid RDMSR when querying PI state
Sean Christopherson
2020-10-24
KVM: vmx: rename pi_init to avoid conflict with paride
Paolo Bonzini
2020-09-28
KVM: VMX: Extract posted interrupt support to separate files
Xiaoyao Li