aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-04-01powerpc/ptrace: split out ALTIVEC related functions.Christophe Leroy4-124/+138
2020-04-01powerpc/ptrace: split out VSX related functions.Christophe Leroy5-172/+241
2020-04-01powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSETChristophe Leroy1-10/+0
2020-04-01powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy1-15/+3
2020-04-01powerpc/ptrace: remove unused header includesChristophe Leroy2-28/+2
2020-04-01powerpc: Move ptrace into a subdirectory.Christophe Leroy4-5/+12
2020-04-01powerpc/64/syscall: Reconcile interruptsNicholas Piggin2-14/+21
2020-04-01powerpc/64s/exception: Remove lite interrupt returnNicholas Piggin2-16/+14
2020-04-01powerpc/64s: Implement interrupt exit logic in CNicholas Piggin7-526/+633
2020-04-01powerpc/64: Implement soft interrupt replay in CNicholas Piggin3-114/+130
2020-04-01powerpc/64/syscall: Zero volatile registers when returningNicholas Piggin1-0/+13
2020-04-01powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin5-294/+260
2020-04-01powerpc/64/syscall: Remove non-volatile GPR save optimisationNicholas Piggin2-66/+28
2020-04-01powerpc/64s/exception: Soft NMI interrupt should not use ret_from_exceptNicholas Piggin1-1/+29
2020-04-01powerpc/64s/exception: Reconcile interrupts in system_resetNicholas Piggin1-4/+10
2020-04-01powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supportedNicholas Piggin1-3/+62
2020-04-01powerpc/64s/exception: Add more comments for interrupt handlersNicholas Piggin1-38/+353
2020-04-01powerpc/64s/exception: Clean up SRR specifiersNicholas Piggin1-36/+32
2020-04-01powerpc/64s/exception: Re-inline some handlersNicholas Piggin1-3/+3
2020-04-01powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin2-14/+20
2020-04-01powerpc/64s/exception: Trim unused arguments from KVMTEST macroNicholas Piggin1-6/+6
2020-04-01powerpc/64s/exception: Remove the SPR saving patch code macrosNicholas Piggin1-54/+28
2020-04-01powerpc/64s/exception: Remove confusing IEARLY optionNicholas Piggin1-25/+24
2020-04-01powerpc/64s/exception: Move KVM test to common codeNicholas Piggin1-121/+139
2020-04-01powerpc/64s/exception: Move soft-mask test to common codeNicholas Piggin1-57/+49
2020-04-01powerpc/64s/exception: Move real to virt switch into the common handlerNicholas Piggin1-149/+116
2020-04-01powerpc/64s/exception: Add ISIDE optionNicholas Piggin1-7/+16
2020-04-01powerpc/64s/exception: Remove old INT_KVM_HANDLERNicholas Piggin1-29/+26
2020-04-01powerpc/64s/exception: Remove old INT_COMMON macroNicholas Piggin1-27/+24
2020-04-01powerpc/64s/exception: Remove old INT_ENTRY macroNicholas Piggin1-38/+30
2020-04-01powerpc/64s/exception: Move all interrupt handlers to new style code gen macrosNicholas Piggin1-138/+418
2020-04-01powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macrosNicholas Piggin1-43/+117
2020-04-01powerpc/64s/exception: Add GEN_KVM macro that uses INT_DEFINE parametersNicholas Piggin1-1/+11
2020-04-01powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parametersNicholas Piggin1-7/+17
2020-04-01powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generationNicholas Piggin1-4/+73
2020-04-01powerpc/64: mark emergency stacks valid to unwindNicholas Piggin1-1/+30
2020-04-01powerpc/64/tm: Don't let userspace set regs->trap via sigreturnMichael Ellerman1-1/+3
2020-03-27powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar2-6/+16
2020-03-27powerpc/smp: Use IS_ENABLED() to avoid #ifdefMichael Ellerman1-3/+2
2020-03-27powerpc/smp: Drop superfluous NULL checkMichael Ellerman1-5/+2
2020-03-27powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada3-0/+3
2020-03-25powerpc/prom_init: Remove leftover commentFabiano Rosas1-1/+0
2020-03-25powerpc/kprobes: Ignore traps that happened in real modeChristophe Leroy1-0/+3
2020-03-25powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran1-21/+23
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2-51/+1
2020-03-25powerpc/eeh: Remove PHB check in probeOliver O'Halloran1-6/+0
2020-03-25powerpc/eeh: Do early EEH init only when requiredOliver O'Halloran1-2/+0
2020-03-25powerpc/eeh: Remove eeh_add_device_tree_late()Oliver O'Halloran3-31/+0
2020-03-25powerpc/eeh: Add sysfs files in late probeOliver O'Halloran3-29/+1