summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-30Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-25powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman
2023-08-23powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy
2023-08-22powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao
2023-08-22powerpc/ftrace: Implement ftrace_replace_code()Naveen N Rao
2023-08-22powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...Naveen N Rao
2023-08-22powerpc/ftrace: Simplify ftrace_modify_call()Naveen N Rao
2023-08-22powerpc/ftrace: Simplify ftrace_make_call()Naveen N Rao
2023-08-22powerpc/ftrace: Simplify ftrace_make_nop()Naveen N Rao
2023-08-22powerpc/ftrace: Add separate ftrace_init_nop() with additional validationNaveen N Rao
2023-08-22powerpc/ftrace: Stop re-purposing linker generated long branches for ftraceNaveen N Rao
2023-08-22powerpc/ftrace: Refactor ftrace_modify_code()Naveen N Rao
2023-08-22powerpc/ftrace: Consolidate ftrace support into fewer filesNaveen N Rao
2023-08-22powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao
2023-08-22powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampolineNaveen N Rao
2023-08-22powerpc/ftrace: Simplify function_graph support in ftrace.cNaveen N Rao
2023-08-22powerpc64/ftrace: Move ELFv1 and -pg support code into a separate fileNaveen N Rao
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson
2023-08-18powerpc/rtas: export rtas_error_rc() for reuse.Mahesh Salgaonkar
2023-08-18powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()Hari Bathini
2023-08-18powerpc/fadump: reset dump area size if fadump memory reserve failsSourabh Jain
2023-08-18powerpc/4xx: Remove WatchdogHandler() to fix no previous prototype errorChristophe Leroy
2023-08-17powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch
2023-08-16powerpc/ptrace: Split gpr32_set_commonChristophe Leroy
2023-08-16powerpc/watchpoints: Remove ptrace/perf exclusion trackingBenjamin Gray
2023-08-16powerpc/watchpoints: Simplify watchpoint reinsertionBenjamin Gray
2023-08-16powerpc/watchpoints: Track perf single step directly on the breakpointBenjamin Gray
2023-08-16powerpc/watchpoints: Don't track info persistentlyBenjamin Gray
2023-08-16powerpc/watchpoints: Explain thread_change_pc() moreBenjamin Gray
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-08-16powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada
2023-08-14Merge branch 'topic/cpu-smt' into nextMichael Ellerman
2023-08-02powerpc: Add HOTPLUG_SMT supportMichael Ellerman
2023-08-02powerpc: address missing-prototypes warningsArnd Bergmann
2023-08-02powerpc: Explicitly include correct DT includesRob Herring
2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy
2023-08-01integrity: Always reference the blacklist keyring with appraisalEric Snowberg
2023-08-01powerpc/64e: Fix secondary thread bringup for ELFv2 kernelsMichael Ellerman
2023-07-31dma-mapping: move arch_dma_set_mask() declaration to headerArnd Bergmann
2023-07-28powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt
2023-07-17Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() wit...Christophe Leroy