summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | powerpc/64s: Disable stack variable initialisation for prom_initMichael Ellerman2022-07-201-0/+1
| |_|/ / |/| | |
* | | | powerpc/prom_init: Fix kernel config grepLiam Howlett2022-06-241-1/+1
| |_|/ |/| |
* | | powerpc/prom_init: Fix build failure with GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and...Christophe Leroy2022-06-191-1/+1
* | | powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer addressAndrew Donnellan2022-06-181-1/+10
* | | powerpc: Enable execve syscall exit tracepointNaveen N. Rao2022-06-181-1/+1
* | | powerpc/mm: Move CMA reservations after initmem_init()Michael Ellerman2022-06-181-6/+7
| |/ |/|
* | Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-06-095-10/+23
|\ \ | |/ |/|
| * powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman2022-06-092-6/+17
| * powerpc/kasan: Silence KASAN warnings in __get_wchan()He Ying2022-05-291-2/+2
| * powerpc/kasan: Mark more real-mode code as not to be instrumentedPaul Mackerras2022-05-292-2/+4
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-7/+8
|\ \
| * | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-5/+4
| * | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-3/+5
* | | Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-022-2/+1
|\ \ \
| * | | livepatch: Remove klp_arch_set_pc() and asm/livepatch.hChristophe Leroy2022-05-242-2/+1
* | | | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-301-3/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-251-3/+1
| |\ \ \
| | * | | powerpc: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-3/+1
* | | | | Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-2867-767/+602
|\ \ \ \ \
| * | | | | powerpc: Enable the DAWR on POWER9 DD2.3 and aboveReza Arbab2022-05-222-3/+27
| * | | | | powerpc: Fix all occurences of "the the"Michael Ellerman2022-05-224-4/+4
| * | | | | powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-221-0/+11
| * | | | | powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens2022-05-222-13/+15
| * | | | | powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao2022-05-221-3/+12
| * | | | | powerpc/irq: Remove arch_local_irq_restore() for !CONFIG_CC_HAS_ASM_GOTOChristophe Leroy2022-05-221-77/+0
| * | | | | powerpc/modules: Use PPC_LI macros instead of opencodingChristophe Leroy2022-05-222-9/+5
| * | | | | powerpc/ftrace: Don't use copy_from_kernel_nofault() in module_trampoline_tar...Christophe Leroy2022-05-221-9/+18
| * | | | | powerpc/ftrace: Minimise number of #ifdefsChristophe Leroy2022-05-221-90/+85
| * | | | | powerpc/ftrace: Simplify expected_nop_sequence()Christophe Leroy2022-05-221-16/+6
| * | | | | powerpc/ftrace: Use size macro instead of opencodingChristophe Leroy2022-05-221-1/+1
| * | | | | powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.Christophe Leroy2022-05-191-21/+11
| * | | | | powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1Christophe Leroy2022-05-191-1/+1
| * | | | | powerpc/ftrace: Remove ftrace_plt_tramps[]Christophe Leroy2022-05-191-8/+0
| * | | | | powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACEChristophe Leroy2022-05-192-7/+1
| * | | | | powerpc/ftrace: Don't include ftrace.o for CONFIG_FTRACE_SYSCALLSChristophe Leroy2022-05-191-1/+0
| * | | | | powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64Christophe Leroy2022-05-191-100/+8
| * | | | | powerpc: Finalise cleanup around ABI useChristophe Leroy2022-05-192-11/+8
| * | | | | powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy2022-05-198-13/+13
| * | | | | powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy2022-05-191-4/+1
| * | | | | powerpc/ftrace: Inline ftrace_modify_code()Christophe Leroy2022-05-191-1/+1
| * | | | | powerpc/ftrace: Use is_offset_in_branch_range()Christophe Leroy2022-05-191-6/+2
| * | | | | powerpc/ftrace: Remove redundant create_branch() callsChristophe Leroy2022-05-191-20/+0
| * | | | | powerpc/ftrace: Refactor prepare_ftrace_return()Christophe Leroy2022-05-191-3/+9
| * | | | | powerpc/rtas: enture rtas_call is called with MMU enabledNicholas Piggin2022-05-191-0/+5
| * | | | | powerpc/rtas: Leave MSR[RI] enabled over RTAS callNicholas Piggin2022-05-191-9/+2
| * | | | | powerpc/rtas: PACA can be restored directly from SPRGNicholas Piggin2022-05-191-9/+4
| * | | | | powerpc/rtas: Call enter_rtas with MSR[EE] disabledNicholas Piggin2022-05-192-15/+4
| * | | | | powerpc/rtas: Fix whitespace in rtas_entry.SNicholas Piggin2022-05-191-13/+13
| * | | | | powerpc/rtas: Make enter_rtas a nokprobe symbol on 64-bitNicholas Piggin2022-05-191-0/+1
| * | | | | powerpc/rtas: Move rtas entry assembly into its own fileNicholas Piggin2022-05-194-200/+199