| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | sparc: remove __devinit, __devexit annotations | Sam Ravnborg | 2013-01-13 | 1 | -19/+18 |
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 2012-10-09 | 1 | -1/+1 |
* | PCI: Provide a default pcibios_update_irq() | Thierry Reding | 2012-09-19 | 1 | -4/+0 |
* | Merge branch 'pci/bjorn-p2p-bridge-windows' into next | Bjorn Helgaas | 2012-07-10 | 1 | -88/+1 |
|\ |
|
| * | sparc/PCI: replace pci_cfg_fake_ranges() with pci_read_bridge_bases() | Bjorn Helgaas | 2012-07-10 | 1 | -88/+1 |
* | | Merge branch 'pci/myron-pcibios_setup' into next | Bjorn Helgaas | 2012-07-05 | 1 | -5/+0 |
|\ \ |
|
| * | | sparc/PCI: factor out pcibios_setup() | Myron Stowe | 2012-07-05 | 1 | -5/+0 |
| |/ |
|
* | | sparc/PCI: register busn_res for root buses | Yinghai Lu | 2012-06-13 | 1 | -3/+5 |
* | | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 2012-06-13 | 1 | -3/+3 |
|/ |
|
* | sparc/PCI: convert devtree and arch-probed bus addresses to resource | Bjorn Helgaas | 2012-03-20 | 1 | -35/+25 |
* | sparc/PCI: get rid of device resource fixups | Bjorn Helgaas | 2012-02-24 | 1 | -42/+4 |
* | sparc/PCI: convert to pci_create_root_bus() | Bjorn Helgaas | 2012-01-06 | 1 | -11/+6 |
* | PCI: SPARC: convert pcibios_set_master() to a non-inlined function | Myron Stowe | 2012-01-06 | 1 | -0/+5 |
* | sparc: move symbol exporters to use export.h not module.h | Paul Gortmaker | 2011-11-01 | 1 | -1/+1 |
* | sparc: Add alignment flag to PCI expansion resources | Kjetil Oftedal | 2011-10-20 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 1 | -4/+2 |
|\ |
|
| * | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 1 | -4/+2 |
* | | pci/of: Consolidate pci_device_to_OF_node() | Benjamin Herrenschmidt | 2011-06-08 | 1 | -6/+0 |
* | | pci/of: Match PCI devices to OF nodes dynamically | Benjamin Herrenschmidt | 2011-06-08 | 1 | -1/+1 |
|/ |
|
* | sparc: Convert to new irq function names | Thomas Gleixner | 2011-03-29 | 1 | -1/+1 |
* | sparc64: Fix build errors with gcc-4.6.0 | David S. Miller | 2011-03-17 | 1 | -0/+1 |