summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2019-09-18Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-6/+0
2019-09-16Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-540/+5
2019-09-06kexec: add KEXEC_ELFSven Schnelle1-540/+5
2019-09-06Merge tag 'powerpc-5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-17/+4
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada1-1/+1
2019-09-04powerpc/tm: Fix restoring FP/VMX facility incorrectly on interruptsGustavo Romero1-16/+2
2019-09-04powerpc/tm: Fix FP/VMX unavailable exceptions inside a transactionGustavo Romero1-1/+2
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig1-0/+2
2019-08-22driver core: initialize a default DMA mask for platform deviceChristoph Hellwig1-6/+0
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig2-19/+1
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/po...Linus 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/g...Linus 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/po...Linus 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/g...Linus 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/rafae...Linus Torvalds1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-7/+7
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+1
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus 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