aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/apic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-01x86/apic: Add kexec support for Secure AVICNeeraj Upadhyay1-0/+1
2025-09-01x86/apic: Add update_vector() callback for APIC driversNeeraj Upadhyay1-0/+9
2025-08-31x86/apic: Initialize Secure AVIC APIC backing pageNeeraj Upadhyay1-0/+1
2025-07-10x86/apic: Rename 'reg_off' to 'reg'Neeraj Upadhyay1-4/+4
2025-07-10x86/apic: KVM: Move apic_test)vector() to common codeNeeraj Upadhyay1-0/+5
2025-07-10x86/apic: KVM: Move lapic set/clear_vector() helpers to common codeNeeraj Upadhyay1-0/+10
2025-07-10x86/apic: KVM: Move lapic get/set helpers to common codeNeeraj Upadhyay1-0/+22
2025-07-10x86/apic: KVM: Move apic_find_highest_vector() to a common headerNeeraj Upadhyay1-0/+22
2025-07-10x86/apic: KVM: Deduplicate APIC vector => register+bit mathSean Christopherson1-2/+5
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2025-05-23arch/x86: Provide the CPU number in the wakeup AP callbackRoman Kisel1-4/+4
2025-05-02x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)Xin Li (Intel)1-1/+1
2025-05-02x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() usesXin Li (Intel)1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-2/+2
2025-03-04x86/alternatives: Simplify alternative_call() interfaceJosh Poimboeuf1-2/+2
2024-08-13x86/apic: Remove unused extern declarationsYue Haibing1-6/+0
2024-08-09x86/apic: Remove logical destination mode for 64-bitThomas Gleixner1-8/+0
2024-08-07x86/apic: Remove unused inline function apic_set_eoi_cb()Yue Haibing1-1/+0
2024-08-07x86/apic: Provide apic_printk() helpersThomas Gleixner1-14/+19
2024-05-14Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2024-05-13Merge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-05-08x86/irq: Use existing helper for pending vector checkJacob Pan1-7/+1
2024-04-30x86/irq: Extend checks for pending vectors to posted interruptsJacob Pan1-1/+2
2024-04-30x86/irq: Factor out common code for checking pending interruptsJacob Pan1-0/+11
2024-04-08x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap1-1/+2
2024-03-19x86/asm: Remove %P operand modifier from altinstr asm templatesUros Bizjak1-1/+1
2024-02-15x86/cpu/topology: Rework possible CPU managementThomas Gleixner1-0/+5
2024-02-15x86/cpu/topology: Provide separate APIC registration functionsThomas Gleixner1-0/+3
2024-02-15x86/cpu/topology: Move registration out of APIC codeThomas Gleixner1-0/+2
2024-02-15x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner1-0/+3
2024-02-15x86/apic: Remove yet another dubious callbackThomas Gleixner1-1/+0
2024-02-15x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner1-1/+0
2024-02-15x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner1-3/+0
2024-02-15x86/cpu/topology: Make the APIC mismatch warnings completeThomas Gleixner1-3/+2
2024-02-15x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner1-1/+0
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper1-2/+0
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+4
2023-10-24x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner1-1/+4
2023-10-10x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner1-4/+4
2023-10-10x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner1-12/+2
2023-10-10x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner1-1/+1
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner1-2/+2
2023-10-10x86/apic: Use u32 for check_apicid_used()Thomas Gleixner1-2/+1
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner1-4/+4
2023-08-09x86/apic: Turn on static callsThomas Gleixner1-14/+13
2023-08-09x86/apic: Provide static call infrastructure for APIC callbacksThomas Gleixner1-0/+21
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen1-0/+30
2023-08-09x86/apic: Mark all hotpath APIC callback wrappers __always_inlineThomas Gleixner1-9/+9