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