[FOR-CI PATCH 0/2] PCI/PM: Call pci_set_power_state in pci_pm_thaw_noirq.

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Thu Dec 14 16:03:32 UTC 2017


Test patch suggested on the mailing list.

Maarten Lankhorst (2):
  Re-apply "Merge branch 'x86-apic-for-linus' of
    git://git.kernel.org/.../tip/tip"
  fix pci_pm_thaw_noirq pci_restore_state

 arch/x86/Kconfig                         |    2 +
 arch/x86/include/asm/apic.h              |  270 +++-----
 arch/x86/include/asm/desc.h              |    2 +-
 arch/x86/include/asm/hw_irq.h            |    6 +-
 arch/x86/include/asm/io_apic.h           |    2 -
 arch/x86/include/asm/irq.h               |    4 -
 arch/x86/include/asm/irq_vectors.h       |    8 +-
 arch/x86/include/asm/irqdomain.h         |    1 +
 arch/x86/include/asm/kvm_host.h          |    2 +-
 arch/x86/include/asm/trace/irq_vectors.h |  248 +++++++
 arch/x86/include/asm/x2apic.h            |   50 --
 arch/x86/include/asm/x86_init.h          |    2 +
 arch/x86/kernel/apic/Makefile            |    2 +-
 arch/x86/kernel/apic/apic.c              |  239 +++----
 arch/x86/kernel/apic/apic_common.c       |   46 ++
 arch/x86/kernel/apic/apic_flat_64.c      |   10 +-
 arch/x86/kernel/apic/apic_noop.c         |   25 +-
 arch/x86/kernel/apic/apic_numachip.c     |   12 +-
 arch/x86/kernel/apic/bigsmp_32.c         |    8 +-
 arch/x86/kernel/apic/io_apic.c           |  130 ++--
 arch/x86/kernel/apic/probe_32.c          |   29 +-
 arch/x86/kernel/apic/vector.c            | 1099 ++++++++++++++++++------------
 arch/x86/kernel/apic/x2apic.h            |    9 +
 arch/x86/kernel/apic/x2apic_cluster.c    |  196 ++----
 arch/x86/kernel/apic/x2apic_phys.c       |   44 +-
 arch/x86/kernel/apic/x2apic_uv_x.c       |   17 +-
 arch/x86/kernel/i8259.c                  |    1 +
 arch/x86/kernel/idt.c                    |   12 +-
 arch/x86/kernel/irq.c                    |  101 +--
 arch/x86/kernel/irqinit.c                |    4 +-
 arch/x86/kernel/setup.c                  |   12 -
 arch/x86/kernel/smpboot.c                |   99 +--
 arch/x86/kernel/time.c                   |    5 +
 arch/x86/kernel/traps.c                  |    2 +-
 arch/x86/kernel/vsmp_64.c                |   19 -
 arch/x86/kernel/x86_init.c               |    1 +
 arch/x86/xen/apic.c                      |    6 +-
 arch/x86/xen/enlighten_pv.c              |    1 +
 drivers/iommu/amd_iommu.c                |   39 +-
 drivers/iommu/intel_irq_remapping.c      |   38 +-
 drivers/pci/msi.c                        |    2 +
 drivers/pci/pci-driver.c                 |    7 +-
 init/main.c                              |    2 +-
 kernel/irq/Kconfig                       |    3 +
 44 files changed, 1499 insertions(+), 1318 deletions(-)
 delete mode 100644 arch/x86/include/asm/x2apic.h
 create mode 100644 arch/x86/kernel/apic/apic_common.c
 create mode 100644 arch/x86/kernel/apic/x2apic.h

-- 
2.15.1



More information about the Intel-gfx-trybot mailing list