1. 4c8568c powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT by Russell Currey · 1 year, 6 months ago
  2. a5b6b00 powerpc: Don't include lppaca.h in paca.h by Michael Ellerman · 1 year, 6 months ago
  3. f168188 word-at-a-time: use the same return type for has_zero regardless of endianness by ndesaulniers@google.com · 1 year, 7 months ago
  4. a3342c6 init: Remove check_bugs() leftovers by Thomas Gleixner · 1 year, 7 months ago
  5. f9325ac powerpc/perf: Properly detect mpc7450 family by Christophe Leroy · 2 years ago
  6. 3f5ded2 powerpc/64s: Fix __pte_needs_flush() false positive warning by Benjamin Gray · 2 years ago
  7. 07a5f4e6 powerpc/64: Move paca allocation to early_setup() by Nicholas Piggin · 2 years, 3 months ago
  8. ac872bb powerpc/64: Don't recurse irq replay by Nicholas Piggin · 2 years, 1 month ago
  9. 63c12d0 powerpc/64: Fix perf profiling asynchronous interrupt handlers by Nicholas Piggin · 2 years, 1 month ago
  10. 5a9fe6b powerpc/64s: Fix local irq disable when PMIs are disabled by Nicholas Piggin · 2 years, 1 month ago
  11. 424bcb5 powerpc/imc-pmu: Fix use of mutex in IRQs disabled section by Kajol Jain · 2 years, 2 months ago
  12. 938791a powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1 by Michael Jeanson · 2 years, 3 months ago
  13. 1a7657a powerpc/pseries: Fix the H_CALL error code in PLPKS driver by Nayna Jain · 2 years, 4 months ago
  14. 2e7ec19 powerpc/64s: Add missing declaration for machine_check_early_boot() by Michael Ellerman · 2 years, 3 months ago
  15. ce883a2 powerpc/32: fix syscall wrappers with 64-bit arguments by Andreas Schwab · 2 years, 4 months ago
  16. b9ef323 powerpc/64s: Disable preemption in hash lazy mmu mode by Nicholas Piggin · 2 years, 5 months ago
  17. 70609c1 Merge tag 'powerpc-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 2 years, 5 months ago
  18. 676cb49 Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 5 months ago
  19. e237506 powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-pairs by Nicholas Piggin · 2 years, 5 months ago
  20. 4899a36 Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 2 years, 5 months ago
  21. 9474689 powerpc: Don't add __powerpc_ prefix to syscall entry points by Michael Ellerman · 2 years, 5 months ago
  22. 0fa6831 powerpc/64: Fix msr_check_and_set/clear MSR[EE] race by Nicholas Piggin · 2 years, 5 months ago
  23. 41dc056 powerpc: Add hardware description string by Michael Ellerman · 2 years, 5 months ago
  24. d368e0c powerpc/mm/book3s/hash: Rename flush_tlb_pmd_range by Aneesh Kumar K.V · 2 years, 6 months ago
  25. 335e1a9 powerpc: Ignore DSI error caused by the copy/paste instruction by Haren Myneni · 2 years, 5 months ago
  26. 19c95df powerpc: Reverse stack frame marker on little endian by Michael Ellerman · 2 years, 5 months ago
  27. bbd7170 powerpc: Make stack frame marker upper case by Michael Ellerman · 2 years, 5 months ago
  28. 6bd7ff4 powerpc/udbg: Remove extern function prototypes by Pali Rohár · 2 years, 6 months ago
  29. 2f5182c powerpc/64s: early boot machine check handler by Nicholas Piggin · 2 years, 5 months ago
  30. 3569d84 powerpc/64e: provide an addressing macro for use with TOC in alternate register by Nicholas Piggin · 2 years, 5 months ago
  31. 8e93fb3 powerpc/64: provide a helper macro to load r2 with the kernel TOC by Nicholas Piggin · 2 years, 5 months ago
  32. 754f611 powerpc/64: switch asm helpers from GOT to TOC relative addressing by Nicholas Piggin · 2 years, 5 months ago
  33. 17773af powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKER by Nicholas Piggin · 2 years, 5 months ago
  34. f7bff6e powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entry by Nicholas Piggin · 2 years, 5 months ago
  35. 9524f22 powerpc/64s: Fix irq state management in runlatch functions by Nicholas Piggin · 2 years, 5 months ago
  36. 56adbb7 powerpc/64/interrupt: Fix false warning in context tracking due to idle state by Nicholas Piggin · 2 years, 5 months ago
  37. a5edf98 powerpc/64s: Enable KFENCE on book3s64 by Nicholas Miehlbradt · 2 years, 5 months ago
  38. 9c7bfc2d powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loops by Nicholas Piggin · 2 years, 5 months ago
  39. dabeb57 powerpc: add ISA v3.0 / v3.1 wait opcode macro by Nicholas Piggin · 2 years, 5 months ago
  40. b19448f powerpc: Add support for early debugging via Serial 16550 console by Pali Rohár · 2 years, 6 months ago
  41. 7e92e01 powerpc: Provide syscall wrapper by Rohan McLure · 2 years, 5 months ago
  42. f8971c6 powerpc: Change system_call_exception calling convention by Rohan McLure · 2 years, 5 months ago
  43. 8640de0 powerpc: Use common syscall handler type by Rohan McLure · 2 years, 5 months ago
  44. 8cd1def powerpc: Include all arch-specific syscall prototypes by Rohan McLure · 2 years, 5 months ago
  45. dec20c5 powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlers by Rohan McLure · 2 years, 5 months ago
  46. b7fa9ce powerpc: Remove direct call to mmap2 syscall handlers by Rohan McLure · 2 years, 5 months ago
  47. b6b1334 powerpc/32: Remove powerpc select specialisation by Rohan McLure · 2 years, 5 months ago
  48. c2e7a19 powerpc: Use generic fallocate compatibility syscall by Rohan McLure · 2 years, 5 months ago
  49. 016ff72 powerpc: Fix fallocate and fadvise64_64 compat parameter combination by Rohan McLure · 2 years, 5 months ago
  50. 9d54a5c powerpc: Add ZEROIZE_GPRS macros for register clears by Rohan McLure · 2 years, 5 months ago
  51. 5ba6c9a powerpc: Remove asmlinkage from syscall handler definitions by Rohan McLure · 2 years, 5 months ago
  52. 4af8354 powerpc/irq: Refactor irq_soft_mask_{set,or}_return() by Christophe Leroy · 2 years, 5 months ago
  53. 6556fd1 powerpc: Cleanup idle for e500 by Christophe Leroy · 2 years, 5 months ago
  54. aa5f59d powerpc: Remove CONFIG_PPC_BOOK3E_MMU by Christophe Leroy · 2 years, 5 months ago
  55. 3e73185 powerpc: Remove CONFIG_PPC_FSL_BOOK3E by Christophe Leroy · 2 years, 5 months ago
  56. 688de01 powerpc: Change CONFIG_E500 to CONFIG_PPC_E500 by Christophe Leroy · 2 years, 5 months ago
  57. e0d6827 powerpc: Remove CONFIG_PPC_BOOK3E by Christophe Leroy · 2 years, 5 months ago
  58. dfc3095 powerpc: Remove CONFIG_FSL_BOOKE by Christophe Leroy · 2 years, 5 months ago
  59. 76b7198 powerpc/cputable: Move __cpu_setup() prototypes out of cputable.h by Christophe Leroy · 2 years, 5 months ago
  60. 6cc0782 powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendly by Christophe Leroy · 2 years, 6 months ago
  61. b997b2f powerpc/mm: Reduce redundancy in pgtable.h by Christophe Leroy · 2 years, 6 months ago
  62. 73ea68a powerpc/book3s: Inline first level of update_mmu_cache() by Christophe Leroy · 2 years, 6 months ago
  63. 691cdf0 powerpc: Rely on generic definition of hugepd_t and is_hugepd when unused by Christophe Leroy · 2 years, 6 months ago
  64. a26494c powerpc/nohash: Remove pgd_huge() stub by Christophe Leroy · 2 years, 6 months ago
  65. 79c5640 powerpc/mm/64s: Drop p4d_leaf() by Michael Ellerman · 2 years, 6 months ago
  66. 51da853 powerpc/mm/64s: Drop pgd_huge() by Michael Ellerman · 2 years, 6 months ago
  67. b150a4d powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundary by Michael Ellerman · 2 years, 6 months ago
  68. 0c32903 powerpc/64: Remove unused prom_init_toc symbols by Michael Ellerman · 2 years, 6 months ago
  69. ec5c3a3 Merge branch 'fixes' into next by Michael Ellerman · 2 years, 5 months ago
  70. 3d7a198 KVM: PPC: remove orphan declarations from kvm_ppc.h by Gaosheng Cui · 2 years, 6 months ago
  71. b47f002 powerpc/ps3: remove orphan declarations from ps3av.h by Gaosheng Cui · 2 years, 6 months ago
  72. 3abed8a powerpc/sysdev: remove unused xics_ipi_dispatch() declaration by Gaosheng Cui · 2 years, 6 months ago
  73. 77d3053 powerpc/powernv: remove orphan declarations from opal.h by Gaosheng Cui · 2 years, 6 months ago
  74. d24b8f0 powerpc/mm: remove orphan declarations from mmu_context.h by Gaosheng Cui · 2 years, 6 months ago
  75. b5a472a powerpc: remove unused udbg_init_debug_beat() declaration by Gaosheng Cui · 2 years, 6 months ago
  76. f88aaba Revert "powerpc/rtas: Implement reentrant rtas call" by Nathan Lynch · 2 years, 6 months ago
  77. 2be9880 kernel: exit: cleanup release_thread() by Kefeng Wang · 2 years, 6 months ago
  78. 89bbeb7 termios: get rid of non-UAPI asm/termios.h by Al Viro · 2 years, 7 months ago
  79. d04f991 make generic INIT_C_CC a bit more generic by Al Viro · 6 years ago
  80. 38fc315 termios: consolidate values for VDISCARD in INIT_C_CC by Al Viro · 2 years, 7 months ago
  81. c9874d3f termios: start unifying non-UAPI parts of asm/termios.h by Al Viro · 7 years ago
  82. b11931e powerpc/64s: add pte_needs_flush and huge_pmd_needs_flush by Nicholas Piggin · 2 years, 6 months ago
  83. 78c73c8 powerpc/math-emu: Inhibit W=1 warnings by Christophe Leroy · 2 years, 6 months ago
  84. 6ba5aa5 powerpc/pseries: Move dtl scanning and steal time accounting to pseries platform by Nicholas Piggin · 2 years, 6 months ago
  85. 0e8a631 powerpc/pseries: Implement CONFIG_PARAVIRT_TIME_ACCOUNTING by Nicholas Piggin · 2 years, 6 months ago
  86. a8933c8 powerpc/pseries: Add wait interval counter definitions to struct lppaca by Nicholas Piggin · 2 years, 6 months ago
  87. 684c68d Revert "powerpc/irq: Don't open code irq_soft_mask helpers" by Michael Ellerman · 2 years, 6 months ago
  88. 814816d powerpc: Fix hard_irq_disable() with sanitizer by Christophe Leroy · 2 years, 6 months ago
  89. 395cac7 powerpc/mm: Support execute-only memory on the Radix MMU by Russell Currey · 2 years, 7 months ago
  90. e38cd72 powerpc: Remove stale declarations in mmu_decl.h by Christophe Leroy · 2 years, 6 months ago
  91. eb316ae powerpc: Move patch sites out of asm-prototypes.h by Michael Ellerman · 2 years, 7 months ago
  92. 310d134 Revert "powerpc: Remove unused FW_FEATURE_NATIVE references" by Michael Ellerman · 2 years, 6 months ago
  93. 8a8f786 powerpc/vdso: Don't map VDSO at a fixed address on PPC32 by Christophe Leroy · 2 years, 6 months ago
  94. 20ec3eb KVM: Rename mmu_notifier_* to mmu_invalidate_* by Chao Peng · 2 years, 7 months ago
  95. d785610 Merge tag 'powerpc-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 2 years, 7 months ago
  96. 59bab33 powerpc/ppc-opcode: Fix PPC_RAW_TW() by Christophe Leroy · 2 years, 7 months ago
  97. 5cccf7a powerpc: Make eh value more explicit when using lwarx by Christophe Leroy · 2 years, 7 months ago
  98. eb5a33e powerpc: Don't hide eh field of lwarx behind a macro by Christophe Leroy · 2 years, 7 months ago
  99. 18db466 powerpc: Fix eh field when calling lwarx on PPC32 by Christophe Leroy · 2 years, 7 months ago
  100. 4e23eee Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux by Linus Torvalds · 2 years, 7 months ago