aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/irq.c
AgeCommit message (Expand)Author
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-07x86: Give each driver an IRQ typeSimon Glass
2019-12-15x86: Allow interrupt to happen onceSimon Glass
2019-12-15x86: Move UCLASS_IRQ into a separate fileSimon Glass
2018-06-13x86: irq: Support discrete PIRQ routing registers via device treeBin Meng
2018-06-13x86: irq: Parse number of PIRQ links from device treeBin Meng
2018-06-13x86: irq: Change LINK_V2N and LINK_N2V to inline functionsBin Meng
2018-06-13x86: irq: Remove chipset specific irq router driversBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-02-07x86: qemu: Fix compiler warnings for 64-bitBin Meng
2017-02-07x86: Move pirq_routing_table to global_dataSimon Glass
2017-02-06x86: Use unsigned long for address in table generationSimon Glass
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-05-23x86: Fix up PIRQ routing table checksum earlierBin Meng
2016-05-23x86: irq: Enable SCI on IRQ9Bin Meng
2016-05-23x86: irq: Reserve IRQ9 for ACPI in PIC modeBin Meng
2016-02-05x86: irq: Convert to use DM PCI APIBin Meng
2016-02-05x86: irq: Move irq_router to a per driver privBin Meng
2016-02-05x86: irq: Get irq_router's bdf via dm_pci_get_bdf()Bin Meng
2016-01-24dm: x86: Drop the weak cpu_irq_init() functionSimon Glass
2016-01-24x86: Use the IRQ device when setting up the mptableSimon Glass
2016-01-24dm: x86: Add a common PIRQ init functionSimon Glass
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass
2016-01-24dm: x86: Create a driver for x86 interruptsSimon Glass
2016-01-24dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass
2015-08-14x86: Allow pirq_init() to return an errorSimon Glass
2015-08-14x86: Tidy up the PIRQ routing code a littleSimon Glass
2015-07-14x86: Reduce PIRQ routing table sizeBin Meng
2015-07-14x86: Ignore function number when writing PIRQ routing tableBin Meng
2015-07-14x86: Write correct bus number for the irq routerBin Meng
2015-06-04x86: Do sanity test on pirq table before writingBin Meng
2015-06-04x86: Refactor PIRQ routing supportBin Meng