summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2019-06-02Merge tag 'powerpc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1/+5
2019-06-02powerpc/pseries: Fix xive=off command lineGreg Kurz-1/+15
2019-06-02powerpc: Remove variable ‘path’ since not usedMathieu Malaterre-9/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-289/+21
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-439/+85
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-3/+3
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman-4/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-13/+1
2019-05-23powerpc/kexec: Fix loading of kernel + initramfs with kexec_file_load()Thiago Jung Bauermann-1/+5
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+3
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2019-05-19Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1/+0
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang-1/+1
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-0/+6
2019-05-17powerpc/cacheinfo: Remove double freeTobin C. Harding-1/+0
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells-0/+6
2019-05-14powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya-4/+4
2019-05-14powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __initMasahiro Yamada-3/+3
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1878/+1512
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-4/+4
2019-05-03powerpc/hmi: Fix kernel hang when TB is in error state.Mahesh Salgaonkar-0/+9
2019-05-03powerpc/entry: Remove unneeded need_resched() loopValentin Schneider-11/+2
2019-05-03powerpc/prom_init: get rid of PROM_SCRATCH_SIZEChristophe Leroy-11/+9
2019-05-03powerpc/security: Show powerpc_security_features in debugfsMichael Ellerman-0/+8
2019-05-03powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin-13/+20
2019-05-03powerpc/irq: drop __irq_offset_valueChristophe Leroy-3/+0
2019-05-03powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.Christophe Leroy-21/+18
2019-05-03powerpc/setup: cleanup the #ifdef CONFIG_TAU blockChristophe Leroy-12/+12
2019-05-03powerpc/setup: cleanup ifdef mess in check_cache_coherency()Christophe Leroy-7/+3
2019-05-03powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVECChristophe Leroy-2/+0
2019-05-03powerpc/mm: define an empty mm_iommu_init()Christophe Leroy-2/+0
2019-05-03powerpc/fadump: define an empty fadump_cleanup()Christophe Leroy-2/+0
2019-05-03powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/offChristophe Leroy-14/+2
2019-05-03powerpc/32: don't do syscall stuff in transfer_to_handlerChristophe Leroy-19/+0
2019-05-03powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy-16/+100
2019-05-03powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy-10/+116
2019-05-03powerpc: Fix 32-bit handling of MSR_EE on exceptionsChristophe Leroy-49/+67
2019-05-03powerpc/32: get rid of COPY_EE in exception entryChristophe Leroy-27/+15
2019-05-03powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy-106/+90
2019-05-03powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy-5/+13
2019-05-03powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interruptsChristophe Leroy-0/+8
2019-05-03powerpc/40x: Refactor exception entry macros by using head_32.hChristophe Leroy-86/+6
2019-05-03powerpc/40x: Split and rename NORMAL_EXCEPTION_PROLOGChristophe Leroy-10/+16
2019-05-03powerpc/40x: add exception frame markerChristophe Leroy-0/+6
2019-05-03powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOGChristophe Leroy-12/+9
2019-05-03powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke oneChristophe Leroy-7/+6
2019-05-03powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use itChristophe Leroy-9/+15
2019-05-03powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.SChristophe Leroy-193/+122
2019-05-03powerpc/mm: print hash info in a helperChristophe Leroy-21/+1