1. cffe00c MIPS: of/pci: Use of_pci_range_parser by Andrew Murray · 11 years ago
  2. 928bea9 PCI: Delay enabling bridges until they're needed by Yinghai Lu · 11 years ago
  3. 9a97cd4 MIPS/PCI: Implement pcibios_get_phb_of_node by Gabor Juhos · 11 years ago
  4. 8bfc245 Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-next by Ralf Baechle · 11 years ago
  5. 2228317 MIPS: avoid possible resource conflict in register_pci_controller by Gabor Juhos · 11 years ago
  6. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 11 years ago
  7. 28eb0e4 MIPS: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  8. 0a6f19d mips/PCI: Remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 12 years ago
  9. 8885b7b PCI: Provide a default pcibios_update_irq() by Thierry Reding · 12 years ago
  10. 3ddbebf PCI: Discard __init annotations for pci_fixup_irqs() and related functions by Thierry Reding · 12 years ago
  11. 85a00dd Merge branch 'pci/myron-pcibios_setup' into next by Bjorn Helgaas · 12 years ago
  12. 938ca51 MIPS/PCI: adjust section annotations for pcibios_setup() by Myron Stowe · 12 years ago
  13. b918c62 PCI: replace struct pci_bus secondary/subordinate with busn_res by Yinghai Lu · 12 years ago
  14. a48cf37 MIPS: pci: parse memory ranges from devicetree by John Crispin · 12 years ago
  15. 96a6b9a mips/PCI: get rid of device resource fixups by Bjorn Helgaas · 12 years ago
  16. 14be538 mips/PCI: removed unused pci_probe configurability by Bjorn Helgaas · 12 years ago
  17. 2909060 mips/PCI: replace pci_probe_only with pci_flags by Bjorn Helgaas · 12 years ago
  18. 4964e06 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  19. c539ef7 MIPS: Set default pci cache line size. by Ralf Baechle · 13 years ago
  20. 7c090e5 mips/PCI: convert to pci_scan_root_bus() for correct root bus resources by Bjorn Helgaas · 13 years ago
  21. 96633fa PCI: MIPS: use generic pcibios_set_master() by Myron Stowe · 13 years ago
  22. 96c5590 PCI: Pull PCI 'latency timer' setup up into the core by Myron Stowe · 13 years ago
  23. cae39d1 mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  24. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  25. 8190471 MIPS: Cobalt: convert legacy port addresses to GT-64111 bus addresses by Bjorn Helgaas · 14 years ago
  26. 3b7a17f resource/PCI: mark struct resource as const by Dominik Brodowski · 15 years ago
  27. b26b2d4 resource/PCI: align functions now return start of resource by Dominik Brodowski · 15 years ago
  28. 982f6ff MIPS: Remove useless zero initializations. by Ralf Baechle · 15 years ago
  29. 67eed58 PCI: mips: use generic INTx swizzle from PCI core by Bjorn Helgaas · 16 years ago
  30. 30d546d PCI: mips: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  31. 98873f5 MIPS: Better than nothing implementation of PCI mmap to fix X. by Ralf Baechle · 16 years ago
  32. 540799e MIPS: PCI: Scan busses when they are registered by Aurelien Jarno · 16 years ago
  33. 47a5c97 [MIPS] Introduce pcibios_plat_setup by Atsushi Nemoto · 16 years ago
  34. 3450004 [MIPS] PCI: Make the pcibios_max_latency variable static by Dmitri Vorobiev · 16 years ago
  35. d58eaab [MIPS] Namespace clean-up in arch/mips/pci/pci.c by Dmitri Vorobiev · 16 years ago
  36. 234fcd1 [MIPS] Fix loads of section missmatches by Ralf Baechle · 16 years ago
  37. 40d7c1a [MIPS] PCI: Coding style fixes for pcibios_enable_resources. by Ralf Baechle · 16 years ago
  38. 986c948 [MIPS] PCI: Port i386 PCI fixes. by Ralf Baechle · 16 years ago
  39. d20e47e [MIPS] PCI: Make pcibios_fixup_device_resources ignore legacy resources. by Ralf Baechle · 17 years ago
  40. d4ef9dd [MIPS] PCI: Set need_domain_info if controller domain index is non-zero. by Ralf Baechle · 17 years ago
  41. 606bf78 [MIPS] HOTPLUG: Make register_pci_controller __devinit. by Ralf Baechle · 17 years ago
  42. c4aa256 [MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus. by Ralf Baechle · 17 years ago
  43. 4547d22 [MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus. by Ralf Baechle · 17 years ago
  44. 8ed07a1 [MIPS] Fix a sparse warning in arch/mips/pci/pci.c by Atsushi Nemoto · 17 years ago
  45. 639702b [MIPS] Register PCI host bridge resource earlier by Thomas Bogendoerfer · 17 years ago
  46. 4419708 [MIPS] Mark pcibios_fixup_device_resources() as __devinit by Atsushi Nemoto · 17 years ago
  47. 140c172 [MIPS] Iomap implementation. by Ralf Baechle · 18 years ago
  48. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  49. e31dd6e [PATCH] 64bit resource: change pci core and arch code to use resource_size_t by Greg Kroah-Hartman · 18 years ago
  50. 610019b [MIPS] Remove unused function alloc_pci_controller. by Ralf Baechle · 18 years ago
  51. 8a1417d BCM1480 HT support by Andrew Isaacson · 19 years ago
  52. e5de3b4 In pcibios_enable_resources go back to handling all PCI_NUM_RESOURCES by Ralf Baechle · 19 years ago
  53. e63ea56 [PATCH] mips: add pcibios_bus_to_resource by Yoichi Yuasa · 19 years ago
  54. 42a3b4f [PATCH] mips: nuke trailing whitespace by Ralf Baechle · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago