1. 3c13be0 powerpc/PCI: make pci_probe_only default to 0 by Bjorn Helgaas · 13 years ago
  2. 16fa42a powerpc: Fix device-tree matching for Apple U4 bridge by Benjamin Herrenschmidt · 13 years ago
  3. 3960ef3 Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  4. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  5. 0e47ff1 powerpc: rename ppc_pci_*_flags to pci_*_flags by Rob Herring · 13 years ago
  6. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  7. 98d9f30c8 pci/of: Match PCI devices to OF nodes dynamically by Benjamin Herrenschmidt · 13 years ago
  8. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  9. ec775d0 powerpc: Convert to new irq_* function names by Thomas Gleixner · 13 years ago
  10. d1efa2a powerpc/powermac: Drop unnecessary of_node_put by Julia Lawall · 14 years ago
  11. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  12. cede393 powerpc: Fix some late PowerMac G5 with PCIe ATI graphics by Benjamin Herrenschmidt · 15 years ago
  13. afcb065 powerpc/powermac: Add missing of_node_put by Nicolas Palix · 16 years ago
  14. 7fe519c powerpc: Introduce ppc_pci_flags accessors by Josh Boyer · 16 years ago
  15. 359c2e2 ppc/pmac: remove no longer needed IDE quirk by Bartlomiej Zolnierkiewicz · 16 years ago
  16. d0264ce [POWERPC] Improve resource setup of PowerMac G5 HT bridge by Benjamin Herrenschmidt · 17 years ago
  17. 444532d [POWERPC] Enable self-view of the HT host bridge on PowerMac G5 by Benjamin Herrenschmidt · 17 years ago
  18. 295f83e [POWERPC] Clear pci_probe_only on 64 bits PowerMac by Benjamin Herrenschmidt · 17 years ago
  19. bc0826c [POWERPC] Fixup powermac enable device hook by Benjamin Herrenschmidt · 17 years ago
  20. 549beb9 [POWERPC] Merge 32 and 64 bits pcibios_enable_device by Benjamin Herrenschmidt · 17 years ago
  21. 3fd94c6 [POWERPC] Merge PCI resource allocation & assignment by Benjamin Herrenschmidt · 17 years ago
  22. fc3fb71 [POWERPC] pci32: Add flags modifying the PCI code behaviour by Benjamin Herrenschmidt · 17 years ago
  23. cfad589 Merge branch 'linux-2.6' into for-2.6.25 by Paul Mackerras · 17 years ago
  24. 44ef339 [POWERPC] pci_controller->arch_data really is a struct device_node * by Stephen Rothwell · 17 years ago
  25. 6d98bda powerpc: Fix IDE legacy vs. native fixups by Benjamin Herrenschmidt · 17 years ago
  26. 0f7f2fb [POWERPC] Remove gratuitous reads from powermac pci config space methods by Nathan Lynch · 17 years ago
  27. 3fac10e [POWERPC] powermac pci_ops: Use named structure member initializers by Nathan Lynch · 17 years ago
  28. dbf8471 [POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypes by Kumar Gala · 17 years ago
  29. 09b55f7 [POWERPC] rename add_bridge to avoid namespace clashes by Arnd Bergmann · 17 years ago
  30. 3d5134e [POWERPC] Rewrite IO allocation & mapping on powerpc64 by Benjamin Herrenschmidt · 17 years ago
  31. 55b61fe [POWERPC] Rename device_is_compatible to of_device_is_compatible by Stephen Rothwell · 17 years ago
  32. 30686ba [POWERPC] Remove old interface find_devices by Stephen Rothwell · 17 years ago
  33. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 17 years ago
  34. 1a38147 [POWERPC] Make struct property's value a void * by Stephen Rothwell · 17 years ago
  35. b5d99e6 [POWERPC] Fix warning in powermac pci.c by Benjamin Herrenschmidt · 17 years ago
  36. f90bb15 [POWERPC] Make pci_read_irq_line the default by Benjamin Herrenschmidt · 18 years ago
  37. e08cf02 PCI: Delete unused extern in powermac/pci.c by Matthew Wilcox · 18 years ago
  38. 57cad80 Merge branch 'merge' by Paul Mackerras · 18 years ago
  39. 018a3d1 [POWERPC] powermac: Constify & voidify get_property() by Jeremy Kerr · 18 years ago
  40. 6e99e45 [PATCH] powerpc: fix trigger handling in the new irq code by Benjamin Herrenschmidt · 18 years ago
  41. 0ebfff1 [POWERPC] Add new interrupt mapping core and change platforms to use it by Benjamin Herrenschmidt · 18 years ago
  42. 685143ac [PATCH] 64bit resource: fix up printks for resources in arch and core code by Greg Kroah-Hartman · 18 years ago
  43. 29f147d Merge branch 'merge' by Paul Mackerras · 18 years ago
  44. c67808e [PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* defines by Jean Delvare · 18 years ago
  45. c256f4b [PATCH] powerpc: remove io_page_mask by Anton Blanchard · 18 years ago
  46. e822250 [PATCH] powerpc: Kill _machine and hard-coded platform numbers by Benjamin Herrenschmidt · 18 years ago
  47. de125bf [PATCH] powermac pci iomem annotations by Al Viro · 19 years ago
  48. 1beb6a7 [PATCH] powerpc: Experimental support for new G5 Macs (#2) by Benjamin Herrenschmidt · 19 years ago
  49. cc5d018 [PATCH] powerpc: Remove device_node addrs/n_addr by Benjamin Herrenschmidt · 19 years ago
  50. e07102d [PATCH] powerpc: minor cleanup of void ptr deref by linas · 19 years ago
  51. b5166cc [PATCH] powerpc: pci_64 fixes & cleanups by Benjamin Herrenschmidt · 19 years ago
  52. 0f34f49 [PATCH] ppc64: fix PCI IO mapping by Benjamin Herrenschmidt · 19 years ago
  53. 830825d powerpc: Pull out MPC106 (grackle) initialization code into its own file by Paul Mackerras · 19 years ago
  54. 35499c0 powerpc: Merge in 64-bit powermac support. by Paul Mackerras · 19 years ago
  55. 399fe2b ppc: rename pci_assign_all_busses to pci_assign_all_buses by Paul Mackerras · 19 years ago
  56. 3c3f42d powerpc: Start merging 64-bit support into powermac files by Paul Mackerras · 19 years ago
  57. f6d5791 powerpc: rename powermac files to remove pmac_ prefix by Paul Mackerras · 19 years ago[Renamed from arch/powerpc/platforms/powermac/pmac_pci.c]
  58. 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 19 years ago