1. 759fb10 powerpc: Fix style of self-test config prompts by Andrew Donnellan · 9 years ago
  2. 57a9039 powerpc/powernv: Only delay opal_rtc_read() retry when necessary by Michael Neuling · 9 years ago
  3. affddff powerpc/powernv: Add a kmsg_dumper that flushes console output on panic by Russell Currey · 9 years ago
  4. 2fc251a powerpc: Copy only required pieces of the mm_context_t to the paca by Michael Neuling · 9 years ago
  5. c395465 powerpc: Add function to copy mm_context_t to the paca by Michael Neuling · 9 years ago
  6. 1b855e1 powerpc: Add missing calls to va_end() by Daniel Axtens · 9 years ago
  7. e9d764f powerpc/pseries: Enable kernel CPU dlpar from sysfs by Nathan Fontenot · 9 years ago
  8. 90edf18 powerpc/pseries: Add CPU dlpar add functionality by Nathan Fontenot · 9 years ago
  9. ac71380 powerpc/pseries: Add CPU dlpar remove functionality by Nathan Fontenot · 9 years ago
  10. e666ae0 powerpc/pseries: Update CPU hotplug error recovery by Nathan Fontenot · 9 years ago
  11. d98389f powerpc/pseries: Factor out common cpu hotplug code by Nathan Fontenot · 9 years ago
  12. 183deee powerpc/pseries: Consolidate CPU hotplug code to hotplug-cpu.c by Nathan Fontenot · 9 years ago
  13. 1f859ad powerpc/pseries: Verify CPU doesn't exist before adding by Nathan Fontenot · 9 years ago
  14. 4450022 powerpc/476fpe: Add support for kexec by Alistair Popple · 9 years ago
  15. 5d2aa71 powerpc/powernv: Add support for Nvlink NPUs by Alistair Popple · 9 years ago
  16. a84bf32 powerpc: Add __raw_rm_writeq() function by Alistair Popple · 9 years ago
  17. 94973b2 Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field" by Alistair Popple · 9 years ago
  18. e80c4e7 powerpc/powernv: Fix M64 resource name in /proc/iomem by Gavin Shan · 9 years ago
  19. 7207f43 powerpc/mm: Add page soft dirty tracking by Laurent Dufour · 9 years ago
  20. 2613265 powerpc/kernel: Combine vec/loc for STD_EXCEPTION_PSERIES by Michael Ellerman · 9 years ago
  21. d8725ce powerpc/kernel: Open code SET_DEFAULT_THREAD_PPR by Michael Ellerman · 9 years ago
  22. d030a4b powerpc/kernel: Open code HMT_MEDIUM_LOW_HAS_PPR by Michael Ellerman · 9 years ago
  23. d6265ae powerpc/kernel: Drop HMT_MEDIUM_PPR_DISCARD by Michael Ellerman · 9 years ago
  24. cd5cdeb powerpc/rtas: Make enter_rtas() private by Michael Ellerman · 9 years ago
  25. 4456f45 powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status() by Michael Ellerman · 9 years ago
  26. b2e8590 powerpc/pseries: Use rtas_call_unlocked() in pseries hotplug by Michael Ellerman · 9 years ago
  27. 08eb105 powerpc/xmon: Use rtas_call_unlocked() in xmon by Michael Ellerman · 9 years ago
  28. 209eb4e powerpc/rtas: Add rtas_call_unlocked() by Michael Ellerman · 9 years ago
  29. e4d54f7 powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPAL by Stewart Smith · 9 years ago
  30. 7261aaf powerpc/powernv: Remove OPALv2 firmware define and references by Stewart Smith · 9 years ago
  31. 786842b powerpc/powernv: panic() on OPAL < V3 by Stewart Smith · 9 years ago
  32. 00b912b powerpc: Remove broken GregorianDay() by Daniel Axtens · 9 years ago
  33. eb925d6 powerpc/xmon: Append linux_banner to exception information in xmon. by Rashmica Gupta · 9 years ago
  34. 24ad164 powerpc/cell: Remove the Cell QPACE code by Rashmica Gupta · 9 years ago
  35. b4af279 powerpc/pseries: Limit EPOW reset event warnings by Vipin K Parashar · 9 years ago
  36. 1901d8b Merge tag 'powerpc-4.4-3' into next by Michael Ellerman · 9 years ago
  37. 801c0b2 powerpc: Print MSR TM bits in oops messages by Michael Neuling · 9 years ago
  38. 81d7a32 powerpc: Make {cmp}xchg* and their atomic_ versions fully ordered by Boqun Feng · 9 years ago
  39. 49e9cf3 powerpc: Make value-returning atomics fully ordered by Boqun Feng · 9 years ago
  40. 4dcbd88e powerpc/mm: Don't open code pgtable_t size by Aneesh Kumar K.V · 9 years ago
  41. 4ad90c8 powerpc/mm: Use H_READ with H_READ_4 by Aneesh Kumar K.V · 9 years ago
  42. 45949eb powerpc/nohash: we don't use real_pte_t for nohash by Aneesh Kumar K.V · 9 years ago
  43. cc50380 powerpc/nohash: Update 64K nohash config to have 32 pte fragement by Aneesh Kumar K.V · 9 years ago
  44. 4d9057c powerpc/mm: Don't hardcode the hash pte slot shift by Aneesh Kumar K.V · 9 years ago
  45. 62607bc powerpc/mm: Don't hardcode page table size by Aneesh Kumar K.V · 9 years ago
  46. 6a119ea powerpc/mm: Add a _PAGE_PTE bit by Aneesh Kumar K.V · 9 years ago
  47. e34aa03 powerpc/mm: Move THP headers around by Aneesh Kumar K.V · 9 years ago
  48. 26a344a powerpc/mm: Move hugetlb related headers by Aneesh Kumar K.V · 9 years ago
  49. 40e8550 powerpc/mm: Move WIMG update to helper. by Aneesh Kumar K.V · 9 years ago
  50. c6a3c49 powerpc/mm: Add helper for converting pte bit to hpte bits by Aneesh Kumar K.V · 9 years ago
  51. a43c0eb powerpc/mm: Convert 4k insert from asm to C by Aneesh Kumar K.V · 9 years ago
  52. 89ff725 powerpc/mm: Convert __hash_page_64K to C by Aneesh Kumar K.V · 9 years ago
  53. 227fdbe powerpc/mm: Increase the width of #define by Aneesh Kumar K.V · 9 years ago
  54. 506b863 powerpc/mm: Remove pte_val usage for the second half of pgtable_t by Aneesh Kumar K.V · 9 years ago
  55. bf680d5 powerpc/mm: Don't track subpage valid bit in pte_t by Aneesh Kumar K.V · 9 years ago
  56. 106713a powerpc/mm: Remove the dependency on pte bit position in asm code by Aneesh Kumar K.V · 9 years ago
  57. 91f1da9 powerpc/mm: Convert 4k hash insert to C by Aneesh Kumar K.V · 9 years ago
  58. 17ed9e3 powerpc/booke: Move nohash headers by Aneesh Kumar K.V · 9 years ago
  59. 1ca7212 powerpc/mm: Move PTE bits from generic functions to hash64 functions. by Aneesh Kumar K.V · 9 years ago
  60. 371352c powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h by Aneesh Kumar K.V · 9 years ago
  61. f281b5d powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue by Aneesh Kumar K.V · 9 years ago
  62. 10bd380 powerpc/mm: Don't use pte_val as lvalue by Aneesh Kumar K.V · 9 years ago
  63. b0412ea powerpc/mm: Drop pte-common.h from BOOK3S 64 by Aneesh Kumar K.V · 9 years ago
  64. ee4889c powerpc/mm: Don't have generic headers introduce functions touching pte bits by Aneesh Kumar K.V · 9 years ago
  65. cbbb868 powerpc/mm: Delete booke bits from book3s by Aneesh Kumar K.V · 9 years ago
  66. ab537dc powerpc/mm: Move hash specific pte width and other defines to book3s by Aneesh Kumar K.V · 9 years ago
  67. 3dfcb315 powerpc/mm: make a separate copy for book3s by Aneesh Kumar K.V · 9 years ago
  68. 26b6a3d powerpc/mm: move pte headers to book3s directory by Aneesh Kumar K.V · 9 years ago
  69. 0863d7f powerpc/mm: Fix infinite loop in hash fault with 4K page size by Aneesh Kumar K.V · 9 years ago
  70. db1231d powerpc: Fix DSCR inheritance over fork() by Anton Blanchard · 9 years ago
  71. 20dbe67 powerpc: Call restore_sprs() before _switch() by Anton Blanchard · 9 years ago
  72. d64d02c powerpc: Call check_if_tm_restore_required() in enable_kernel_*() by Anton Blanchard · 9 years ago
  73. d1e1cf2 powerpc: clean up asm/switch_to.h by Anton Blanchard · 9 years ago
  74. f3d885c powerpc: Rearrange __switch_to() by Anton Blanchard · 9 years ago
  75. 579e633 powerpc: create flush_all_to_thread() by Anton Blanchard · 9 years ago
  76. c208505 powerpc: create giveup_all() by Anton Blanchard · 9 years ago
  77. 1f2e25b powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}() by Anton Blanchard · 9 years ago
  78. 3eb5d58 powerpc: Add ppc_strict_facility_enable boot option by Anton Blanchard · 9 years ago
  79. dc4fbba powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() by Anton Blanchard · 9 years ago
  80. a0e72cf powerpc: Create msr_check_and_{set,clear}() by Anton Blanchard · 9 years ago
  81. a7d623d powerpc: Move part of giveup_vsx into c by Anton Blanchard · 9 years ago
  82. 98da581 powerpc: Move part of giveup_fpu,altivec,spe into c by Anton Blanchard · 9 years ago
  83. b51b115 powerpc: Remove NULL task struct pointer checks in FP and vector code by Anton Blanchard · 9 years ago
  84. 611b0e5 powerpc: Create mtmsrd_isync() by Anton Blanchard · 9 years ago
  85. b86fd2b powerpc: Simplify TM restore checks by Anton Blanchard · 9 years ago
  86. af1bbc3 powerpc: Remove UP only lazy floating point and vector optimisations by Anton Blanchard · 9 years ago
  87. 68bfa96 powerpc: Remove redundant mflr in _switch by Anton Blanchard · 9 years ago
  88. 152d523 powerpc: Create context switch helpers save_sprs() and restore_sprs() by Anton Blanchard · 9 years ago
  89. af72ab6 powerpc: Don't disable MSR bits in do_load_up_transact_*() functions by Anton Blanchard · 9 years ago
  90. 07e45c1 powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switch by Anton Blanchard · 9 years ago
  91. 31a40e2 powerpc/64: Include KVM guest test in all interrupt vectors by Paul Mackerras · 9 years ago
  92. b4f8144 powerpc/axonram: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  93. 343c332 powerpc: Add rN aliases to the pt_regs_offset table. by Rashmica Gupta · 9 years ago
  94. f43194e powerpc: Standardise on NR_syscalls rather than __NR_syscalls. by Rashmica Gupta · 9 years ago
  95. cdfc8ed powerpc: Remove unused function trace_syscall() by Rashmica Gupta · 9 years ago
  96. 58531b0 powerpc/boot: allow wrapper to work on non-english system by Laurent Vivier · 9 years ago
  97. 57f8894 powerpc/powermac: set IRQF_NO_THREAD for xmon/cascade handlers by John Ogness · 9 years ago
  98. 87630eb powerpc/powernv: Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  99. 7f821fc powerpc/tm: Check for already reclaimed tasks by Michael Neuling · 9 years ago
  100. d2b9d2a powerpc/tm: Block signal return setting invalid MSR state by Michael Neuling · 9 years ago