summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-05-03powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin
2019-05-03powerpc/irq: drop __irq_offset_valueChristophe Leroy
2019-05-03powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.Christophe Leroy
2019-05-03powerpc/setup: cleanup the #ifdef CONFIG_TAU blockChristophe Leroy
2019-05-03powerpc/setup: cleanup ifdef mess in check_cache_coherency()Christophe Leroy
2019-05-03powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVECChristophe Leroy
2019-05-03powerpc/mm: define an empty mm_iommu_init()Christophe Leroy
2019-05-03powerpc/fadump: define an empty fadump_cleanup()Christophe Leroy
2019-05-03powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/offChristophe Leroy
2019-05-03powerpc/32: don't do syscall stuff in transfer_to_handlerChristophe Leroy
2019-05-03powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy
2019-05-03powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy
2019-05-03powerpc: Fix 32-bit handling of MSR_EE on exceptionsChristophe Leroy
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: don't try to print hash table address.Christophe Leroy
2019-05-03powerpc/32s: drop Hash_endChristophe Leroy
2019-05-03powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_ROChristophe 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: prepare shadow area for KASANChristophe Leroy
2019-05-03powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe 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: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy
2019-05-03powerpc/mm: refactor pmd_pgtable()Christophe Leroy
2019-05-03powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy
2019-05-03powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32Christophe Leroy
2019-05-03powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy
2019-05-03powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy
2019-05-03powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy
2019-05-03powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32Christophe Leroy
2019-05-03powerpc/book3e: move early_alloc_pgtable() to init sectionChristophe Leroy
2019-05-03powerpc/Kconfig: select PPC_MM_SLICES from subarch typeChristophe Leroy