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