summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-253-52/+93
|\
| * x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()Saurabh Sengar2023-04-121-5/+9
| * x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak2023-04-071-3/+2
| * x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallelDavid Woodhouse2023-03-211-44/+82
* | x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VMMichael Kelley2023-03-261-2/+8
|/
* x86/ioapic: Use irq_domain_create_hierarchy()Johan Hovold2023-02-131-5/+2
* Merge tag 'x86-apic-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-121-5/+8
|\
| * x86/apic: Handle no CONFIG_X86_X2APIC on systems with x2APIC enabled by BIOSMateusz Jończyk2022-12-021-5/+8
* | x86/apic/msi: Enable PCI/IMSThomas Gleixner2022-12-051-0/+5
* | x86/apic/msi: Remove arch_create_remap_msi_irq_domain()Thomas Gleixner2022-12-051-41/+1
* | iommu/amd: Switch to MSI base domainsThomas Gleixner2022-12-051-0/+1
* | iommu/vt-d: Switch to MSI parent domainsThomas Gleixner2022-12-051-0/+2
* | x86/apic/vector: Provide MSI parent domainThomas Gleixner2022-12-051-47/+129
* | genirq/msi: Move IRQ_DOMAIN_MSI_NOMASK_QUIRK to MSI flagsThomas Gleixner2022-12-051-3/+2
* | x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSThomas Gleixner2022-11-172-8/+2
|/
* x86/apic: Don't disable x2APIC if lockedDaniel Sneddon2022-08-311-4/+40
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-5/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-5/+0
* | KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELDSuravee Suthikulpanit2022-06-242-2/+2
|/
* Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-1/+1
|\
| * x86: Fix return value of __setup handlersRandy Dunlap2022-05-041-1/+1
* | Merge tag 'x86_apic_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-4/+12
|\ \
| * | x86/apic: Do apic driver probe for "nosmp" use caseKuppuswamy Sathyanarayanan2022-05-011-3/+2
| * | x86/apic: Clarify i82489DX bit overlap in APIC_LVT0Thomas Gleixner2022-04-131-1/+10
| |/
* | Merge tag 'x86_platform_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-231-3/+13
|\ \
| * | x86/platform/uv: Log gap hole end sizeMike Travis2022-04-071-2/+6
| * | x86/platform/uv: Update TSC sync state for UV5Mike Travis2022-04-071-1/+7
| |/
* | x86/tdx/ioapic: Add shared bit for IOAPIC base addressIsaku Yamahata2022-04-071-2/+16
* | x86/acpi/x86/boot: Add multiprocessor wake-up supportKuppuswamy Sathyanarayanan2022-04-071-0/+10
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+2
|\
| * Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov2022-01-151-2/+2
* | x86/apic/msi: Use PCI device MSI propertyThomas Gleixner2021-12-161-4/+1
* | PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner2021-12-091-0/+6
* | genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner2021-12-091-1/+1
|/
* x86/apic: Reduce cache line misses in __x2apic_send_IPI_mask()Eric Dumazet2021-10-291-6/+21
* Merge tag 'x86-irq-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-303-8/+5
|\
| * x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki2021-08-102-2/+2
| * x86: Add support for 0x22/0x23 port I/O configuration spaceMaciej W. Rozycki2021-08-101-6/+3
* | x86/msi: Force affinity setup before startupThomas Gleixner2021-08-101-3/+8
* | x86/ioapic: Force affinity setup before startupThomas Gleixner2021-08-101-2/+4
|/
* x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner2021-05-292-0/+21
* 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
|/