summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-19196-1257/+3541
|\
| * powerpc/code-patching: Fix oops with DEBUG_VM enabledMichael Ellerman2022-12-161-3/+7
| * powerpc/qspinlock: Fix 32-bit buildNicholas Piggin2022-12-121-0/+1
| * Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-0846-106/+429
| |\
| | * objtool/powerpc: Implement arch_pc_relative_reloc()Michael Ellerman2022-11-232-0/+11
| | * objtool/powerpc: Add --mcount specific implementationSathvika Vasireddy2022-11-183-0/+19
| | * objtool/powerpc: Enable objtool to be built on ppcSathvika Vasireddy2022-11-188-0/+154
| | * objtool: Add arch specific function arch_ftrace_match()Sathvika Vasireddy2022-11-183-1/+8
| | * objtool: Use macros to define arch specific reloc typesSathvika Vasireddy2022-11-182-1/+3
| | * objtool: Read special sections with alts only when specific options are selectedSathvika Vasireddy2022-11-181-3/+5
| | * objtool: Add --mnop as an option to --mcountSathvika Vasireddy2022-11-187-10/+39
| | * objtool: Use target file class size instead of a compiled constantChristophe Leroy2022-11-183-10/+24
| | * objtool: Use target file endianness instead of a compiled constantChristophe Leroy2022-11-186-31/+30
| | * objtool: Fix SEGFAULTChristophe Leroy2022-11-181-1/+1
| | * powerpc/vdso: Skip objtool from running on VDSO filesSathvika Vasireddy2022-11-181-0/+2
| | * powerpc/32: Fix objtool unannotated intra-function call warningsChristophe Leroy2022-11-1810-35/+89
| | * crypto: vmx: Skip objtool from running on aesp8-ppc.oSathvika Vasireddy2022-11-181-0/+2
| | * powerpc: Curb objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-152-0/+5
| | * powerpc: Fix objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-156-13/+32
| | * powerpc: Override __ALIGN and __ALIGN_STR macrosSathvika Vasireddy2022-11-151-0/+3
| | * powerpc: Fix __WARN_FLAGS() for use with ObjtoolSathvika Vasireddy2022-11-151-1/+2
| * | powerpc/prom: Fix 32-bit buildMichael Ellerman2022-12-071-1/+2
| * | powerpc/rtas: mandate RTAS syscall filteringNathan Lynch2022-12-072-29/+0
| * | powerpc/rtas: define pr_fmt and convert printk call sitesNathan Lynch2022-12-071-9/+10
| * | powerpc/rtas: clean up includesNathan Lynch2022-12-071-26/+16
| * | powerpc/rtas: clean up rtas_error_log_max initializationNathan Lynch2022-12-071-11/+26
| * | powerpc/pseries/eeh: use correct API for error log sizeNathan Lynch2022-12-071-10/+1
| * | powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch2022-12-071-1/+6
| * | powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch2022-12-071-3/+10
| * | powerpc/rtasd: use correct OF API for event scan rateNathan Lynch2022-12-071-2/+5
| * | powerpc/rtas: document rtas_call()Nathan Lynch2022-12-072-15/+58
| * | powerpc/pseries: unregister VPA when hot unplugging a CPULaurent Dufour2022-12-071-0/+1
| * | powerpc/pseries: reset the RCU watchdogs after a LPMLaurent Dufour2022-12-071-2/+5
| * | powerpc: Take in account addition CPU node when building kexec FDTLaurent Dufour2022-12-071-1/+58
| * | powerpc: export the CPU node countLaurent Dufour2022-12-072-0/+4
| * | powerpc/cpuidle: Set CPUIDLE_FLAG_POLLING for snooze stateAboorva Devarajan2022-12-062-3/+10
| * | powerpc/dts/fsl: Fix pca954x i2c-mux node namesGeert Uytterhoeven2022-12-066-6/+6
| * | cxl: Remove unnecessary cxl_pci_window_alignment()Bjorn Helgaas2022-12-061-7/+0
| * | selftests/powerpc: Fix resource leaksMiaoqian Lin2022-12-051-1/+4
| * | powerpc/code-patching: Remove protection against patching init addresses afte...Christophe Leroy2022-12-023-15/+1
| * | powerpc/feature-fixups: Do not patch init section after initChristophe Leroy2022-12-021-0/+12
| * | powerpc/feature-fixups: Refactor other fixups patchingChristophe Leroy2022-12-021-49/+28
| * | powerpc/feature-fixups: Refactor entry fixups patchingChristophe Leroy2022-12-021-52/+32
| * | powerpc/code-patching: Remove #ifdef CONFIG_STRICT_KERNEL_RWXChristophe Leroy2022-12-021-11/+5
| * | powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1Michael Jeanson2022-12-021-12/+0
| * | powerpc/64: Sanitise user registers on interrupt in pseries, POWERNVRohan McLure2022-12-021-1/+1
| * | powerpc/64e: Clear gprs on interrupt routine entry on Book3ERohan McLure2022-12-021-2/+2
| * | powerpc/64s: Zeroise gprs on interrupt routine entry on Book3SRohan McLure2022-12-022-11/+32
| * | powerpc/64s: IOption for MSR stored in r12Rohan McLure2022-12-021-0/+7
| * | powerpc/64: Sanitise common exit code for interruptsRohan McLure2022-12-021-0/+6