linux/drivers/pci/host
Linus Torvalds f39d7d78b7 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner:
 "A couple of fixlets for x86:

   - Fix the ESPFIX double fault handling for 5-level pagetables

   - Fix the commandline parsing for 'apic=' on 32bit systems and update
     documentation

   - Make zombie stack traces reliable

   - Fix kexec with stack canary

   - Fix the delivery mode for APICs which was missed when the x86
     vector management was converted to single target delivery. Caused a
     regression due to the broken hardware which ignores affinity
     settings in lowest prio delivery mode.

   - Unbreak modules when AMD memory encryption is enabled

   - Remove an unused parameter of prepare_switch_to"

* 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/apic: Switch all APICs to Fixed delivery mode
  x86/apic: Update the 'apic=' description of setting APIC driver
  x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 case
  x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)
  x86: Remove unused parameter of prepare_switch_to
  x86/stacktrace: Make zombie stack traces reliable
  x86/mm: Unbreak modules that use the DMA API
  x86/build: Make isoimage work on Debian
  x86/espfix/64: Fix espfix double-fault handling on 5-level systems
2017-12-31 13:13:56 -08:00
..
Kconfig PCI: v3-semi: Add V3 Semiconductor PCI host driver 2017-10-05 15:52:55 -05:00
Makefile pci-v4.15-changes 2017-11-15 15:01:28 -08:00
pci-aardvark.c PCI: aardvark: Move to struct pci_host_bridge IRQ mapping functions 2017-10-10 21:17:43 -05:00
pci-ftpci100.c pci-v4.15-changes 2017-11-15 15:01:28 -08:00
pci-host-common.c
pci-host-generic.c PCI: generic: Add support for Synopsys DesignWare RC in ECAM mode 2017-10-06 17:46:26 -05:00
pci-hyperv.c Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2017-12-31 13:13:56 -08:00
pci-mvebu.c Merge branch 'pci/misc' into next 2017-09-07 13:24:16 -05:00
pci-rcar-gen2.c PCI: Use of_pci_dma_range_parser_init() to reduce duplication 2017-10-05 15:52:34 -05:00
pci-tegra.c pci-v4.15-changes 2017-11-15 15:01:28 -08:00
pci-thunder-ecam.c
pci-thunder-pem.c
pci-v3-semi.c PCI: v3-semi: Add V3 Semiconductor PCI host driver 2017-10-05 15:52:55 -05:00
pci-versatile.c
pci-xgene-msi.c
pci-xgene.c Merge branch 'pci/host-xgene' into next 2017-11-14 12:11:37 -06:00
pcie-altera-msi.c
pcie-altera.c PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up() 2017-11-09 16:17:39 -06:00
pcie-iproc-bcma.c
pcie-iproc-msi.c PCI: iproc: Allow allocation of multiple MSIs 2017-10-17 14:00:25 -05:00
pcie-iproc-platform.c
pcie-iproc.c PCI: Use of_pci_dma_range_parser_init() to reduce duplication 2017-10-05 15:52:34 -05:00
pcie-iproc.h
pcie-mediatek.c
pcie-rcar.c PCI: rcar: Fix use-after-free in probe error path 2017-12-12 11:01:47 -06:00
pcie-rockchip.c Merge branch 'pci/trivial' into next 2017-09-07 13:24:20 -05:00
pcie-tango.c pci-v4.15-changes 2017-11-15 15:01:28 -08:00
pcie-xilinx-nwl.c
pcie-xilinx.c PCI: xilinx: Rename xilinx_pcie_link_is_up() to xilinx_pcie_link_up() 2017-11-09 16:19:47 -06:00
vmd.c