1. f1d25d3 sparc64: Properly claim resources as each PCI bus is probed. by David S. Miller · 10 years ago
  2. 4afba24 sparc64: Skip bogus PCI bridge ranges. by David S. Miller · 10 years ago
  3. 93a6423 sparc64: Expand PCI bridge probing debug logging. by David S. Miller · 10 years ago
  4. c4222e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 11 years ago
  5. 2f22e68 sparc/PCI: Use pci_is_bridge() to simplify code by Yijing Wang · 11 years ago
  6. 4ac7b82 sparc64: fix sparse warning in pci.c by Sam Ravnborg · 11 years ago
  7. 1b925b5 sparc: don't use module_init in non-modular pci.c code by Paul Gortmaker · 11 years ago
  8. fc27985 PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev by Yinghai Lu · 11 years ago
  9. 557fc58 sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-bridges by oftedal · 11 years ago
  10. 862f001 Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  11. ecf48b6 sparc: __pci_mmap_set_flags() is useless by Al Viro · 12 years ago
  12. df58f46 Merge branch 'pci/jiang-bus-lock-v3' into next by Bjorn Helgaas · 12 years ago
  13. 8b1fce0 PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) by Gu Zheng · 12 years ago
  14. de7f2b1 sparc/PCI: Use PCI_UNKNOWN for unknown power state by Bjorn Helgaas · 12 years ago
  15. b7c13f7 sparc: remove __devinit, __devexit annotations by Sam Ravnborg · 12 years ago
  16. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  17. 8885b7b PCI: Provide a default pcibios_update_irq() by Thierry Reding · 12 years ago
  18. 6ee53f4 Merge branch 'pci/bjorn-p2p-bridge-windows' into next by Bjorn Helgaas · 13 years ago
  19. 1c97593 sparc/PCI: replace pci_cfg_fake_ranges() with pci_read_bridge_bases() by Bjorn Helgaas · 13 years ago
  20. 85a00dd Merge branch 'pci/myron-pcibios_setup' into next by Bjorn Helgaas · 13 years ago
  21. c53a255 sparc/PCI: factor out pcibios_setup() by Myron Stowe · 13 years ago
  22. 3f1b540d sparc/PCI: register busn_res for root buses by Yinghai Lu · 13 years ago
  23. b918c62 PCI: replace struct pci_bus secondary/subordinate with busn_res by Yinghai Lu · 13 years ago
  24. a031589b sparc/PCI: convert devtree and arch-probed bus addresses to resource by Bjorn Helgaas · 13 years ago
  25. ac1edcc sparc/PCI: get rid of device resource fixups by Bjorn Helgaas · 13 years ago
  26. 1a30010 sparc/PCI: convert to pci_create_root_bus() by Bjorn Helgaas · 13 years ago
  27. ba232a1 PCI: SPARC: convert pcibios_set_master() to a non-inlined function by Myron Stowe · 13 years ago
  28. 066bcac sparc: move symbol exporters to use export.h not module.h by Paul Gortmaker · 14 years ago
  29. aad4564 sparc: Add alignment flag to PCI expansion resources by Kjetil Oftedal · 13 years ago
  30. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  31. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 14 years ago
  32. 64099d9 pci/of: Consolidate pci_device_to_OF_node() by Benjamin Herrenschmidt · 14 years ago
  33. 98d9f30c8 pci/of: Match PCI devices to OF nodes dynamically by Benjamin Herrenschmidt · 14 years ago
  34. 394d441 sparc: Convert to new irq function names by Thomas Gleixner · 14 years ago
  35. c6fee08 sparc64: Fix build errors with gcc-4.6.0 by David S. Miller · 14 years ago
  36. 44ed3c0 sparc64: rename virt_irq => irq - II by Sam Ravnborg · 14 years ago
  37. cd4cd73 sparc: remove references to of_device and to_of_device by Grant Likely · 15 years ago
  38. 1636f8a sparc/of: Move of_device fields into struct pdev_archdata by Grant Likely · 15 years ago
  39. 58f9b0b of: eliminate of_device->node and dev_archdata->{of,prom}_node by Grant Likely · 15 years ago
  40. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  41. d706c1b driver-core: Add device node pointer to struct device by Grant Likely · 15 years ago
  42. b7f3a20 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 15 years ago
  43. 3b7a17f resource/PCI: mark struct resource as const by Dominik Brodowski · 15 years ago
  44. b26b2d4 resource/PCI: align functions now return start of resource by Dominik Brodowski · 15 years ago
  45. 2ef2d74 sparc64: If 'slot-names' property exist, create sysfs PCI slot information. by David S. Miller · 15 years ago
  46. 172d2d0 sparc64: Sync of_create_pci_dev() with drivers/pci/probe.c changes. by David S. Miller · 15 years ago
  47. 1abff64 sparc64: don't export static inline pci_ functions by Stephen Rothwell · 15 years ago
  48. 4c0eec7 sparc64/PCI: drop PCI_CACHE_LINE_BYTES by Tejun Heo · 15 years ago
  49. ee664a9 sparc: Use asm-generic/pci-dma-compat by FUJITA Tomonori · 15 years ago
  50. a6c1409 Delete pcibios_select_root by Matthew Wilcox · 16 years ago
  51. 917c366 sparc64: move EXPORT_SYMBOL to the symbols definition by Sam Ravnborg · 16 years ago
  52. 9018113 sparc64: Use unsigned long long for u64. by Sam Ravnborg · 16 years ago
  53. a88b5ba sparc,sparc64: unify kernel/ by Sam Ravnborg · 16 years ago[Renamed from arch/sparc64/kernel/pci.c]
  54. 5769907 sparc64: Fix PCI resource mapping on sparc64 by Max Dmitrichenko · 16 years ago
  55. 56c5d90 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  56. 44b50e5 sparc64: Fix missing devices due to PCI bridge test in of_create_pci_dev(). by David S. Miller · 16 years ago
  57. 77d10d0 sparc64: Fix sparse warnings in pci.c by David S. Miller · 16 years ago
  58. 22fecba sparc64: Record OF device instead of device node pointer in pci_pbm_info. by David S. Miller · 16 years ago
  59. d3ae4b5 sparc64: Get rid of pci_controller_info. by David S. Miller · 16 years ago
  60. e822358a sparc64: Pass proper parent device down into root pci_create_bus() call. by David S. Miller · 16 years ago
  61. c804996 sparc64: Convert FIRE PCI controller driver into a real driver. by David S. Miller · 16 years ago
  62. edbe805 sparc64: Convert SABRE PCI controller driver into a real driver. by David S. Miller · 16 years ago
  63. b20bfe4 sparc64: Convert PSYCHO PCI controller driver into a real driver. by David S. Miller · 16 years ago
  64. 3822b50 sparc64: Convert SUN4V PCI controller driver into a real driver. by David S. Miller · 16 years ago
  65. 6d19c88 sparc64: Convert SCHIZO PCI controller driver into a real driver. by David S. Miller · 16 years ago
  66. c510b9b sparc64: Don't invoke power_init() from pcibios_init(). by David S. Miller · 16 years ago
  67. 356d164 sparc: Kill EBUS driver layer. by David S. Miller · 16 years ago
  68. ae05f87 sparc64: Propagate PCI device archdata into OF device tree for EBUS. by David S. Miller · 16 years ago
  69. 783c98b sparc64: Use the cond_syscall()s in kernel/sys_ni.c instead of home-grown copy. by David S. Miller · 16 years ago
  70. 2222c31 sparc64: fix up bus_id changes in sparc core code by Greg Kroah-Hartman · 17 years ago
  71. c6c4f07 PCI: make pci_name use dev_name by Greg KH · 17 years ago
  72. c26d3c0 sparc64: Stop creating dummy root PCI host controller devices. by David S. Miller · 17 years ago
  73. 5da496e sparc64: Kill unused local ISA bus layer. by David S. Miller · 17 years ago
  74. c1b1a5f1 [SPARC64]: NUMA device infrastructure. by David S. Miller · 17 years ago
  75. 8c5b4a3f [SPARC64]: Kill pcic_present(). by David S. Miller · 17 years ago
  76. bcea1db [SPARC64]: Implement pci_resource_to_user() by David S. Miller · 17 years ago
  77. 29f139c [SPARC64]: ARRAY_SIZE() cleanup by Alejandro Martinez Ruiz · 17 years ago
  78. bbe0b5e [SPARC64]: Kill pci_memspace_mask. by David S. Miller · 17 years ago
  79. 2cc7345 [SPARC64]: Fix booting on V100 systems. by David S. Miller · 17 years ago
  80. 5f92c32 [SPARC64]: Fix several bugs in MSI handling. by David S. Miller · 17 years ago
  81. ad7ad57 [SPARC64]: Fix conflicts in SBUS/PCI/EBUS/ISA DMA handling. by David S. Miller · 18 years ago
  82. a2d6ea0 [SPARC64]: Fix sun4u PCI config space accesses on sun4u. by David S. Miller · 18 years ago
  83. b8a3a52 PCI: read revision ID by default by Auke Kok · 18 years ago
  84. 8c2786c [SPARC64]: Handle PCI bridges without 'ranges' property. by David S. Miller · 18 years ago
  85. 5840fc6 [SPARC64]: PCI device scan is way too verbose by default. by David S. Miller · 18 years ago
  86. f16537b [SPARC64]: pci_resource_adjust() cannot be __init. by David S. Miller · 18 years ago
  87. 26e6385 [SPARC64]: Use alloc_pci_dev() in PCI bus probes. by David S. Miller · 18 years ago
  88. c57c2ff [SPARC64]: Kill asm-sparc64/pbm.h by David S. Miller · 18 years ago
  89. 28113a9 [SPARC64]: Removal of trivial pci_controller_info uses. by David S. Miller · 18 years ago
  90. 6c108f1 [SPARC64]: Move index info pci_pbm_info. by David S. Miller · 18 years ago
  91. e9870c4 [SPARC64]: Move {setup,teardown}_msi_irq into pci_pbm_info. by David S. Miller · 18 years ago
  92. f1cd8de [SPARC64]: Move pci_ops into pci_pbm_info. by David S. Miller · 18 years ago
  93. 34768bc [SPARC64] PCI: Use root list of pbm's instead of pci_controller_info's by David S. Miller · 18 years ago
  94. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  95. a6009dd [SPARC64]: Fix section mismatch warnings in arch/sparc64/kernel/pci.c by David S. Miller · 18 years ago
  96. 861fe90 [SPARC64]: SUN4U PCI-E controller support. by David S. Miller · 18 years ago
  97. 7fe3730 MSI: arch must connect the irq and the msi_desc by Michael Ellerman · 18 years ago
  98. a165b42 [SPARC64]: Fix PCI rework to adhere to of_get_property() const return. by David S. Miller · 18 years ago
  99. 28f57e7 [SPARC64]: Force dummy host controller onto bus zero. by David S. Miller · 18 years ago
  100. 97b3cf0 [SPARC64]: Add dummy host controller to root of all PCI domains. by David S. Miller · 18 years ago