summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-apic-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-0/+13
|\
| * x86/vector: Add a sanity check to prevent IRQ2 allocationsThomas Gleixner2021-03-301-0/+13
* | Merge tag 'x86_platform_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-17/+16
|\ \
| * | x86/platform/uv: Use x2apic enabled bit as set by BIOS to indicate APIC modeMike Travis2021-04-161-17/+13
| * | x86/platform/uv: Set section block size for hubless architecturesMike Travis2021-03-081-0/+3
* | | Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar2021-03-212-0/+15
|\ \ \ | | |/ | |/|
| * | x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold2021-03-191-0/+5
| * | x86/ioapic: Ignore IRQ2 againThomas Gleixner2021-03-191-0/+10
| |/
* / x86: Fix various typos in commentsIngo Molnar2021-03-183-11/+11
|/
* Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-12/+19
|\
| * Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-123-5/+14
| |\
| * | x86/apic: Split out spurious handling codeThomas Gleixner2021-02-101-12/+19
* | | Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-2/+2
|\ \ \
| * | | sfi: Remove framework for deprecated firmwareAndy Shevchenko2021-02-151-2/+2
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-0/+1
|\ \ \ | |/ / |/| |
| * | x86/apic: Export x2apic_mode for use by KVM in "warm" pathSean Christopherson2021-02-041-0/+1
| |/
* / x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2021-02-043-5/+14
|/
* Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-1413-463/+444
|\
| * x86/ioapic: Cleanup the timer_works() irqflags messThomas Gleixner2020-12-101-16/+6
| * x86/ioapic: Correct the PCI/ISA trigger type selectionThomas Gleixner2020-11-101-2/+2
| * x86/ioapic: Use I/O-APIC ID for finding irqdomain, not indexDavid Woodhouse2020-11-041-2/+2
| * x86/apic: Support 15 bits of APIC ID in MSI where availableDavid Woodhouse2020-10-281-2/+24
| * x86/ioapic: Handle Extended Destination ID field in RTEDavid Woodhouse2020-10-281-5/+15
| * x86/ioapic: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse2020-10-281-12/+13
| * x86/apic: Add select() method on vector irqdomainDavid Woodhouse2020-10-281-0/+43
| * x86/ioapic: Generate RTE directly from parent irqchip's MSI messageDavid Woodhouse2020-10-281-31/+72
| * x86/ioapic: Cleanup IO/APIC route entry structsThomas Gleixner2020-10-281-79/+65
| * x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner2020-10-281-129/+115
| * x86/msi: Provide msi message shadow structsThomas Gleixner2020-10-281-16/+19
| * x86/hpet: Move MSI support into hpet.cDavid Woodhouse2020-10-281-111/+0
| * x86/apic: Always provide irq_compose_msi_msg() method for vector domainDavid Woodhouse2020-10-283-37/+38
| * x86/apic: Cleanup destination modeThomas Gleixner2020-10-2811-19/+15
| * x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner2020-10-289-31/+11
| * x86/apic: Replace pointless apic:: Dest_logical usageThomas Gleixner2020-10-283-5/+5
| * x86/apic: Cleanup delivery mode definesThomas Gleixner2020-10-289-17/+18
| * x86/apic/uv: Fix inconsistent destination modeThomas Gleixner2020-10-281-1/+1
| * x86/msi: Only use high bits of MSI address for DMAR unitDavid Woodhouse2020-10-281-6/+27
| * x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse2020-10-282-6/+17
* | Merge tag 'x86_platform_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-1/+22
|\ \
| * | x86/platform/uv: Add deprecated messages to /proc info leavesMike Travis2020-12-071-1/+10
| * | x86/platform/uv: Add kernel interfaces for obtaining system infoMike Travis2020-12-071-0/+12
* | | x86/apic/vector: Fix ordering in vector assignmentThomas Gleixner2020-12-101-10/+14
* | | x86/platform/uv: Fix UV4 hub revision adjustmentMike Travis2020-12-031-1/+1
|/ /
* | x86/platform/uv: Fix copied UV5 output archtypeMike Travis2020-11-131-3/+3
* | x86/platform/uv: Recognize UV5 hubless system identifierMike Travis2020-11-071-3/+10
* | x86/platform/uv: Remove spaces from OEM IDsMike Travis2020-11-071-0/+3
* | x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis2020-11-071-2/+5
|/
* Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-126-127/+77
|\
| * x86/apic/msi: Unbreak DMAR and HPET MSIThomas Gleixner2020-09-271-0/+2
| * x86/irq: Cleanup the arch_*_msi_irqs() leftoversThomas Gleixner2020-09-161-22/+0