summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-2215-6/+185
| * | | | | | | powerpc/kasan: Disable address sanitization in kexec pathsDaniel Axtens2022-05-227-15/+18
| * | | | | | | powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens2022-05-225-26/+59
| * | | | | | | powerpc/mm/kasan: rename kasan_init_32.c to init_32.cDaniel Axtens2022-05-222-1/+1
| * | | | | | | powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao2022-05-223-4/+17
| * | | | | | | powerpc/irq: Remove arch_local_irq_restore() for !CONFIG_CC_HAS_ASM_GOTOChristophe Leroy2022-05-221-77/+0
| * | | | | | | powerpc/powernv: Get STF barrier requirements from device-treeRussell Currey2022-05-221-0/+3
| * | | | | | | powerpc/powernv: Get L1D flush requirements from device-treeRussell Currey2022-05-221-0/+6
| * | | | | | | powerpc/85xx/p2020: Add fsl,mpc8548-pmc nodePali Rohár2022-05-221-0/+5
| * | | | | | | powerpc/64: Only WARN if __pa()/__va() called with bad addressesMichael Ellerman2022-05-221-2/+5
| * | | | | | | powerpc: Add generic PAGE_SIZE config symbolsMichael Ellerman2022-05-221-0/+16
| * | | | | | | powerpc/pseries/vas: sysfs comments with the correct entriesHaren Myneni2022-05-221-7/+7
| * | | | | | | powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni2022-05-224-5/+5
| * | | | | | | powerpc/opcodes: Remove unused PPC_INST_XXX macrosChristophe Leroy2022-05-221-9/+4
| * | | | | | | powerpc/inst: Remove PPC_INST_BLChristophe Leroy2022-05-222-2/+1
| * | | | | | | powerpc/modules: Use PPC_LI macros instead of opencodingChristophe Leroy2022-05-222-9/+5
| * | | | | | | powerpc/inst: Remove PPC_INST_BRANCHChristophe Leroy2022-05-222-3/+2
| * | | | | | | powerpc/ftrace: Don't use copy_from_kernel_nofault() in module_trampoline_tar...Christophe Leroy2022-05-221-9/+18
| * | | | | | | powerpc/inst: Add __copy_inst_from_kernel_nofault()Christophe Leroy2022-05-221-4/+9
| * | | | | | | powerpc/ftrace: Minimise number of #ifdefsChristophe Leroy2022-05-223-94/+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-192-21/+16
| * | | | | | | 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-196-23/+12
| * | | | | | | powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy2022-05-1918-31/+31
| * | | | | | | powerpc: Add CONFIG_PPC64_ELF_ABI_V1 and CONFIG_PPC64_ELF_ABI_V2Christophe Leroy2022-05-193-5/+13
| * | | | | | | powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy2022-05-192-5/+2
| * | | | | | | powerpc/ftrace: Inline ftrace_modify_code()Christophe Leroy2022-05-191-1/+1
| * | | | | | | powerpc/code-patching: Inline create_branch()Christophe Leroy2022-05-192-22/+20
| * | | | | | | powerpc/ftrace: Use is_offset_in_branch_range()Christophe Leroy2022-05-191-6/+2
| * | | | | | | powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Christophe Leroy2022-05-192-29/+27
| * | | | | | | 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
| * | | | | | | powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZNicholas Piggin2022-05-196-2/+47
| * | | | | | | powerpc/64: Bump SIGSTKSZ and MINSIGSTKSZNicholas Piggin2022-05-191-0/+5
| * | | | | | | powerpc/vdso: Link with ld.lld when requestedNathan Chancellor2022-05-191-0/+1
| * | | | | | | powerpc/vdso: Remove unused ENTRY in linker scriptsNathan Chancellor2022-05-192-2/+0
| * | | | | | | powerpc: Export mmu_feature_keys[] as non-GPLKevin Hao2022-05-191-1/+1