1. 0e628ad powerpc/optprobes: use PPC_RAW_ macros by Christophe Leroy · 3 years, 8 months ago
  2. f38adf8 powerpc/optprobes: Compact code source a bit. by Christophe Leroy · 3 years, 8 months ago
  3. afd3287 powerpc/optprobes: Minimise casts by Christophe Leroy · 3 years, 8 months ago
  4. 077c4de powerpc/inst: Refactor PPC32 and PPC64 versions by Christophe Leroy · 3 years, 8 months ago
  5. 69d4d6e powerpc: Don't use 'struct ppc_inst' to reference instruction location by Christophe Leroy · 3 years, 8 months ago
  6. e90a21e powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in tests. by Christophe Leroy · 3 years, 8 months ago
  7. 6c0d181 powerpc/lib/code-patching: Make instr_is_branch_to_addr() static by Christophe Leroy · 3 years, 8 months ago
  8. 18c8596 powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching, feature-fixups) by Christophe Leroy · 3 years, 8 months ago
  9. 036b556 powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal() by Christophe Leroy · 3 years, 8 months ago
  10. 042e086 powerpc/inst: Improve readability of get_user_instr() and friends by Christophe Leroy · 3 years, 8 months ago
  11. 9134806 powerpc/inst: Reduce casts in get_user_instr() by Christophe Leroy · 3 years, 8 months ago
  12. b3a9e52 powerpc/inst: Fix sparse detection on get_user_instr() by Christophe Leroy · 3 years, 8 months ago
  13. f30becb powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP() by Christophe Leroy · 3 years, 8 months ago
  14. deefd0a powerpc/traps: Start using PPC_RAW_xx() macros by Christophe Leroy · 3 years, 8 months ago
  15. ef909ba powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros by Christophe Leroy · 3 years, 8 months ago
  16. e0ea08c powerpc/ebpf32: Use _Rx macros instead of __REG_Rx ones by Christophe Leroy · 3 years, 8 months ago
  17. e08021f powerpc/ebpf64: Use PPC_RAW_MFLR() by Christophe Leroy · 3 years, 8 months ago
  18. 5a03e1e powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP() by Christophe Leroy · 3 years, 8 months ago
  19. e730459 powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP() by Christophe Leroy · 3 years, 8 months ago
  20. 47b0469 powerpc/modules: Use PPC_RAW_xx() macros by Christophe Leroy · 3 years, 8 months ago
  21. 1c9debb powerpc/signal: Use PPC_RAW_xx() macros by Christophe Leroy · 3 years, 8 months ago
  22. 8804d5b powerpc/lib/code-patching: Use PPC_RAW_() macros by Christophe Leroy · 3 years, 8 months ago
  23. 07cd183 powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx() by Christophe Leroy · 3 years, 8 months ago
  24. 148a047 powerpc: Rework PPC_RAW_xxx() macros for prefixed instructions by Christophe Leroy · 3 years, 8 months ago
  25. 359c2ca powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C. by Christophe Leroy · 3 years, 8 months ago
  26. 4423eff powerpc: Force inlining of csum_add() by Christophe Leroy · 3 years, 8 months ago
  27. a4785e9 Merge branch 'fixes' into next by Michael Ellerman · 3 years, 7 months ago
  28. ddf4a7b powerpc/tau: Remove superfluous parameter in alloc_workqueue() call by Finn Thain · 3 years, 7 months ago
  29. 478036c powerpc: Fix initrd corruption with relative jump labels by Michael Ellerman · 3 years, 7 months ago
  30. 87f19ea powerpc/perf: Simplify Makefile by Christophe Leroy · 3 years, 8 months ago
  31. 4cfdd92 powerpc/prom_init: Move custom isspace() to its own namespace by Andy Shevchenko · 3 years, 8 months ago
  32. f377f7d powerpc/spider-pci: Remove set but not used variable 'val' by Baokun Li · 3 years, 8 months ago
  33. 911bacd powerpc/spufs: Remove set but not used variable 'dummy' by Baokun Li · 3 years, 8 months ago
  34. b629f6c powerpc/52xx: Add fallthrough in mpc52xx_wdt_ioctl() by Tom Rix · 3 years, 8 months ago
  35. e41d6c3 powerpc/signal64: Copy siginfo before changing regs->nip by Michael Ellerman · 3 years, 7 months ago
  36. 9733862 powerpc/ps3: Add dma_mask to ps3_dma_region by Geoff Levand · 3 years, 8 months ago
  37. 472b440f powerpc/ps3: Warn on PS3 device errors by Geoff Levand · 3 years, 8 months ago
  38. 6caebff powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option by Geoff Levand · 3 years, 8 months ago
  39. ff4a825 powerpc/ps3: Re-align DTB in image by Geoff Levand · 3 years, 8 months ago
  40. 07e2d6c powerpc/ps3: Add firmware version to sysfs by Geoff Levand · 3 years, 8 months ago
  41. 015d981 powerpc/barrier: Avoid collision with clang's __lwsync macro by Nathan Chancellor · 3 years, 8 months ago
  42. 8e11d62 powerpc/mem: Add back missing header to fix 'no previous prototype' error by Christophe Leroy · 3 years, 8 months ago
  43. 59cc84c Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs" by Frederic Barrat · 3 years, 8 months ago
  44. 1438709 KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path by Nicholas Piggin · 3 years, 8 months ago
  45. 5362a4b powerpc: Fix reverse map real-mode address lookup with huge vmalloc by Nicholas Piggin · 3 years, 8 months ago
  46. 82123a3 powerpc/kprobes: Fix validation of prefixed instructions across page boundary by Naveen N. Rao · 3 years, 8 months ago
  47. 2cec178e powerpc/xmon: make dumping log buffer contents more reliable by Nathan Lynch · 3 years, 8 months ago
  48. b73c8cc powerpc/kprobes: Replace ppc_optinsn by common optinsn by Christophe Leroy · 3 years, 8 months ago
  49. 6fcb574 powerpc: Kconfig: disable CONFIG_COMPAT for clang < 12 by Nick Desaulniers · 3 years, 8 months ago
  50. 73e6e4e powerpc/powernv/pci: fix header guard by Nick Desaulniers · 3 years, 8 months ago
  51. 60060d7 powerpc/sstep: Add tests for setb instruction by Sathvika Vasireddy · 3 years, 8 months ago
  52. 5b75bd7 powerpc/sstep: Add emulation support for ‘setb’ instruction by Sathvika Vasireddy · 3 years, 8 months ago
  53. f259fb8 powerpc/Makefile: Add ppc32/ppc64_randconfig targets by Michael Ellerman · 3 years, 9 months ago
  54. 40999b0 powerpc/pseries: minor enhancements in dlpar_memory_remove_by_ic() by Daniel Henrique Barboza · 3 years, 8 months ago
  55. 163e792 powerpc/pseries: break early in dlpar_memory_remove_by_count() loops by Daniel Henrique Barboza · 3 years, 8 months ago
  56. 2ad216b powerpc/pseries: check DRCONF_MEM_RESERVED in lmb_is_removable() by Daniel Henrique Barboza · 3 years, 8 months ago
  57. feb0e07 powerpc/pseries: Set UNISOLATE on dlpar_memory_remove_by_ic() error by Daniel Henrique Barboza · 3 years, 8 months ago
  58. ad06bcf powerpc/pseries/ras: Delete a redundant condition branch by Zhen Lei · 3 years, 8 months ago
  59. 9b37389 powerpc/pseries/memhotplug: Remove unused inline function dlpar_memory_remove() by YueHaibing · 3 years, 8 months ago
  60. d72500f powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls by Nicholas Piggin · 3 years, 8 months ago
  61. e2f5efd powerpc: Fix early setup to make early_ioremap() work by Alexey Kardashevskiy · 3 years, 8 months ago
  62. ca8cc36 powerpc/32s: Remove asm/book3s/32/hash.h by Christophe Leroy · 3 years, 9 months ago
  63. b09049c powerpc: Only pad struct pt_regs when needed by Christophe Leroy · 3 years, 9 months ago
  64. 8af8d72 powerpc/32s: Speed up likely path of kuap_update_sr() by Christophe Leroy · 3 years, 9 months ago
  65. 0441729 powerpc/mmu: Remove leftover CONFIG_E200 by Christophe Leroy · 3 years, 8 months ago
  66. fe3dc33 powerpc/mmu: Don't duplicate radix_enabled() by Christophe Leroy · 3 years, 8 months ago
  67. 70d6ebf powerpc/603: Avoid a pile of NOPs when not using SW LRU in TLB exceptions by Christophe Leroy · 3 years, 8 months ago
  68. c176c3d powerpc: Define NR_CPUS all the time by Christophe Leroy · 3 years, 8 months ago
  69. 930a77c powerpc/boot: Fix a typo in partial_decompress() comment by Zhang Jianhua · 3 years, 8 months ago
  70. 9a1762a powerpc/8xx: Update mpc885_ads_defconfig to improve CI by Christophe Leroy · 3 years, 8 months ago
  71. f3f6d18 powerpc/papr_scm: Reduce error severity if nvdimm stats inaccessible by Vaibhav Jain · 3 years, 8 months ago
  72. 13c7dad9 powerpc/paca: Remove mm_ctx_id and mm_ctx_slb_addr_limit by Christophe Leroy · 3 years, 9 months ago
  73. 1a3c6ce powerpc/asm-offset: Remove unused items by Christophe Leroy · 3 years, 9 months ago
  74. 3a5988b powerpc/32s: Remove m8260_gorom() by Christophe Leroy · 3 years, 9 months ago
  75. c6ac667 powerpc/64e/interrupt: Fix nvgprs being clobbered by Nicholas Piggin · 3 years, 8 months ago
  76. 4ec5fee powerpc/64s: Make NMI record implicitly soft-masked code as irqs disabled by Nicholas Piggin · 3 years, 9 months ago
  77. 5b48ba2 powerpc/64s: Fix stf mitigation patching w/strict RWX & hash by Michael Ellerman · 3 years, 8 months ago
  78. 49b39ec24 powerpc/64s: Fix entry flush patching w/strict RWX & hash by Michael Ellerman · 3 years, 8 months ago
  79. aec86b0 powerpc/64s: Fix crashes when toggling entry flush barrier by Michael Ellerman · 3 years, 9 months ago
  80. 8ec7791 powerpc/64s: Fix crashes when toggling stf barrier by Michael Ellerman · 3 years, 9 months ago
  81. da3bb20 KVM: PPC: Book3S HV: Fix kvm_unmap_gfn_range_hv() for Hash MMU by Michael Ellerman · 3 years, 8 months ago
  82. 63970f3 powerpc/legacy_serial: Fix UBSAN: array-index-out-of-bounds by Christophe Leroy · 3 years, 8 months ago
  83. bc581dba powerpc/signal: Fix possible build failure with unsafe_copy_fpr_{to/from}_user by Christophe Leroy · 3 years, 8 months ago
  84. 7315e45 powerpc/uaccess: Fix __get_user() with CONFIG_CC_HAS_ASM_GOTO_OUTPUT by Christophe Leroy · 3 years, 8 months ago
  85. 4f242fc powerpc/pseries: warn if recursing into the hcall tracing code by Nicholas Piggin · 3 years, 8 months ago
  86. 7058f4b powerpc/pseries: use notrace hcall variant for H_CEDE idle by Nicholas Piggin · 3 years, 8 months ago
  87. a3f1a39 powerpc/pseries: Don't trace hcall tracing wrapper by Nicholas Piggin · 3 years, 8 months ago
  88. 2c8c89b powerpc/pseries: Fix hcall tracing recursion in pv queued spinlocks by Nicholas Piggin · 3 years, 8 months ago
  89. 5d510ed powerpc/syscall: Calling kuap_save_and_lock() is wrong by Christophe Leroy · 3 years, 9 months ago
  90. a783396 powerpc/interrupts: Fix kuep_unlock() call by Christophe Leroy · 3 years, 9 months ago
  91. 0f979d8 Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  92. f96271c Merge branch 'master' into next by Michael Ellerman · 3 years, 8 months ago
  93. a48b087 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  94. f2e762b mm: remove xlate_dev_kmem_ptr() by David Hildenbrand · 3 years, 8 months ago
  95. 8404c9f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
  96. 66f24fa mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK by Anshuman Khandual · 3 years, 9 months ago
  97. 1e86697 mm: drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION by Anshuman Khandual · 3 years, 9 months ago
  98. 91024b3 mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE] by Anshuman Khandual · 3 years, 9 months ago
  99. 855f9a8 mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS) by Anshuman Khandual · 3 years, 9 months ago
  100. 4bfb68a mm: generalize HUGETLB_PAGE_SIZE_VARIABLE by Anshuman Khandual · 3 years, 9 months ago