aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/hyperv/hv_apic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-06x86/hyperv: Avoid erroneously sending IPI to 'self'Vitaly Kuznetsov1-5/+15
2021-09-11x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutselfWei Liu1-17/+26
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury1-7/+9
2021-03-24x86/hyperv: Fix unused variable 'hi' warning in hv_apic_readXu Yihang1-0/+2
2020-10-26x86/hyperv: Clarify comment on x2apic modeMichael Kelley1-5/+9
2019-11-15Merge branch 'linus' into x86/hypervThomas Gleixner1-5/+15
2019-11-12x86/hyperv: Micro-optimize send_ipi_one()Vitaly Kuznetsov1-3/+13
2019-10-15x86/hyperv: Make vapic support x2apic modeRoman Kagan1-5/+15
2019-04-16x86/hyper-v: Implement EOI assistVitaly Kuznetsov1-0/+5
2018-09-27x86/hyperv: Remove unused includeYueHaibing1-1/+0
2018-09-20x86/hyper-v: rename ipi_arg_{ex,non_ex} structuresVitaly Kuznetsov1-4/+4
2018-07-20x86/hyper-v: Fix wrong merge conflict resolutionK. Y. Srinivasan1-1/+1
2018-07-06Merge branch 'x86/urgent' into x86/hypervThomas Gleixner1-0/+5
2018-07-06x86/hyper-v: Fix the circular dependency in IPI enlightenmentK. Y. Srinivasan1-0/+5
2018-07-03x86/hyper-v: Trace PV IPI sendVitaly Kuznetsov1-0/+4
2018-07-03x86/hyper-v: Use cheaper HVCALL_SEND_IPI hypercall when possibleVitaly Kuznetsov1-9/+20
2018-07-03x86/hyper-v: Use 'fast' hypercall for HVCALL_SEND_IPIVitaly Kuznetsov1-16/+6
2018-05-19x86/Hyper-V/hv_apic: Build the Hyper-V APIC conditionallyThomas Gleixner1-6/+0
2018-05-19x86/Hyper-V/hv_apic: Include asm/apic.hThomas Gleixner1-0/+1
2018-05-19X86/Hyper-V: Enhanced IPI enlightenmentK. Y. Srinivasan1-1/+41
2018-05-19X86/Hyper-V: Enable IPI enlightenmentsK. Y. Srinivasan1-0/+117
2018-05-19X86/Hyper-V: Enlighten APIC accessK. Y. Srinivasan1-0/+104