summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2022-05-22powerpc/irq: Remove arch_local_irq_restore() for !CONFIG_CC_HAS_ASM_GOTOChristophe Leroy
2022-05-22powerpc/powernv: Get STF barrier requirements from device-treeRussell Currey
2022-05-22powerpc/powernv: Get L1D flush requirements from device-treeRussell Currey
2022-05-22powerpc/85xx/p2020: Add fsl,mpc8548-pmc nodePali Rohár
2022-05-22powerpc/64: Only WARN if __pa()/__va() called with bad addressesMichael Ellerman
2022-05-22powerpc: Add generic PAGE_SIZE config symbolsMichael Ellerman
2022-05-22powerpc/pseries/vas: sysfs comments with the correct entriesHaren Myneni
2022-05-22powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni
2022-05-22powerpc/opcodes: Remove unused PPC_INST_XXX macrosChristophe Leroy
2022-05-22powerpc/inst: Remove PPC_INST_BLChristophe Leroy
2022-05-22powerpc/modules: Use PPC_LI macros instead of opencodingChristophe Leroy
2022-05-22powerpc/inst: Remove PPC_INST_BRANCHChristophe Leroy
2022-05-22powerpc/ftrace: Don't use copy_from_kernel_nofault() in module_trampoline_tar...Christophe Leroy
2022-05-22powerpc/inst: Add __copy_inst_from_kernel_nofault()Christophe Leroy
2022-05-22powerpc/ftrace: Minimise number of #ifdefsChristophe Leroy
2022-05-22powerpc/ftrace: Simplify expected_nop_sequence()Christophe Leroy
2022-05-22powerpc/ftrace: Use size macro instead of opencodingChristophe Leroy
2022-05-19bug: Use normal relative pointers in 'struct bug_entry'Josh Poimboeuf
2022-05-19powerpc: Use do_kernel_power_off()Dmitry Osipenko
2022-05-19powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.Christophe Leroy
2022-05-19powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1Christophe Leroy
2022-05-19powerpc/ftrace: Remove ftrace_plt_tramps[]Christophe Leroy
2022-05-19powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACEChristophe Leroy
2022-05-19powerpc/ftrace: Don't include ftrace.o for CONFIG_FTRACE_SYSCALLSChristophe Leroy
2022-05-19powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64Christophe Leroy
2022-05-19powerpc: Finalise cleanup around ABI useChristophe Leroy
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy
2022-05-19powerpc: Add CONFIG_PPC64_ELF_ABI_V1 and CONFIG_PPC64_ELF_ABI_V2Christophe Leroy
2022-05-19powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy
2022-05-19powerpc/ftrace: Inline ftrace_modify_code()Christophe Leroy
2022-05-19powerpc/code-patching: Inline create_branch()Christophe Leroy
2022-05-19powerpc/ftrace: Use is_offset_in_branch_range()Christophe Leroy
2022-05-19powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Christophe Leroy
2022-05-19powerpc/ftrace: Remove redundant create_branch() callsChristophe Leroy
2022-05-19powerpc/ftrace: Refactor prepare_ftrace_return()Christophe Leroy
2022-05-19powerpc/rtas: enture rtas_call is called with MMU enabledNicholas Piggin
2022-05-19powerpc/rtas: Leave MSR[RI] enabled over RTAS callNicholas Piggin
2022-05-19powerpc/rtas: PACA can be restored directly from SPRGNicholas Piggin
2022-05-19powerpc/rtas: Call enter_rtas with MSR[EE] disabledNicholas Piggin
2022-05-19powerpc/rtas: Fix whitespace in rtas_entry.SNicholas Piggin
2022-05-19powerpc/rtas: Make enter_rtas a nokprobe symbol on 64-bitNicholas Piggin
2022-05-19powerpc/rtas: Move rtas entry assembly into its own fileNicholas Piggin
2022-05-19powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZNicholas Piggin
2022-05-19powerpc/64: Bump SIGSTKSZ and MINSIGSTKSZNicholas Piggin
2022-05-19powerpc/vdso: Link with ld.lld when requestedNathan Chancellor
2022-05-19powerpc/vdso: Remove unused ENTRY in linker scriptsNathan Chancellor
2022-05-19powerpc: Export mmu_feature_keys[] as non-GPLKevin Hao
2022-05-19powerpc/setup: Refactor/untangle panic notifiersGuilherme G. Piccoli
2022-05-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2022-05-19KVM: PPC: Book3S HV: Fix vcore_blocked tracepointFabiano Rosas