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