index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
posted_intr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/irq: Remove bitfields in posted interrupt descriptor
Jacob Pan
2024-04-30
1
-2
/
+2
*
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