1. e5f33ef powerpc/64: Simplify adaptation to new ISA v3.00 HPTE format by Paul Mackerras · 8 years ago
  2. ef24ba7 powerpc: Remove all usages of NO_IRQ by Michael Ellerman · 8 years ago
  3. 6f95d4b powerpc/ps3: fix spelling mistake in function name by Colin Ian King · 8 years ago
  4. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  5. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  6. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  7. 406b0b6 powerpc/64: Move 64-bit probe_machine() to later in the boot process by Benjamin Herrenschmidt · 8 years ago
  8. 7025776 powerpc/mm: Move hash table ops to a separate structure by Benjamin Herrenschmidt · 8 years ago
  9. 166dd7d powerpc/64: Move MMU backend selection out of platform code by Benjamin Herrenschmidt · 8 years ago
  10. 95ec77c powerpc: Make ppc_md.{halt, restart} __noreturn by Daniel Axtens · 8 years ago
  11. 53775c4 powerpc/ps3: Fix typo in comment reference to CONFIG_PS3_REPOSITORY_WRITE by Andrew Donnellan · 8 years ago
  12. 835ea93 char/genrtc: remove powerpc support by Arnd Bergmann · 8 years ago
  13. 50de596 powerpc/mm/hash: Add support for Power9 Hash by Aneesh Kumar K.V · 8 years ago
  14. 72176dd powerpc/mm: Use a helper for finding pte bits mapping I/O area by Aneesh Kumar K.V · 8 years ago
  15. e58e87a powerpc/mm: Update _PAGE_KERNEL_RO by Aneesh Kumar K.V · 8 years ago
  16. 446957b powerpc: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  17. 95442c6 powerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h> by Luis Henriques · 9 years ago
  18. 0336c8c powerpc/ps3: gelic_udbg: use struct iphdr from <linux/ip.h> by Luis Henriques · 9 years ago
  19. e9aaa6d powerpc/ps3: gelic_udbg: use struct vlan_hdr from <linux/if_vlan.h> by Luis Henriques · 9 years ago
  20. 497abcf powerpc/ps3: gelic_udbg: use struct ethhdr from <linux/if_ether.h> by Luis Henriques · 9 years ago
  21. 2f4bf52 Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  22. 4fa9a3f powerpc/ps3: Remove unused os_area_db_id_video_mode by Michael Ellerman · 9 years ago
  23. e5e16d8 powerpc: Kconfig: remove BE-only platforms from LE kernel build by Boqun Feng · 9 years ago
  24. ad3aedf genirq/irqdomain: Allow irq domain aliasing by Marc Zyngier · 9 years ago
  25. 8f6b951 powerpc: use device_initcall for registering rtc devices by Paul Gortmaker · 9 years ago
  26. a7f4ee1 powerpc: Drop return value of smp_ops->probe() by Michael Ellerman · 9 years ago
  27. 5ae7463 powerpc/ps3: Write highmem info to repository by Geoff Levand · 10 years ago
  28. d4b18bd powerpc/ps3: Add ps3_mm_set_repository_highmem by Geoff Levand · 10 years ago
  29. c02d350 powerpc/ps3: Add empty repository highmem routines by Geoff Levand · 10 years ago
  30. aefa568 powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault by Aneesh Kumar K.V · 10 years ago
  31. e39f223f powerpc: Remove more traces of bootmem by Michael Ellerman · 10 years ago
  32. dd521d1 Merge branch 'topic/get-cpu-var' into next by Michael Ellerman · 10 years ago
  33. 9178ba2 powerpc: Convert power off logic to pm_power_off by Alexander Graf · 10 years ago
  34. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  35. e6d9bfc Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  36. 1b67bee powerpc: Implement tick broadcast IPI as a fixed IPI message by Srivatsa S. Bhat · 11 years ago
  37. 402d9a1 powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI message by Srivatsa S. Bhat · 11 years ago
  38. f6723b5 usb: host: remove selects of USB_ARCH_HAS_?HCI by Paul Bolle · 11 years ago
  39. e941966 powerpc/ps3: Remove inline marking of EXPORT_SYMBOL functions by Denis Efremov · 11 years ago
  40. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  41. db3d853 powerpc/mm: handle hugepage size correctly when invalidating hpte entries by Aneesh Kumar K.V · 11 years ago
  42. b1022fb powerpc: Decode the pte-lp-encoding bits correctly. by Aneesh Kumar K.V · 11 years ago
  43. 74f227b powerpc: Use encode avpn where we need only avpn values by Aneesh Kumar K.V · 11 years ago
  44. 09652b0 powerpc: Use PTR_RET instead of IS_ERR/PTR_ERR by Adrian-Leonard Radu · 12 years ago
  45. 9d3cae2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  46. 97db7f7 powerpc/ps3: Increase verbosity of htab errors by Geoff Levand · 12 years ago
  47. ec87905 arch/powerpc/platforms/ps3: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  48. cad5cef POWERPC: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  49. 79d1c71 powerpc+of: Rename the drivers/of prom_* functions to of_* by Nathan Fontenot · 12 years ago
  50. 5524a27 powerpc/mm: Convert virtual address to vpn by Aneesh Kumar K.V · 12 years ago
  51. 4474ef0 powerpc: Rework set_dabr so it can take a DABRX value as well by Michael Neuling · 12 years ago
  52. 02ec92b powerpc/ps3: Minor Kconfig cleanup by Geoff Levand · 13 years ago
  53. bdf0ccd powerpc/ps3: Remove MEMORY_HOTPLUG requirement by Andre Heider · 13 years ago
  54. 8ac5fd1 powerpc/ps3: Add highmem region memory early by Hector Martin · 13 years ago
  55. 1e755c0 powerpc/ps3: Use highmem region from repository by Andre Heider · 13 years ago
  56. 6750edb powerpc/ps3: Add highmem repository read routines by Andre Heider · 13 years ago
  57. 79f2a81 powerpc/ps3: Add highmem repository write routines by Geoff Levand · 13 years ago
  58. 07c044c powerpc/ps3: Add PS3 repository write support by Geoff Levand · 13 years ago
  59. 6fa6c8e2 irq_domain: Move irq_virq_count into NOMAP revmap by Grant Likely · 13 years ago
  60. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  61. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 13 years ago
  62. bfbf7d6 PowerPC: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 13 years ago
  63. 9f70b8e irq_domain/powerpc: constify irq_domain_ops by Grant Likely · 13 years ago
  64. a8db8cf irq_domain: Replace irq_alloc_host() with revmap-specific initializers by Grant Likely · 13 years ago
  65. bae1d8f irq_domain/powerpc: Use common irq_domain structure instead of irq_host by Grant Likely · 13 years ago
  66. e4e88f3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  67. 1aadc05 memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users by Tejun Heo · 13 years ago
  68. b9ec60d powerpc/ps3: Add __init to ps3_smp_probe by Geoff Levand · 13 years ago
  69. 4bf94ae powerpc/ps3: Fix PS3 repository build warnings by Geoff Levand · 13 years ago
  70. 7f8cd35 powerpc/ps3: Fix hcall lv1_read_repository_node by Geoff Levand · 13 years ago
  71. 816cb49 powerpc/ps3: Fix hcall lv1_get_version_info by Geoff Levand · 13 years ago
  72. b5ecc55 powerpc/ps3: Fix hcall lv1_get_virtual_address_space_id_of_ppe by Geoff Levand · 13 years ago
  73. 32b9074 powerpc/ps3: Interrupt code cleanup by Geoff Levand · 13 years ago
  74. 7eaf09e powerpc/ps3: Fix SMP lockdep boot warning by Geoff Levand · 13 years ago
  75. 72f3bea powerpc/ps3: Fix lost SMP IPIs by Geoff Levand · 13 years ago
  76. 5233e26 powerpc/ps3: Fix PS3 repository build warnings by Geoff Levand · 13 years ago
  77. a3a9f3b powerpc/irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  78. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  79. ead53f2 powerpc: remove non-required uses of include <linux/module.h> by Paul Gortmaker · 13 years ago
  80. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  81. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  82. c26afe9 powerpc/ps3: Add gelic udbg driver by Hector Martin · 13 years ago
  83. d24f9c6 powerpc: Use the newly added get_required_mask dma_map_ops hook by Milton Miller · 13 years ago
  84. df74e70 powerpc: Remove trival irq_host_ops.unmap by Milton Miller · 13 years ago
  85. f107293 powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELF by Milton Miller · 13 years ago
  86. 40f1ce7 powerpc: Remove ioremap_flags by Anton Blanchard · 13 years ago
  87. b618d2f powerpc/ps3: Update debug message for irq_set_chip_data() by Geert Uytterhoeven · 13 years ago
  88. ec775d0 powerpc: Convert to new irq_* function names by Thomas Gleixner · 14 years ago
  89. 8126708 powerpc: platforms/ps3 irq_data conversion. by Lennert Buytenhek · 14 years ago
  90. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  91. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  92. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  93. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  94. fd0961f fix typos concerning "instead" by Uwe Kleine-König · 14 years ago
  95. 58f9b0b of: eliminate of_device->node and dev_archdata->{of,prom}_node by Grant Likely · 14 years ago
  96. d706c1b driver-core: Add device node pointer to struct device by Grant Likely · 14 years ago
  97. 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
  98. b27df67 powerpc: Fixup last users of irq_chip->typename by Thomas Gleixner · 15 years ago
  99. 7424639 powerpc/ps3: Use pr_devel() in ps3/mm.c by Michael Ellerman · 15 years ago
  100. 723e9db Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago