| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc: Fix typos | Bjorn Helgaas | 2024-02-16 | 1 | -1/+1 |
* | sparc: Explicitly include correct DT includes | Rob Herring | 2023-08-28 | 1 | -1/+2 |
* | PCI: Introduce pci_dev_for_each_resource() | Mika Westerberg | 2023-04-04 | 1 | -6/+4 |
* | sparc: Use generic pci_mmap_resource_range() | Arnd Bergmann | 2022-07-29 | 1 | -150/+4 |
* | PCI: Remove pci_mmap_page_range() wrapper | Arnd Bergmann | 2022-07-29 | 1 | -4/+9 |
* | PCI: Rename pcibios_add_device() to pcibios_device_add() | Oliver O'Halloran | 2021-09-21 | 1 | -1/+1 |
* | sparc: use for_each_child_of_node() macro | Qinglang Miao | 2020-08-06 | 1 | -2/+1 |
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | sparc: use scnprintf() in show_pciobppath_attr() in pci.c | Chen Zhou | 2020-05-14 | 1 | -1/+1 |
* | sparc64: refactor the ali DMA quirk | Christoph Hellwig | 2019-02-20 | 1 | -31/+15 |
* | sparc: Use device_type helpers to access the node type | Rob Herring | 2018-11-18 | 1 | -7/+2 |
* | sparc: Use of_node_name_eq for node name comparisons | Rob Herring | 2018-11-18 | 1 | -2/+2 |
* | sparc: Convert to using %pOF instead of full_name | Rob Herring | 2018-11-18 | 1 | -16/+15 |
* | sparc/PCI: Use dev_printk() when possible | Bjorn Helgaas | 2018-05-22 | 1 | -50/+44 |
* | sparc/PCI: Request legacy VGA framebuffer only for VGA devices | Bjorn Helgaas | 2018-04-17 | 1 | -0/+42 |
* | sparc/PCI: Support arbitrary host bridge address offset | Yinghai Lu | 2018-02-15 | 1 | -3/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | PCI: Add a generic weak pcibios_align_resource() | Palmer Dabbelt | 2017-08-02 | 1 | -6/+0 |
* | PCI: Add a generic weak pcibios_fixup_bus() | Palmer Dabbelt | 2017-08-02 | 1 | -4/+0 |
* | PCI: Add BAR index argument to pci_mmap_page_range() | David Woodhouse | 2017-04-20 | 1 | -3/+3 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | sparc/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus() | Bjorn Helgaas | 2016-06-17 | 1 | -9/+11 |
* | sparc/pci: Refactor dev_archdata initialization into pci_init_dev_archdata | Sowmini Varadhan | 2016-04-21 | 1 | -8/+21 |
* | sparc/PCI: Fix for panic while enabling SR-IOV | Babu Moger | 2016-03-30 | 1 | -0/+17 |
* | sparc/PCI: Add mem64 resource parsing for root bus | Yinghai Lu | 2015-10-29 | 1 | -1/+6 |
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 1 | -2/+1 |
|\ |
|
| * | cleanup IORESOURCE_CACHEABLE vs ioremap() | Dan Williams | 2015-08-11 | 1 | -2/+1 |
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 1 | -1/+1 |
|\ \ |
|
| * | | sparc/PCI: Use helper functions to access fields in struct msi_desc | Jiang Liu | 2015-07-22 | 1 | -1/+1 |
| |/ |
|
* / | PCI: Hold pci_slot_mutex while searching bus->slots list | Yijing Wang | 2015-07-30 | 1 | -5/+1 |
|/ |
|
* | sparc64: pci slots information is not populated in sysfs | Eric Snowberg | 2015-06-01 | 1 | -8/+51 |
* | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-04-14 | 1 | -2/+1 |
|\ |
|
| * | sparc/PCI: Claim bus resources before pci_bus_add_devices() | Yijing Wang | 2015-03-19 | 1 | -2/+1 |
* | | Revert "sparc/PCI: Clip bridge windows to fit in upstream windows" | Bjorn Helgaas | 2015-04-08 | 1 | -4/+1 |
|/ |
|
* | sparc/PCI: Clip bridge windows to fit in upstream windows | Yinghai Lu | 2015-01-16 | 1 | -1/+4 |
* | sparc64: Properly claim resources as each PCI bus is probed. | David S. Miller | 2014-08-14 | 1 | -0/+32 |
* | sparc64: Skip bogus PCI bridge ranges. | David S. Miller | 2014-08-14 | 1 | -0/+11 |
* | sparc64: Expand PCI bridge probing debug logging. | David S. Miller | 2014-08-14 | 1 | -1/+23 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2014-06-19 | 1 | -0/+1 |
|\ |
|
| * | sparc64: fix sparse warning in pci.c | Sam Ravnborg | 2014-05-19 | 1 | -0/+1 |
* | | sparc/PCI: Use pci_is_bridge() to simplify code | Yijing Wang | 2014-05-27 | 1 | -2/+1 |
|/ |
|
* | sparc: don't use module_init in non-modular pci.c code | Paul Gortmaker | 2014-01-29 | 1 | -2/+1 |
* | PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev | Yinghai Lu | 2013-12-21 | 1 | -3/+3 |
* | sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-... | oftedal | 2013-11-14 | 1 | -2/+2 |
* | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-07-04 | 1 | -3/+2 |
|\ |
|
| * | Merge branch 'pci/jiang-bus-lock-v3' into next | Bjorn Helgaas | 2013-06-15 | 1 | -2/+1 |
| |\ |
|
| | * | PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) | Gu Zheng | 2013-06-05 | 1 | -2/+1 |
| * | | sparc/PCI: Use PCI_UNKNOWN for unknown power state | Bjorn Helgaas | 2013-05-21 | 1 | -1/+1 |
| |/ |
|
* / | sparc: __pci_mmap_set_flags() is useless | Al Viro | 2013-06-29 | 1 | -10/+0 |
|/ |
|