1. 3bbd234 powerpc/8xx: set STACK_END_MAGIC earlier on the init_stack by Christophe Leroy · 6 years ago
  2. a045657 powerpc/8xx: drop unused self-modifying code alternative to FixupDAR. by Christophe Leroy · 6 years ago
  3. 63ce271 powerpc/prom: convert PROM_BUG() to standard trap by Christophe Leroy · 6 years ago
  4. 405efc5 powerpc/spinlocks: Fix oops in __spin_yield() on bare metal by Christopher M. Riedl · 6 years ago
  5. 31391ff powerpc/spinlocks: Rename SPLPAR-only spinlocks by Christopher M. Riedl · 6 years ago
  6. d57b783 powerpc/spinlocks: Refactor SHARED_PROCESSOR by Christopher M. Riedl · 6 years ago
  7. d7fb5b1 powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM() by Christophe Leroy · 6 years ago
  8. ba18025 powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE() by Christophe Leroy · 6 years ago
  9. c691b4b powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macro by Christophe Leroy · 6 years ago
  10. 163918f powerpc/mm: split out early ioremap path. by Christophe Leroy · 6 years ago
  11. 4a45b74 powerpc/mm: refactor ioremap vm area setup. by Christophe Leroy · 6 years ago
  12. 191e420 powerpc/mm: refactor ioremap_range() and use ioremap_page_range() by Christophe Leroy · 6 years ago
  13. f381d57 powerpc/mm: Move ioremap functions out of pgtable_32/64.c by Christophe Leroy · 6 years ago
  14. 7cd9b317 powerpc/mm: make ioremap_bot common to all by Christophe Leroy · 6 years ago
  15. edfe1a5 powerpc/mm: move ioremap_prot() into ioremap.c by Christophe Leroy · 6 years ago
  16. 4634c37 powerpc/mm: move common 32/64 bits ioremap functions into ioremap.c by Christophe Leroy · 6 years ago
  17. 14b4d97 powerpc/mm: rework io-workaround invocation. by Christophe Leroy · 6 years ago
  18. 492643e powerpc/mm: drop function __ioremap() by Christophe Leroy · 6 years ago
  19. 8aee077 powerpc/mm: drop ppc_md.iounmap() and __iounmap() by Christophe Leroy · 6 years ago
  20. 6f57e66 powerpc/ps3: replace __ioremap() by ioremap_prot() by Christophe Leroy · 6 years ago
  21. f0f8d7a powerpc: remove the ppc44x ocm.c file by Christoph Hellwig · 6 years ago
  22. b4645ff powerpc/64: don't select ARCH_HAS_SCALED_CPUTIME on book3E by Christophe Leroy · 6 years ago
  23. d8f0e0b powerpc/64s: support nospectre_v2 cmdline option by Christopher M. Riedl · 6 years ago
  24. 6652bf6 selftests/powerpc: Retry on host facility unavailable by Gustavo Romero · 6 years ago
  25. 9d535e2 selftests/powerpc: Fix and enhance TM signal context tests by Gustavo Romero · 6 years ago
  26. 7e04a46 powerpc/configs: Disable /dev/port in skiroot defconfig by Daniel Axtens · 6 years ago
  27. b8baa05 selftests/powerpc: Ignore generated files by Gustavo Romero · 6 years ago
  28. 6278f55 powerpc: Document xmon options by Gustavo Romero · 6 years ago
  29. 27d4396 powerpc/eeh: Slightly simplify eeh_add_to_parent_pe() by Sam Bobroff · 6 years ago
  30. cef50c6 powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse() by Sam Bobroff · 6 years ago
  31. 2e25505 powerpc/eeh: Fix crash when edev->pdev changes by Sam Bobroff · 6 years ago
  32. 1ff8f36 powerpc/eeh: Convert log messages to eeh_edev_* macros by Sam Bobroff · 6 years ago
  33. b093f2c powerpc/eeh: Introduce EEH edev logging macros by Sam Bobroff · 6 years ago
  34. 7c33a99 powerpc/eeh: Add bdfn field to eeh_dev by Oliver O'Halloran · 6 years ago
  35. c44e4cc powerpc/eeh: Refactor around eeh_probe_devices() by Sam Bobroff · 6 years ago
  36. b905f8c powerpc/eeh: EEH for pSeries hot plug by Sam Bobroff · 6 years ago
  37. 685a0bc powerpc/eeh: Initialize EEH address cache earlier by Sam Bobroff · 6 years ago
  38. 617082a powerpc/eeh: Improve debug messages around device addition by Sam Bobroff · 6 years ago
  39. aa06e3d powerpc/eeh: Clear stale EEH_DEV_NO_HANDLER flag by Sam Bobroff · 6 years ago
  40. 3f068aa powerpc/64: Adjust order in pcibios_init() by Sam Bobroff · 6 years ago
  41. 5634707 powerpc: remove meaningless KBUILD_ARFLAGS addition by Masahiro Yamada · 6 years ago
  42. 42ac26d powerpc: add machine check safe copy_to_user by Santosh Sivaraj · 6 years ago
  43. 4d4a273 powerpc/memcpy: Add memcpy_mcsafe for pmem by Balbir Singh · 6 years ago
  44. 895e3dc powerpc/mce: Handle UE event for memcpy_mcsafe by Balbir Singh · 6 years ago
  45. 49ec917 extable: Add function to search only kernel exception table by Santosh Sivaraj · 6 years ago
  46. 1a1715f powerpc/mce: Make machine_check_ue_event() static by Reza Arbab · 6 years ago
  47. 99ead78 powerpc/mce: Fix MCE handling for huge pages by Balbir Singh · 6 years ago
  48. b5bda62 powerpc/mce: Schedule work from irq_work by Santosh Sivaraj · 6 years ago
  49. ccfb5bd powerpc/pseries/mobility: use cond_resched when updating device tree by Nathan Lynch · 6 years ago
  50. 10e4850 powerpc/rtas: allow rescheduling while changing cpu states by Nathan Lynch · 6 years ago
  51. a6717c0 powerpc/rtas: use device model APIs and serialization during LPM by Nathan Lynch · 6 years ago
  52. 415480dc powerpc/603: Fix handling of the DIRTY flag by Christophe Leroy · 6 years ago
  53. 6bb2517 powerpc/64s/radix: Remove redundant pfn_pte bitop, add VM_BUG_ON by Nicholas Piggin · 6 years ago
  54. 4dd7554 powerpc/64: Add VIRTUAL_BUG_ON checks for __va and __pa addresses by Nicholas Piggin · 6 years ago
  55. 10c4bd7 powerpc/perf: fix imc allocation failure handling by Nicholas Piggin · 6 years ago
  56. 31f210c powerpc/64s/radix: Fix memory hot-unplug page table split by Nicholas Piggin · 6 years ago
  57. 8f51e39 powerpc/64s/radix: Fix memory hotplug section page table creation by Nicholas Piggin · 6 years ago
  58. e354d7d powerpc/64: allow compiler to cache 'current' by Nicholas Piggin · 6 years ago
  59. 7ab0b7c powerpc/32: Add warning on misaligned copy_page() or clear_page() by Christophe Leroy · 6 years ago
  60. f204338 powerpc/mm: ppc 603 doesn't need update_mmu_cache() by Christophe Leroy · 6 years ago
  61. f49f4e2 powerpc/mm: Simplify update_mmu_cache() on BOOK3S32 by Christophe Leroy · 6 years ago
  62. e5a1edb powerpc/mm: move update_mmu_cache() into book3s hash utils. by Christophe Leroy · 6 years ago
  63. 4c1616e powerpc/mm: move FSL_BOOK3 version of update_mmu_cache() by Christophe Leroy · 6 years ago
  64. d964211 powerpc/mm: define empty update_mmu_cache() as static inline by Christophe Leroy · 6 years ago
  65. ad628a3 powerpc/mm: don't display empty early ioremap area by Christophe Leroy · 6 years ago
  66. 9d6d712 powerpc/32s: Fix boot failure with DEBUG_PAGEALLOC without KASAN. by Christophe Leroy · 6 years ago
  67. 38a0d0c powerpc/futex: Fix warning: 'oldval' may be used uninitialized in this function by Christophe Leroy · 6 years ago
  68. 663c0c9 powerpc/kasan: Fix shadow area set up for modules. by Christophe Leroy · 6 years ago
  69. 45ff3c5 powerpc/kasan: Fix parallel loading of modules. by Christophe Leroy · 6 years ago
  70. 658d029 powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler() by Christophe Leroy · 6 years ago
  71. 65e701b powerpc/ptdump: drop non vital #ifdefs by Christophe Leroy · 6 years ago
  72. f3a2ac0 powerpc/ptdump: get out of note_prot_wx() when CONFIG_PPC_DEBUG_WX is not selected. by Christophe Leroy · 6 years ago
  73. 8224235 powerpc/ptdump: drop dummy KERN_VIRT_START on PPC32 by Christophe Leroy · 6 years ago
  74. e033829 powerpc/ptdump: fix walk_pagetables() address mismatch by Christophe Leroy · 6 years ago
  75. 7c7a532 powerpc/ptdump: Fix addresses display on PPC32 by Christophe Leroy · 6 years ago
  76. 39f14e7 powerpc/xmon: Add a dump of all XIVE interrupts by Cédric Le Goater · 6 years ago
  77. b4868ff powerpc/xive: Fix dump of XIVE interrupt under pseries by Cédric Le Goater · 6 years ago
  78. c3e0dbd powerpc/xmon: Check for HV mode when dumping XIVE info from OPAL by Cédric Le Goater · 6 years ago
  79. 201ed7f powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pages by Alexey Kardashevskiy · 6 years ago
  80. c37c792 powerpc/powernv/ioda2: Allocate TCE table levels on demand for default DMA window by Alexey Kardashevskiy · 6 years ago
  81. 4f7e0bab powerpc/iommu: Allow bypass-only for DMA by Alexey Kardashevskiy · 6 years ago
  82. 56090a3 powerpc/powernv/ioda: Fix race in TCE level allocation by Alexey Kardashevskiy · 6 years ago
  83. c784be4 powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt() by Gautham R. Shenoy · 6 years ago
  84. 1a47908 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 6 years ago
  85. 4215fa2 Merge branch 'fixes' into next by Michael Ellerman · 6 years ago
  86. da15c03 powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown race by Paul Mackerras · 6 years ago
  87. 8d4ba9c KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE device by Paul Mackerras · 6 years ago
  88. 959c5d5 KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interrupts by Paul Mackerras · 6 years ago
  89. 237aed4 KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VP by Cédric Le Goater · 6 years ago
  90. 2b87a25 powerpc/64s: Make boot look nice(r) by Nicholas Piggin · 6 years ago
  91. fd38065 powerpc/xive: Add a check for memory allocation failure by Christophe JAILLET · 6 years ago
  92. b214a8f powerpc/xive: Use GFP_KERNEL instead of GFP_ATOMIC in 'xive_irq_bitmap_add()' by Christophe JAILLET · 6 years ago
  93. b9ee5e0 powerpc/64e: Drop stale call to smp_processor_id() which hangs SMP startup by Christophe Leroy · 6 years ago
  94. 9616dda powerpc/pseries/hotplug-memory.c: Replace nested ifs by switch-case by Leonardo Bras · 6 years ago
  95. 1ebe0dc powerpc/xive: Update comment referencing magic loads from an ESB by Jordan Niethe · 6 years ago
  96. 461cef2 powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHE by Christophe Leroy · 6 years ago
  97. e7de4f7 powerpc/powernv: Restrict OPAL symbol map to only be readable by root by Andrew Donnellan · 6 years ago
  98. 8b856a0 powerpc/configs: Disable SCOM_DEBUGFS in powernv_defconfig by Andrew Donnellan · 6 years ago
  99. 8c98db8 powerpc/powernv: Fix checkpatch warnings in opal-xscom.c by Andrew Donnellan · 6 years ago
  100. bfd2f0d powerpc/powernv: Get rid of old scom_controller abstraction by Andrew Donnellan · 6 years ago