summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/apic.h
AgeCommit message (Expand)Author
2024-02-15x86/cpu/topology: Rework possible CPU managementThomas Gleixner
2024-02-15x86/cpu/topology: Provide separate APIC registration functionsThomas Gleixner
2024-02-15x86/cpu/topology: Move registration out of APIC codeThomas Gleixner
2024-02-15x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner
2024-02-15x86/apic: Remove yet another dubious callbackThomas Gleixner
2024-02-15x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner
2024-02-15x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner
2024-02-15x86/cpu/topology: Make the APIC mismatch warnings completeThomas Gleixner
2024-02-15x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-24x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner
2023-10-10x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner
2023-10-10x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner
2023-10-10x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner
2023-10-10x86/apic: Use u32 for check_apicid_used()Thomas Gleixner
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner
2023-08-09x86/apic: Turn on static callsThomas Gleixner
2023-08-09x86/apic: Provide static call infrastructure for APIC callbacksThomas Gleixner
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen
2023-08-09x86/apic: Mark all hotpath APIC callback wrappers __always_inlineThomas Gleixner
2023-08-09x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()Thomas Gleixner
2023-08-09x86/apic: Provide apic_update_callback()Thomas Gleixner
2023-08-09x86/apic: Provide common init infrastructureThomas Gleixner
2023-08-09x86/apic: Wrap apic->native_eoi() into a helperThomas Gleixner
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen
2023-08-09x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner
2023-08-09x86/apic: Sanitize APIC ID range validationThomas Gleixner
2023-08-09x86/apic: Prepare x2APIC for using apic::max_apic_idThomas Gleixner
2023-08-09x86/apic: Add max_apic_id memberThomas Gleixner
2023-08-09x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner
2023-08-09x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()Thomas Gleixner
2023-08-09x86/apic: Allow apic::safe_wait_icr_idle() to be NULLThomas Gleixner
2023-08-09x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner
2023-08-09x86/apic: Consolidate wait_icr_idle() implementationsThomas Gleixner
2023-08-09x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner
2023-08-09x86/apic: Mop up *setup_apic_routing()Thomas Gleixner
2023-08-09x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner
2023-08-09x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner
2023-08-09x86/apic/32: Remove pointless default_acpi_madt_oem_check()Thomas Gleixner
2023-08-09x86/apic/32: Sanitize logical APIC ID handlingThomas Gleixner
2023-08-09x86/apic: Remove check_phys_apicid_present()Thomas Gleixner
2023-08-09x86/apic: Make some APIC init functions boolThomas Gleixner
2023-08-09x86/apic: Consolidate boot_cpu_physical_apicid initialization sitesThomas Gleixner
2023-08-09x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner
2023-08-09x86/apic: Remove pointless x86_bios_cpu_apicidThomas Gleixner
2023-08-09x86/apic: Rename disable_apicThomas Gleixner
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse