summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorFilesLines
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-3/+9
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-05-23arch/x86: Provide the CPU number in the wakeup AP callbackRoman Kisel3-3/+9
2025-05-16x86/io_apic: Switch to of_fwnode_handle()Jiri Slaby (SUSE)1-1/+1
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar2-11/+13
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar1-1/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)2-0/+2
2025-04-18x86/asm: Rename rep_nop() to native_pause()Uros Bizjak1-1/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-5/+5
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar2-6/+6
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)1-1/+1
2025-03-25Merge tag 'irq-drivers-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-123/+108
2025-03-25Merge tag 'x86-cleanups-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2025-03-19x86/apic: Fix 32-bit APIC initialization for extended Intel FamiliesSohil Mehta1-2/+2
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar5-153/+0
2025-03-03x86/smp/32: Remove safe_smp_processor_id()Brian Gerst1-30/+0
2025-02-27x86/smp: Drop 32-bit "bigsmp" machine supportArnd Bergmann5-153/+0
2025-02-21x86/apic: Use str_disabled_enabled() helper in print_ipi_mode()Thorsten Blum1-1/+2
2025-02-20genirq: Introduce common irq_force_complete_move() implementationThomas Gleixner1-123/+108
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+2
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-7/+2
2025-01-22Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+3
2025-01-21Merge tag 'x86-cleanups-2025-01-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-9/+2
2025-01-15x86/apic: Convert to IRQCHIP_MOVE_DEFERREDThomas Gleixner2-2/+3
2025-01-03x86/ioapic: Remove a stray tab in the IO-APIC type stringAlan Song1-1/+1
2024-12-18x86/cpu: Expose only stepping min/max interfaceDave Hansen1-9/+9
2024-12-10x86/apic: Remove "disablelapic" cmdline optionBorislav Petkov (AMD)1-8/+1
2024-11-20Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2024-10-16x86/acpi: Switch to irq_get_nr_irqs() and irq_set_nr_irqs()Bart Van Assche1-4/+4
2024-10-15x86/apic: Always explicitly disarm TSC-deadline timerZhang Rui1-1/+13
2024-09-17Merge tag 'x86-apic-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-603/+346
2024-08-13x86/apic: Make x2apic_disable() work correctlyYuntao Wang1-5/+6
2024-08-09x86/apic: Remove logical destination mode for 64-bitThomas Gleixner1-112/+7
2024-08-07x86/ioapic: Cleanup remaining coding style issuesThomas Gleixner1-11/+12
2024-08-07x86/ioapic: Cleanup line breaksThomas Gleixner1-37/+18
2024-08-07x86/ioapic: Cleanup bracket usageThomas Gleixner1-16/+18
2024-08-07x86/ioapic: Cleanup commentsThomas Gleixner1-49/+37
2024-08-07x86/ioapic: Move replace_pin_at_irq_node() to the call siteThomas Gleixner1-22/+18
2024-08-07x86/ioapic: Cleanup guarded debug printk()sThomas Gleixner1-38/+29
2024-08-07x86/ioapic: Cleanup apic_printk()sThomas Gleixner1-103/+73
2024-08-07x86/apic: Cleanup apic_printk()sThomas Gleixner1-46/+35
2024-08-07x86/ioapic: Use guard() for locking where applicableThomas Gleixner1-128/+64
2024-08-07x86/ioapic: Cleanup structsThomas Gleixner1-18/+14
2024-08-07x86/ioapic: Mark mp_alloc_timer_irq() __initThomas Gleixner1-2/+2
2024-08-07x86/ioapic: Handle allocation failures gracefullyThomas Gleixner1-24/+22
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-16Revert "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