summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorLines
2023-04-25Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-52/+93
2023-04-12x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()Saurabh Sengar-5/+9
2023-04-07x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak-3/+2
2023-03-26x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VMMichael Kelley-2/+8
2023-03-21x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallelDavid Woodhouse-44/+82
2023-02-13x86/ioapic: Use irq_domain_create_hierarchy()Johan Hovold-5/+2
2022-12-12Merge tag 'x86-apic-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+8
2022-12-05x86/apic/msi: Enable PCI/IMSThomas Gleixner-0/+5
2022-12-05x86/apic/msi: Remove arch_create_remap_msi_irq_domain()Thomas Gleixner-41/+1
2022-12-05iommu/amd: Switch to MSI base domainsThomas Gleixner-0/+1
2022-12-05iommu/vt-d: Switch to MSI parent domainsThomas Gleixner-0/+2
2022-12-05x86/apic/vector: Provide MSI parent domainThomas Gleixner-47/+129
2022-12-05genirq/msi: Move IRQ_DOMAIN_MSI_NOMASK_QUIRK to MSI flagsThomas Gleixner-3/+2
2022-12-02x86/apic: Handle no CONFIG_X86_X2APIC on systems with x2APIC enabled by BIOSMateusz Jończyk-5/+8
2022-11-17x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSThomas Gleixner-8/+2
2022-08-31x86/apic: Don't disable x2APIC if lockedDaniel Sneddon-4/+40
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-5/+0
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks-5/+0
2022-06-24KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELDSuravee Suthikulpanit-2/+2
2022-05-23Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-05-23Merge tag 'x86_apic_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+12
2022-05-23Merge tag 'x86_platform_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+13
2022-05-04x86: Fix return value of __setup handlersRandy Dunlap-1/+1
2022-05-01x86/apic: Do apic driver probe for "nosmp" use caseKuppuswamy Sathyanarayanan-3/+2
2022-04-13x86/apic: Clarify i82489DX bit overlap in APIC_LVT0Thomas Gleixner-1/+10
2022-04-07x86/tdx/ioapic: Add shared bit for IOAPIC base addressIsaku Yamahata-2/+16
2022-04-07x86/acpi/x86/boot: Add multiprocessor wake-up supportKuppuswamy Sathyanarayanan-0/+10
2022-04-07x86/platform/uv: Log gap hole end sizeMike Travis-2/+6
2022-04-07x86/platform/uv: Update TSC sync state for UV5Mike Travis-1/+7
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-2/+2
2022-01-15Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov-2/+2
2021-12-16x86/apic/msi: Use PCI device MSI propertyThomas Gleixner-4/+1
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner-0/+6
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner-1/+1
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