aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-09Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds11-204/+184
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek1-2/+1
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds56-5516/+6565
2020-04-04powerpc: Improve ppc_save_regs()Nicholas Piggin1-1/+5
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds3-0/+3
2020-04-03Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled"Nicholas Piggin1-31/+13
2020-04-03powerpc/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-3/+1
2020-04-02Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2020-04-03powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek6-10/+11
2020-04-03powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek2-140/+141
2020-04-03powerpc/64s: Fix doorbell wakeup msgclr optimisationNicholas Piggin2-19/+13
2020-04-01powerpc/cputable: Remove unnecessary copy of cpu_spec->oprofile_typeLeonardo Bras1-1/+0
2020-04-01powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport1-1/+0
2020-04-01powerpc/vmlinux.lds: Explicitly retain .gnu.hashMichael Ellerman1-0/+1
2020-04-01powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.cChristophe Leroy2-19/+16
2020-04-01powerpc/ptrace: create ppc_gethwdinfo()Christophe Leroy4-31/+37
2020-04-01powerpc/ptrace: create ptrace_get_debugreg()Christophe Leroy4-16/+26
2020-04-01powerpc/ptrace: split out ADV_DEBUG_REGS related functions.Christophe Leroy5-650/+709
2020-04-01powerpc/ptrace: move register viewing functions out of ptrace.cChristophe Leroy4-968/+949
2020-04-01powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.Christophe Leroy4-914/+943
2020-04-01powerpc/ptrace: split out SPE related functions.Christophe Leroy4-66/+78
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