1. 212bebb pseries: Move plpar_wrapper.h to powerpc common include/asm location. by Deepthi Dharwar · 11 years ago
  2. 9b3fbd6 pseries/cpuidle: Remove dependency of pseries.h file by Deepthi Dharwar · 11 years ago
  3. 17e8de7 powerpc: Unaligned stores and stmw are broken in emulation code by Tom Musta · 11 years ago
  4. f748eda powerpc/mm: Mark Memory Resources as busy by Nathan Fontenot · 11 years ago
  5. 622e03e powerpc/85xx: Add C293PCIE board support by Mingkai Hu · 11 years ago
  6. 2c2f036a powerpc/85xx: Add silicon device tree for C293 by Mingkai Hu · 11 years ago
  7. afb41a3 powerpc/85xx: Add SEC6.0 device tree by Mingkai Hu · 11 years ago
  8. 5a31057 powerpc: add Book E support to 64-bit hibernation by Wang Dongsheng · 11 years ago
  9. 7589815 powerpc/85xx: Add P1023RDB board support by Chunhe Lan · 11 years ago
  10. b9b5350 powerpc/85xx: Add support for 85xx cpu type detection by Haijun.Zhang · 11 years ago
  11. 847f56b powerpc/e500: Set -mcpu flag for 32-bit e500 by Scott Wood · 11 years ago
  12. 01718ba powerpc/booke64: Use appropriate -mcpu by Scott Wood · 11 years ago
  13. f49596a powerpc/85xx: Remove -Wa,-me500 by Scott Wood · 11 years ago
  14. beb2dc0 powerpc: Convert some mftb/mftbu into mfspr by Scott Wood · 11 years ago
  15. d52459c powerpc/fsl-booke: Work around erratum A-006958 by Scott Wood · 11 years ago
  16. afbcdd9 powerpc/wsp: Fix early debug build by Benjamin Herrenschmidt · 11 years ago
  17. 54bb7f4 powerpc: Make rwlocks endian safe by Anton Blanchard · 11 years ago
  18. 8bd0b11 powerpc: Fix little endian coredumps by Anton Blanchard · 11 years ago
  19. a02f6df powerpc/pseries: Fix endian issues in H_GET_TERM_CHAR/H_PUT_TERM_CHAR by Anton Blanchard · 11 years ago
  20. 0654de1 powerpc: Little endian SMP IPI demux by Anton Blanchard · 11 years ago
  21. 4288e34 powerpc: Emulate instructions in little endian mode by Anton Blanchard · 11 years ago
  22. 7ffcf8e powerpc: Fix little endian lppaca, slb_shadow and dtl_entry by Anton Blanchard · 11 years ago
  23. c72cd55 powerpc: Add endian annotations to lppaca, slb_shadow and dtl_entry by Anton Blanchard · 11 years ago
  24. b08a2a1 powerpc: Make NUMA device node code endian safe by Alistair Popple · 11 years ago
  25. 4a396dc powerpc: Little endian fixes for legacy_serial.c by Alistair Popple · 11 years ago
  26. c6296b9 powerpc: Make PCI device node device tree accesses endian safe by Anton Blanchard · 11 years ago
  27. a795dc5 powerpc: Make OF PCI device tree accesses endian safe by Anton Blanchard · 11 years ago
  28. 7560d327 powerpc: Make device tree accesses in VIO subsystem endian safe by Anton Blanchard · 11 years ago
  29. 493adff powerpc: Make prom_init.c endian safe by Benjamin Herrenschmidt · 11 years ago
  30. d10bd84 powerpc: Make device tree accesses in cache info code endian safe by Anton Blanchard · 11 years ago
  31. 2083f68 powerpc: of_parse_dma_window should take a __be32 *dma_window by Anton Blanchard · 11 years ago
  32. d213dd5 powerpc: Fix some endian issues in xics code by Anton Blanchard · 11 years ago
  33. 6f7aba7 powerpc: Add some endian annotations to time and xics code by Anton Blanchard · 11 years ago
  34. 43f8812 powerpc: More little endian fixes for setup-common.c by Alistair Popple · 11 years ago
  35. ac13282 powerpc: Make logical to real cpu mapping code endian safe by Anton Blanchard · 11 years ago
  36. 2712826 powerpc: Make RTAS calls endian safe by Anton Blanchard · 11 years ago
  37. 7946d5a powerpc: Make cache info device tree accesses endian safe by Anton Blanchard · 11 years ago
  38. 08bc1dc powerpc: Make RTAS device tree accesses endian safe by Anton Blanchard · 11 years ago
  39. e91ae5b powerpc: More little endian fixes for prom.c by Alistair Popple · 11 years ago
  40. dc0e643 powerpc: Make prom.c device tree accesses endian safe by Ian Munsie · 11 years ago
  41. bc2e6c6 powerpc: Avoid link stack corruption for MMU on exceptions by Michael Neuling · 11 years ago
  42. 15863ff powerpc: Make chip-id information available to userspace by Vasant Hegde · 11 years ago
  43. 2021270 powerpc/eeh: powerpc/eeh: Fix undefined variable by Mike Qiu · 11 years ago
  44. 5ba840e Revert "powerpc/e500: Update compilation flags with core specific options" by Benjamin Herrenschmidt · 11 years ago
  45. 256f2d4 powerpc: Use ibm, chip-id property to compute cpu_core_mask if available by Paul Mackerras · 11 years ago
  46. a8a5356 powerpc: Pull out cpu_core_mask updates into a separate function by Paul Mackerras · 11 years ago
  47. 630573c powerpc: Fix denormalized exception handler by Paul Mackerras · 11 years ago
  48. d82fbf3 powerpc: Ignore zImage.epapr by Mark Brown · 11 years ago
  49. cc7059b powerpc/math-emu: Fix load/store indexed emulation by James Yang · 11 years ago
  50. 5f20be4 powerpc: Remove the empty giveup_fpu() function on 32bit kernel by Kevin Hao · 11 years ago
  51. 037f0ee powerpc: Make flush_fp_to_thread() nop when CONFIG_PPC_FPU is disabled by Kevin Hao · 11 years ago
  52. 662499d powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext() by Kevin Hao · 11 years ago
  53. d01dd2b powerpc/mpc85xx: Only emulate the unimplemented FP instructions on corenet64 by Kevin Hao · 11 years ago
  54. 6ef94ff powerpc: remove the unused function disable_kernel_fp() by Kevin Hao · 11 years ago
  55. e05c0e8 powerpc: split She math emulation into two parts by Kevin Hao · 11 years ago
  56. 3a3b5aa powerpc: Introduce function emulate_math() by Kevin Hao · 11 years ago
  57. 6761ee3 powerpc/math-emu: Move the flush FPU state function into do_mathemu by Kevin Hao · 11 years ago
  58. 195c494 powerpc/85xx: Enable the math emulation for the corenet64_smp_defconfig by Kevin Hao · 11 years ago
  59. 39cee08 powerpc/8xx: Remove last traces of 8XX_MINIMAL_FPEMU by Paul Bolle · 11 years ago
  60. f0870c5 powerpc/math-emu: Remove the unneeded check for CONFIG_MATH_EMULATION in math.c by Kevin Hao · 11 years ago
  61. cf5c2e5 powerpc/math-emu: Remove the dead code in math.c by Kevin Hao · 11 years ago
  62. 8a05dd8 powerpc/powernv: Enable detection of legacy UARTs by Benjamin Herrenschmidt · 11 years ago
  63. 2db29d2 powerpc/powernv: Don't crash if there are no OPAL consoles by Benjamin Herrenschmidt · 11 years ago
  64. e0f5fa9 powerpc: Check "status" property before adding legacy ISA serial ports by Benjamin Herrenschmidt · 11 years ago
  65. 3092574 powerpc: Cleanup udbg_16550 and add support for LPC PIO-only UARTs by Benjamin Herrenschmidt · 11 years ago
  66. 3fafe9c powerpc/powernv: Add PIO accessors for Power8 LPC bus by Benjamin Herrenschmidt · 11 years ago
  67. b37193b powerpc/powernv: Add helper to get ibm,chip-id of a node by Benjamin Herrenschmidt · 11 years ago
  68. cc0efb5 powerpc/powernv: Update opal.h to add new LPC and XSCOM functions by Benjamin Herrenschmidt · 11 years ago
  69. ecd73cc powerpc: Better split CONFIG_PPC_INDIRECT_PIO and CONFIG_PPC_INDIRECT_MMIO by Benjamin Herrenschmidt · 11 years ago
  70. de021bb powerpc/ppc64: Rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATE by Tiejun Chen · 11 years ago
  71. 7191b61 powerpc/pmac: Early debug output on screen on 64-bit macs by Benjamin Herrenschmidt · 11 years ago
  72. 1a85d66 powerpc/pci: Remove duplicate check in pcibios_fixup_bus() by Gavin Shan · 11 years ago
  73. c35d2a8 powerpc/powernv: Needn't IO segment map for PHB3 by Gavin Shan · 11 years ago
  74. 2f1ec02 powerpc/powernv: Check primary PHB through ID by Gavin Shan · 11 years ago
  75. f1b7cc3 powerpc/powernv: Fetch PHB bus range from dev-tree by Gavin Shan · 11 years ago
  76. 58d714e powerpc/powernv: Free PHB instance upon error by Gavin Shan · 11 years ago
  77. 408a7e0 powerpc: Fix VRSAVE handling by Paul Mackerras · 11 years ago
  78. 1f7bf02 powerpc: Implement __get_user_pages_fast() by Paul Mackerras · 11 years ago
  79. 39fd402 powerpc: Convert platforms to smp_generic_cpu_bootable by Andy Fleming · 11 years ago
  80. 3cd8525 powerpc: Add smp_generic_cpu_bootable by Andy Fleming · 11 years ago
  81. 3b04c30 powerpc: Remove the symbol __flush_icache_range by Kevin Hao · 11 years ago
  82. abb29c3 powerpc: Move the testing of CPU_FTR_COHERENT_ICACHE into __flush_icache_range by Kevin Hao · 11 years ago
  83. f13c13a powerpc: Stop using non-architected shared_proc field in lppaca by Anton Blanchard · 11 years ago
  84. 0c69f9c powerpc/pci: Don't use bitfield for force_32bit_msi by Anton Blanchard · 11 years ago
  85. b0d436c powerpc: Fix a number of sparse warnings by Anton Blanchard · 11 years ago
  86. a0a96ee powerpc/pseries: Simplify H_GET_TERM_CHAR by Anton Blanchard · 11 years ago
  87. 01b0e07 powerpc: Simplify logic in include/uapi/asm/elf.h by Anton Blanchard · 11 years ago
  88. 23c6bd2 powerpc: Remove SAVE_VSRU and REST_VSRU macros by Anton Blanchard · 11 years ago
  89. 594bd38 powerpc: Wrap MSR macros with parentheses by Anton Blanchard · 11 years ago
  90. 230aef7 powerpc: Handle unaligned ldbrx/stdbrx by Anton Blanchard · 11 years ago
  91. 5b63fee powerpc: Align p_toc by Anton Blanchard · 11 years ago
  92. a12e453 Merge remote-tracking branch 'scott/next' into next by Benjamin Herrenschmidt · 11 years ago
  93. c8db32c powerpc/e500: Update compilation flags with core specific options by Catalin Udma · 11 years ago
  94. dcbe39f powerpc/fsl: Enable CONFIG_DEVTMPFS_MOUNT so /dev can be mounted correctly by Zhenhua Luo · 12 years ago
  95. 36f6849 powerpc/pci: fix PCI-e check link issue by Yuanquan Chen · 11 years ago
  96. c45e918 powerpc/fsl-pci: enable SWIOTLB in function setup_pci_atmu by Kevin Hao · 11 years ago
  97. 2d49c42 powerpc/fsl-pci: fix the unreachable warning message by Kevin Hao · 11 years ago
  98. 7d4d595 powerpc/mpc85xx: remove the unneeded pci init functions for corenet ds board by Kevin Hao · 11 years ago
  99. bf57aeb powerpc/85xx: add the P1020RDB-PD DTS support by Haijun.Zhang · 11 years ago
  100. 550593e powerpc/85xx: add P1020RDB-PD platform support by Haijun.Zhang · 11 years ago