1. c141611 powerpc: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  2. 3a55317 powerpc/iommu: Add it_page_shift field to determine iommu page size by Alistair Popple · 11 years ago
  3. 26a2056 powerpc: add explicit OF includes by Rob Herring · 11 years ago
  4. 7fb6a53 cpufreq: powerpc: move cpufreq driver to drivers/cpufreq by Viresh Kumar · 12 years ago
  5. 5070158 cpufreq: rename index as driver_data in cpufreq_frequency_table by Viresh Kumar · 12 years ago
  6. b43a7ff cpufreq: Notify all policy->cpus in cpufreq_notify_transition() by Viresh Kumar · 12 years ago
  7. 72640d8 powerpc/pasemi: Fix crash on reboot by Steven Rostedt · 12 years ago
  8. cad5cef POWERPC: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  9. beacc6d powerpc: Remove all includes of <asm/abs_addr.h> by Michael Ellerman · 12 years ago
  10. 7db90c0 powerpc/pasemi: Remove uses of virt_to_abs() and abs_to_virt() by Michael Ellerman · 12 years ago
  11. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  12. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 13 years ago
  13. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  14. c0f2094 powerpc/PCI: allow reallocation on PA Semi by Bjorn Helgaas · 13 years ago
  15. 673c975 powerpc/PCI: replace pci_probe_only with pci_flags by Bjorn Helgaas · 13 years ago
  16. e55d7f7 powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag by Kyle Moffett · 13 years ago
  17. be8bec5 powerpc/mpic: Invert the meaning of MPIC_PRIMARY by Kyle Moffett · 13 years ago
  18. e7a9867 powerpc/mpic: Save computed phys_addr for board-specific code by Kyle Moffett · 13 years ago
  19. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  20. 62fe91b powerpc: Fix up implicit sched.h users by Paul Gortmaker · 13 years ago
  21. 7dfe293 powerpc: Fix up modules that should be including module.h by Paul Gortmaker · 13 years ago
  22. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  23. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  24. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  25. ec775d0 powerpc: Convert to new irq_* function names by Thomas Gleixner · 14 years ago
  26. 0a95d92 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  27. 835c0553 powerpc: mpic irq_data conversion. by Lennert Buytenhek · 14 years ago
  28. 0000612 dt/powerpc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  29. 2f9c9be powerpc/pasemi: Clean up pasemi iommu table initializations by Nishanth Aravamudan · 14 years ago
  30. a454dc5 powerpc: remove references to of_device and to_of_device by Grant Likely · 14 years ago
  31. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  32. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  33. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  34. 58f9b0b of: eliminate of_device->node and dev_archdata->{of,prom}_node by Grant Likely · 15 years ago
  35. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  36. 1b095cf powerpc/cpumask: Use cpu_online_mask by Anton Blanchard · 15 years ago
  37. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  38. 71a157e of: add 'of_' prefix to machine_is_compatible() by Grant Likely · 15 years ago
  39. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  40. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  41. 738ef42 powerpc: Change archdata dma_data to a union by Becky Bruce · 15 years ago
  42. a888ad4 powerpc: ARRAY_SIZE changes in pasemi and powermac code by Stoyan Gaydarov · 15 years ago
  43. 6893ce6 powerpc/pasemi: Use raw spinlock in SMP TB sync by Benjamin Herrenschmidt · 15 years ago
  44. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  45. 1dd2d06 net: Rework pasemi_mac driver to use of_mdio infrastructure by Grant Likely · 16 years ago
  46. 2d6b3de powerpc/pasemi: Fix build error on UP by Geoff Levand · 16 years ago
  47. 28794d3 powerpc/kconfig: Kill PPC_MULTIPLATFORM by Benjamin Herrenschmidt · 16 years ago
  48. ae04d14 powerpc: Fix cpufreq drivers after cpufreq core changes by Benjamin Herrenschmidt · 16 years ago
  49. ac3f645 powerpc/pasemi: local_irq_save uses an unsigned long by Ingo Molnar · 16 years ago
  50. 1d5bc03 powerpc/pasemi: Use DEFINE_SPINLOCK by Julia Lawall · 16 years ago
  51. ec2a565 phylib: two dynamic mii_bus allocation fallout fixes by Lennert Buytenhek · 16 years ago
  52. 18ee49d phylib: rename mii_bus::dev to mii_bus::parent by Lennert Buytenhek · 16 years ago
  53. 6490c49 powerpc/pseries: iommu enablement for CMO by Robert Jennings · 16 years ago
  54. 4f3dd8a powerpc/dma: Use the struct dma_attrs in iommu code by Mark Nelson · 16 years ago
  55. 238a871 i2c: Switch pasemi to the new device/driver matching scheme by Jean Delvare · 16 years ago
  56. 9a64388d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  57. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 17 years ago
  58. f724bf7 [POWERPC] pasemi: Minor iommu cleanup by Olof Johansson · 17 years ago
  59. dda56df [POWERPC] pasemi: Add function engine management functions to dma_lib by Olof Johansson · 17 years ago
  60. f37203b [POWERPC] pasemi: Add flag management functions to dma_lib by Olof Johansson · 17 years ago
  61. afea327 pasemi_mac: Move RX/TX section enablement to dma_lib by Olof Johansson · 17 years ago
  62. be2553f [POWERPC] pasemi: Register i2c devices at boot by Olof Johansson · 17 years ago
  63. 2da53b0 pasemi: Fix thinko in dma_direct_ops setup by Olof Johansson · 17 years ago
  64. 24af8cb POWERPC: Set dma_data correctly for direct_ops on pasemi by Olof Johansson · 17 years ago
  65. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  66. 06daa16 pasemi: export pasemi_dma_init() by Olof Johansson · 17 years ago
  67. 8ee9d85 pasemi: DMA engine management library by Olof Johansson · 17 years ago
  68. 9cd55be [POWERPC] pasemi: Move electra-ide to pata_of_platform by Olof Johansson · 17 years ago
  69. bdddec4 [POWERPC] pasemi: Use machine_*_initcall() hooks in platform code by Grant Likely · 17 years ago
  70. f0d4577 [POWERPC] pasemi: Fix NMI handling check by Olof Johansson · 17 years ago
  71. d87bf3b [POWERPC] pasemi: Distribute interrupts evenly across cpus by Olof Johansson · 17 years ago
  72. f365355 [POWERPC] pasemi: Implement NMI support by Olof Johansson · 17 years ago
  73. 373a6da [POWERPC] Make non-PCI build work again by Stephen Rothwell · 17 years ago
  74. 38958dd [POWERPC] pasemi: Implement MSI support by Olof Johansson · 17 years ago
  75. 584f8b7 [POWERPC] Use SLB size from the device tree by Michael Neuling · 17 years ago
  76. 5f867dc [POWERPC] Clean out asm/of_{platform, device}.h by Jon Loeliger · 17 years ago
  77. 5619965 [POWERPC] pasemi: Fix module information for gpio-mdio by Olof Johansson · 17 years ago
  78. 32e2b55 [POWERPC] pasemi: Move cpus to hold loop before restart by Olof Johansson · 17 years ago
  79. 8b32bc0 [POWERPC] pasemi: Don't enter powersaving states from elevated astates by Olof Johansson · 17 years ago
  80. 0d08a84 [POWERPC] pasemi: Broaden specific references to 1682M by Olof Johansson · 17 years ago
  81. 2dd3c00 [POWERPC] pasemi: clean up mdio_gpio a bit by Olof Johansson · 17 years ago
  82. de0c74e [POWERPC] pasemi: Don't reset mpic at boot by Olof Johansson · 17 years ago
  83. 2b571a0 pcmcia: CompactFlash driver for PA Semi Electra boards by Olof Johansson · 17 years ago
  84. 4d5709a Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  85. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  86. 84dd467 [POWERPC] Move of_platform_driver initialisations: arch/powerpc by Stephen Rothwell · 17 years ago
  87. af289e8 pasemi_mac: enable iommu support by Olof Johansson · 17 years ago
  88. 8122c6c [CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq core by Thomas Renninger · 17 years ago
  89. 0d72ba9 [POWERPC] Add workaround for MPICs with broken register reads by Olof Johansson · 17 years ago
  90. 3850169 [POWERPC] pasemi: Move pasemi_idle_init() to late_initcall() by Olof Johansson · 17 years ago
  91. cd78341 [POWERPC] pasemi: Print more information at machine check by Olof Johansson · 17 years ago
  92. 4d44233 [POWERPC] pasemi: Add workaround for erratum 5945 by Olof Johansson · 17 years ago
  93. 68c8404 [POWERPC] pasemi: Add pasemi_pci_getcfgaddr() by Olof Johansson · 17 years ago
  94. 35438c4 Merge branch 'linux-2.6' into for-2.6.24 by Paul Mackerras · 17 years ago
  95. dfa70f8 [POWERPC] pasemi: Another IOMMU bugfix for 64K PAGE_SIZE by Olof Johansson · 17 years ago
  96. dc559f7 [POWERPC] Rework SMP timebase handoff for pasemi by Olof Johansson · 17 years ago
  97. 750d1d1 [POWERPC] Fix section mismatch in pasemi/iommu.c by Stephen Rothwell · 17 years ago
  98. b139f1f [POWERPC] Remove gratuitous reads from pasemi pci config space methods by Nathan Lynch · 17 years ago
  99. 1bb8c62 [POWERPC] pa_pxp_ops: Use named structure member initializers by Nathan Lynch · 17 years ago
  100. bc6b73e [POWERPC] pasemi: Don't auto-select CONFIG_EMBEDDED by Olof Johansson · 17 years ago