summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/offChristophe Leroy2019-05-021-14/+2
* powerpc/32: don't do syscall stuff in transfer_to_handlerChristophe Leroy2019-05-021-19/+0
* 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/+15
* powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy2019-05-027-106/+90
* powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy2019-05-027-5/+13
* powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interruptsChristophe Leroy2019-05-021-0/+8
* powerpc/40x: Refactor exception entry macros by using head_32.hChristophe Leroy2019-05-022-86/+6
* powerpc/40x: Split and rename NORMAL_EXCEPTION_PROLOGChristophe Leroy2019-05-021-10/+16
* powerpc/40x: add exception frame markerChristophe Leroy2019-05-021-0/+6
* powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOGChristophe Leroy2019-05-021-12/+9
* powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke oneChristophe Leroy2019-05-021-7/+6
* powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use itChristophe Leroy2019-05-022-9/+15
* powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.SChristophe Leroy2019-05-023-193/+122
* powerpc/mm: print hash info in a helperChristophe Leroy2019-05-021-21/+1
* powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy2019-05-021-25/+45
* powerpc/32s: move hash code patching out of MMU_init_hw()Christophe Leroy2019-05-021-0/+3
* powerpc/32: Add KASAN supportChristophe Leroy2019-05-026-0/+18
* powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy2019-05-021-0/+12
* powerpc/32: use memset() instead of memset_io() to zero BSSChristophe Leroy2019-05-021-2/+2
* powerpc: don't use direct assignation during early boot.Christophe Leroy2019-05-022-5/+18
* powerpc/prom_init: don't use string functions from lib/Christophe Leroy2019-05-022-42/+171
* powerpc: remove CONFIG_CMDLINE #ifdef messChristophe Leroy2019-05-021-6/+3
* powerpc: prepare string/mem functions for KASANChristophe Leroy2019-05-021-1/+9
* powerpc/32: Move early_init() in a separate fileChristophe Leroy2019-05-023-29/+37
* powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy2019-05-021-0/+1
* powerpc/mm: fix erroneous duplicate slb_addr_limit initChristophe Leroy2019-05-021-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
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-04-307-988/+230
|\
| * powerpc/64s: Reimplement book3s idle code in CNicholas Piggin2019-04-304-943/+162
| * powerpc: Add force enable of DAWR on P9 optionMichael Neuling2019-04-203-6/+68
* | powerpc/watchdog: Use hrtimers for per-CPU heartbeatNicholas Piggin2019-04-301-41/+40
* | powerpc/mm: Print kernel map details to dmesgAneesh Kumar K.V2019-04-211-0/+3
* | powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V2019-04-211-0/+6
* | powerpc/mm: Move slb_addr_linit to early_init_mmuAneesh Kumar K.V2019-04-211-11/+0
* | powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V2019-04-211-6/+6
* | powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy2019-04-212-0/+14
* | powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-11/+11
* | powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy2019-04-212-1/+23
* | powerpc/32: Prepare for Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-4/+12
* | powerpc/32: Remove MSR_PR test when returning from syscallChristophe Leroy2019-04-211-5/+0