summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/apic.c
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'x86-apic-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-46/+35
2024-08-13x86/apic: Make x2apic_disable() work correctlyYuntao Wang1-5/+6
2024-08-07x86/apic: Cleanup apic_printk()sThomas Gleixner1-46/+35
2024-05-14Merge tag 'x86_apic_for_6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2024-05-14Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-19/+19
2024-04-30x86/apic: Don't access the APIC when disabling x2APICThomas Gleixner1-5/+11
2024-04-29x86/apic: Switch to new Intel CPU model definesTony Luck1-19/+19
2024-04-11x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar1-3/+3
2024-04-03x86/apic: Improve data types to fix Coccinelle warningsThorsten Blum1-4/+4
2024-02-16x86/cpu/topology: Confine topology informationThomas Gleixner1-1/+0
2024-02-16x86/cpu/topology: Move registration out of APIC codeThomas Gleixner1-183/+2
2024-02-16x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner1-1/+1
2024-02-16x86/apic: Remove yet another dubious callbackThomas Gleixner1-3/+0
2024-02-16x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner1-3/+0
2024-02-16x86/mpparse: Remove the physid_t bitmap wrapperThomas Gleixner1-6/+5
2024-02-16x86/apic: Get rid of get_physical_broadcast()Thomas Gleixner1-10/+0
2024-01-03arch/x86: Fix typosBjorn Helgaas1-1/+1
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner1-8/+8
2023-10-10x86/apic: Use BAD_APICID consistentlyThomas Gleixner1-4/+2
2023-10-10x86/apic: Fake primary thread mask for XEN/PVThomas Gleixner1-0/+11
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen1-1/+1
2023-08-09x86/apic: Provide common init infrastructureThomas Gleixner1-30/+1
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen1-5/+5
2023-08-09x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner1-4/+4
2023-08-09x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()Thomas Gleixner1-17/+0
2023-08-09x86/apic: Consolidate wait_icr_idle() implementationsThomas Gleixner1-6/+0
2023-08-09x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner1-5/+2
2023-08-09x86/apic: Mop up *setup_apic_routing()Thomas Gleixner1-1/+3
2023-08-09x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner1-2/+5
2023-08-09x86/apic/32: Decrapify the def_bigsmp mechanismThomas Gleixner1-0/+3
2023-08-09x86/apic/32: Remove x86_cpu_to_logical_apicidThomas Gleixner1-31/+0
2023-08-09x86/apic/32: Sanitize logical APIC ID handlingThomas Gleixner1-2/+2
2023-08-09x86/apic: Get rid of apic_physThomas Gleixner1-9/+10
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: Remove unused max_physical_apicidThomas Gleixner1-8/+0
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner1-5/+0
2023-08-09x86/apic: Remove pointless x86_bios_cpu_apicidThomas Gleixner1-4/+1
2023-08-09x86/apic/ioapic: Rename skip_ioapic_setupThomas Gleixner1-6/+6
2023-08-09x86/apic: Rename disable_apicThomas Gleixner1-11/+11
2023-05-29x86/smp: Initialize cpu_primary_thread_mask lateThomas Gleixner1-1/+17
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse1-1/+1
2023-05-15x86/apic: Save the APIC virtual base addressThomas Gleixner1-0/+4
2023-05-15x86/apic: Provide cpu_primary_thread maskThomas Gleixner1-11/+9
2023-04-07x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak1-3/+2