summaryrefslogtreecommitdiff
path: root/arch/x86/hyperv/hv_apic.c
AgeCommit message (Expand)Author
2024-03-22x86/hyperv: Cosmetic changes for hv_apic.cErni Sri Satya Vennela
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-25Drivers: hv: vmbus: Support fully enlightened TDX guestsDexuan Cui
2023-08-09x86/apic: Convert other overrides to apic_update_callback()Thomas Gleixner
2023-08-09x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()Thomas Gleixner
2023-08-09x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner
2023-06-28x86/hyperv: Improve code for referencing hyperv_pcpu_input_argNischala Yelchuri
2023-04-17x86/hyperv: Add callback filter to cpumask_to_vpset()Michael Kelley
2022-06-24KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELDSuravee Suthikulpanit
2021-10-06x86/hyperv: Avoid erroneously sending IPI to 'self'Vitaly Kuznetsov
2021-09-11x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutselfWei Liu
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury
2021-03-24x86/hyperv: Fix unused variable 'hi' warning in hv_apic_readXu Yihang
2020-10-26x86/hyperv: Clarify comment on x2apic modeMichael Kelley
2019-11-15Merge branch 'linus' into x86/hypervThomas Gleixner
2019-11-12x86/hyperv: Micro-optimize send_ipi_one()Vitaly Kuznetsov
2019-10-15x86/hyperv: Make vapic support x2apic modeRoman Kagan
2019-04-16x86/hyper-v: Implement EOI assistVitaly Kuznetsov
2018-09-27x86/hyperv: Remove unused includeYueHaibing
2018-09-20x86/hyper-v: rename ipi_arg_{ex,non_ex} structuresVitaly Kuznetsov
2018-07-20x86/hyper-v: Fix wrong merge conflict resolutionK. Y. Srinivasan
2018-07-06Merge branch 'x86/urgent' into x86/hypervThomas Gleixner
2018-07-06x86/hyper-v: Fix the circular dependency in IPI enlightenmentK. Y. Srinivasan
2018-07-03x86/hyper-v: Trace PV IPI sendVitaly Kuznetsov
2018-07-03x86/hyper-v: Use cheaper HVCALL_SEND_IPI hypercall when possibleVitaly Kuznetsov
2018-07-03x86/hyper-v: Use 'fast' hypercall for HVCALL_SEND_IPIVitaly Kuznetsov
2018-05-19x86/Hyper-V/hv_apic: Build the Hyper-V APIC conditionallyThomas Gleixner
2018-05-19x86/Hyper-V/hv_apic: Include asm/apic.hThomas Gleixner
2018-05-19X86/Hyper-V: Enhanced IPI enlightenmentK. Y. Srinivasan
2018-05-19X86/Hyper-V: Enable IPI enlightenmentsK. Y. Srinivasan
2018-05-19X86/Hyper-V: Enlighten APIC accessK. Y. Srinivasan