1. d6265ae powerpc/kernel: Drop HMT_MEDIUM_PPR_DISCARD by Michael Ellerman · 9 years ago
  2. cd5cdeb powerpc/rtas: Make enter_rtas() private by Michael Ellerman · 9 years ago
  3. 4456f45 powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status() by Michael Ellerman · 9 years ago
  4. b2e8590 powerpc/pseries: Use rtas_call_unlocked() in pseries hotplug by Michael Ellerman · 9 years ago
  5. 08eb105 powerpc/xmon: Use rtas_call_unlocked() in xmon by Michael Ellerman · 9 years ago
  6. 209eb4e powerpc/rtas: Add rtas_call_unlocked() by Michael Ellerman · 9 years ago
  7. e4d54f7 powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPAL by Stewart Smith · 9 years ago
  8. 7261aaf powerpc/powernv: Remove OPALv2 firmware define and references by Stewart Smith · 9 years ago
  9. 786842b powerpc/powernv: panic() on OPAL < V3 by Stewart Smith · 9 years ago
  10. a8da474 selftests/powerpc: Add script to test HMI functionality by Daniel Axtens · 9 years ago
  11. 51c21e7 selftests/powerpc: Make context_switch touch FP/altivec/vector by default by Michael Ellerman · 9 years ago
  12. ea0c321 selftests/powerpc: Make context_switch do something with no args by Michael Ellerman · 9 years ago
  13. 00b7ec5 selftests/powerpc: Import Anton's context_switch2 benchmark by Michael Ellerman · 9 years ago
  14. d1301af selftests/powerpc: Move pick_online_cpu() up into utils.c by Michael Ellerman · 9 years ago
  15. 00b912b powerpc: Remove broken GregorianDay() by Daniel Axtens · 9 years ago
  16. 5f337e3 selftests/powerpc: Add test to check if VSRs are corrupted by Rashmica Gupta · 9 years ago
  17. eb925d6 powerpc/xmon: Append linux_banner to exception information in xmon. by Rashmica Gupta · 9 years ago
  18. 24ad164 powerpc/cell: Remove the Cell QPACE code by Rashmica Gupta · 9 years ago
  19. b4af279 powerpc/pseries: Limit EPOW reset event warnings by Vipin K Parashar · 9 years ago
  20. a26f415 selftests/powerpc: Add TM signal with invalid stack test by Michael Neuling · 9 years ago
  21. 25007a6 selftests/powerpc: Add TM signal return test by Michael Neuling · 9 years ago
  22. b319ee8 selftests/powerpc: Skip tm-resched-dscr if we don't have TM by Michael Ellerman · 9 years ago
  23. 34dc8b2 selftests/powerpc: Move TM helpers into tm.h by Michael Ellerman · 9 years ago
  24. ede8ef3 selftests/powerpc: Add have_hwcap2() helper by Michael Ellerman · 9 years ago
  25. fcb45ec selftests/powerpc: Move get_auxv_entry() into utils.c by Michael Ellerman · 9 years ago
  26. 1901d8b Merge tag 'powerpc-4.4-3' into next by Michael Ellerman · 9 years ago
  27. 801c0b2 powerpc: Print MSR TM bits in oops messages by Michael Neuling · 9 years ago
  28. 81d7a32 powerpc: Make {cmp}xchg* and their atomic_ versions fully ordered by Boqun Feng · 9 years ago
  29. 49e9cf3 powerpc: Make value-returning atomics fully ordered by Boqun Feng · 9 years ago
  30. 4dcbd88e powerpc/mm: Don't open code pgtable_t size by Aneesh Kumar K.V · 9 years ago
  31. 4ad90c8 powerpc/mm: Use H_READ with H_READ_4 by Aneesh Kumar K.V · 9 years ago
  32. 45949eb powerpc/nohash: we don't use real_pte_t for nohash by Aneesh Kumar K.V · 9 years ago
  33. cc50380 powerpc/nohash: Update 64K nohash config to have 32 pte fragement by Aneesh Kumar K.V · 9 years ago
  34. 4d9057c powerpc/mm: Don't hardcode the hash pte slot shift by Aneesh Kumar K.V · 9 years ago
  35. 62607bc powerpc/mm: Don't hardcode page table size by Aneesh Kumar K.V · 9 years ago
  36. 6a119ea powerpc/mm: Add a _PAGE_PTE bit by Aneesh Kumar K.V · 9 years ago
  37. e34aa03 powerpc/mm: Move THP headers around by Aneesh Kumar K.V · 9 years ago
  38. 26a344a powerpc/mm: Move hugetlb related headers by Aneesh Kumar K.V · 9 years ago
  39. 40e8550 powerpc/mm: Move WIMG update to helper. by Aneesh Kumar K.V · 9 years ago
  40. c6a3c49 powerpc/mm: Add helper for converting pte bit to hpte bits by Aneesh Kumar K.V · 9 years ago
  41. a43c0eb powerpc/mm: Convert 4k insert from asm to C by Aneesh Kumar K.V · 9 years ago
  42. 89ff725 powerpc/mm: Convert __hash_page_64K to C by Aneesh Kumar K.V · 9 years ago
  43. 227fdbe powerpc/mm: Increase the width of #define by Aneesh Kumar K.V · 9 years ago
  44. 506b863 powerpc/mm: Remove pte_val usage for the second half of pgtable_t by Aneesh Kumar K.V · 9 years ago
  45. bf680d5 powerpc/mm: Don't track subpage valid bit in pte_t by Aneesh Kumar K.V · 9 years ago
  46. 106713a powerpc/mm: Remove the dependency on pte bit position in asm code by Aneesh Kumar K.V · 9 years ago
  47. 91f1da9 powerpc/mm: Convert 4k hash insert to C by Aneesh Kumar K.V · 9 years ago
  48. 17ed9e3 powerpc/booke: Move nohash headers by Aneesh Kumar K.V · 9 years ago
  49. 1ca7212 powerpc/mm: Move PTE bits from generic functions to hash64 functions. by Aneesh Kumar K.V · 9 years ago
  50. 371352c powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h by Aneesh Kumar K.V · 9 years ago
  51. f281b5d powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue by Aneesh Kumar K.V · 9 years ago
  52. 10bd380 powerpc/mm: Don't use pte_val as lvalue by Aneesh Kumar K.V · 9 years ago
  53. b0412ea powerpc/mm: Drop pte-common.h from BOOK3S 64 by Aneesh Kumar K.V · 9 years ago
  54. ee4889c powerpc/mm: Don't have generic headers introduce functions touching pte bits by Aneesh Kumar K.V · 9 years ago
  55. cbbb868 powerpc/mm: Delete booke bits from book3s by Aneesh Kumar K.V · 9 years ago
  56. ab537dc powerpc/mm: Move hash specific pte width and other defines to book3s by Aneesh Kumar K.V · 9 years ago
  57. 3dfcb315 powerpc/mm: make a separate copy for book3s by Aneesh Kumar K.V · 9 years ago
  58. 26b6a3d powerpc/mm: move pte headers to book3s directory by Aneesh Kumar K.V · 9 years ago
  59. 0863d7f powerpc/mm: Fix infinite loop in hash fault with 4K page size by Aneesh Kumar K.V · 9 years ago
  60. db1231d powerpc: Fix DSCR inheritance over fork() by Anton Blanchard · 9 years ago
  61. 20dbe67 powerpc: Call restore_sprs() before _switch() by Anton Blanchard · 9 years ago
  62. d64d02c powerpc: Call check_if_tm_restore_required() in enable_kernel_*() by Anton Blanchard · 9 years ago
  63. d1e1cf2 powerpc: clean up asm/switch_to.h by Anton Blanchard · 9 years ago
  64. f3d885c powerpc: Rearrange __switch_to() by Anton Blanchard · 9 years ago
  65. 579e633 powerpc: create flush_all_to_thread() by Anton Blanchard · 9 years ago
  66. c208505 powerpc: create giveup_all() by Anton Blanchard · 9 years ago
  67. 1f2e25b powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}() by Anton Blanchard · 9 years ago
  68. 3eb5d58 powerpc: Add ppc_strict_facility_enable boot option by Anton Blanchard · 9 years ago
  69. dc4fbba powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() by Anton Blanchard · 9 years ago
  70. a0e72cf powerpc: Create msr_check_and_{set,clear}() by Anton Blanchard · 9 years ago
  71. 1552cd7 crypto: vmx: Only call enable_kernel_vsx() by Anton Blanchard · 9 years ago
  72. a7d623d powerpc: Move part of giveup_vsx into c by Anton Blanchard · 9 years ago
  73. 98da581 powerpc: Move part of giveup_fpu,altivec,spe into c by Anton Blanchard · 9 years ago
  74. b51b115 powerpc: Remove NULL task struct pointer checks in FP and vector code by Anton Blanchard · 9 years ago
  75. 611b0e5 powerpc: Create mtmsrd_isync() by Anton Blanchard · 9 years ago
  76. b86fd2b powerpc: Simplify TM restore checks by Anton Blanchard · 9 years ago
  77. af1bbc3 powerpc: Remove UP only lazy floating point and vector optimisations by Anton Blanchard · 9 years ago
  78. 68bfa96 powerpc: Remove redundant mflr in _switch by Anton Blanchard · 9 years ago
  79. 152d523 powerpc: Create context switch helpers save_sprs() and restore_sprs() by Anton Blanchard · 9 years ago
  80. af72ab6 powerpc: Don't disable MSR bits in do_load_up_transact_*() functions by Anton Blanchard · 9 years ago
  81. 07e45c1 powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switch by Anton Blanchard · 9 years ago
  82. 31a40e2 powerpc/64: Include KVM guest test in all interrupt vectors by Paul Mackerras · 9 years ago
  83. b4f8144 powerpc/axonram: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  84. 6735b2e powerpc/rackmeter: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  85. 343c332 powerpc: Add rN aliases to the pt_regs_offset table. by Rashmica Gupta · 9 years ago
  86. f43194e powerpc: Standardise on NR_syscalls rather than __NR_syscalls. by Rashmica Gupta · 9 years ago
  87. cdfc8ed powerpc: Remove unused function trace_syscall() by Rashmica Gupta · 9 years ago
  88. 58531b0 powerpc/boot: allow wrapper to work on non-english system by Laurent Vivier · 9 years ago
  89. 6c30821 powerpc/powermac: IRQF_NO_SUSPEND not IRQF_TIMER for non-timer by John Ogness · 9 years ago
  90. 57f8894 powerpc/powermac: set IRQF_NO_THREAD for xmon/cascade handlers by John Ogness · 9 years ago
  91. 87630eb powerpc/powernv: Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  92. 48f0f6b cxl: use correct operator when writing pcie config space values by Andrew Donnellan · 9 years ago
  93. 1b5df59 cxl: Fix possible idr warning when contexts are released by Vaibhav Jain · 9 years ago
  94. 7f821fc powerpc/tm: Check for already reclaimed tasks by Michael Neuling · 9 years ago
  95. d2b9d2a powerpc/tm: Block signal return setting invalid MSR state by Michael Neuling · 9 years ago
  96. 1ec2183 Linux 4.4-rc2 by Linus Torvalds · 9 years ago
  97. 104e2a6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  98. dcfeda9 Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  99. 7f21739 Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  100. 6d2d91b Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago