Age | Commit message (Expand) | Author | Files | Lines |
2022-01-11 | PCI: Work around Intel I210 ROM BAR overlap defect | Bjorn Helgaas | 1 | -2/+6 |
2021-01-12 | PCI: Decline to resize resources if boot config must be preserved | Ard Biesheuvel | 1 | -0/+6 |
2020-06-30 | PCI: Replace lkml.org, spinics, gmane with lore.kernel.org | Bjorn Helgaas | 1 | -1/+2 |
2020-05-01 | PCI: Allow pci_resize_resource() for devices on root bus | Ard Biesheuvel | 1 | -4/+5 |
2018-04-11 | PCI: Remove messages about reassigning resources | Desnes A. Nunes do Rosario | 1 | -2/+0 |
2018-04-06 | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+3 |
2018-03-19 | PCI: Tidy comments | Bjorn Helgaas | 1 | -7/+3 |
2018-02-26 | PCI: Allow release of resources that were never assigned | Christian König | 1 | -0/+4 |
2018-01-18 | PCI: Add wrappers for dev_printk() | Frederick Lawler | 1 | -21/+19 |
2017-11-15 | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+58 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-25 | PCI: Add pci_resize_resource() for resizing BARs | Christian König | 1 | -0/+58 |
2017-08-02 | PCI: Add a generic weak pcibios_align_resource() | Palmer Dabbelt | 1 | -0/+13 |
2017-04-18 | PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constant | Matthias Kaehlcke | 1 | -1/+1 |
2016-12-12 | Merge branch 'pci/host-rockchip' into next | Bjorn Helgaas | 1 | -0/+8 |
2016-11-29 | PCI: Add comments about ROM BAR updating | Bjorn Helgaas | 1 | -0/+6 |
2016-11-29 | PCI: Remove pci_resource_bar() and pci_iov_resource_bar() | Bjorn Helgaas | 1 | -6/+7 |
2016-11-29 | PCI: Separate VF BAR updates from standard BAR updates | Bjorn Helgaas | 1 | -2/+11 |
2016-11-29 | PCI: Update BARs using property bits appropriate for type | Bjorn Helgaas | 1 | -3/+8 |
2016-11-28 | PCI: Ignore BAR updates on virtual functions | Bjorn Helgaas | 1 | -3/+2 |
2016-11-08 | PCI: Don't attempt to claim shadow copies of ROM | Bjorn Helgaas | 1 | -0/+8 |
2016-03-08 | PCI: Don't assign or reassign immutable resources | Bjorn Helgaas | 1 | -0/+6 |
2015-11-02 | Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource... | Bjorn Helgaas | 1 | -0/+7 |
2015-09-23 | PCI: Clear IORESOURCE_UNSET when reverting to firmware-assigned address | Bjorn Helgaas | 1 | -0/+2 |
2015-09-14 | PCI: Don't try to restore VF BARs | Wei Yang | 1 | -0/+5 |
2015-03-12 | PCI: Mark invalid BARs as unassigned | Bjorn Helgaas | 1 | -0/+2 |
2014-07-08 | PCI: Tidy resource assignment messages | Bjorn Helgaas | 1 | -20/+9 |
2014-07-08 | PCI: Return conventional error values from pci_revert_fw_address() | Bjorn Helgaas | 1 | -8/+6 |
2014-07-08 | PCI: Cleanup control flow | Bjorn Helgaas | 1 | -16/+19 |
2014-07-03 | PCI: Keep original resource if we fail to expand it | Guo Chao | 1 | -0/+7 |
2014-06-10 | PCI: Merge multi-line quoted strings | Ryan Desfosses | 1 | -6/+6 |
2014-06-10 | PCI: Move EXPORT_SYMBOL so it immediately follows function/variable | Ryan Desfosses | 1 | -0/+1 |
2014-05-26 | Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc... | Bjorn Helgaas | 1 | -10/+31 |
2014-05-23 | PCI: Add resource allocation comments | Bjorn Helgaas | 1 | -16/+19 |
2014-05-23 | PCI: Simplify __pci_assign_resource() coding style | Bjorn Helgaas | 1 | -4/+6 |
2014-05-23 | PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resources | Yinghai Lu | 1 | -2/+18 |
2014-04-14 | PCI: Remove unnecessary includes of <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2014-03-19 | PCI: Don't enable decoding if BAR hasn't been assigned an address | Bjorn Helgaas | 1 | -2/+8 |
2014-02-27 | PCI: Don't try to claim IORESOURCE_UNSET resources | Bjorn Helgaas | 1 | -5/+10 |
2014-02-27 | PCI: Check IORESOURCE_UNSET before updating BAR | Bjorn Helgaas | 1 | -0/+3 |
2014-02-27 | PCI: Don't clear IORESOURCE_UNSET when updating BAR | Bjorn Helgaas | 1 | -5/+0 |
2014-02-27 | PCI: Mark resources as IORESOURCE_UNSET if we can't assign them | Bjorn Helgaas | 1 | -0/+4 |
2013-12-21 | PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev | Yinghai Lu | 1 | -1/+1 |
2013-11-14 | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 1 | -1/+1 |
2013-04-15 | PCI: Remove unused variables | Bjorn Helgaas | 1 | -2/+0 |
2012-07-18 | Merge branch 'pci/nikhil-big-bar-fixes' into next | Bjorn Helgaas | 1 | -53/+54 |
2012-07-11 | PCI: reorder __pci_assign_resource() (no change) | Bjorn Helgaas | 1 | -52/+52 |
2012-07-11 | PCI: fix truncation of resource size to 32 bits | Nikhil P Rao | 1 | -1/+2 |
2012-07-09 | PCI: disable MEM decoding while updating 64-bit MEM BARs | Bjorn Helgaas | 1 | -0/+18 |
2012-02-24 | PCI: Move "pci reassigndev resource alignment" out of quirks.c | Yinghai Lu | 1 | -4/+0 |