index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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