summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorFilesLines
2024-05-23genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang1-3/+6
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2024-05-15Revert "x86/apic/msi: Enable PCI/IMS"Bjorn Helgaas1-5/+0
2024-05-14Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+2
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-13Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-21/+24
2024-04-30x86/apic: Don't access the APIC when disabling x2APICThomas Gleixner1-5/+11
2024-04-30x86/irq: Factor out common code for checking pending interruptsJacob Pan1-3/+2
2024-04-29x86/apic: Switch to new Intel CPU model definesTony Luck1-19/+19
2024-04-12Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar1-3/+3
2024-04-11x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar1-3/+3
2024-04-10x86/cpu: Improve readability of per-CPU cpumask initialization codeIngo Molnar1-3/+5
2024-04-10x86/cpu: Take NUMA node into account when allocating per-CPU cpumasksLi RongQing1-1/+2
2024-04-03x86/apic: Improve data types to fix Coccinelle warningsThorsten Blum1-4/+4
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-424/+49
2024-02-25x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain searchThomas Gleixner1-1/+1
2024-02-15x86/cpu/topology: Confine topology informationThomas Gleixner1-1/+0
2024-02-15x86/cpu/topology: Move registration out of APIC codeThomas Gleixner1-183/+2
2024-02-15x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner1-1/+1
2024-02-15x86/apic: Remove yet another dubious callbackThomas Gleixner5-13/+0
2024-02-15x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner8-37/+0
2024-02-15x86/mpparse: Remove the physid_t bitmap wrapperThomas Gleixner4-30/+18
2024-02-15x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner4-19/+0
2024-02-15x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck()Thomas Gleixner1-3/+2
2024-02-15x86/ioapic: Make io_apic_get_unique_id() simplerThomas Gleixner1-17/+5
2024-02-15x86/apic: Get rid of get_physical_broadcast()Thomas Gleixner2-37/+22
2024-02-15x86/ioapic: Replace some more set bit nonsenseThomas Gleixner1-4/+2
2024-02-15x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_idsThomas Gleixner1-1/+1
2024-02-15x86/apic/uv: Remove the private leaf 0xb parserThomas Gleixner1-43/+9
2024-02-15x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner9-48/+0
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+4
2024-01-03arch/x86: Fix typosBjorn Helgaas3-4/+4
2023-11-23x86/ioapic: Remove unfinished sentence from commentAdrian Huang1-1/+1
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper8-10/+0
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-0/+12
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-43/+64
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den1-5/+3
2023-10-24x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner4-0/+12
2023-10-10x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner3-3/+3
2023-10-10x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner8-13/+23
2023-10-10x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner8-8/+8
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner1-1/+1
2023-10-10x86/apic: Use u32 for check_apicid_used()Thomas Gleixner5-4/+5
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner2-10/+11
2023-10-10x86/apic: Use BAD_APICID consistentlyThomas Gleixner1-4/+2
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner1-1/+1
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner1-1/+1
2023-10-10x86/apic: Fake primary thread mask for XEN/PVThomas Gleixner1-0/+11
2023-09-21x86/platform/uv/apic: Clean up inconsistent indentingYang Li1-1/+1
2023-09-11x86/platform/uv: Use alternate source for socket to node dataSteve Wahl1-6/+5