aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-05-19powerpc/ftrace: Remove ftrace_plt_tramps[]Christophe Leroy1-8/+0
2022-05-19powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACEChristophe Leroy2-7/+1
2022-05-19powerpc/ftrace: Don't include ftrace.o for CONFIG_FTRACE_SYSCALLSChristophe Leroy1-1/+0
2022-05-19powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64Christophe Leroy1-100/+8
2022-05-19powerpc: Finalise cleanup around ABI useChristophe Leroy2-11/+8
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy8-13/+13
2022-05-19powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy1-4/+1
2022-05-19powerpc/ftrace: Inline ftrace_modify_code()Christophe Leroy1-1/+1
2022-05-19powerpc/ftrace: Use is_offset_in_branch_range()Christophe Leroy1-6/+2
2022-05-19powerpc/ftrace: Remove redundant create_branch() callsChristophe Leroy1-20/+0
2022-05-19powerpc/ftrace: Refactor prepare_ftrace_return()Christophe Leroy1-3/+9
2022-05-19powerpc/rtas: enture rtas_call is called with MMU enabledNicholas Piggin1-0/+5
2022-05-19powerpc/rtas: Leave MSR[RI] enabled over RTAS callNicholas Piggin1-9/+2
2022-05-19powerpc/rtas: PACA can be restored directly from SPRGNicholas Piggin1-9/+4
2022-05-19powerpc/rtas: Call enter_rtas with MSR[EE] disabledNicholas Piggin2-15/+4
2022-05-19powerpc/rtas: Fix whitespace in rtas_entry.SNicholas Piggin1-13/+13
2022-05-19powerpc/rtas: Make enter_rtas a nokprobe symbol on 64-bitNicholas Piggin1-0/+1
2022-05-19powerpc/rtas: Move rtas entry assembly into its own fileNicholas Piggin4-200/+199
2022-05-19powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZNicholas Piggin3-0/+26
2022-05-19powerpc/vdso: Link with ld.lld when requestedNathan Chancellor1-0/+1
2022-05-19powerpc/vdso: Remove unused ENTRY in linker scriptsNathan Chancellor2-2/+0
2022-05-19powerpc: Export mmu_feature_keys[] as non-GPLKevin Hao1-1/+1
2022-05-19powerpc/setup: Refactor/untangle panic notifiersGuilherme G. Piccoli1-20/+54
2022-05-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-2/+2
2022-05-19KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy1-2/+2
2022-05-19Merge branch 'fixes' into nextMichael Ellerman1-2/+7
2022-05-11powerpc/rtas: Keep MSR[RI] set when calling RTASLaurent Dufour2-12/+21
2022-05-08powerpc: Use static call for get_irq()Christophe Leroy1-1/+7
2022-05-08powerpc: Add missing headersChristophe Leroy25-21/+32
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy11-11/+0
2022-05-06powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.hChristophe Leroy1-0/+9
2022-05-06powerpc/64: remove system call instruction emulationNicholas Piggin1-10/+0
2022-05-06powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao2-2/+7
2022-05-05powerpc: fix typos in commentsJulia Lawall18-23/+23
2022-05-05powerpc: Simplify and move arch_randomize_brk()Christophe Leroy1-41/+0
2022-05-05powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy1-5/+0
2022-05-05Merge tag 'v5.18-rc4' into nextMichael Ellerman2-16/+15
2022-05-04powerpc/vdso: Fix incorrect CFI in gettimeofday.SMichael Ellerman1-2/+7
2022-05-04powerpc/idle: Fix return value of __setup() handlerRandy Dunlap1-1/+1
2022-05-04powerpc: Remove redundant spaces to match coding stylemaqiang1-1/+1
2022-05-04powerpc/fadump: Use swap() instead of open coding itJiapeng Chong1-6/+2
2022-05-04powerpc/fadump: Correct two typos in a commentRandy Dunlap1-2/+2
2022-05-04powerpc/rtas: Replaced simple_strtoull() with kstrtoull()Chen Huang1-6/+1
2022-05-04powerpc: make 'boot_text_mapped' staticYu Kuai1-1/+1
2022-05-04powerpc: remove set but not used variable 'force_printk_to_btext'Yu Kuai1-1/+0
2022-05-04powerpc/time: Fix sparse warningsHe Ying1-5/+4
2022-04-26powerpc/fadump: align destination address to pagesizeHari Bathini1-0/+5
2022-04-26powerpc/fadump: fix PT_LOAD segment for boot memory areaHari Bathini1-2/+6
2022-04-26powerpc/fadump: save CPU reg data in vmcore when PHYP terminates LPARHari Bathini1-1/+6
2022-04-24Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-15/+14