aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 40-1167/+1409
2023-08-30Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-4/+4
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-0/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-4/+4
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-08-25powerpc/iommu: Fix notifiers being shared by PCI and VIO busesGravatar Russell Currey 1-3/+14
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Gravatar Michael Ellerman 1-1/+1
2023-08-23powerpc/85xx: Mark some functions static and add missing includes to fix no p...Gravatar Christophe Leroy 1-1/+1
2023-08-22powerpc/ftrace: Add support for -fpatchable-function-entryGravatar Naveen N Rao 3-3/+15
2023-08-22powerpc/ftrace: Implement ftrace_replace_code()Gravatar Naveen N Rao 1-73/+92
2023-08-22powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...Gravatar Naveen N Rao 1-15/+2
2023-08-22powerpc/ftrace: Simplify ftrace_modify_call()Gravatar Naveen N Rao 1-140/+21
2023-08-22powerpc/ftrace: Simplify ftrace_make_call()Gravatar Naveen N Rao 1-156/+31
2023-08-22powerpc/ftrace: Simplify ftrace_make_nop()Gravatar Naveen N Rao 1-188/+32
2023-08-22powerpc/ftrace: Add separate ftrace_init_nop() with additional validationGravatar Naveen N Rao 1-0/+71
2023-08-22powerpc/ftrace: Stop re-purposing linker generated long branches for ftraceGravatar Naveen N Rao 1-93/+17
2023-08-22powerpc/ftrace: Refactor ftrace_modify_code()Gravatar Naveen N Rao 1-20/+27
2023-08-22powerpc/ftrace: Consolidate ftrace support into fewer filesGravatar Naveen N Rao 5-76/+131
2023-08-22powerpc/ftrace: Extend ftrace support for large kernels to ppc32Gravatar Naveen N Rao 3-26/+23
2023-08-22powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampolineGravatar Naveen N Rao 1-6/+1
2023-08-22powerpc/ftrace: Simplify function_graph support in ftrace.cGravatar Naveen N Rao 1-57/+7
2023-08-22powerpc64/ftrace: Move ELFv1 and -pg support code into a separate fileGravatar Naveen N Rao 3-14/+855
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUGravatar Douglas Anderson 2-4/+4
2023-08-18powerpc/rtas: export rtas_error_rc() for reuse.Gravatar Mahesh Salgaonkar 1-20/+21
2023-08-18powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()Gravatar Hari Bathini 1-1/+3
2023-08-18powerpc/fadump: reset dump area size if fadump memory reserve failsGravatar Sourabh Jain 1-0/+1
2023-08-18powerpc/4xx: Remove WatchdogHandler() to fix no previous prototype errorGravatar Christophe Leroy 1-12/+1
2023-08-17powerpc/rtas_flash: allow user copy to flash block cache objectsGravatar Nathan Lynch 1-3/+3
2023-08-16powerpc/ptrace: Split gpr32_set_commonGravatar Christophe Leroy 1-38/+67
2023-08-16powerpc/watchpoints: Remove ptrace/perf exclusion trackingGravatar Benjamin Gray 1-248/+1
2023-08-16powerpc/watchpoints: Simplify watchpoint reinsertionGravatar Benjamin Gray 1-11/+1
2023-08-16powerpc/watchpoints: Track perf single step directly on the breakpointGravatar Benjamin Gray 1-47/+22
2023-08-16powerpc/watchpoints: Don't track info persistentlyGravatar Benjamin Gray 1-28/+32
2023-08-16powerpc/watchpoints: Explain thread_change_pc() moreGravatar Benjamin Gray 1-0/+4
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 9-9/+9
2023-08-16powerpc: remove unneeded #include <asm/export.h>Gravatar Masahiro Yamada 9-9/+0
2023-08-14Merge branch 'topic/cpu-smt' into nextGravatar Michael Ellerman 1-1/+7
2023-08-02powerpc: Add HOTPLUG_SMT supportGravatar Michael Ellerman 1-1/+7
2023-08-02powerpc: address missing-prototypes warningsGravatar Arnd Bergmann 3-1/+11
2023-08-02powerpc: Explicitly include correct DT includesGravatar Rob Herring 3-6/+4
2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmGravatar Nicholas Piggin 2-1/+17
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Gravatar Christophe Leroy 1-1/+1
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapGravatar Christophe Leroy 1-0/+4
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPGravatar Christophe Leroy 1-1/+1
2023-08-01integrity: Always reference the blacklist keyring with appraisalGravatar Eric Snowberg 1-4/+4
2023-08-01powerpc/64e: Fix secondary thread bringup for ELFv2 kernelsGravatar Michael Ellerman 1-2/+1
2023-07-31dma-mapping: move arch_dma_set_mask() declaration to headerGravatar Arnd Bergmann 1-0/+1
2023-07-28powerpc/ftrace: Create a dummy stackframe to fix stack unwindGravatar Naveen N Rao 1-2/+7
2023-07-27arch: Register fchmodat2, usually as syscall 452Gravatar Palmer Dabbelt 1-0/+1
2023-07-17Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() wit...Gravatar Christophe Leroy 1-7/+2