summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-062-4/+3Star
|\
| * Merge branch 'pci/virtualization' into nextBjorn Helgaas2018-01-311-3/+1Star
| |\
| | * xen/pci: Use acpi_noirq_set() helper to avoid #ifdefAndy Shevchenko2017-12-191-3/+1Star
| * | x86/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-121-1/+2
| |/
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-0/+1
|\ \
| * | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-0/+1
| |/
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-301-0/+1
|\ \
| * | x86/platform/intel-mid: Move PCI initialization to arch_init()Andy Shevchenko2018-01-191-0/+1
| |/
* | x86/PCI: Enable AMD 64-bit window on resume=?UTF-8?q?Christian=20K=C3=B6nig?=2018-01-161-12/+20
* | x86/PCI: Move and shrink AMD 64-bit window to avoid conflict=?UTF-8?q?Christian=20K=C3=B6nig?=2018-01-111-10/+12
* | x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows=?UTF-8?q?Christian=20K=C3=B6nig?=2018-01-112-1/+11
|/
* Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-151-6/+21
|\
| * x86/PCI: Only enable a 64bit BAR on single-socket AMD Family 15hChristian König2017-12-061-5/+15
| * x86/PCI: Fix infinite loop in search for 64bit BAR placementChristian König2017-12-061-1/+6
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-071-1/+1
|\ \ | |/ |/|
| * x86/PCI: Make broadcom_postcore_init() check acpi_disabledRafael J. Wysocki2017-12-061-1/+1
* | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-162-1/+86
|\ \ | |/ |/|
| * Merge branch 'pci/resource' into nextBjorn Helgaas2017-11-141-0/+85
| |\
| | * x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 00-1f, 30-3f, 60-7f)Christian König2017-10-251-0/+85
| * | x86/pci/intel_mid_pci: Constify intel_mid_pci_ops and make it __initconstBhumika Goyal2017-10-051-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0215-0/+15
|/
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-091-0/+17
|\
| * x86/PCI: Use is_vmd() rather than relying on the domain numberJon Derrick2017-08-301-1/+1
| * x86/PCI: Move VMD quirk to x86 fixupsJon Derrick2017-08-301-0/+17
* | Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependencyIngo Molnar2017-08-311-2/+2
|\ \
| * | x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsTom Lendacky2017-07-181-2/+2
| |/
* / x86/platform/intel-mid: Make IRQ allocation a bit more flexibleAndy Shevchenko2017-07-251-2/+10
|/
* Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-093-23/+53
|\
| * Merge branch 'pci/resource' into nextBjorn Helgaas2017-07-031-0/+32
| |\
| | * PCI: Work around poweroff & suspend-to-RAM issue on Macbook Pro 11Bjorn Helgaas2017-06-281-0/+32
| * | Merge branch 'pci/pm' into nextBjorn Helgaas2017-07-031-0/+15
| |\ \
| | * | x86/PCI: Avoid AMD SB7xx EHCI USB wakeup defectKai-Heng Feng2017-06-301-0/+15
| | |/
| * | x86/PCI: Simplify Dell DMI B1 quirkJean Delvare2017-06-151-22/+5Star
| * | x86/PCI: Fix whitespace in set_bios_x() printkVincent Legoll2017-06-131-1/+1
| |/
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-071-1/+2
|\ \
| * | x86: remove arch specific dma_supported implementationChristoph Hellwig2017-06-281-1/+2
| |/
* | x86/PCI: Select CONFIG_PCI_LOCKLESS_CONFIGThomas Gleixner2017-06-281-2/+2
* | x86/PCI/ce4100: Properly lock accessor functionsThomas Gleixner2017-06-281-39/+48
* | x86/PCI: Abort if legacy init failsThomas Gleixner2017-06-281-8/+10
|/
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-091-47/+0Star
|\
| * x86/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-201-48/+0Star
| * PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+2
* | x86: use set_memory.h headerLaura Abbott2017-05-091-1/+1
* | xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky2017-05-021-1/+1
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-025-15/+17
|\ \
| * | Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-012-6/+6
| |\|
| * | x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Ingo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Use bool in query APIsIngo Molnar2017-01-281-7/+7
| * | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-281-1/+1