summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/irq.c
AgeCommit message (Expand)Author
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