1. 20055a8 powerpc/memcpy: Fix stack corruption for smaller sizes by Santosh Sivaraj · 6 years ago
  2. aa497d4 powerpc: Add attributes for setjmp/longjmp by Segher Boessenkool · 6 years ago
  3. 67c8789 powerpc: Remove empty comment by Jordan Niethe · 6 years ago
  4. 41ba17f powerpc/imc: Dont create debugfs files for cpu-less nodes by Madhavan Srinivasan · 6 years ago
  5. 2275d7b powerpc/64s/radix: introduce options to disable use of the tlbie instruction by Nicholas Piggin · 6 years ago
  6. 7d805ac powerpc/64s: remove unnecessary translation cache flushes at boot by Nicholas Piggin · 6 years ago
  7. 7e71c42 powerpc/64s/pseries: radix flush translations before MMU is enabled at boot by Nicholas Piggin · 6 years ago
  8. fd13dae powerpc/64s: make mmu_partition_table_set_entry TLB flush optional by Nicholas Piggin · 6 years ago
  9. 99161de powerpc/64s/radix: tidy up TLB flushing code by Nicholas Piggin · 6 years ago
  10. ed6546b powerpc/64s: remove register_process_table callback by Nicholas Piggin · 6 years ago
  11. 85d86c8 selftests/powerpc: Add basic EEH selftest by Oliver O'Halloran · 6 years ago
  12. bd6461c powerpc/eeh: Add a eeh_dev_break debugfs interface by Oliver O'Halloran · 6 years ago
  13. 22cda7c powerpc/eeh: Add debugfs interface to run an EEH check by Oliver O'Halloran · 6 years ago
  14. aeff27c powerpc/eeh: Set attention indicator while recovering by Oliver O'Halloran · 6 years ago
  15. 018c49e pci-hotplug/pnv_php: Add attention indicator support by Oliver O'Halloran · 6 years ago
  16. a839bd8 pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBs by Oliver O'Halloran · 6 years ago
  17. 7fd1fe4 pci-hotplug/pnv_php: Add a reset_slot() callback by Oliver O'Halloran · 6 years ago
  18. 98fd32c powernv/eeh: Use generic code to handle hot resets by Oliver O'Halloran · 6 years ago
  19. 5055453 powerpc/eeh: Remove stale CAPI comment by Oliver O'Halloran · 6 years ago
  20. 25baf3d powerpc/eeh: Defer printing stack trace by Oliver O'Halloran · 6 years ago
  21. b104af5 powerpc/eeh: Check slot presence state in eeh_handle_normal_event() by Oliver O'Halloran · 6 years ago
  22. 38ddc01 powerpc/eeh: Make permanently failed devices non-actionable by Oliver O'Halloran · 6 years ago
  23. 5ef753a powerpc/eeh: Fix race when freeing PDNs by Oliver O'Halloran · 6 years ago
  24. 799abe2 powerpc/eeh: Clean up EEH PEs after recovery finishes by Oliver O'Halloran · 6 years ago
  25. 9b123d1 powerpc/64s/exception: reduce page fault unnecessary loads by Nicholas Piggin · 6 years ago
  26. 05f97d9 powerpc/64s/exception: Remove pointless KVM handler name bifurcation by Nicholas Piggin · 6 years ago
  27. 1b35998 powerpc/64s/exception: program check handler do not branch into a macro by Nicholas Piggin · 6 years ago
  28. c7c5cbb powerpc/64s/exception: move interrupt entry code above the common handler by Nicholas Piggin · 6 years ago
  29. d1a8471 powerpc/64s/exception: INT_COMMON add DAR, DSISR, reconcile options by Nicholas Piggin · 6 years ago
  30. 8c9fb5d powerpc/64s/exception: Expand EXCEPTION_PROLOG_COMMON_1 and 2 into caller by Nicholas Piggin · 6 years ago
  31. 5d5e0ed powerpc/64s/exception: Expand EXCEPTION_COMMON macro into caller by Nicholas Piggin · 6 years ago
  32. bcbceed powerpc/64s/exception: Add INT_COMMON gas macro to generate common exception code by Nicholas Piggin · 6 years ago
  33. 9a9c739 powerpc/64s/exception: Merge EXCEPTION_PROLOG_COMMON_2/3 by Nicholas Piggin · 6 years ago
  34. 7027d53 powerpc/64s/exception: KVM_HANDLER reorder arguments to match other macros by Nicholas Piggin · 6 years ago
  35. 141fed2 powerpc/64s/exception: Add INT_KVM_HANDLER gas macro by Nicholas Piggin · 6 years ago
  36. 4515c5f powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSI by Nicholas Piggin · 6 years ago
  37. 52b9892 powerpc/64s/exception: Add the virt variant of the denorm interrupt handler by Nicholas Piggin · 6 years ago
  38. d29768e powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2 by Nicholas Piggin · 6 years ago
  39. 9b40f62 powerpc/64s/exceptions: Use keyword params to shorten arg lists by Michael Ellerman · 6 years ago
  40. 7299417 powerpc/64s/exception: Replace PROLOG macros and EXC helpers with a gas macro by Nicholas Piggin · 6 years ago
  41. 5ff79a5 powerpc/64s/exception: remove 0xb00 handler by Nicholas Piggin · 6 years ago
  42. 9a7a077 powerpc/64s/exception: Fix performance monitor virt handler by Nicholas Piggin · 6 years ago
  43. def0db4 powerpc/64s/exception: Add EXC_HV_OR_STD, which selects HSRR if HVMODE by Nicholas Piggin · 6 years ago
  44. a243281 powerpc/64s/exception: move head-64.h exception code to exception-64s.S by Nicholas Piggin · 6 years ago
  45. c31f713 powerpc/64s/exception: Fix DAR load for handle_page_fault error case by Nicholas Piggin · 6 years ago
  46. b3fe352 powerpc/64s/exception: machine check improve labels and comments by Nicholas Piggin · 6 years ago
  47. fce16d4 powerpc/64s/exception: untangle early machine check handler branch by Nicholas Piggin · 6 years ago
  48. b7d9cce powerpc/64s/exception: machine check move unrecoverable handling out of line by Nicholas Piggin · 6 years ago
  49. 296e753 powerpc/64s/exception: simplify machine check early path by Nicholas Piggin · 6 years ago
  50. abd1f4c powerpc/64s/exception: machine check move tramp code by Nicholas Piggin · 6 years ago
  51. c8eb54d powerpc/64s/exception: machine check restructure to reuse common macros by Nicholas Piggin · 6 years ago
  52. 272f636 powerpc/64s/exception: machine check pseries should skip the late handler for kernel MCEs by Nicholas Piggin · 6 years ago
  53. 9ca766f powerpc/64s/pseries: machine check convert to use common event code by Nicholas Piggin · 6 years ago
  54. 7290f3b powerpc/64s/powernv: machine check dump SLB contents by Nicholas Piggin · 6 years ago
  55. 0b66370 powerpc/64s/exception: machine check use correct cfar for late handler by Nicholas Piggin · 6 years ago
  56. fa2760e powerpc/64s/exception: machine check remove machine_check_pSeries_0 branch by Nicholas Piggin · 6 years ago
  57. b5c27f7 powerpc/64s/exception: machine check pseries should always run the early handler by Nicholas Piggin · 6 years ago
  58. fe9d482 powerpc/64s/exception: machine check adjust RFI target by Nicholas Piggin · 6 years ago
  59. 19dbe67 powerpc/64s/exception: machine check fix KVM guest test by Nicholas Piggin · 6 years ago
  60. 1039f62 powerpc/64s/exception: machine check remove bitrotted comment by Nicholas Piggin · 6 years ago
  61. 0be9f7f powerpc/64s/exception: machine check fwnmi remove HV case by Nicholas Piggin · 6 years ago
  62. bf75a8d powerpc/configs: Enable secure guest support in pseries and ppc64 defconfigs by Ryan Grimm · 6 years ago
  63. 2efbc58 powerpc/pseries/svm: Force SWIOTLB for secure guests by Anshuman Khandual · 6 years ago
  64. edea902 powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests by Thiago Jung Bauermann · 6 years ago
  65. 4edaac5 powerpc/pseries/svm: Disable doorbells in SVM guests by Sukadev Bhattiprolu · 6 years ago
  66. 734560a powerpc/pseries/svm: Export guest SVM status to user space via sysfs by Ryan Grimm · 6 years ago
  67. 256ba2c1 powerpc/pseries/svm: Unshare all pages before kexecing a new kernel by Ram Pai · 6 years ago
  68. d5394c0 powerpc/pseries/svm: Use shared memory for Debug Trace Log (DTL) by Anshuman Khandual · 6 years ago
  69. bd104e6 powerpc/pseries/svm: Use shared memory for LPPACA structures by Anshuman Khandual · 6 years ago
  70. e311a92 powerpc/pseries: Add and use LPPACA_SIZE constant by Thiago Jung Bauermann · 6 years ago
  71. 7f70c38 powerpc: Introduce the MSR_S bit by Sukadev Bhattiprolu · 6 years ago
  72. f7777e0 powerpc/pseries/svm: Add helpers for UV_SHARE_PAGE and UV_UNSHARE_PAGE by Ram Pai · 6 years ago
  73. 6a9c930 powerpc/prom_init: Add the ESM call to prom_init by Ram Pai · 6 years ago
  74. 528229d powerpc: Add support for adding an ESM blob to the zImage wrapper by Benjamin Herrenschmidt · 6 years ago
  75. 136bc03 powerpc/pseries: Introduce option to build secure virtual machines by Thiago Jung Bauermann · 6 years ago
  76. 9044adc Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 6 years ago
  77. 07aa1e7 Merge branch 'topic/mem-encrypt' into next by Michael Ellerman · 6 years ago
  78. 68e0aa8 powerpc/powernv: Add ultravisor message log interface by Claudio Carvalho · 6 years ago
  79. dea45ea powerpc/powernv/opal-msglog: Refactor memcons code by Claudio Carvalho · 6 years ago
  80. 6c85b7bc powerpc/kvm: Use UV_RETURN ucall to return to ultravisor by Sukadev Bhattiprolu · 6 years ago
  81. 512a5a6 powerpc/powernv: Access LDBAR only if ultravisor disabled by Claudio Carvalho · 6 years ago
  82. 5223134 powerpc/mm: Write to PTCR only if ultravisor disabled by Claudio Carvalho · 6 years ago
  83. 139a1d2 powerpc/mm: Use UV_WRITE_PATE ucall to register a PATE by Michael Anderson · 6 years ago
  84. bb04ffe powerpc/powernv: Introduce FW_FEATURE_ULTRAVISOR by Claudio Carvalho · 6 years ago
  85. a49dddb powerpc/kernel: Add ucall_norets() ultravisor call handler by Claudio Carvalho · 6 years ago
  86. 250c6c3 Documentation/powerpc: Ultravisor API by Sukadev Bhattiprolu · 6 years ago
  87. 134cb3a Documentation/powerpc: Add ELF note documentation by Maxiwell S. Garcia · 6 years ago
  88. 70ed86f powerpc: Add PowerPC Capabilities ELF note by Claudio Carvalho · 6 years ago
  89. a102f13 powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacks by Alexey Kardashevskiy · 6 years ago
  90. 021b786 powerpc/pseries/iommu: Switch to xchg_no_kill by Alexey Kardashevskiy · 6 years ago
  91. 650ab1e vfio/spapr_tce: Invalidate multiple TCEs at once by Alexey Kardashevskiy · 6 years ago
  92. 01b7d12 KVM: PPC: Book3S: Invalidate multiple TCEs at once by Alexey Kardashevskiy · 6 years ago
  93. 3587248 powerpc/powernv/ioda: Split out TCE invalidation from TCE updates by Alexey Kardashevskiy · 6 years ago
  94. 4f91659 KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handling by Alexey Kardashevskiy · 6 years ago
  95. bc605cd powerpc/of/pci: Rewrite pci_parse_of_flags by Alexey Kardashevskiy · 6 years ago
  96. f2902a2 powerpc: use the generic dma coherent remap allocator by Christoph Hellwig · 6 years ago
  97. 555e281 powerpc/64: remove support for kernel-mode syscalls by Nicholas Piggin · 6 years ago
  98. facd04a powerpc: convert to copy_thread_tls by Nicholas Piggin · 6 years ago
  99. c7bf125 powerpc/32: don't use CPU_FTR_COHERENT_ICACHE by Christophe Leroy · 6 years ago
  100. e0291f1 powerpc/32: drop CPU_FTR_UNIFIED_ID_CACHE by Christophe Leroy · 6 years ago