summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2019-05-03powerpc/32: get rid of COPY_EE in exception entryChristophe Leroy
2019-05-03powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy
2019-05-03powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy
2019-05-03powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interruptsChristophe Leroy
2019-05-03powerpc/40x: Refactor exception entry macros by using head_32.hChristophe Leroy
2019-05-03powerpc/40x: Split and rename NORMAL_EXCEPTION_PROLOGChristophe Leroy
2019-05-03powerpc/40x: add exception frame markerChristophe Leroy
2019-05-03powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOGChristophe Leroy
2019-05-03powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke oneChristophe Leroy
2019-05-03powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use itChristophe Leroy
2019-05-03powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.SChristophe Leroy
2019-05-03powerpc/mm: print hash info in a helperChristophe Leroy
2019-05-03powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy
2019-05-03powerpc/32s: move hash code patching out of MMU_init_hw()Christophe Leroy
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy
2019-05-03powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy
2019-05-03powerpc/32: use memset() instead of memset_io() to zero BSSChristophe Leroy
2019-05-03powerpc: don't use direct assignation during early boot.Christophe Leroy
2019-05-03powerpc/prom_init: don't use string functions from lib/Christophe Leroy
2019-05-03powerpc: remove CONFIG_CMDLINE #ifdef messChristophe Leroy
2019-05-03powerpc: prepare string/mem functions for KASANChristophe Leroy
2019-05-03powerpc/32: Move early_init() in a separate fileChristophe Leroy
2019-05-03powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy
2019-05-03powerpc/mm: fix erroneous duplicate slb_addr_limit initChristophe Leroy
2019-05-01powerpc/tm: Avoid machine crash on rt_sigreturn()Breno Leitao
2019-05-01powerpc/powernv/mce: Print additional information about MCE error.Mahesh Salgaonkar
2019-05-01powerpc/powernv/mce: Print correct severity for MCE error.Mahesh Salgaonkar
2019-05-01powerpc/powernv/mce: Reduce MCE console logs to lesser lines.Mahesh Salgaonkar
2019-05-01powerpc: Add doorbell tracepointsAnton Blanchard
2019-05-01powerpc/64s: Remove 'dummy_copy_buffer'Mathieu Malaterre
2019-05-01powerpc/cacheinfo: Fix kobject memleakTobin C. Harding
2019-05-01powerpc/vdso: Drop unnecessary cc-ldoptionNick Desaulniers
2019-04-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2019-04-30powerpc/64s: Reimplement book3s idle code in CNicholas Piggin
2019-04-30powerpc/watchdog: Use hrtimers for per-CPU heartbeatNicholas Piggin
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2019-04-21powerpc/mm: Print kernel map details to dmesgAneesh Kumar K.V
2019-04-21powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V
2019-04-21powerpc/mm: Move slb_addr_linit to early_init_mmuAneesh Kumar K.V
2019-04-21powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V
2019-04-21powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy
2019-04-21powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy
2019-04-21powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy
2019-04-21powerpc/32: Prepare for Kernel Userspace Access ProtectionChristophe Leroy
2019-04-21powerpc/32: Remove MSR_PR test when returning from syscallChristophe Leroy
2019-04-21powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman
2019-04-21powerpc/64: Setup KUP on secondary CPUsRussell Currey
2019-04-21powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy
2019-04-21powerpc: Add framework for Kernel Userspace ProtectionChristophe Leroy
2019-04-21powerpc/powernv/idle: Restore AMR/UAMOR/AMOR after idleMichael Ellerman