summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorFilesLines
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson1-2/+2
2023-08-09x86/apic: Provide static call infrastructure for APIC callbacksThomas Gleixner1-0/+53
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen4-11/+13
2023-08-09x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()Thomas Gleixner1-27/+0
2023-08-09x86/apic: Provide apic_update_callback()Thomas Gleixner1-1/+38
2023-08-09x86/apic: Provide common init infrastructureThomas Gleixner7-56/+54
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen3-8/+8
2023-08-09x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner9-14/+15
2023-08-09x86/apic/noop: Tidy up the codeThomas Gleixner1-30/+8
2023-08-09x86/apic: Remove pointless NULL initializationsThomas Gleixner6-13/+0
2023-08-09x86/apic: Sanitize APIC ID range validationThomas Gleixner10-34/+0
2023-08-09x86/apic: Prepare x2APIC for using apic::max_apic_idThomas Gleixner4-1/+10
2023-08-09x86/apic: Simplify X2APIC ID validationThomas Gleixner1-5/+2
2023-08-09x86/apic: Add max_apic_id memberThomas Gleixner8-0/+10
2023-08-09x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner1-1/+1
2023-08-09x86/apic/64: Uncopypaste probingThomas Gleixner1-10/+11
2023-08-09x86/apic/x2apic: Share all common IPI functionsThomas Gleixner4-44/+28
2023-08-09x86/apic/uv: Get rid of wrapper callbacksThomas Gleixner1-6/+1
2023-08-09x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()Thomas Gleixner6-23/+22
2023-08-09x86/apic: Allow apic::safe_wait_icr_idle() to be NULLThomas Gleixner5-17/+0
2023-08-09x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner5-12/+0
2023-08-09x86/apic: Consolidate wait_icr_idle() implementationsThomas Gleixner6-13/+9
2023-08-09x86/apic/ipi: Tidy up the code and fixup commentsThomas Gleixner2-44/+32
2023-08-09x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner11-61/+11
2023-08-09x86/apic: Mop up *setup_apic_routing()Thomas Gleixner11-33/+8
2023-08-09x86/ioapic/32: Decrapify phys_id_present_map operationThomas Gleixner1-4/+1
2023-08-09x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner9-16/+5
2023-08-09x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner10-74/+24
2023-08-09x86/apic/32: Remove bigsmp_cpu_present_to_apicid()Thomas Gleixner1-9/+1
2023-08-09x86/apic/32: Decrapify the def_bigsmp mechanismThomas Gleixner4-30/+41
2023-08-09x86/apic/32: Remove pointless default_acpi_madt_oem_check()Thomas Gleixner2-23/+0
2023-08-09x86/apic: Mop up early_per_cpu() abuseThomas Gleixner1-1/+1
2023-08-09x86/apic/ipi: Code cleanupThomas Gleixner1-16/+7
2023-08-09x86/apic/32: Remove x86_cpu_to_logical_apicidThomas Gleixner2-58/+9
2023-08-09x86/apic/32: Sanitize logical APIC ID handlingThomas Gleixner4-38/+2
2023-08-09x86/apic: Get rid of apic_physThomas Gleixner1-9/+10
2023-08-09x86/apic: Remove check_phys_apicid_present()Thomas Gleixner9-21/+0
2023-08-09x86/apic: Sanitize num_processors handlingThomas Gleixner1-3/+6
2023-08-09x86/apic: Sanitize APIC address setupThomas Gleixner1-19/+10
2023-08-09x86/apic: Split register_apic_address()Thomas Gleixner1-8/+14
2023-08-09x86/apic: Make some APIC init functions boolThomas Gleixner1-18/+18
2023-08-09x86/apic: Remove the pointless APIC version checkThomas Gleixner1-15/+4
2023-08-09x86/apic: Register boot CPU APIC earlyThomas Gleixner1-70/+50
2023-08-09x86/apic: Consolidate boot_cpu_physical_apicid initialization sitesThomas Gleixner1-70/+32
2023-08-09x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner8-17/+0
2023-08-09x86/apic: Remove unused max_physical_apicidThomas Gleixner1-8/+0
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner4-8/+3
2023-08-09x86/apic: Remove pointless x86_bios_cpu_apicidThomas Gleixner4-9/+4
2023-08-09x86/apic/ioapic: Rename skip_ioapic_setupThomas Gleixner2-12/+12
2023-08-09x86/apic: Rename disable_apicThomas Gleixner4-16/+16