summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-223-6/+7
|\
| * powerpc/32: fix build failure on book3e with KVMChristophe Leroy2019-06-152-3/+3
| * powerpc/booke: fix fast syscall entry on SMPChristophe Leroy2019-06-151-3/+3
| * powerpc/32s: fix initial setup of segment registers on secondary CPUChristophe Leroy2019-06-151-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner2019-06-192-4/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-17/+4Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-195-16/+5Star
* | Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-153-2/+5
|\|
| * powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTXChristophe Leroy2019-06-072-1/+2
| * powerpc: Fix kexec failure on book3s/32Christophe Leroy2019-06-071-1/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430Thomas Gleixner2019-06-051-2/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-14/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-052-18/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-053-38/+3Star
* | Merge tag 'powerpc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-021-1/+5
|\ \
| * | powerpc/kexec: Fix loading of kernel + initramfs with kexec_file_load()Thiago Jung Bauermann2019-05-231-1/+5
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-301-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3021-289/+21Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3085-439/+85Star
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-13/+1Star
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-213-0/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-191-1/+1
|\
| * panic: add an option to replay all the printk message in bufferFeng Tang2019-05-191-1/+1
* | Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-05-191-1/+0Star
|\ \ | |/ |/|
| * powerpc/cacheinfo: Remove double freeTobin C. Harding2019-05-171-1/+0Star
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-0/+6
|\ \
| * | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* | | powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-151-4/+4
* | | powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __initMasahiro Yamada2019-05-151-3/+3
| |/ |/|
* | Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-1040-1878/+1512Star
|\ \ | |/ |/|
| * powerpc/hmi: Fix kernel hang when TB is in error state.Mahesh Salgaonkar2019-05-021-0/+9
| * powerpc/entry: Remove unneeded need_resched() loopValentin Schneider2019-05-022-11/+2Star
| * powerpc/prom_init: get rid of PROM_SCRATCH_SIZEChristophe Leroy2019-05-021-11/+9Star
| * powerpc/security: Show powerpc_security_features in debugfsMichael Ellerman2019-05-021-0/+8
| * powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin2019-05-024-13/+20
| * powerpc/irq: drop __irq_offset_valueChristophe Leroy2019-05-021-3/+0Star
| * powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.Christophe Leroy2019-05-021-21/+18Star
| * powerpc/setup: cleanup the #ifdef CONFIG_TAU blockChristophe Leroy2019-05-021-12/+12
| * powerpc/setup: cleanup ifdef mess in check_cache_coherency()Christophe Leroy2019-05-021-7/+3Star
| * powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVECChristophe Leroy2019-05-021-2/+0Star
| * powerpc/mm: define an empty mm_iommu_init()Christophe Leroy2019-05-021-2/+0Star
| * powerpc/fadump: define an empty fadump_cleanup()Christophe Leroy2019-05-021-2/+0Star
| * powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/offChristophe Leroy2019-05-021-14/+2Star
| * powerpc/32: don't do syscall stuff in transfer_to_handlerChristophe Leroy2019-05-021-19/+0Star
| * powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy2019-05-024-16/+100
| * powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy2019-05-025-10/+116
| * powerpc: Fix 32-bit handling of MSR_EE on exceptionsChristophe Leroy2019-05-021-49/+67
| * powerpc/32: get rid of COPY_EE in exception entryChristophe Leroy2019-05-023-27/+15Star
| * powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy2019-05-027-106/+90Star
| * powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy2019-05-027-5/+13