summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorLines
2021-10-29x86/apic: Reduce cache line misses in __x2apic_send_IPI_mask()Eric Dumazet-6/+21
2021-08-30Merge tag 'x86-irq-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+5
2021-08-10x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki-2/+2
2021-08-10x86: Add support for 0x22/0x23 port I/O configuration spaceMaciej W. Rozycki-6/+3
2021-08-10x86/msi: Force affinity setup before startupThomas Gleixner-3/+8
2021-08-10x86/ioapic: Force affinity setup before startupThomas Gleixner-2/+4
2021-05-29x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner-0/+21
2021-04-26Merge tag 'x86-apic-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+13
2021-04-26Merge tag 'x86_platform_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-17/+16
2021-04-16x86/platform/uv: Use x2apic enabled bit as set by BIOS to indicate APIC modeMike Travis-17/+13
2021-03-30x86/vector: Add a sanity check to prevent IRQ2 allocationsThomas Gleixner-0/+13
2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar-0/+15
2021-03-19x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold-0/+5
2021-03-19x86/ioapic: Ignore IRQ2 againThomas Gleixner-0/+10
2021-03-18x86: Fix various typos in commentsIngo Molnar-11/+11
2021-03-08x86/platform/uv: Set section block size for hubless architecturesMike Travis-0/+3
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-12/+19
2021-02-24Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2021-02-15sfi: Remove framework for deprecated firmwareAndy Shevchenko-2/+2
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar-5/+14
2021-02-10x86/apic: Split out spurious handling codeThomas Gleixner-12/+19
2021-02-04x86/apic: Add extra serialization for non-serializing MSRsDave Hansen-5/+14
2021-02-04x86/apic: Export x2apic_mode for use by KVM in "warm" pathSean Christopherson-0/+1
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-463/+444
2020-12-14Merge tag 'x86_platform_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+22
2020-12-10x86/ioapic: Cleanup the timer_works() irqflags messThomas Gleixner-16/+6
2020-12-10x86/apic/vector: Fix ordering in vector assignmentThomas Gleixner-10/+14
2020-12-07x86/platform/uv: Add deprecated messages to /proc info leavesMike Travis-1/+10
2020-12-07x86/platform/uv: Add kernel interfaces for obtaining system infoMike Travis-0/+12
2020-12-03x86/platform/uv: Fix UV4 hub revision adjustmentMike Travis-1/+1
2020-11-13x86/platform/uv: Fix copied UV5 output archtypeMike Travis-3/+3
2020-11-10x86/ioapic: Correct the PCI/ISA trigger type selectionThomas Gleixner-2/+2
2020-11-07x86/platform/uv: Recognize UV5 hubless system identifierMike Travis-3/+10
2020-11-07x86/platform/uv: Remove spaces from OEM IDsMike Travis-0/+3
2020-11-07x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis-2/+5
2020-11-04x86/ioapic: Use I/O-APIC ID for finding irqdomain, not indexDavid Woodhouse-2/+2
2020-10-28x86/apic: Support 15 bits of APIC ID in MSI where availableDavid Woodhouse-2/+24
2020-10-28x86/ioapic: Handle Extended Destination ID field in RTEDavid Woodhouse-5/+15
2020-10-28x86/ioapic: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse-12/+13
2020-10-28x86/apic: Add select() method on vector irqdomainDavid Woodhouse-0/+43
2020-10-28x86/ioapic: Generate RTE directly from parent irqchip's MSI messageDavid Woodhouse-31/+72
2020-10-28x86/ioapic: Cleanup IO/APIC route entry structsThomas Gleixner-79/+65
2020-10-28x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner-129/+115
2020-10-28x86/msi: Provide msi message shadow structsThomas Gleixner-16/+19
2020-10-28x86/hpet: Move MSI support into hpet.cDavid Woodhouse-111/+0
2020-10-28x86/apic: Always provide irq_compose_msi_msg() method for vector domainDavid Woodhouse-37/+38
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner-19/+15
2020-10-28x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner-31/+11
2020-10-28x86/apic: Replace pointless apic:: Dest_logical usageThomas Gleixner-5/+5