summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2020-04-01powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport
2020-04-01powerpc/vmlinux.lds: Explicitly retain .gnu.hashMichael Ellerman
2020-04-01powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.cChristophe Leroy
2020-04-01powerpc/ptrace: create ppc_gethwdinfo()Christophe Leroy
2020-04-01powerpc/ptrace: create ptrace_get_debugreg()Christophe Leroy
2020-04-01powerpc/ptrace: split out ADV_DEBUG_REGS related functions.Christophe Leroy
2020-04-01powerpc/ptrace: move register viewing functions out of ptrace.cChristophe Leroy
2020-04-01powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.Christophe Leroy
2020-04-01powerpc/ptrace: split out SPE related functions.Christophe Leroy
2020-04-01powerpc/ptrace: split out ALTIVEC related functions.Christophe Leroy
2020-04-01powerpc/ptrace: split out VSX related functions.Christophe Leroy
2020-04-01powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSETChristophe Leroy
2020-04-01powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy
2020-04-01powerpc/ptrace: remove unused header includesChristophe Leroy
2020-04-01powerpc: Move ptrace into a subdirectory.Christophe Leroy
2020-04-01powerpc/64/syscall: Reconcile interruptsNicholas Piggin
2020-04-01powerpc/64s/exception: Remove lite interrupt returnNicholas Piggin
2020-04-01powerpc/64s: Implement interrupt exit logic in CNicholas Piggin
2020-04-01powerpc/64: Implement soft interrupt replay in CNicholas Piggin
2020-04-01powerpc/64/syscall: Zero volatile registers when returningNicholas Piggin
2020-04-01powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin
2020-04-01powerpc/64/sstep: Ifdef the deprecated fast endian switch syscallNicholas Piggin
2020-04-01powerpc/64/syscall: Remove non-volatile GPR save optimisationNicholas Piggin
2020-04-01powerpc/64s/exception: Soft NMI interrupt should not use ret_from_exceptNicholas Piggin
2020-04-01powerpc/64s/exception: Reconcile interrupts in system_resetNicholas Piggin
2020-04-01powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supportedNicholas Piggin
2020-04-01powerpc/64s/exception: Add more comments for interrupt handlersNicholas Piggin
2020-04-01powerpc/64s/exception: Clean up SRR specifiersNicholas Piggin
2020-04-01powerpc/64s/exception: Re-inline some handlersNicholas Piggin
2020-04-01powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin
2020-04-01powerpc/64s/exception: Trim unused arguments from KVMTEST macroNicholas Piggin
2020-04-01powerpc/64s/exception: Remove the SPR saving patch code macrosNicholas Piggin
2020-04-01powerpc/64s/exception: Remove confusing IEARLY optionNicholas Piggin
2020-04-01powerpc/64s/exception: Move KVM test to common codeNicholas Piggin
2020-04-01powerpc/64s/exception: Move soft-mask test to common codeNicholas Piggin
2020-04-01powerpc/64s/exception: Move real to virt switch into the common handlerNicholas Piggin
2020-04-01powerpc/64s/exception: Add ISIDE optionNicholas Piggin
2020-04-01powerpc/64s/exception: Remove old INT_KVM_HANDLERNicholas Piggin
2020-04-01powerpc/64s/exception: Remove old INT_COMMON macroNicholas Piggin
2020-04-01powerpc/64s/exception: Remove old INT_ENTRY macroNicholas Piggin
2020-04-01powerpc/64s/exception: Move all interrupt handlers to new style code gen macrosNicholas Piggin
2020-04-01powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macrosNicholas Piggin
2020-04-01powerpc/64s/exception: Add GEN_KVM macro that uses INT_DEFINE parametersNicholas Piggin
2020-04-01powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parametersNicholas Piggin
2020-04-01powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generationNicholas Piggin
2020-04-01powerpc/64: mark emergency stacks valid to unwindNicholas Piggin
2020-04-01powerpc/64/tm: Don't let userspace set regs->trap via sigreturnMichael Ellerman
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-03-31libnvdimm: Update persistence domain value for of_pmem and papr_scm deviceAneesh Kumar K.V
2020-03-31KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson