summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2022-05-22powerpc/ftrace: Use size macro instead of opencodingChristophe Leroy
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/ftrace: Use patch_instruction() return directlyChristophe Leroy
2022-05-19powerpc/ftrace: Inline ftrace_modify_code()Christophe Leroy
2022-05-19powerpc/ftrace: Use is_offset_in_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/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: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy
2022-05-19Merge branch 'fixes' into nextMichael Ellerman
2022-05-11powerpc/rtas: Keep MSR[RI] set when calling RTASLaurent Dufour
2022-05-08Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-08powerpc: Use static call for get_irq()Christophe Leroy
2022-05-08powerpc: Add missing headersChristophe Leroy
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-05-06powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.hChristophe Leroy
2022-05-06powerpc/64: remove system call instruction emulationNicholas Piggin
2022-05-06powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao
2022-05-05powerpc: fix typos in commentsJulia Lawall
2022-05-05powerpc: Simplify and move arch_randomize_brk()Christophe Leroy
2022-05-05powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy
2022-05-05Merge tag 'v5.18-rc4' into nextMichael Ellerman
2022-05-04powerpc/vdso: Fix incorrect CFI in gettimeofday.SMichael Ellerman
2022-05-04powerpc/idle: Fix return value of __setup() handlerRandy Dunlap
2022-05-04powerpc: Remove redundant spaces to match coding stylemaqiang
2022-05-04powerpc/fadump: Use swap() instead of open coding itJiapeng Chong
2022-05-04powerpc/fadump: Correct two typos in a commentRandy Dunlap
2022-05-04powerpc/rtas: Replaced simple_strtoull() with kstrtoull()Chen Huang