Age | Commit message (Expand) | Author | Files | Lines |
2018-06-29 | PCI: Make early dump functionality generic | Sinan Kaya | 2 | -48/+0 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-06-06 | Merge branch 'lorenzo/pci/vmd' | Bjorn Helgaas | 1 | -0/+4 |
2018-05-24 | x86/PCI: Add additional VMD device root ports to VMD AER quirk | Jon Derrick | 1 | -0/+4 |
2018-04-27 | x86/PCI: Make pci=earlydump output neat | Andy Shevchenko | 1 | -14/+5 |
2018-04-02 | Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -44/+8 |
2018-03-27 | x86/PCI: Fix a potential regression when using dmi_get_bios_year() | Andy Shevchenko | 1 | -1/+3 |
2018-03-20 | dma/direct: Handle the memory encryption bit in common code | Christoph Hellwig | 1 | -3/+3 |
2018-03-20 | x86/dma: Use generic swiotlb_ops | Christoph Hellwig | 1 | -41/+5 |
2018-03-20 | x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y) | Christoph Hellwig | 1 | -1/+1 |
2018-03-08 | x86/jailhouse: Enable PCI mmconfig access in inmates | Otavio Pontes | 1 | -2/+2 |
2018-03-08 | PCI: Scan all functions when running over Jailhouse | Jan Kiszka | 1 | -1/+3 |
2018-02-23 | x86/pci: Simplify code by using the new dmi_get_bios_year() helper | Andy Shevchenko | 3 | -16/+6 |
2018-02-06 | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -4/+3 |
2018-01-31 | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -0/+1 |
2018-01-31 | Merge branch 'pci/virtualization' into next | Bjorn Helgaas | 1 | -3/+1 |
2018-01-29 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
2018-01-19 | x86/platform/intel-mid: Move PCI initialization to arch_init() | Andy Shevchenko | 1 | -0/+1 |
2018-01-16 | x86/PCI: Enable AMD 64-bit window on resume | =?UTF-8?q?Christian=20K=C3=B6nig?= | 1 | -12/+20 |
2018-01-11 | x86/PCI: Deprecate pci_get_bus_and_slot() | Sinan Kaya | 1 | -1/+2 |
2018-01-11 | x86/PCI: Move and shrink AMD 64-bit window to avoid conflict | =?UTF-8?q?Christian=20K=C3=B6nig?= | 1 | -10/+12 |
2018-01-11 | x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows | =?UTF-8?q?Christian=20K=C3=B6nig?= | 2 | -1/+11 |
2018-01-10 | dma-mapping: move swiotlb arch helpers to a new header | Christoph Hellwig | 1 | -0/+1 |
2017-12-18 | xen/pci: Use acpi_noirq_set() helper to avoid #ifdef | Andy Shevchenko | 1 | -3/+1 |
2017-12-14 | Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+21 |
2017-12-06 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2017-12-06 | x86/PCI: Only enable a 64bit BAR on single-socket AMD Family 15h | Christian König | 1 | -5/+15 |
2017-12-06 | x86/PCI: Fix infinite loop in search for 64bit BAR placement | Christian König | 1 | -1/+6 |
2017-12-06 | x86/PCI: Make broadcom_postcore_init() check acpi_disabled | Rafael J. Wysocki | 1 | -1/+1 |
2017-11-15 | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -1/+86 |
2017-11-14 | Merge branch 'pci/resource' into next | Bjorn Helgaas | 1 | -0/+85 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 15 | -0/+15 |
2017-10-25 | x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 00-1f, 30-3f, 60-7f) | Christian König | 1 | -0/+85 |
2017-10-05 | x86/pci/intel_mid_pci: Constify intel_mid_pci_ops and make it __initconst | Bhumika Goyal | 1 | -1/+1 |
2017-09-14 | dmi: Mark all struct dmi_system_id instances const | Christoph Hellwig | 1 | -1/+1 |
2017-09-08 | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+17 |
2017-08-31 | Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependency | Ingo Molnar | 1 | -2/+2 |
2017-08-30 | x86/PCI: Use is_vmd() rather than relying on the domain number | Jon Derrick | 1 | -1/+1 |
2017-08-30 | x86/PCI: Move VMD quirk to x86 fixups | Jon Derrick | 1 | -0/+17 |
2017-07-25 | x86/platform/intel-mid: Make IRQ allocation a bit more flexible | Andy Shevchenko | 1 | -2/+10 |
2017-07-18 | x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappings | Tom Lendacky | 1 | -2/+2 |
2017-07-08 | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -23/+53 |
2017-07-06 | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+2 |
2017-07-02 | Merge branch 'pci/resource' into next | Bjorn Helgaas | 1 | -0/+32 |
2017-07-02 | Merge branch 'pci/pm' into next | Bjorn Helgaas | 1 | -0/+15 |
2017-06-30 | x86/PCI: Avoid AMD SB7xx EHCI USB wakeup defect | Kai-Heng Feng | 1 | -0/+15 |
2017-06-28 | PCI: Work around poweroff & suspend-to-RAM issue on Macbook Pro 11 | Bjorn Helgaas | 1 | -0/+32 |
2017-06-28 | x86/PCI: Select CONFIG_PCI_LOCKLESS_CONFIG | Thomas Gleixner | 1 | -2/+2 |
2017-06-28 | x86/PCI/ce4100: Properly lock accessor functions | Thomas Gleixner | 1 | -39/+48 |
2017-06-28 | x86/PCI: Abort if legacy init fails | Thomas Gleixner | 1 | -8/+10 |