summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/apic.c
AgeCommit message (Expand)Author
2024-09-17Merge tag 'x86-apic-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-08-13x86/apic: Make x2apic_disable() work correctlyYuntao Wang
2024-08-07x86/apic: Cleanup apic_printk()sThomas Gleixner
2024-05-14Merge tag 'x86_apic_for_6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-13Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-04-30x86/apic: Don't access the APIC when disabling x2APICThomas Gleixner
2024-04-29x86/apic: Switch to new Intel CPU model definesTony Luck
2024-04-11x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar
2024-04-03x86/apic: Improve data types to fix Coccinelle warningsThorsten Blum
2024-02-15x86/cpu/topology: Confine topology informationThomas 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/mpparse: Remove the physid_t bitmap wrapperThomas Gleixner
2024-02-15x86/apic: Get rid of get_physical_broadcast()Thomas Gleixner
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner
2023-10-10x86/apic: Use BAD_APICID consistentlyThomas Gleixner
2023-10-10x86/apic: Fake primary thread mask for XEN/PVThomas Gleixner
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen
2023-08-09x86/apic: Provide common init infrastructureThomas 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: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()Thomas 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 empty init_apic_ldr() callbacksThomas Gleixner
2023-08-09x86/apic/32: Decrapify the def_bigsmp mechanismThomas Gleixner
2023-08-09x86/apic/32: Remove x86_cpu_to_logical_apicidThomas Gleixner
2023-08-09x86/apic/32: Sanitize logical APIC ID handlingThomas Gleixner
2023-08-09x86/apic: Get rid of apic_physThomas Gleixner
2023-08-09x86/apic: Sanitize num_processors handlingThomas Gleixner
2023-08-09x86/apic: Sanitize APIC address setupThomas Gleixner
2023-08-09x86/apic: Split register_apic_address()Thomas Gleixner
2023-08-09x86/apic: Make some APIC init functions boolThomas Gleixner
2023-08-09x86/apic: Remove the pointless APIC version checkThomas Gleixner
2023-08-09x86/apic: Register boot CPU APIC earlyThomas Gleixner
2023-08-09x86/apic: Consolidate boot_cpu_physical_apicid initialization sitesThomas Gleixner
2023-08-09x86/apic: Remove unused max_physical_apicidThomas 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/ioapic: Rename skip_ioapic_setupThomas Gleixner
2023-08-09x86/apic: Rename disable_apicThomas Gleixner
2023-05-29x86/smp: Initialize cpu_primary_thread_mask lateThomas Gleixner
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse
2023-05-15x86/apic: Save the APIC virtual base addressThomas Gleixner
2023-05-15x86/apic: Provide cpu_primary_thread maskThomas Gleixner
2023-04-07x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak