1. ed4289e Revert "powerpc: slightly improve cache helpers" by Michael Ellerman · 6 years ago
  2. cee3536 powerpc: Wire up clone3 syscall by Michael Ellerman · 6 years ago
  3. bed38c3 Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  4. 6d140e7 powerpc/pseries: Update SCM hcall op-codes in hvcall.h by Vaibhav Jain · 6 years ago
  5. 1759673 mm: introduce ARCH_HAS_PTE_DEVMAP by Robin Murphy · 6 years ago
  6. f296f1d powerpc: define syscall_get_error() by Dmitry V. Levin · 6 years ago
  7. 28d2a6e powerpc/pmu: Set pmcregs_in_use in paca when running as LPAR by Suraj Jitindar Singh · 6 years ago
  8. 192f0f8 Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  9. 5f26f11 Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  10. 9bd3bb6 mm/nvdimm: add is_ioremap_addr and use that to check ioremap address by Aneesh Kumar K.V · 6 years ago
  11. e1928328 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  12. 1758fed Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  13. 7f9c929 powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h by Christophe Leroy · 6 years ago
  14. 22e9c88 powerpc/64: reuse PPC32 static inline flush_dcache_range() by Christophe Leroy · 6 years ago
  15. d98fc70 powerpc/32: define helpers to get L1 cache sizes. by Christophe Leroy · 6 years ago
  16. 1cfb725 powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range() by Christophe Leroy · 6 years ago
  17. 6c58758 powerpc: slightly improve cache helpers by Christophe Leroy · 6 years ago
  18. d6eaced powerpc/book3s: Use config independent helpers for page table walk by Aneesh Kumar K.V · 6 years ago
  19. b8c8a52 powerpc/mm: Remove unused variable declaration by Aneesh Kumar K.V · 6 years ago
  20. 18a593c powerpc/pseries: Protect against hogging the cpu while setting up the stats by Naveen N. Rao · 6 years ago
  21. d62c8de powerpc/pseries: Provide vcpu dispatch statistics by Naveen N. Rao · 6 years ago
  22. 5a1ea47 powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/ by Naveen N. Rao · 6 years ago
  23. 06220d7 powerpc/pseries: Introduce rwlock to gatekeep DTLB usage by Naveen N. Rao · 6 years ago
  24. 1c85a2a1 powerpc/pseries: Factor out DTL buffer allocation and registration routines by Naveen N. Rao · 6 years ago
  25. 515bbc8 powerpc/pseries: Use macros for referring to the DTL enable mask by Naveen N. Rao · 6 years ago
  26. 2200bbe powerpc: Use the correct style for SPDX License Identifier by Nishad Kamdar · 6 years ago
  27. 6fbcdd5 powerpc: Add barrier_nospec to raw_copy_in_user() by Suraj Jitindar Singh · 6 years ago
  28. 24911ac powerpc: remove device_to_mask() by Christoph Hellwig · 6 years ago
  29. a278e7e powerpc: Fix compile issue with force DAWR by Michael Neuling · 6 years ago
  30. 6c46fcc powerpc/64s/radix: keep kernel ERAT over local process/guest invalidates by Nicholas Piggin · 6 years ago
  31. fe7946c powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERAT by Nicholas Piggin · 6 years ago
  32. 0a882e2 powerpc/64s/exception: remove bad stack branch by Nicholas Piggin · 6 years ago
  33. 1582009 powerpc/64s/exception: move paca save area offsets into exception-64s.S by Nicholas Piggin · 6 years ago
  34. a050243 powerpc/64s/exception: move head-64.h code to exception-64s.S where it is used by Nicholas Piggin · 6 years ago
  35. 12a0480 powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it is used by Nicholas Piggin · 6 years ago
  36. f1ff37e powerpc/64s/exception: move KVM related code together by Nicholas Piggin · 6 years ago
  37. 6d18f29 powerpc/64s/exception: remove STD_EXCEPTION_COMMON variants by Nicholas Piggin · 6 years ago
  38. f0ac447 powerpc/64s/exception: move EXCEPTION_PROLOG_2* to a more logical place by Nicholas Piggin · 6 years ago
  39. fc55753 powerpc/64s/exception: unwind exception-64s.h macros by Nicholas Piggin · 6 years ago
  40. 47169fb powerpc/64s/exception: Move EXCEPTION_COMMON additions into callers by Nicholas Piggin · 6 years ago
  41. c06075f powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into callers by Nicholas Piggin · 6 years ago
  42. 5dba1d5 powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency with others by Nicholas Piggin · 6 years ago
  43. c0c6cd1 powerpc/64s/exception: KVM handler can set the HSRR trap bit by Nicholas Piggin · 6 years ago
  44. 17bdc06 powerpc/64s/exception: merge KVM handler and skip variants by Nicholas Piggin · 6 years ago
  45. fa4cf6b powerpc/64s/exception: consolidate maskable and non-maskable prologs by Nicholas Piggin · 6 years ago
  46. a7c1ca19 powerpc/64s/exception: remove the "extra" macro parameter by Nicholas Piggin · 6 years ago
  47. 2d04630 powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variants by Nicholas Piggin · 6 years ago
  48. bd7b6d13 powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variant by Nicholas Piggin · 6 years ago
  49. 4508a74 powerpc/64s/exception: remove H concatenation for EXC_HV variants by Nicholas Piggin · 6 years ago
  50. 1efd8ca powerpc/64s/exception: Remove unused SOFTEN_VALUE_0x980 by Michael Ellerman · 6 years ago
  51. b42dfde powerpc: don't use asm-generic/ptrace.h by Christoph Hellwig · 6 years ago
  52. 4b1f5cc powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macros by Nicholas Piggin · 6 years ago
  53. 452d23c powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functions by Christoph Hellwig · 6 years ago
  54. 7eb3cf7 powerpc/powernv: remove unused NPU DMA code by Christoph Hellwig · 6 years ago
  55. c498a4f powerpc/powernv: remove the unused tunneling exports by Christoph Hellwig · 6 years ago
  56. 6398261 powerpc/powernv: remove the unused pnv_pci_set_p2p function by Christoph Hellwig · 6 years ago
  57. 04db3ed powerpc/cacheflush: fix variable set but not used by Qian Cai · 6 years ago
  58. 8b8dc69 Merge branch 'fixes' into next by Michael Ellerman · 6 years ago
  59. a8282bf Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  60. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  61. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  62. 9739ab7 powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac by Christoph Hellwig · 6 years ago
  63. d909f91 powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAP by Nicholas Piggin · 6 years ago
  64. d38153f powerpc/64s/radix: ioremap use ioremap_page_range by Nicholas Piggin · 6 years ago
  65. 0b1be03 powerpc/ps3: Use [] to denote a flexible array member by Geert Uytterhoeven · 6 years ago
  66. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  67. 410df0c Merge tag 'v5.2-rc5' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  68. fa1827d Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  69. 79282605 processor: remove spin_cpu_yield by Heiko Carstens · 6 years ago
  70. 758f204 powerpc/bpf: use unsigned division instruction for 64-bit operations by Naveen N. Rao · 6 years ago
  71. c21f5a9 powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTX by Christophe Leroy · 6 years ago
  72. 33258a1 powerpc/64s: Fix THP PMD collapse serialisation by Nicholas Piggin · 6 years ago
  73. 6c28422 powerpc: Fix kexec failure on book3s/32 by Christophe Leroy · 6 years ago
  74. acc1590 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 449 by Thomas Gleixner · 6 years ago
  75. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  76. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  77. 2b72c9e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340 by Thomas Gleixner · 6 years ago
  78. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  79. d94d71c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 by Thomas Gleixner · 6 years ago
  80. 8cd8de5 locking/atomic, powerpc: Use s64 for atomic64 by Mark Rutland · 6 years ago
  81. b44a1dd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  82. 89d87bc powerpc/powernv: Show checkstop reason for NPU2 HMIs by Frederic Barrat · 6 years ago
  83. 96ac6d4 treewide: Add SPDX license identifier - Kbuild by Greg Kroah-Hartman · 6 years ago
  84. 2522fe4 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193 by Thomas Gleixner · 6 years ago
  85. 873e65b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 by Thomas Gleixner · 6 years ago
  86. 935912c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164 by Thomas Gleixner · 6 years ago
  87. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  88. de6cc65 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 by Thomas Gleixner · 6 years ago
  89. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  90. 1659e27 KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list by Paul Mackerras · 6 years ago
  91. 0d4ee88 KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup by Paul Mackerras · 6 years ago
  92. d5bb994 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114 by Thomas Gleixner · 6 years ago
  93. f4344b1 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 112 by Thomas Gleixner · 6 years ago
  94. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  95. ea2305f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 40 by Thomas Gleixner · 6 years ago
  96. e62d949 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33 by Thomas Gleixner · 6 years ago
  97. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  98. 1621633 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 by Thomas Gleixner · 6 years ago
  99. 1335d9a Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  100. 86a78a8 Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago