aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-07-02powerpc/64s/exception: shuffle windup code aroundNicholas Piggin1-24/+16
2019-07-02powerpc/64s/exception: simplify hmi windup codeNicholas Piggin1-4/+18
2019-07-02powerpc/64s/exception: move machine check windup in_mce handlingNicholas Piggin1-4/+4
2019-07-02powerpc/64s/exception: windup use r9 consistently to restore SPRsNicholas Piggin1-6/+6
2019-07-02powerpc/64s/exception: mtmsrd L=1 cleanupNicholas Piggin1-7/+2
2019-07-02powerpc/64s/exception: avoid SPR RAW scoreboard stall in real mode entryNicholas Piggin1-7/+7
2019-07-02powerpc/64s/exception: clean up system call entryNicholas Piggin1-17/+7
2019-07-02powerpc/64s/exception: move paca save area offsets into exception-64s.SNicholas Piggin1-0/+22
2019-07-02powerpc/64s/exception: remove pointless EXCEPTION_PROLOG macro indirectionNicholas Piggin1-57/+51
2019-07-02powerpc/64s/exception: generate regs clear instructions using .reptNicholas Piggin1-13/+16
2019-07-02powerpc/64s/exception: fix indenting irregularitiesNicholas Piggin1-46/+46
2019-07-02powerpc/64s/exception: use a gas macro for system call handler codeNicholas Piggin1-72/+55
2019-07-02powerpc/64s/exception: remove unused BRANCH_TO_COMMONNicholas Piggin1-8/+0
2019-07-02powerpc/64s/exception: remove __BRANCH_TO_KVMNicholas Piggin1-25/+18
2019-07-02powerpc/64s/exception: move head-64.h code to exception-64s.S where it is usedNicholas Piggin1-0/+251
2019-07-02powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it is usedNicholas Piggin1-0/+431
2019-07-02powerpc/64s/exception: improve 0x500 handler codeNicholas Piggin1-12/+4
2019-07-02powerpc/64s/exception: unwind exception-64s.h macrosNicholas Piggin1-19/+25
2019-07-02powerpc/64s/exception: Move EXCEPTION_COMMON additions into callersNicholas Piggin1-21/+24
2019-07-02powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into callersNicholas Piggin1-8/+13
2019-07-02powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency with othersNicholas Piggin1-12/+12
2019-07-02powerpc/64s/exception: merge KVM handler and skip variantsNicholas Piggin1-1/+1
2019-07-02powerpc/64s/exception: consolidate maskable and non-maskable prologsNicholas Piggin1-10/+10
2019-07-02powerpc/64s/exception: remove the "extra" macro parameterNicholas Piggin1-34/+44
2019-07-02powerpc/64s/exception: fix sreset KVM test codeNicholas Piggin1-3/+3
2019-07-02powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variantsNicholas Piggin1-9/+9
2019-07-02powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variantNicholas Piggin1-6/+6
2019-07-02powerpc/64s/exception: remove H concatenation for EXC_HV variantsNicholas Piggin1-41/+56
2019-07-01powerpc/eeh_cache: fix a W=1 kernel-doc warningQian Cai1-0/+3
2019-07-01powerpc/rtas: retry when cpu offline races with suspend/migrationNathan Lynch1-4/+3
2019-07-01Merge branch 'fixes' into nextMichael Ellerman7-9/+13
2019-06-30Merge tag 'powerpc-5.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2019-06-28arch: wire-up pidfd_open()Christian Brauner1-0/+1
2019-06-25powerpc/64s/exception: Fix machine check early corrupting AMRNicholas Piggin1-1/+1
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit1-2/+1
2019-06-22Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-6/+7
2019-06-20powerpc/pci/of: Fix OF flags parsing for 64bit BARsAlexey Kardashevskiy1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner2-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-17/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner5-16/+5
2019-06-19powerpc/watchpoint: Restore NV GPRs while returning from exceptionRavi Bangoria1-2/+7
2019-06-19powerpc/32s: fix suspend/resume when IBATs 4-7 are usedChristophe Leroy1-8/+65
2019-06-15Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-2/+5
2019-06-16powerpc/32: fix build failure on book3e with KVMChristophe Leroy2-3/+3
2019-06-16powerpc/64: mark start_here_multiplatform as __refChristophe Leroy1-0/+2
2019-06-15powerpc/booke: fix fast syscall entry on SMPChristophe Leroy1-3/+3
2019-06-15powerpc/32s: fix initial setup of segment registers on secondary CPUChristophe Leroy1-0/+1
2019-06-15powerpc/cacheinfo: add cacheinfo_teardown, cacheinfo_rebuildNathan Lynch2-0/+25
2019-06-14PM: hibernate: powerpc: Expose pfn_is_nosave() prototypeMathieu Malaterre1-0/+1
2019-06-07powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTXChristophe Leroy2-1/+2