aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-31powerpc/spe: Mark expected switch fall-throughsMichael Ellerman1-0/+4
2019-07-29powerpc: Wire up clone3 syscallMichael Ellerman3-1/+14
2019-07-26Merge tag 'docs-5.3-1' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-24Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-1/+27
2019-07-22powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling2-0/+8
2019-07-19powerpc/dma: Fix invalid DMA mmap behaviorShawn Anastasio2-1/+19
2019-07-17docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner1-0/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds23-655/+1333
2019-07-12powerpc/eeh: Handle hugepages in ioremap spaceOliver O'Halloran1-3/+12
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2019-07-10powerpc/irq: Don't WARN continuously in arch_local_irq_restore()Michael Ellerman1-3/+3
2019-07-09Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-7/+7
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+0
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki1-0/+1
2019-07-06powerpc/module64: Use symbolic instructions names.Christophe Leroy1-18/+35
2019-07-06powerpc/module32: Use symbolic instructions names.Christophe Leroy1-8/+16
2019-07-06powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.hChristophe Leroy2-11/+0
2019-07-06powerpc/module64: Fix comment in R_PPC64_ENTRY handlingMichael Ellerman1-1/+1
2019-07-05powerpc/64: reuse PPC32 static inline flush_dcache_range()Christophe Leroy1-29/+0
2019-07-05powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy1-25/+2
2019-07-03powerpc/pci/of: Parse unassigned resourcesAlexey Kardashevskiy1-2/+10
2019-07-03powerpc/pseries/dma: Allow SWIOTLBAlexey Kardashevskiy1-0/+36
2019-07-03powerpc: remove device_to_mask()Christoph Hellwig1-2/+2
2019-07-03powerpc: Fix compile issue with force DAWRMichael Neuling4-89/+102
2019-07-03powerpc: silence a -Wcast-function-type warning in dawr_write_file_boolMathieu Malaterre1-1/+6
2019-07-03powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin1-2/+1
2019-07-03powerpc/64s/exception: simplify hmi control flowNicholas Piggin1-16/+10
2019-07-03powerpc/64s/exception: hmi remove special case macroNicholas Piggin1-12/+4
2019-07-03powerpc/64s/exception: sreset move trampoline ahead of common codeNicholas Piggin1-12/+12
2019-07-03powerpc/64s/exception: optimise system_reset for idle, clean up non-idle caseNicholas Piggin1-31/+38
2019-07-02powerpc/64s/exception: remove bad stack branchNicholas Piggin2-80/+18
2019-07-02powerpc/tm: update comment about interrupt re-entrancyNicholas Piggin1-2/+2
2019-07-02powerpc/64s/exception: move SET_SCRATCH0 into EXCEPTION_PROLOG_0Nicholas Piggin1-24/+1
2019-07-02powerpc/64s/exception: denorm handler use standard scratch save macroNicholas Piggin1-1/+1
2019-07-02powerpc/64s/exception: machine check use standard macros to save dar/dsisrNicholas Piggin1-5/+1
2019-07-02powerpc/64s/exception: add dar and dsisr options to exception macroNicholas Piggin1-56/+45
2019-07-02powerpc/64s/exception: use common macro for windupNicholas Piggin1-76/+36
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