1. 9b9a6d2 Merge branch 'pci/thierry-fixup-irqs' into next by Bjorn Helgaas · 12 years ago
  2. 8885b7b PCI: Provide a default pcibios_update_irq() by Thierry Reding · 12 years ago
  3. 3ddbebf PCI: Discard __init annotations for pci_fixup_irqs() and related functions by Thierry Reding · 12 years ago
  4. 78890b5 Merge commit 'v3.6-rc5' into next by Bjorn Helgaas · 12 years ago
  5. 39a3612 MIPS: PCI: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
  6. a1dca31 MIPS: pci-ar724x: avoid data bus error due to a missing PCIe module by Gabor Juhos · 12 years ago
  7. 287dc4b Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  8. 68d8848 Merge branches 'next/generic', 'next/alchemy', 'next/bcm63xx', 'next/cavium', 'next/jz4740', 'next/lantiq', 'next/loongson1b' and 'next/netlogic' into mips-for-linux-next by Ralf Baechle · 12 years ago
  9. 6dd53aa Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  10. 4d9bb75 MIPS: Netlogic: Remove unused pcibios_fixups by Jayachandran C · 12 years ago
  11. 9bac624 MIPS: Netlogic: XLP PCIe controller support. by Ganesan Ramalingam · 12 years ago
  12. 19c860d MIPS: BCM63XX: Add PCIe Support for BCM6328 by Jonas Gorski · 12 years ago
  13. 76f42fe MIPS: BCM63XX: Move the PCI initialization into its own function by Jonas Gorski · 12 years ago
  14. 497e5ff MIPS: Malta: Move PIIX4 PCI fixup to where it belongs. by Ralf Baechle · 12 years ago
  15. f7257d3 MIPS: PCI: Add missing __devinit attributions to fixup functions. by Ralf Baechle · 12 years ago
  16. d75e2c9 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  17. 85a053f MIPS: PCI: Move fixups from __init to __devinit. by Sebastian Andrzej Siewior · 12 years ago
  18. 4a043d7 mips: mark const init data with __initconst instead of __initdata by Uwe Kleine-König · 12 years ago
  19. 9349b44 Merge branch 'pci/myron-final-fixups-v2' into next by Bjorn Helgaas · 12 years ago
  20. 02d4b36 MIPS/PCI: move final fixups from __init to __devinit by Myron Stowe · 12 years ago
  21. 85a00dd Merge branch 'pci/myron-pcibios_setup' into next by Bjorn Helgaas · 12 years ago
  22. 938ca51 MIPS/PCI: adjust section annotations for pcibios_setup() by Myron Stowe · 12 years ago
  23. 42b14cb mips: pci-lantiq: Fix check for valid gpio by Roland Stigge · 12 years ago
  24. 249e2a3 MIPS: Netlogic: MSI enable fix for XLS by Ganesan Ramalingam · 12 years ago
  25. ea8e867 MIPS: Netlogic: Fix PCIX irq on XLR chips by Jayachandran C · 12 years ago
  26. b918c62 PCI: replace struct pci_bus secondary/subordinate with busn_res by Yinghai Lu · 12 years ago
  27. c819baf Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'next/ath79' and 'next/lantiq' into mips-for-linux-next by Ralf Baechle · 12 years ago
  28. 57c8cb8 MIPS: pci: convert lantiq driver to OF by John Crispin · 12 years ago
  29. bd51db7 MIPS: lantiq: drop ltq_gpio_request() and gpio_to_irq() by John Crispin · 12 years ago
  30. a48cf37 MIPS: pci: parse memory ranges from devicetree by John Crispin · 12 years ago
  31. 67644c5 MIPS: ath79: add PCI_AR724X Kconfig symbol by Gabor Juhos · 13 years ago
  32. e9b62e8 MIPS: ath79: update copyright headers of PCI related files by Gabor Juhos · 13 years ago
  33. f8365ec MIPS: ath79: add support for the PCI host controller of the AR71XX SoCs by Gabor Juhos · 13 years ago
  34. 4c07c7d MIPS: ath79: add PCI IRQ handling code for AR724X SoCs by Gabor Juhos · 13 years ago
  35. 6015a85 MIPS: ath79: add a workaround for a PCI controller bug in AR7240 SoCs by Gabor Juhos · 13 years ago
  36. 64adb6b MIPS: ath79: fix broken ar724x_pci_{read,write} functions by Gabor Juhos · 13 years ago
  37. ffdce46 MIPS: ath79: remove superfluous alignment checks from pci-ar724x.c by Gabor Juhos · 13 years ago
  38. c198441 MIPS: ath79: use io-accessor macros in pci-ar724x.c by Gabor Juhos · 13 years ago
  39. d624bd3 MIPS: ath79: replace ath724x to ar724x by Gabor Juhos · 13 years ago
  40. 692183e MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC name by Gabor Juhos · 13 years ago
  41. 6335aef MIPS: ath79: add a common PCI registration function by Gabor Juhos · 13 years ago
  42. 659243c MIPS: ath79: make ath724x_pcibios_init visible for external code by Gabor Juhos · 13 years ago
  43. e2dbdc4 MIPS: ath79: separate common PCI code by Gabor Juhos · 13 years ago
  44. daf76db MIPS: Include export.h in for EXPORT_SYMBOL in ops-loongson2.c by Matt Turner · 12 years ago
  45. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  46. f6a1ad4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  47. 96a6b9a mips/PCI: get rid of device resource fixups by Bjorn Helgaas · 13 years ago
  48. 14be538 mips/PCI: removed unused pci_probe configurability by Bjorn Helgaas · 13 years ago
  49. 2909060 mips/PCI: replace pci_probe_only with pci_flags by Bjorn Helgaas · 13 years ago
  50. f79eaeb MIPS: PCI: use list_for_each_entry() for bus->devices traversal by Bjorn Helgaas · 13 years ago
  51. ca994a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  52. 49dc957 bcma: add PCIe host controller by Hauke Mehrtens · 13 years ago
  53. 4964e06 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  54. 7bf6612 Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/cavium', 'next/generic', 'next/kprobes', 'next/lantiq', 'next/perf' and 'next/raza' into mips-for-linux-next by Ralf Baechle · 13 years ago
  55. 39b7414 Merge branch 'next/generic' into mips-for-linux-next by Ralf Baechle · 13 years ago
  56. c539ef7 MIPS: Set default pci cache line size. by Ralf Baechle · 13 years ago
  57. 7c090e5 mips/PCI: convert to pci_scan_root_bus() for correct root bus resources by Bjorn Helgaas · 13 years ago
  58. 96633fa PCI: MIPS: use generic pcibios_set_master() by Myron Stowe · 13 years ago
  59. 96c5590 PCI: Pull PCI 'latency timer' setup up into the core by Myron Stowe · 13 years ago
  60. 595789a MIPS: Octeon: Add support for OCTEON II PCIe by David Daney · 13 years ago
  61. 53efc98 MIPS: Octeon: Update PCI Latency timer and enable more error reporting. by David Daney · 13 years ago
  62. 0c96540 MIPS: Netlogic: Move code common with XLP to common/ by Jayachandran C · 13 years ago
  63. c3c8cfb MIPS: Netlogic: Use CPU_XLR instead of NLM_XLR by Jayachandran C · 13 years ago
  64. f32671a MIPS: Netlogic: Add basic MSI support for XLR/XLS by Ganesan Ramalingam · 13 years ago
  65. 8b5690f MIPS: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  66. 04712f3 MIPS: BCM63XX: Add support for bcm6368 CPU. by Maxime Bizon · 13 years ago
  67. 4ff40d5 MIPS: Initial PCI support for Atheros 724x SoCs. by Rene Bolldorf · 13 years ago
  68. 3d18c98 MIPS: Fix Jazz 64-bit build error. by Ralf Baechle · 13 years ago
  69. ab75dc0 MIPS: Fix up inconsistency in panic() string argument. by Ralf Baechle · 13 years ago
  70. 864c6c22 MIPS: Alchemy: Fix PCI PM by Manuel Lauss · 13 years ago
  71. 4af92e7 MIPS: lantiq: use export.h in favour of module.h by John Crispin · 13 years ago
  72. 71ca869 MIPS: Fix build error due to missing inclusion of <linux/export.h>. by Ralf Baechle · 13 years ago
  73. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  74. d674806 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  75. cae39d1 mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  76. 7517de3 MIPS: Alchemy: Redo PCI as platform driver by Manuel Lauss · 13 years ago
  77. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  78. 0596954 MIPS: Lantiq: Fix setting the PCI bus speed on AR9 by John Crispin · 13 years ago
  79. 20ef5d3 MIPS: RC32434: Fix PCI build error by Yoichi Yuasa · 13 years ago
  80. a656ffc bcm47xx: make it possible to build bcm47xx without ssb. by Hauke Mehrtens · 13 years ago
  81. 6fd4ce8 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 13 years ago
  82. 84fe98e MIPS: NILE4: Remove useless inclusion of GT64120 header. by Ralf Baechle · 13 years ago
  83. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  84. e47d488 MIPS: Lantiq: Add PCI controller support. by John Crispin · 14 years ago
  85. 9b130f8 MIPS: XLR, XLS: Add PCI support. by Jayachandran C · 13 years ago
  86. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  87. e4ec798 MIPS: Convert the irq functions to the new names by Thomas Gleixner · 14 years ago
  88. 0c32638 MIPS: Octeon: Rewrite interrupt handling code. by David Daney · 14 years ago
  89. a18059a MIPS: MSP: Fix MSP71xx bpci interrupt handler return value by Anoop P A · 14 years ago
  90. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  91. b93b2ab MIPS: Octeon: Rewrite DMA mapping functions. by David Daney · 14 years ago
  92. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  93. ca4d3e67 MIPS: Add missing #inclusions of <linux/irq.h> by David Howells · 14 years ago
  94. 7dde29c MIPS: Remove pr_<level> uses of KERN_<level> by Joe Perches · 14 years ago
  95. b42e179 Fix typo configue => configure in comments by Thomas Weber · 14 years ago
  96. 2b5987a MIPS: Octeon: Allow more than 3.75GB of memory with PCIe by David Daney · 14 years ago
  97. 52a0f00 MIPS: Octeon: Disallow MSI-X interrupt and fall back to MSI interrupts. by Chandrakala Chavva · 14 years ago
  98. 1aa2b27 MIPS: Octeon: Support 256 MSI on PCIe by David Daney · 14 years ago
  99. 7d9eee6 MIPS: Octeon: Make MSI use handle_simple_irq(). by David Daney · 14 years ago
  100. a5decf7 MIPS: Octeon: Get rid of a bunch of MSI IRQ number definitions. by David Daney · 14 years ago