1. 3eb523b [POWERPC] Fix pci domain detection by Arnd Bergmann · 19 years ago
  2. 8f2ea1f [POWERPC] Fix initialization and usage of dma_mask by Benjamin Herrenschmidt · 19 years ago
  3. 489de30 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 19 years ago
  4. b8a3a52 PCI: read revision ID by default by Auke Kok · 19 years ago
  5. a2cd52c PCI: Make pcibios_add_platform_entries() return errors by Michael Ellerman · 19 years ago
  6. 327e22d [POWERPC] Replace use of GET_64BIT(prop, i) with of_read_number(). by Jon Loeliger · 19 years ago
  7. a4c9e32 [POWERPC] Use ppc64 style list management for pci_controller on ppc32 by Kumar Gala · 19 years ago
  8. 58083da [POWERPC] Move common PCI code out of pci_32/pci_64 by Kumar Gala · 19 years ago
  9. 5516b54 [POWERPC] Use global_number in ppc32 pci_controller by Kumar Gala · 19 years ago
  10. 131208c [POWERPC] Turn off debugging in arch/powerpc/kernel/pci_64.c by Michael Ellerman · 19 years ago
  11. 3d5134e [POWERPC] Rewrite IO allocation & mapping on powerpc64 by Benjamin Herrenschmidt · 19 years ago
  12. de82120 [POWERPC] Fix IO space on PCI buses created from of_platform by Benjamin Herrenschmidt · 19 years ago
  13. 31e92e0 [POWERPC] Fix incorrect calculation of I/O window addresses by Paul Mackerras · 19 years ago
  14. 02bbc0f Merge branch 'linux-2.6' by Paul Mackerras · 19 years ago
  15. 11fbb00 [POWERPC] Cope with PCI host bridge I/O window not starting at 0 by Paul Mackerras · 19 years ago
  16. bab41e9 PCI: Convert to alloc_pci_dev() by Michael Ellerman · 19 years ago
  17. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 19 years ago
  18. a8bda5d [POWERPC] Rename prom_n_addr_cells to of_n_addr_cells by Stephen Rothwell · 19 years ago
  19. 5719070 [POWERPC] Create and use get_pci_dma_ops() by Stephen Rothwell · 19 years ago
  20. 9874777 [POWERPC] Create and use set_pci_dma_ops by Stephen Rothwell · 19 years ago
  21. 21eb4fa Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 19 years ago
  22. 0fcfdab MSI: Remove pci_scan_msi_device() by Michael Ellerman · 19 years ago
  23. 8423200 Merge branch 'linux-2.6' by Paul Mackerras · 19 years ago
  24. 545da94 [POWERPC] Fix sys_pciconfig_iobase bus matching by Benjamin Herrenschmidt · 19 years ago
  25. a2894cf [POWERPC] Do not write virq back to PCI config space by Michal Ostrowski · 19 years ago
  26. bb63ab1 [POWERPC] Fix PCI device channel state initialization by Linas Vepstas · 19 years ago
  27. 396a1a5 [POWERPC] Fix mmap of PCI resource with hack for X by Benjamin Herrenschmidt · 19 years ago
  28. f848535 [POWERPC] Replace kmalloc+memset with kzalloc by Yan Burman · 19 years ago
  29. 4cb3cee [POWERPC] Allow hooking of PCI MMIO & PIO accessors on 64 bits by Benjamin Herrenschmidt · 19 years ago
  30. 4c9d280 [POWERPC] Generic OF platform driver for PCI host bridges. by Benjamin Herrenschmidt · 19 years ago
  31. 803d457 [POWERPC] Add "parent" struct device for PCI host bridges by Benjamin Herrenschmidt · 19 years ago
  32. e557a1c [POWERPC] Resolve the parent address of a PCI bus range by Benjamin Herrenschmidt · 19 years ago
  33. 12d04ee [POWERPC] Refactor 64 bits DMA operations by Benjamin Herrenschmidt · 19 years ago
  34. f90bb15 [POWERPC] Make pci_read_irq_line the default by Benjamin Herrenschmidt · 19 years ago
  35. 99a565b [PATCH] Remove occurences of PPC_MULTIPLATFORM in pci_64.c by s.hauer@pengutronix.de · 19 years ago
  36. 284a940 [POWERPC] Check for offline nodes in pci NUMA code by Anton Blanchard · 20 years ago
  37. eecba33 [POWERPC] modify PCI code for a merged kernel by Stephen Rothwell · 20 years ago
  38. aa43f77 Merge branch 'merge' by Paul Mackerras · 20 years ago
  39. 006b64d [POWERPC] Make OF irq map code detect more error cases by Benjamin Herrenschmidt · 20 years ago
  40. 57cad80 Merge branch 'merge' by Paul Mackerras · 20 years ago
  41. a7f67bd [POWERPC] Constify & voidify get_property() by Jeremy Kerr · 20 years ago
  42. 6e99e45 [PATCH] powerpc: fix trigger handling in the new irq code by Benjamin Herrenschmidt · 20 years ago
  43. 3da2728 [POWERPC] Remove linux,pci-domain properties by Jeremy Kerr · 20 years ago
  44. 0ebfff1 [POWERPC] Add new interrupt mapping core and change platforms to use it by Benjamin Herrenschmidt · 20 years ago
  45. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 20 years ago
  46. e31dd6e [PATCH] 64bit resource: change pci core and arch code to use resource_size_t by Greg Kroah-Hartman · 20 years ago
  47. 68402dd [PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHM by Christoph Lameter · 20 years ago
  48. 357518f [POWERPC] pcibus_to_node fixes by Anton Blanchard · 20 years ago
  49. bb53bb3 [POWERPC] Add support for PCI-Express nodes in the device tree by Jake Moilanen · 20 years ago
  50. efbd386 [PATCH] powerpc: iSeries PCI devices can now have a devpsec attribute by Stephen Rothwell · 20 years ago
  51. e884e9c [PATCH] powerpc: Quiet PCI init printouts by Olof Johansson · 20 years ago
  52. c256f4b [PATCH] powerpc: remove io_page_mask by Anton Blanchard · 20 years ago
  53. b239cbe [PATCH] powerpc: make ISA floppies work again by Stephen Rothwell · 20 years ago
  54. 92eb460 [PATCH] powerpc: properly configure DDR/P5IOC children devs by John Rose · 20 years ago
  55. 9623b5d [PATCH] powerpc: small pci cleanups by Stephen Rothwell · 20 years ago
  56. af9deab [PATCH] PCI Hotplug/powerpc: module build break by linas · 20 years ago
  57. 9d17a5c [PATCH] powerpc: Extended PCI config space by Benjamin Herrenschmidt · 20 years ago
  58. f2c4583 [PATCH] powerpc: pci_address_to_pio fix by Benjamin Herrenschmidt · 20 years ago
  59. 1beb6a7 [PATCH] powerpc: Experimental support for new G5 Macs (#2) by Benjamin Herrenschmidt · 20 years ago
  60. cc5d018 [PATCH] powerpc: Remove device_node addrs/n_addr by Benjamin Herrenschmidt · 20 years ago
  61. d4e4b35 [PATCH] powerpc: fix for "Update OF address parsers" by Stephen Rothwell · 20 years ago
  62. d2dd482 [PATCH] powerpc: Update OF address parsers by Benjamin Herrenschmidt · 20 years ago
  63. facf078 [PATCH] powerpc: make pcibios_claim_one_bus available to other code by Linas Vepstas · 20 years ago
  64. 463ce0e [PATCH] powerpc: serial port discovery (#2) by Benjamin Herrenschmidt · 20 years ago
  65. f8ef270 powerpc: Merge pci.h by Paul Mackerras · 20 years ago
  66. b5166cc [PATCH] powerpc: pci_64 fixes & cleanups by Benjamin Herrenschmidt · 20 years ago
  67. f9e4ec5 [PATCH] powerpc: More debugging fixups by Michael Ellerman · 20 years ago
  68. 7568cb4 powerpc: Move most remaining ppc64 files over to arch/powerpc by Paul Mackerras · 20 years ago[Renamed from arch/ppc64/kernel/pci.c]
  69. fe360cd powerpc: fix iSeries build by Stephen Rothwell · 20 years ago
  70. 0f34f49 [PATCH] ppc64: fix PCI IO mapping by Benjamin Herrenschmidt · 20 years ago
  71. 799d604 [PATCH] powerpc: merge code values for identifying platforms by Paul Mackerras · 20 years ago
  72. ead8371 [PATCH] dlpar enable for OF pci probe by John Rose · 20 years ago
  73. 8b15047 [PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addresses by Roland Dreier · 21 years ago
  74. f7abbc1 ppc64: Add a `primary' argument to pci_process_bridge_OF_ranges by Paul Mackerras · 21 years ago
  75. d387899 powerpc: Move iSeries_pci.c to powerpc/platform/iseries by Stephen Rothwell · 21 years ago
  76. d79e743 [PATCH] ppc64: Fix PCI flags when using OF device tree by Paul Mackerras · 21 years ago
  77. 4267292 ppc64: Set up PCI tree from Open Firmware device tree by Paul Mackerras · 21 years ago
  78. b2ad7b5 Allow PCI config space syscalls to be used by 64-bit processes. by Paul Mackerras · 21 years ago
  79. 1635317 [PATCH] Separate pci bits out of struct device_node by Paul Mackerras · 21 years ago
  80. 982245f [PATCH] PCI: remove CONFIG_PCI_NAMES by Adrian Bunk · 21 years ago
  81. 43c3473 [PATCH] pci and yenta: pcibios_bus_to_resource by Dominik Brodowski · 21 years ago
  82. 2311b1f [PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patch by Michael Ellerman · 21 years ago
  83. dad32bb [PATCH] pSeries - read irqs dynamically by John Rose · 21 years ago
  84. ff381d2 [PATCH] Driver Core: arch: update device attribute callbacks by Yani Ioannou · 21 years ago
  85. 1f8d419 [PATCH] ppc64: pgtable.h and other header cleanups by David Gibson · 21 years ago
  86. dfbacdc [PATCH] ppc64: Fix semantics of __ioremap by Benjamin Herrenschmidt · 21 years ago
  87. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 21 years ago