summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-apic-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-173-603/+346
|\
| * x86/apic: Remove logical destination mode for 64-bitThomas Gleixner2024-08-091-112/+7
| * x86/ioapic: Cleanup remaining coding style issuesThomas Gleixner2024-08-071-11/+12
| * x86/ioapic: Cleanup line breaksThomas Gleixner2024-08-071-37/+18
| * x86/ioapic: Cleanup bracket usageThomas Gleixner2024-08-071-16/+18
| * x86/ioapic: Cleanup commentsThomas Gleixner2024-08-071-49/+37
| * x86/ioapic: Move replace_pin_at_irq_node() to the call siteThomas Gleixner2024-08-071-22/+18
| * x86/ioapic: Cleanup guarded debug printk()sThomas Gleixner2024-08-071-38/+29
| * x86/ioapic: Cleanup apic_printk()sThomas Gleixner2024-08-071-103/+73
| * x86/apic: Cleanup apic_printk()sThomas Gleixner2024-08-071-46/+35
| * x86/ioapic: Use guard() for locking where applicableThomas Gleixner2024-08-071-128/+64
| * x86/ioapic: Cleanup structsThomas Gleixner2024-08-071-18/+14
| * x86/ioapic: Mark mp_alloc_timer_irq() __initThomas Gleixner2024-08-071-2/+2
| * x86/ioapic: Handle allocation failures gracefullyThomas Gleixner2024-08-071-24/+22
* | x86/apic: Make x2apic_disable() work correctlyYuntao Wang2024-08-131-5/+6
|/
* genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang2024-05-231-3/+6
* Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-5/+0
|\
| * Revert "x86/apic/msi: Enable PCI/IMS"Bjorn Helgaas2024-05-161-5/+0
* | Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-141-3/+2
|\ \
| * | x86/irq: Factor out common code for checking pending interruptsJacob Pan2024-04-301-3/+2
* | | Merge tag 'x86_apic_for_6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-141-4/+4
|\ \ \
| * | | x86/apic: Improve data types to fix Coccinelle warningsThorsten Blum2024-04-031-4/+4
| | |/ | |/|
* | | Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-142-21/+24
|\ \ \
| * | | x86/apic: Switch to new Intel CPU model definesTony Luck2024-04-291-19/+19
| * | | Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar2024-04-121-3/+3
| |\ \ \ | | | |/ | | |/|
| * | | x86/cpu: Improve readability of per-CPU cpumask initialization codeIngo Molnar2024-04-101-3/+5
| * | | x86/cpu: Take NUMA node into account when allocating per-CPU cpumasksLi RongQing2024-04-101-1/+2
| | |/ | |/|
* | | x86/apic: Don't access the APIC when disabling x2APICThomas Gleixner2024-04-301-5/+11
| |/ |/|
* | x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar2024-04-111-3/+3
|/
* Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-1112-424/+49
|\
| * x86/cpu/topology: Confine topology informationThomas Gleixner2024-02-151-1/+0
| * x86/cpu/topology: Move registration out of APIC codeThomas Gleixner2024-02-151-183/+2
| * x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner2024-02-151-1/+1
| * x86/apic: Remove yet another dubious callbackThomas Gleixner2024-02-155-13/+0
| * x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner2024-02-158-37/+0
| * x86/mpparse: Remove the physid_t bitmap wrapperThomas Gleixner2024-02-154-30/+18
| * x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner2024-02-154-19/+0
| * x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck()Thomas Gleixner2024-02-151-3/+2
| * x86/ioapic: Make io_apic_get_unique_id() simplerThomas Gleixner2024-02-151-17/+5
| * x86/apic: Get rid of get_physical_broadcast()Thomas Gleixner2024-02-152-37/+22
| * x86/ioapic: Replace some more set bit nonsenseThomas Gleixner2024-02-151-4/+2
| * x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_idsThomas Gleixner2024-02-151-1/+1
| * x86/apic/uv: Remove the private leaf 0xb parserThomas Gleixner2024-02-151-43/+9
| * x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner2024-02-159-48/+0
* | x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain searchThomas Gleixner2024-02-251-1/+1
|/
* Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-093-4/+4
|\
| * arch/x86: Fix typosBjorn Helgaas2024-01-033-4/+4
* | x86/ioapic: Remove unfinished sentence from commentAdrian Huang2023-11-231-1/+1
* | x86/apic: Drop apic::delivery_modeAndrew Cooper2023-11-218-10/+0
|/
* Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-044-0/+12
|\