summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-06x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callbackThomas Gleixner1-20/+78
2023-08-06x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Thomas Gleixner1-4/+4
2023-07-31x86/apic: Hide unused safe_smp_processor_id() on 32-bit UPArnd Bergmann1-0/+2
2023-06-27Merge tag 'x86_platform_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-123/+195
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+29
2023-06-19x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava1-1/+4
2023-05-31x86/platform/uv: Update UV[23] platform code for SNCSteve Wahl1-4/+38
2023-05-31x86/platform/uv: Remove remaining BUG_ON() and BUG() callsSteve Wahl1-2/+4
2023-05-31x86/platform/uv: UV support for sub-NUMA clusteringSteve Wahl1-68/+94