summaryrefslogtreecommitdiff
path: root/arch/x86/lib/pirq_routing.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-15x86: Allow interrupt to happen onceSimon Glass1-0/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-07x86: Change irq_already_routed to a local variableSimon Glass1-4/+6
2017-02-06x86: lib: Fix types and casts for 64-bit compilationSimon Glass1-2/+2
2016-05-23x86: Fix up PIRQ routing table checksum earlierBin Meng1-4/+0
2016-02-05x86: irq: Move irq_router to a per driver privBin Meng1-6/+6
2015-07-28x86: pci: Assign pci irqs to all functionsBin Meng1-2/+1
2015-04-30x86: Check PIRQ routing table sanity in the F segmentBin Meng1-5/+13
2015-04-30x86: Support platform PIRQ routingBin Meng1-0/+129