summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2022-05-22powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens-13/+15
2022-05-22powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao-3/+12
2022-05-22powerpc/irq: Remove arch_local_irq_restore() for !CONFIG_CC_HAS_ASM_GOTOChristophe Leroy-77/+0
2022-05-22powerpc/modules: Use PPC_LI macros instead of opencodingChristophe Leroy-9/+5
2022-05-22powerpc/ftrace: Don't use copy_from_kernel_nofault() in module_trampoline_tar...Christophe Leroy-9/+18
2022-05-22powerpc/ftrace: Minimise number of #ifdefsChristophe Leroy-90/+85
2022-05-22powerpc/ftrace: Simplify expected_nop_sequence()Christophe Leroy-16/+6
2022-05-22powerpc/ftrace: Use size macro instead of opencodingChristophe Leroy-1/+1
2022-05-19powerpc: Use do_kernel_power_off()Dmitry Osipenko-3/+1
2022-05-19powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.Christophe Leroy-21/+11
2022-05-19powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1Christophe Leroy-1/+1
2022-05-19powerpc/ftrace: Remove ftrace_plt_tramps[]Christophe Leroy-8/+0
2022-05-19powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACEChristophe Leroy-7/+1
2022-05-19powerpc/ftrace: Don't include ftrace.o for CONFIG_FTRACE_SYSCALLSChristophe Leroy-1/+0
2022-05-19powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64Christophe Leroy-100/+8
2022-05-19powerpc: Finalise cleanup around ABI useChristophe Leroy-11/+8
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy-13/+13
2022-05-19powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy-4/+1
2022-05-19powerpc/ftrace: Inline ftrace_modify_code()Christophe Leroy-1/+1
2022-05-19powerpc/ftrace: Use is_offset_in_branch_range()Christophe Leroy-6/+2
2022-05-19powerpc/ftrace: Remove redundant create_branch() callsChristophe Leroy-20/+0
2022-05-19powerpc/ftrace: Refactor prepare_ftrace_return()Christophe Leroy-3/+9
2022-05-19powerpc/rtas: enture rtas_call is called with MMU enabledNicholas Piggin-0/+5
2022-05-19powerpc/rtas: Leave MSR[RI] enabled over RTAS callNicholas Piggin-9/+2
2022-05-19powerpc/rtas: PACA can be restored directly from SPRGNicholas Piggin-9/+4
2022-05-19powerpc/rtas: Call enter_rtas with MSR[EE] disabledNicholas Piggin-15/+4
2022-05-19powerpc/rtas: Fix whitespace in rtas_entry.SNicholas Piggin-13/+13
2022-05-19powerpc/rtas: Make enter_rtas a nokprobe symbol on 64-bitNicholas Piggin-0/+1
2022-05-19powerpc/rtas: Move rtas entry assembly into its own fileNicholas Piggin-200/+199
2022-05-19powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZNicholas Piggin-0/+26
2022-05-19powerpc/vdso: Link with ld.lld when requestedNathan Chancellor-0/+1
2022-05-19powerpc/vdso: Remove unused ENTRY in linker scriptsNathan Chancellor-2/+0
2022-05-19powerpc: Export mmu_feature_keys[] as non-GPLKevin Hao-1/+1
2022-05-19powerpc/setup: Refactor/untangle panic notifiersGuilherme G. Piccoli-20/+54
2022-05-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-2/+2
2022-05-19KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy-2/+2
2022-05-19Merge branch 'fixes' into nextMichael Ellerman-2/+7
2022-05-11powerpc/rtas: Keep MSR[RI] set when calling RTASLaurent Dufour-12/+21
2022-05-08Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+7
2022-05-08powerpc: Use static call for get_irq()Christophe Leroy-1/+7
2022-05-08powerpc: Add missing headersChristophe Leroy-21/+32
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy-11/+0
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-5/+4
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman-3/+5
2022-05-06powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.hChristophe Leroy-0/+9
2022-05-06powerpc/64: remove system call instruction emulationNicholas Piggin-10/+0
2022-05-06powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao-2/+7
2022-05-05powerpc: fix typos in commentsJulia Lawall-23/+23
2022-05-05powerpc: Simplify and move arch_randomize_brk()Christophe Leroy-41/+0
2022-05-05powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy-5/+0