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