index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
posted_intr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-12
KVM: VMX: clean up pi_wakeup_handler
Li RongQing
1
-4
/
+5
2022-05-02
KVM: VMX: Use vcpu_to_pi_desc() uniformly in posted_intr.c
Yuan Yao
1
-1
/
+1
2022-02-10
KVM: VMX: Rename VMX functions to conform to kvm_x86_ops names
Sean Christopherson
1
-3
/
+3
2022-01-19
KVM: VMX: Don't do full kick when handling posted interrupt wakeup
Sean Christopherson
1
-1
/
+1
2022-01-19
KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
Sean Christopherson
1
-19
/
+20
2022-01-19
KVM: VMX: Handle PI descriptor updates during vcpu_put/load
Sean Christopherson
1
-86
/
+64
2022-01-19
Merge branch 'kvm-pi-raw-spinlock' into HEAD
Paolo Bonzini
1
-8
/
+8
2022-01-18
KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock
Marcelo Tosatti
1
-8
/
+8
2021-12-09
KVM: VMX: Clean up PI pre/post-block WARNs
Sean Christopherson
1
-12
/
+23
2021-12-08
KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
Sean Christopherson
1
-5
/
+22
2021-12-08
KVM: VMX: Move Posted Interrupt ndst computation out of write loop
Sean Christopherson
1
-14
/
+11
2021-12-08
KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
Sean Christopherson
1
-3
/
+3
2021-12-08
KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
Sean Christopherson
1
-6
/
+7
2021-12-08
KVM: VMX: Drop pointless PI.NDST update when blocking
Sean Christopherson
1
-20
/
+3
2021-12-08
KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
Sean Christopherson
1
-2
/
+2
2021-12-08
KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
Sean Christopherson
1
-14
/
+10
2021-12-08
KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
Sean Christopherson
1
-4
/
+7
2021-12-08
KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
Paolo Bonzini
1
-1
/
+2
2021-11-30
KVM: x86: Use a stable condition around all VT-d PI paths
Paolo Bonzini
1
-9
/
+11
2021-05-27
KVM: VMX: update vcpu posted-interrupt descriptor when assigning device
Marcelo Tosatti
1
-0
/
+14
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-02-04
KVM: VMX: Use x2apic_mode to avoid RDMSR when querying PI state
Sean Christopherson
1
-3
/
+3
2020-10-24
KVM: vmx: rename pi_init to avoid conflict with paride
Paolo Bonzini
1
-1
/
+1
2020-09-28
KVM: VMX: Extract posted interrupt support to separate files
Xiaoyao Li
1
-0
/
+332