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