summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-221-0/+11
* powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens2022-05-222-13/+15
* powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao2022-05-221-3/+12
* powerpc/irq: Remove arch_local_irq_restore() for !CONFIG_CC_HAS_ASM_GOTOChristophe Leroy2022-05-221-77/+0
* powerpc/modules: Use PPC_LI macros instead of opencodingChristophe Leroy2022-05-222-9/+5
* powerpc/ftrace: Don't use copy_from_kernel_nofault() in module_trampoline_tar...Christophe Leroy2022-05-221-9/+18
* powerpc/ftrace: Minimise number of #ifdefsChristophe Leroy2022-05-221-90/+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-191-21/+11
* 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-192-11/+8
* powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy2022-05-198-13/+13
* powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy2022-05-191-4/+1
* powerpc/ftrace: Inline ftrace_modify_code()Christophe Leroy2022-05-191-1/+1
* powerpc/ftrace: Use is_offset_in_branch_range()Christophe Leroy2022-05-191-6/+2
* 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-193-0/+26
* 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
* powerpc/setup: Refactor/untangle panic notifiersGuilherme G. Piccoli2022-05-191-20/+54
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-191-2/+2
|\
| * KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-181-2/+2
* | Merge branch 'fixes' into nextMichael Ellerman2022-05-181-2/+7
|\|
| * powerpc/vdso: Fix incorrect CFI in gettimeofday.SMichael Ellerman2022-05-041-2/+7
* | powerpc/rtas: Keep MSR[RI] set when calling RTASLaurent Dufour2022-05-112-12/+21
* | powerpc: Use static call for get_irq()Christophe Leroy2022-05-081-1/+7
* | powerpc: Add missing headersChristophe Leroy2022-05-0825-21/+32
* | powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-0811-11/+0
* | powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.hChristophe Leroy2022-05-051-0/+9
* | powerpc/64: remove system call instruction emulationNicholas Piggin2022-05-051-10/+0
* | powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao2022-05-052-2/+7
* | powerpc: fix typos in commentsJulia Lawall2022-05-0518-23/+23
* | powerpc: Simplify and move arch_randomize_brk()Christophe Leroy2022-05-051-41/+0
* | powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy2022-05-051-5/+0
* | Merge tag 'v5.18-rc4' into nextMichael Ellerman2022-05-052-16/+15
|\ \
| * | Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-04-241-15/+14
| |\|