1. 8d5ff32 powerpc/pseries: Make dlpar_configure_connector parent node aware by Tyrel Datwyler · 11 years ago
  2. 1578cb7 powerpc/pseries: Do all node initialization in dlpar_parse_cc_node by Tyrel Datwyler · 11 years ago
  3. c8f5a57 powerpc/pseries: Fix parsing of initial node path in update_dt_node by Tyrel Datwyler · 11 years ago
  4. d0ef440 powerpc/pseries: Pack update_props_workarea to map correctly to rtas buffer header by Tyrel Datwyler · 11 years ago
  5. 638a405 powerpc/pseries: Fix over writing of rtas return code in update_dt_node by Tyrel Datwyler · 11 years ago
  6. d8e533b powerpc/pseries: Fix creation of loop in device node property list by Tyrel Datwyler · 11 years ago
  7. b3f6a45 powerpc: Skip emulating & leave interrupts off for kernel program checks by Michael Ellerman · 11 years ago
  8. d671ddd powerpc: Add more exception trampolines for hypervisor exceptions by Michael Ellerman · 11 years ago
  9. fa111f1 powerpc: Fix location and rename exception trampolines by Michael Ellerman · 11 years ago
  10. 660e034 powerpc: Add more trap names to xmon by Michael Ellerman · 11 years ago
  11. b89bdfb powerpc/pseries: Add a warning in the case of cross-cpu VPA registration by Michael Ellerman · 11 years ago
  12. 380a0b3 powerpc: Update the 00-Index in Documentation/powerpc by Michael Ellerman · 11 years ago
  13. 5c2e082 powerpc: Never handle VSX alignment exceptions from kernel by Anton Blanchard · 11 years ago
  14. 212bebb pseries: Move plpar_wrapper.h to powerpc common include/asm location. by Deepthi Dharwar · 11 years ago
  15. 9b3fbd6 pseries/cpuidle: Remove dependency of pseries.h file by Deepthi Dharwar · 11 years ago
  16. 17e8de7 powerpc: Unaligned stores and stmw are broken in emulation code by Tom Musta · 11 years ago
  17. f748eda powerpc/mm: Mark Memory Resources as busy by Nathan Fontenot · 11 years ago
  18. 9d56851 Merge remote-tracking branch 'scott/next' into next by Benjamin Herrenschmidt · 11 years ago
  19. 622e03e powerpc/85xx: Add C293PCIE board support by Mingkai Hu · 11 years ago
  20. 2c2f036a powerpc/85xx: Add silicon device tree for C293 by Mingkai Hu · 11 years ago
  21. afb41a3 powerpc/85xx: Add SEC6.0 device tree by Mingkai Hu · 11 years ago
  22. 5a31057 powerpc: add Book E support to 64-bit hibernation by Wang Dongsheng · 11 years ago
  23. 7589815 powerpc/85xx: Add P1023RDB board support by Chunhe Lan · 11 years ago
  24. b9b5350 powerpc/85xx: Add support for 85xx cpu type detection by Haijun.Zhang · 12 years ago
  25. 847f56b powerpc/e500: Set -mcpu flag for 32-bit e500 by Scott Wood · 11 years ago
  26. 01718ba powerpc/booke64: Use appropriate -mcpu by Scott Wood · 11 years ago
  27. f49596a powerpc/85xx: Remove -Wa,-me500 by Scott Wood · 11 years ago
  28. beb2dc0 powerpc: Convert some mftb/mftbu into mfspr by Scott Wood · 11 years ago
  29. d52459c powerpc/fsl-booke: Work around erratum A-006958 by Scott Wood · 12 years ago
  30. afbcdd9 powerpc/wsp: Fix early debug build by Benjamin Herrenschmidt · 11 years ago
  31. 54bb7f4 powerpc: Make rwlocks endian safe by Anton Blanchard · 11 years ago
  32. 8bd0b11 powerpc: Fix little endian coredumps by Anton Blanchard · 11 years ago
  33. a02f6df powerpc/pseries: Fix endian issues in H_GET_TERM_CHAR/H_PUT_TERM_CHAR by Anton Blanchard · 11 years ago
  34. 0654de1 powerpc: Little endian SMP IPI demux by Anton Blanchard · 11 years ago
  35. 4288e34 powerpc: Emulate instructions in little endian mode by Anton Blanchard · 11 years ago
  36. 7ffcf8e powerpc: Fix little endian lppaca, slb_shadow and dtl_entry by Anton Blanchard · 11 years ago
  37. c72cd55 powerpc: Add endian annotations to lppaca, slb_shadow and dtl_entry by Anton Blanchard · 11 years ago
  38. b08a2a1 powerpc: Make NUMA device node code endian safe by Alistair Popple · 11 years ago
  39. 4a396dc6 powerpc: Little endian fixes for legacy_serial.c by Alistair Popple · 11 years ago
  40. c6296b9 powerpc: Make PCI device node device tree accesses endian safe by Anton Blanchard · 11 years ago
  41. a795dc5 powerpc: Make OF PCI device tree accesses endian safe by Anton Blanchard · 11 years ago
  42. 7560d327 powerpc: Make device tree accesses in VIO subsystem endian safe by Anton Blanchard · 11 years ago
  43. 1502b48 powerpc: Make device tree accesses in HVC VIO console endian safe by Anton Blanchard · 11 years ago
  44. 493adff powerpc: Make prom_init.c endian safe by Benjamin Herrenschmidt · 11 years ago
  45. d10bd84 powerpc: Make device tree accesses in cache info code endian safe by Anton Blanchard · 11 years ago
  46. 2083f68 powerpc: of_parse_dma_window should take a __be32 *dma_window by Anton Blanchard · 11 years ago
  47. d213dd5 powerpc: Fix some endian issues in xics code by Anton Blanchard · 11 years ago
  48. 6f7aba7 powerpc: Add some endian annotations to time and xics code by Anton Blanchard · 11 years ago
  49. 43f8812 powerpc: More little endian fixes for setup-common.c by Alistair Popple · 11 years ago
  50. ac13282 powerpc: Make logical to real cpu mapping code endian safe by Anton Blanchard · 11 years ago
  51. 2712826 powerpc: Make RTAS calls endian safe by Anton Blanchard · 11 years ago
  52. 7946d5a powerpc: Make cache info device tree accesses endian safe by Anton Blanchard · 11 years ago
  53. 08bc1dc powerpc: Make RTAS device tree accesses endian safe by Anton Blanchard · 11 years ago
  54. e91ae5b powerpc: More little endian fixes for prom.c by Alistair Popple · 11 years ago
  55. dc0e643 powerpc: Make prom.c device tree accesses endian safe by Ian Munsie · 11 years ago
  56. bc2e6c6 powerpc: Avoid link stack corruption for MMU on exceptions by Michael Neuling · 11 years ago
  57. 15863ff powerpc: Make chip-id information available to userspace by Vasant Hegde · 11 years ago
  58. 2021270 powerpc/eeh: powerpc/eeh: Fix undefined variable by Mike Qiu · 11 years ago
  59. 5ba840e Revert "powerpc/e500: Update compilation flags with core specific options" by Benjamin Herrenschmidt · 11 years ago
  60. 256f2d4 powerpc: Use ibm, chip-id property to compute cpu_core_mask if available by Paul Mackerras · 11 years ago
  61. a8a5356 powerpc: Pull out cpu_core_mask updates into a separate function by Paul Mackerras · 11 years ago
  62. 630573c powerpc: Fix denormalized exception handler by Paul Mackerras · 11 years ago
  63. d82fbf3 powerpc: Ignore zImage.epapr by Mark Brown · 11 years ago
  64. cc7059b powerpc/math-emu: Fix load/store indexed emulation by James Yang · 12 years ago
  65. 5f20be4 powerpc: Remove the empty giveup_fpu() function on 32bit kernel by Kevin Hao · 12 years ago
  66. 037f0ee powerpc: Make flush_fp_to_thread() nop when CONFIG_PPC_FPU is disabled by Kevin Hao · 12 years ago
  67. 662499d powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext() by Kevin Hao · 12 years ago
  68. d01dd2b powerpc/mpc85xx: Only emulate the unimplemented FP instructions on corenet64 by Kevin Hao · 12 years ago
  69. 6ef94ff powerpc: remove the unused function disable_kernel_fp() by Kevin Hao · 12 years ago
  70. e05c0e8 powerpc: split She math emulation into two parts by Kevin Hao · 12 years ago
  71. 3a3b5aa powerpc: Introduce function emulate_math() by Kevin Hao · 12 years ago
  72. 6761ee3 powerpc/math-emu: Move the flush FPU state function into do_mathemu by Kevin Hao · 12 years ago
  73. 195c494 powerpc/85xx: Enable the math emulation for the corenet64_smp_defconfig by Kevin Hao · 12 years ago
  74. 39cee08 powerpc/8xx: Remove last traces of 8XX_MINIMAL_FPEMU by Paul Bolle · 12 years ago
  75. f0870c5 powerpc/math-emu: Remove the unneeded check for CONFIG_MATH_EMULATION in math.c by Kevin Hao · 12 years ago
  76. cf5c2e5 powerpc/math-emu: Remove the dead code in math.c by Kevin Hao · 12 years ago
  77. 8a05dd8 powerpc/powernv: Enable detection of legacy UARTs by Benjamin Herrenschmidt · 12 years ago
  78. 2db29d2 powerpc/powernv: Don't crash if there are no OPAL consoles by Benjamin Herrenschmidt · 12 years ago
  79. e0f5fa9 powerpc: Check "status" property before adding legacy ISA serial ports by Benjamin Herrenschmidt · 12 years ago
  80. 3092574 powerpc: Cleanup udbg_16550 and add support for LPC PIO-only UARTs by Benjamin Herrenschmidt · 12 years ago
  81. 3fafe9c powerpc/powernv: Add PIO accessors for Power8 LPC bus by Benjamin Herrenschmidt · 12 years ago
  82. b37193b powerpc/powernv: Add helper to get ibm,chip-id of a node by Benjamin Herrenschmidt · 12 years ago
  83. cc0efb5 powerpc/powernv: Update opal.h to add new LPC and XSCOM functions by Benjamin Herrenschmidt · 12 years ago
  84. ecd73cc powerpc: Better split CONFIG_PPC_INDIRECT_PIO and CONFIG_PPC_INDIRECT_MMIO by Benjamin Herrenschmidt · 12 years ago
  85. de021bb powerpc/ppc64: Rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATE by Tiejun Chen · 12 years ago
  86. 7033b64 macintosh/ams: Replace strict_strtoul() with kstrtoul() by Jingoo Han · 12 years ago
  87. 7191b61 powerpc/pmac: Early debug output on screen on 64-bit macs by Benjamin Herrenschmidt · 12 years ago
  88. 1a85d66 powerpc/pci: Remove duplicate check in pcibios_fixup_bus() by Gavin Shan · 11 years ago
  89. c35d2a8 powerpc/powernv: Needn't IO segment map for PHB3 by Gavin Shan · 11 years ago
  90. 2f1ec02 powerpc/powernv: Check primary PHB through ID by Gavin Shan · 11 years ago
  91. f1b7cc3 powerpc/powernv: Fetch PHB bus range from dev-tree by Gavin Shan · 11 years ago
  92. 58d714e powerpc/powernv: Free PHB instance upon error by Gavin Shan · 11 years ago
  93. 408a7e0 powerpc: Fix VRSAVE handling by Paul Mackerras · 11 years ago
  94. 1f7bf02 powerpc: Implement __get_user_pages_fast() by Paul Mackerras · 11 years ago
  95. cb96143 selftests: Add test of PMU instruction counting on powerpc by Michael Ellerman · 11 years ago
  96. 2fae0d7 selftests: Add support files for powerpc tests by Michael Ellerman · 11 years ago
  97. 0e56dac selftests: Add infrastructure for powerpc selftests by Michael Ellerman · 11 years ago
  98. 39fd402 powerpc: Convert platforms to smp_generic_cpu_bootable by Andy Fleming · 11 years ago
  99. 3cd8525 powerpc: Add smp_generic_cpu_bootable by Andy Fleming · 11 years ago
  100. 3b04c30 powerpc: Remove the symbol __flush_icache_range by Kevin Hao · 11 years ago