summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/stacktrace: Fix arch_stack_walk_reliable()Michael Ellerman2023-09-221-22/+5
* powerpc/dexcr: Move HASHCHK trap handlerBenjamin Gray2023-09-181-20/+36
* powerpc/watchpoints: Annotate atomic context in more placesBenjamin Gray2023-09-181-0/+9
* powerpc/watchpoint: Disable pagefaults when getting user instructionBenjamin Gray2023-09-181-1/+6
* powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray2023-09-181-1/+6
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-3140-1167/+1409
|\
| * powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey2023-08-251-3/+14
| * powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman2023-08-241-1/+1
| * powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy2023-08-231-1/+1
| * powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao2023-08-223-3/+15
| * powerpc/ftrace: Implement ftrace_replace_code()Naveen N Rao2023-08-221-73/+92
| * powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...Naveen N Rao2023-08-221-15/+2
| * powerpc/ftrace: Simplify ftrace_modify_call()Naveen N Rao2023-08-221-140/+21
| * powerpc/ftrace: Simplify ftrace_make_call()Naveen N Rao2023-08-221-156/+31
| * powerpc/ftrace: Simplify ftrace_make_nop()Naveen N Rao2023-08-221-188/+32
| * powerpc/ftrace: Add separate ftrace_init_nop() with additional validationNaveen N Rao2023-08-221-0/+71
| * powerpc/ftrace: Stop re-purposing linker generated long branches for ftraceNaveen N Rao2023-08-221-93/+17
| * powerpc/ftrace: Refactor ftrace_modify_code()Naveen N Rao2023-08-221-20/+27
| * powerpc/ftrace: Consolidate ftrace support into fewer filesNaveen N Rao2023-08-225-76/+131
| * powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao2023-08-223-26/+23
| * powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampolineNaveen N Rao2023-08-221-6/+1
| * powerpc/ftrace: Simplify function_graph support in ftrace.cNaveen N Rao2023-08-221-57/+7
| * powerpc64/ftrace: Move ELFv1 and -pg support code into a separate fileNaveen N Rao2023-08-223-14/+855
| * powerpc/rtas: export rtas_error_rc() for reuse.Mahesh Salgaonkar2023-08-181-20/+21
| * powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()Hari Bathini2023-08-181-1/+3
| * powerpc/fadump: reset dump area size if fadump memory reserve failsSourabh Jain2023-08-181-0/+1
| * powerpc/4xx: Remove WatchdogHandler() to fix no previous prototype errorChristophe Leroy2023-08-181-12/+1
| * powerpc/ptrace: Split gpr32_set_commonChristophe Leroy2023-08-161-38/+67
| * powerpc/watchpoints: Remove ptrace/perf exclusion trackingBenjamin Gray2023-08-161-248/+1
| * powerpc/watchpoints: Simplify watchpoint reinsertionBenjamin Gray2023-08-161-11/+1
| * powerpc/watchpoints: Track perf single step directly on the breakpointBenjamin Gray2023-08-161-47/+22
| * powerpc/watchpoints: Don't track info persistentlyBenjamin Gray2023-08-161-28/+32
| * powerpc/watchpoints: Explain thread_change_pc() moreBenjamin Gray2023-08-161-0/+4
| * powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-169-9/+9
| * powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-169-9/+0
| * Merge branch 'topic/cpu-smt' into nextMichael Ellerman2023-08-141-1/+7
| |\
| | * powerpc: Add HOTPLUG_SMT supportMichael Ellerman2023-08-021-1/+7
| * | powerpc: address missing-prototypes warningsArnd Bergmann2023-08-023-1/+11
| * | powerpc: Explicitly include correct DT includesRob Herring2023-08-023-6/+4
| * | powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin2023-08-022-1/+17
| * | powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy2023-08-021-1/+1
| * | powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy2023-08-021-0/+4
| * | powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy2023-08-021-1/+1
| |/
* | Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-08-301-4/+4
|\ \
| * | integrity: Always reference the blacklist keyring with appraisalEric Snowberg2023-08-011-4/+4
| |/
* | Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-08-291-0/+1
|\ \
| * | dma-mapping: move arch_dma_set_mask() declaration to headerArnd Bergmann2023-07-311-0/+1
| |/
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-292-4/+4
|\ \
| * | nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-08-182-4/+4
| |/
* | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-0/+1
|\ \