aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds40-1878/+1512
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2019-05-03powerpc/hmi: Fix kernel hang when TB is in error state.Mahesh Salgaonkar1-0/+9
2019-05-03powerpc/entry: Remove unneeded need_resched() loopValentin Schneider2-11/+2
2019-05-03powerpc/prom_init: get rid of PROM_SCRATCH_SIZEChristophe Leroy1-11/+9
2019-05-03powerpc/security: Show powerpc_security_features in debugfsMichael Ellerman1-0/+8
2019-05-03powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin4-13/+20
2019-05-03powerpc/irq: drop __irq_offset_valueChristophe Leroy1-3/+0
2019-05-03powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.Christophe Leroy1-21/+18
2019-05-03powerpc/setup: cleanup the #ifdef CONFIG_TAU blockChristophe Leroy1-12/+12
2019-05-03powerpc/setup: cleanup ifdef mess in check_cache_coherency()Christophe Leroy1-7/+3
2019-05-03powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVECChristophe Leroy1-2/+0
2019-05-03powerpc/mm: define an empty mm_iommu_init()Christophe Leroy1-2/+0
2019-05-03powerpc/fadump: define an empty fadump_cleanup()Christophe Leroy1-2/+0
2019-05-03powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/offChristophe Leroy1-14/+2
2019-05-03powerpc/32: don't do syscall stuff in transfer_to_handlerChristophe Leroy1-19/+0
2019-05-03powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy4-16/+100
2019-05-03powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy5-10/+116
2019-05-03powerpc: Fix 32-bit handling of MSR_EE on exceptionsChristophe Leroy1-49/+67
2019-05-03powerpc/32: get rid of COPY_EE in exception entryChristophe Leroy3-27/+15
2019-05-03powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy7-106/+90
2019-05-03powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy7-5/+13
2019-05-03powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interruptsChristophe Leroy1-0/+8
2019-05-03powerpc/40x: Refactor exception entry macros by using head_32.hChristophe Leroy2-86/+6
2019-05-03powerpc/40x: Split and rename NORMAL_EXCEPTION_PROLOGChristophe Leroy1-10/+16
2019-05-03powerpc/40x: add exception frame markerChristophe Leroy1-0/+6
2019-05-03powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOGChristophe Leroy1-12/+9
2019-05-03powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke oneChristophe Leroy1-7/+6
2019-05-03powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use itChristophe Leroy2-9/+15
2019-05-03powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.SChristophe Leroy3-193/+122
2019-05-03powerpc/mm: print hash info in a helperChristophe Leroy1-21/+1
2019-05-03powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy1-25/+45
2019-05-03powerpc/32s: move hash code patching out of MMU_init_hw()Christophe Leroy1-0/+3
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy6-0/+18
2019-05-03powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy1-0/+12
2019-05-03powerpc/32: use memset() instead of memset_io() to zero BSSChristophe Leroy1-2/+2
2019-05-03powerpc: don't use direct assignation during early boot.Christophe Leroy2-5/+18
2019-05-03powerpc/prom_init: don't use string functions from lib/Christophe Leroy2-42/+171
2019-05-03powerpc: remove CONFIG_CMDLINE #ifdef messChristophe Leroy1-6/+3
2019-05-03powerpc: prepare string/mem functions for KASANChristophe Leroy1-1/+9
2019-05-03powerpc/32: Move early_init() in a separate fileChristophe Leroy3-29/+37
2019-05-03powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy1-0/+1
2019-05-03powerpc/mm: fix erroneous duplicate slb_addr_limit initChristophe Leroy1-6/+0
2019-05-01powerpc/tm: Avoid machine crash on rt_sigreturn()Breno Leitao1-1/+26
2019-05-01powerpc/powernv/mce: Print additional information about MCE error.Mahesh Salgaonkar2-43/+76
2019-05-01powerpc/powernv/mce: Print correct severity for MCE error.Mahesh Salgaonkar2-71/+78
2019-05-01powerpc/powernv/mce: Reduce MCE console logs to lesser lines.Mahesh Salgaonkar1-41/+48
2019-05-01powerpc: Add doorbell tracepointsAnton Blanchard1-0/+3
2019-05-01powerpc/64s: Remove 'dummy_copy_buffer'Mathieu Malaterre1-5/+0
2019-05-01powerpc/cacheinfo: Fix kobject memleakTobin C. Harding1-7/+6