summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/apic.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-141-0/+6
|\
| * x86/irq: Use existing helper for pending vector checkJacob Pan2024-05-081-7/+1
| * x86/irq: Extend checks for pending vectors to posted interruptsJacob Pan2024-04-301-1/+2
| * x86/irq: Factor out common code for checking pending interruptsJacob Pan2024-04-301-0/+11
* | Merge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-131-1/+1
|\ \ | |/ |/|
| * x86/asm: Remove %P operand modifier from altinstr asm templatesUros Bizjak2024-03-191-1/+1
* | x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap2024-04-081-1/+2
|/
* x86/cpu/topology: Rework possible CPU managementThomas Gleixner2024-02-151-0/+5
* x86/cpu/topology: Provide separate APIC registration functionsThomas Gleixner2024-02-151-0/+3
* x86/cpu/topology: Move registration out of APIC codeThomas Gleixner2024-02-151-0/+2
* x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner2024-02-151-0/+3
* x86/apic: Remove yet another dubious callbackThomas Gleixner2024-02-151-1/+0
* x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner2024-02-151-1/+0
* x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner2024-02-151-3/+0
* x86/cpu/topology: Make the APIC mismatch warnings completeThomas Gleixner2024-02-151-3/+2
* x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner2024-02-151-1/+0
* x86/apic: Drop apic::delivery_modeAndrew Cooper2023-11-211-2/+0
* Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-041-1/+4
|\
| * x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner2023-10-241-1/+4
* | x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner2023-10-101-4/+4
* | x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner2023-10-101-12/+2
* | x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner2023-10-101-1/+1
* | x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner2023-10-101-2/+2
* | x86/apic: Use u32 for check_apicid_used()Thomas Gleixner2023-10-101-2/+1
* | x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner2023-10-101-4/+4
|/
* x86/apic: Turn on static callsThomas Gleixner2023-08-091-14/+13
* x86/apic: Provide static call infrastructure for APIC callbacksThomas Gleixner2023-08-091-0/+21
* x86/apic: Wrap IPI calls into helper functionsDave Hansen2023-08-091-0/+30
* x86/apic: Mark all hotpath APIC callback wrappers __always_inlineThomas Gleixner2023-08-091-9/+9
* x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()Thomas Gleixner2023-08-091-3/+0
* x86/apic: Provide apic_update_callback()Thomas Gleixner2023-08-091-0/+28
* x86/apic: Provide common init infrastructureThomas Gleixner2023-08-091-0/+2
* x86/apic: Wrap apic->native_eoi() into a helperThomas Gleixner2023-08-091-0/+6
* x86/apic: Nuke ack_APIC_irq()Dave Hansen2023-08-091-10/+0
* x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner2023-08-091-6/+11
* x86/apic: Sanitize APIC ID range validationThomas Gleixner2023-08-091-2/+1
* x86/apic: Prepare x2APIC for using apic::max_apic_idThomas Gleixner2023-08-091-3/+4
* x86/apic: Add max_apic_id memberThomas Gleixner2023-08-091-0/+3
* x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner2023-08-091-0/+5
* x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()Thomas Gleixner2023-08-091-1/+0
* x86/apic: Allow apic::safe_wait_icr_idle() to be NULLThomas Gleixner2023-08-091-7/+1
* x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner2023-08-091-7/+2
* x86/apic: Consolidate wait_icr_idle() implementationsThomas Gleixner2023-08-091-1/+0
* x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner2023-08-091-1/+1
* x86/apic: Mop up *setup_apic_routing()Thomas Gleixner2023-08-091-6/+4
* x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner2023-08-091-1/+0
* x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner2023-08-091-2/+0
* x86/apic/32: Remove pointless default_acpi_madt_oem_check()Thomas Gleixner2023-08-091-1/+3
* x86/apic/32: Sanitize logical APIC ID handlingThomas Gleixner2023-08-091-13/+0
* x86/apic: Remove check_phys_apicid_present()Thomas Gleixner2023-08-091-2/+0