aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-31Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-38/+10
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-24x86/PCI: Remove X86_DEV_DMA_OPSChristoph Hellwig1-38/+0
2020-01-24PCI: Introduce pci_real_dma_dev()Jon Derrick1-0/+10
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar1-1/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-9/+15
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas2-2/+2
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne1-1/+1
2019-11-21x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defectKai-Heng Feng1-0/+11
2019-11-21x86/PCI: Replace deprecated EXTRA_CFLAGS with ccflags-yKrzysztof Wilczynski1-3/+1
2019-11-21x86/PCI: Add NumaChip SPDX GPL-2.0 to replace COPYING boilerplateKrzysztof Wilczynski1-4/+1
2019-11-11x86/PCI: sta2x11: use default DMA address translationNicolas Saenz Julienne1-109/+26
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2-2/+2
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+1
2019-09-03dma-mapping: fix filename referencesAndy Shevchenko1-3/+1
2019-08-13x86/pci: Pass lockdep condition to pcm_mmcfg_list iteratorJoel Fernandes (Google)1-2/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 387Thomas Gleixner1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 334Thomas Gleixner1-17/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner3-0/+3
2019-04-17x86/PCI: Fix PCI IRQ routing table memory leakWenwen Wang1-2/+8
2019-02-07x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace HubAlexander Shishkin1-0/+16
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-1/+0
2018-11-08x86/PCI: Replace spin_is_locked() with lockdepLance Roy1-1/+1
2018-11-08x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)Colin Ian King1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-10/+4
2018-10-20Merge branch 'pci/host-vmd'Bjorn Helgaas1-9/+3
2018-10-02x86/PCI: Apply VMD's AERSID fixup genericallyJon Derrick1-9/+3
2018-09-27x86/pci, x86/amd_nb: Add Hygon Dhyana support to PCI and northbridgePu Wen1-2/+4
2018-09-17x86/PCI: Remove node-local allocation when initialising host controllerPunit Agrawal1-1/+1
2018-06-29PCI: Make early dump functionality genericSinan Kaya2-48/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-06Merge branch 'lorenzo/pci/vmd'Bjorn Helgaas1-0/+4
2018-05-24x86/PCI: Add additional VMD device root ports to VMD AER quirkJon Derrick1-0/+4
2018-04-27x86/PCI: Make pci=earlydump output neatAndy Shevchenko1-14/+5
2018-04-02Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-44/+8
2018-03-27x86/PCI: Fix a potential regression when using dmi_get_bios_year()Andy Shevchenko1-1/+3
2018-03-20dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig1-3/+3
2018-03-20x86/dma: Use generic swiotlb_opsChristoph Hellwig1-41/+5
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig1-1/+1
2018-03-08x86/jailhouse: Enable PCI mmconfig access in inmatesOtavio Pontes1-2/+2
2018-03-08PCI: Scan all functions when running over JailhouseJan Kiszka1-1/+3
2018-02-23x86/pci: Simplify code by using the new dmi_get_bios_year() helperAndy Shevchenko3-16/+6
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-4/+3
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1