summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/apic.h
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-09x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()Thomas Gleixner1-3/+0
2023-08-09x86/apic: Provide apic_update_callback()Thomas Gleixner1-0/+28
2023-08-09x86/apic: Provide common init infrastructureThomas Gleixner1-0/+2
2023-08-09x86/apic: Wrap apic->native_eoi() into a helperThomas Gleixner1-0/+6
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen1-10/+0
2023-08-09x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner1-6/+11
2023-08-09x86/apic: Sanitize APIC ID range validationThomas Gleixner1-2/+1
2023-08-09x86/apic: Prepare x2APIC for using apic::max_apic_idThomas Gleixner1-3/+4
2023-08-09x86/apic: Add max_apic_id memberThomas Gleixner1-0/+3
2023-08-09x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner1-0/+5
2023-08-09x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()Thomas Gleixner1-1/+0
2023-08-09x86/apic: Allow apic::safe_wait_icr_idle() to be NULLThomas Gleixner1-7/+1
2023-08-09x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner1-7/+2
2023-08-09x86/apic: Consolidate wait_icr_idle() implementationsThomas Gleixner1-1/+0
2023-08-09x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner1-1/+1
2023-08-09x86/apic: Mop up *setup_apic_routing()Thomas Gleixner1-6/+4
2023-08-09x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner1-1/+0
2023-08-09x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner1-2/+0
2023-08-09x86/apic/32: Remove pointless default_acpi_madt_oem_check()Thomas Gleixner1-1/+3
2023-08-09x86/apic/32: Sanitize logical APIC ID handlingThomas Gleixner1-13/+0
2023-08-09x86/apic: Remove check_phys_apicid_present()Thomas Gleixner1-2/+0
2023-08-09x86/apic: Make some APIC init functions boolThomas Gleixner1-3/+3
2023-08-09x86/apic: Consolidate boot_cpu_physical_apicid initialization sitesThomas Gleixner1-1/+1
2023-08-09x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner1-16/+0
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner1-1/+5
2023-08-09x86/apic: Remove pointless x86_bios_cpu_apicidThomas Gleixner1-2/+0
2023-08-09x86/apic: Rename disable_apicThomas Gleixner1-2/+2
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse1-0/+2
2023-05-15x86/apic: Provide cpu_primary_thread maskThomas Gleixner1-2/+0
2023-05-15x86/smpboot: Remove the CPU0 hotplug kludgeThomas Gleixner1-1/+0
2022-12-02x86/apic: Handle no CONFIG_X86_X2APIC on systems with x2APIC enabled by BIOSMateusz Jończyk1-2/+1
2022-07-30profile: setup_profiling_timer() is moslty not implementedBen Dooks1-2/+0
2022-04-07x86/acpi/x86/boot: Add multiprocessor wake-up supportKuppuswamy Sathyanarayanan1-0/+5
2022-04-07x86/boot: Add a trampoline for booting APs via firmware handoffSean Christopherson1-0/+2
2021-05-29x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner1-0/+1
2021-02-04x86/apic: Add extra serialization for non-serializing MSRsDave Hansen1-10/+0
2020-10-28x86/apic: Always provide irq_compose_msi_msg() method for vector domainDavid Woodhouse1-5/+3
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner1-1/+1
2020-10-28x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner1-2/+0
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner1-1/+2
2020-10-28x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse1-0/+1
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-2/+2
2020-09-16x86/msi: Move compose message callback where it belongsThomas Gleixner1-0/+8
2020-06-11x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner1-20/+0
2020-06-11x86/entry: Convert various system vectorsThomas Gleixner1-13/+0
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner1-0/+8