summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport2020-04-011-1/+0
* powerpc/vmlinux.lds: Explicitly retain .gnu.hashMichael Ellerman2020-04-011-0/+1
* powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.cChristophe Leroy2020-04-012-19/+16
* powerpc/ptrace: create ppc_gethwdinfo()Christophe Leroy2020-04-014-31/+37
* powerpc/ptrace: create ptrace_get_debugreg()Christophe Leroy2020-04-014-16/+26
* powerpc/ptrace: split out ADV_DEBUG_REGS related functions.Christophe Leroy2020-04-015-650/+709
* powerpc/ptrace: move register viewing functions out of ptrace.cChristophe Leroy2020-04-014-968/+949
* powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.Christophe Leroy2020-04-014-914/+943
* powerpc/ptrace: split out SPE related functions.Christophe Leroy2020-04-014-66/+78
* powerpc/ptrace: split out ALTIVEC related functions.Christophe Leroy2020-04-014-124/+138
* powerpc/ptrace: split out VSX related functions.Christophe Leroy2020-04-015-172/+241
* powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSETChristophe Leroy2020-04-011-10/+0
* powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy2020-04-011-15/+3
* powerpc/ptrace: remove unused header includesChristophe Leroy2020-04-012-28/+2
* powerpc: Move ptrace into a subdirectory.Christophe Leroy2020-04-014-5/+12
* powerpc/64/syscall: Reconcile interruptsNicholas Piggin2020-04-012-14/+21
* powerpc/64s/exception: Remove lite interrupt returnNicholas Piggin2020-04-012-16/+14
* powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-017-526/+633
* powerpc/64: Implement soft interrupt replay in CNicholas Piggin2020-04-013-114/+130
* powerpc/64/syscall: Zero volatile registers when returningNicholas Piggin2020-04-011-0/+13
* powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin2020-04-015-294/+260
* powerpc/64/syscall: Remove non-volatile GPR save optimisationNicholas Piggin2020-04-012-66/+28
* powerpc/64s/exception: Soft NMI interrupt should not use ret_from_exceptNicholas Piggin2020-04-011-1/+29
* powerpc/64s/exception: Reconcile interrupts in system_resetNicholas Piggin2020-04-011-4/+10
* powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supportedNicholas Piggin2020-04-011-3/+62
* powerpc/64s/exception: Add more comments for interrupt handlersNicholas Piggin2020-04-011-38/+353
* powerpc/64s/exception: Clean up SRR specifiersNicholas Piggin2020-04-011-36/+32
* powerpc/64s/exception: Re-inline some handlersNicholas Piggin2020-04-011-3/+3
* powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin2020-04-012-14/+20
* powerpc/64s/exception: Trim unused arguments from KVMTEST macroNicholas Piggin2020-04-011-6/+6
* powerpc/64s/exception: Remove the SPR saving patch code macrosNicholas Piggin2020-04-011-54/+28
* powerpc/64s/exception: Remove confusing IEARLY optionNicholas Piggin2020-04-011-25/+24
* powerpc/64s/exception: Move KVM test to common codeNicholas Piggin2020-04-011-121/+139
* powerpc/64s/exception: Move soft-mask test to common codeNicholas Piggin2020-04-011-57/+49
* powerpc/64s/exception: Move real to virt switch into the common handlerNicholas Piggin2020-04-011-149/+116
* powerpc/64s/exception: Add ISIDE optionNicholas Piggin2020-04-011-7/+16
* powerpc/64s/exception: Remove old INT_KVM_HANDLERNicholas Piggin2020-04-011-29/+26
* powerpc/64s/exception: Remove old INT_COMMON macroNicholas Piggin2020-04-011-27/+24
* powerpc/64s/exception: Remove old INT_ENTRY macroNicholas Piggin2020-04-011-38/+30
* powerpc/64s/exception: Move all interrupt handlers to new style code gen macrosNicholas Piggin2020-04-011-138/+418
* powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macrosNicholas Piggin2020-04-011-43/+117
* powerpc/64s/exception: Add GEN_KVM macro that uses INT_DEFINE parametersNicholas Piggin2020-04-011-1/+11
* powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parametersNicholas Piggin2020-04-011-7/+17
* powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generationNicholas Piggin2020-04-011-4/+73
* powerpc/64: mark emergency stacks valid to unwindNicholas Piggin2020-04-011-1/+30
* powerpc/64/tm: Don't let userspace set regs->trap via sigreturnMichael Ellerman2020-04-011-1/+3
* powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar2020-03-272-6/+16
* powerpc/smp: Use IS_ENABLED() to avoid #ifdefMichael Ellerman2020-03-261-3/+2
* powerpc/smp: Drop superfluous NULL checkMichael Ellerman2020-03-261-5/+2
* powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers2020-03-261-1/+1