1. 17ce452 kgdb, powerpc: arch specific powerpc kgdb support by Jason Wessel · 16 years ago
  2. 43d2548 Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build by Benjamin Herrenschmidt · 16 years ago
  3. e7a5727 powerpc: Allow create_branch() to return errors by Michael Ellerman · 16 years ago
  4. aaddd3e powerpc: Move code patching code into arch/powerpc/lib/code-patching.c by Michael Ellerman · 16 years ago
  5. 4e491d1 ftrace: support for PowerPC by Steven Rostedt · 17 years ago
  6. af3b74d [POWERPC] Move xmon_irq() declaration into xmon.h by Michael Ellerman · 17 years ago
  7. 21e38df [POWERPC] Fix building of pmac32 when CONFIG_NVRAM=m by Tony Breeds · 17 years ago
  8. 9a64388d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  9. 950e4da arch: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
  10. 359c2e2 ppc/pmac: remove no longer needed IDE quirk by Bartlomiej Zolnierkiewicz · 17 years ago
  11. 5c58666 ppc/pmac: remove ppc_ide_md hooks by Bartlomiej Zolnierkiewicz · 17 years ago
  12. bed04a4 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  13. 98cddbf [POWERPC] Fix arch/powerpc/platforms/powermac/pic.c when !CONFIG_ADB_PMU by Tony Breeds · 17 years ago
  14. d9b2b2a [LIB]: Make PowerPC LMB code generic so sparc64 can use it too. by David S. Miller · 17 years ago
  15. 592a607 [POWERPC] Disable G5 NAP mode during SMU commands on U3 by Benjamin Herrenschmidt · 17 years ago
  16. 6c81c32 calibrate_delay() must be __cpuinit by Adrian Bunk · 17 years ago
  17. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  18. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  19. d518b71 [POWERPC] powermac: Use machine_*_initcall() hooks in platform code by Grant Likely · 17 years ago
  20. dc2e425 [POWERPC] Use for_each macros in arch/powerpc/platforms/powermac by Cyrill Gorcunov · 17 years ago
  21. 05ead01 [POWERPC] arch/powerpc: Remove duplicate includes by Lucas Woods · 17 years ago
  22. d0264ce [POWERPC] Improve resource setup of PowerMac G5 HT bridge by Benjamin Herrenschmidt · 17 years ago
  23. 444532d [POWERPC] Enable self-view of the HT host bridge on PowerMac G5 by Benjamin Herrenschmidt · 17 years ago
  24. 295f83e [POWERPC] Clear pci_probe_only on 64 bits PowerMac by Benjamin Herrenschmidt · 17 years ago
  25. bc0826c [POWERPC] Fixup powermac enable device hook by Benjamin Herrenschmidt · 17 years ago
  26. 549beb9 [POWERPC] Merge 32 and 64 bits pcibios_enable_device by Benjamin Herrenschmidt · 17 years ago
  27. 3fd94c6 [POWERPC] Merge PCI resource allocation & assignment by Benjamin Herrenschmidt · 17 years ago
  28. fc3fb71 [POWERPC] pci32: Add flags modifying the PCI code behaviour by Benjamin Herrenschmidt · 17 years ago
  29. cfad589 Merge branch 'linux-2.6' into for-2.6.25 by Paul Mackerras · 17 years ago
  30. 44ef339 [POWERPC] pci_controller->arch_data really is a struct device_node * by Stephen Rothwell · 17 years ago
  31. 6d98bda powerpc: Fix IDE legacy vs. native fixups by Benjamin Herrenschmidt · 17 years ago
  32. 5f867dc [POWERPC] Clean out asm/of_{platform, device}.h by Jon Loeliger · 17 years ago
  33. 6215762 [POWERPC] powermac: Fix warning in time.c by Johannes Berg · 17 years ago
  34. 4d5709a Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  35. 6ee0d9f [POWERPC] Remove unused old code from powermac setup code by Paul Mackerras · 17 years ago
  36. d741803 [POWERPC] Remove some more section mismatch warnings by Stephen Rothwell · 17 years ago
  37. 8122c6c [CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq core by Thomas Renninger · 17 years ago
  38. 52964f8 [POWERPC] Add an optional device_node pointer to the irq_host by Michael Ellerman · 17 years ago
  39. ed16c20 [POWERPC] Remove old includes from arch/ppc by Kumar Gala · 17 years ago
  40. a65517f [POWERPC] Remove some duplicate declarations from pmac.h by Stephen Rothwell · 17 years ago
  41. 124d795 [POWERPC] Fix section mismatches in udbg_adb.c by Stephen Rothwell · 17 years ago
  42. 0f7f2fb [POWERPC] Remove gratuitous reads from powermac pci config space methods by Nathan Lynch · 17 years ago
  43. 3fac10e [POWERPC] powermac pci_ops: Use named structure member initializers by Nathan Lynch · 17 years ago
  44. 9420dc6 [POWERPC] Clean out a bunch of duplicate includes by Jesper Juhl · 17 years ago
  45. 5628244 [POWERPC] Fix a compile warning in powermac/feature.c by Segher Boessenkool · 17 years ago
  46. bf22f6f Merge branch 'for-2.6.23' into merge by Paul Mackerras · 17 years ago
  47. 76a5b8b [POWERPC] powermac i2c: Use mutex by Johannes Berg · 17 years ago
  48. dbf8471 [POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypes by Kumar Gala · 17 years ago
  49. d3c7ffa [POWERPC] disallow building powermac and tsi108 without PCI by Arnd Bergmann · 17 years ago
  50. 09b55f7 [POWERPC] rename add_bridge to avoid namespace clashes by Arnd Bergmann · 17 years ago
  51. c5f226c [POWERPC] Fix powermac late initcall to only run on powermac by Tony Breeds · 17 years ago
  52. 3d5134e [POWERPC] Rewrite IO allocation & mapping on powerpc64 by Benjamin Herrenschmidt · 17 years ago
  53. c63c4fa [POWERPC] Fix per-cpu allocation on oldworld SMP powermacs by Paul Mackerras · 17 years ago
  54. 405861a [POWERPC] Fix Section mismatch warnings by Li Yang · 17 years ago
  55. df6d391 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  56. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  57. 02bbc0f Merge branch 'linux-2.6' by Paul Mackerras · 18 years ago
  58. 55b61fe [POWERPC] Rename device_is_compatible to of_device_is_compatible by Stephen Rothwell · 18 years ago
  59. d9333af [POWERPC] powermac: Support G5 CPU hotplug by Johannes Berg · 18 years ago
  60. be9c94d [POWERPC] Fix suspend states again by Johannes Berg · 18 years ago
  61. 8fce6dd [POWERPC] powermac: Fix G5-cpufreq for cpu on/offline by Johannes Berg · 18 years ago
  62. 7c59b66 i2c: Cleanup the includes of <linux/i2c.h> by Jean Delvare · 18 years ago
  63. 8d8a024 [POWERPC] Generic check_legacy_ioport by Olaf Hering · 18 years ago
  64. 30686ba [POWERPC] Remove old interface find_devices by Stephen Rothwell · 18 years ago
  65. 1658ab6 [POWERPC] Remove old interface find_type_devices by Stephen Rothwell · 18 years ago
  66. 8c8dc32 [POWERPC] Remove old interface find_path_device by Stephen Rothwell · 18 years ago
  67. 6cfef5b [POWERPC] Rename MPIC_BROKEN_U3 to MPIC_U3_HT_IRQS by Michael Ellerman · 18 years ago
  68. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 18 years ago
  69. 1a38147 [POWERPC] Make struct property's value a void * by Stephen Rothwell · 18 years ago
  70. 8545cd2 [POWERPC] Remove unused inclusion of linux/ide.h by Olaf Hering · 18 years ago
  71. 3771f2d Merge branch 'ppc_kconfig' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.22 by Paul Mackerras · 18 years ago
  72. 17e638b [POWERPC] Generic time suspend/resume code by Johannes Berg · 18 years ago
  73. 9b8babf [POWERPC] Split powermac platforms into their own Kconfig file by Kumar Gala · 18 years ago
  74. b5d99e6 [POWERPC] Fix warning in powermac pci.c by Benjamin Herrenschmidt · 18 years ago
  75. e71c5c3 [POWERPC] Fix warning in powermac feature.c by Benjamin Herrenschmidt · 18 years ago
  76. 599a52d backlight: Separate backlight properties from backlight ops pointers by Richard Purdie · 18 years ago
  77. 28ee086 backlight: Fix external uses of backlight internal semaphore by Richard Purdie · 18 years ago
  78. d7e25f3 [PATCH] genirq: remove IRQ_DISABLED by Ingo Molnar · 18 years ago
  79. b8757b2 [PATCH] Dynamic kernel command-line: powerpc by Alon Bar-Lev · 18 years ago
  80. c23ef29 [POWERPC] powermac: local_irq_disable() is redundant after local_irq_save() by Jiri Kosina · 18 years ago
  81. 6d5aefb WorkQueue: Fix up arch-specific work items where possible by David Howells · 18 years ago
  82. 68a6435 [POWERPC] Merge 32 and 64 bits asm-powerpc/io.h by Benjamin Herrenschmidt · 18 years ago
  83. 7eebde7 [POWERPC] Souped-up of_platform_device support by Benjamin Herrenschmidt · 18 years ago
  84. f90bb15 [POWERPC] Make pci_read_irq_line the default by Benjamin Herrenschmidt · 18 years ago
  85. 79acbb3 Merge branch 'linux-2.6' into for-linus by Paul Mackerras · 18 years ago
  86. e08cf02 PCI: Delete unused extern in powermac/pci.c by Matthew Wilcox · 18 years ago
  87. 0613ffbf [PATCH] Fix compile warnings with CONFIG_PM=n by Olaf Hering · 18 years ago
  88. fd6e7d2 [PATCH] Clean up usage of boot_dev by s.hauer@pengutronix.de · 18 years ago
  89. 7f8c4c5 [POWERPC] Fix build breakage with CONFIG_PPC32 by Srinivasa Ds · 18 years ago
  90. d6a2925 [POWERPC] Fix secondary CPU startup on old "powersurge" SMP powermacs by Paul Mackerras · 18 years ago
  91. 35a84c2 [POWERPC] Fix up after irq changes by Olaf Hering · 18 years ago
  92. 49f19ce [PATCH] powerpc: irq change build breaks by Olof Johansson · 18 years ago
  93. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  94. 2ec6ef1 [POWERPC] Get default baud rate in udbg_scc by Benjamin Herrenschmidt · 18 years ago
  95. 6e9a473 [PATCH] completions: lockdep annotate on stack completions by Peter Zijlstra · 18 years ago
  96. 13b5aec [PATCH] more fallout from get_property returning pointer to const by Al Viro · 18 years ago
  97. 9ca91e0 [POWERPC] silence a warning by Stephen Rothwell · 18 years ago
  98. c547fc2 Merge branch 'linux-2.6' by Paul Mackerras · 18 years ago
  99. 8f27794 [PATCH] powerpc: Fix typo in powermac platform functions by Benjamin Herrenschmidt · 18 years ago
  100. ca72945 [PATCH] powerpc: Fix PowerMac IRQ handling bug by Benjamin Herrenschmidt · 18 years ago