aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03powerpc/mm: define an empty mm_iommu_init()Christophe Leroy2-2/+1
2019-05-03powerpc/fadump: define an empty fadump_cleanup()Christophe Leroy2-2/+1
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 Leroy4-23/+26
2019-05-03powerpc/32s: don't try to print hash table address.Christophe Leroy1-2/+2
2019-05-03powerpc/32s: drop Hash_endChristophe Leroy2-4/+2
2019-05-03powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_ROChristophe Leroy1-2/+8
2019-05-03powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy3-26/+68
2019-05-03powerpc/32s: move hash code patching out of MMU_init_hw()Christophe Leroy3-14/+26
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy11-0/+188
2019-05-03powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy6-0/+36
2019-05-03powerpc/32: prepare shadow area for KASANChristophe Leroy5-0/+38
2019-05-03powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy2-6/+20
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 Leroy2-9/+6
2019-05-03powerpc: prepare string/mem functions for KASANChristophe Leroy7-13/+80
2019-05-03powerpc/32: Move early_init() in a separate fileChristophe Leroy3-29/+37
2019-05-03powerpc/mm: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy3-22/+12
2019-05-03powerpc/mm: refactor pmd_pgtable()Christophe Leroy5-11/+5
2019-05-03powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy3-86/+44
2019-05-03powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32Christophe Leroy1-20/+8
2019-05-03powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy5-86/+21
2019-05-03powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy5-97/+25
2019-05-03powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy3-16/+24
2019-05-03powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32Christophe Leroy1-6/+28
2019-05-03powerpc/book3e: move early_alloc_pgtable() to init sectionChristophe Leroy1-2/+2
2019-05-03powerpc/Kconfig: select PPC_MM_SLICES from subarch typeChristophe Leroy1-2/+2
2019-05-03powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.hChristophe Leroy4-33/+14
2019-05-03powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy5-24/+3
2019-05-03powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy5-30/+17
2019-05-03powerpc/mm: drop __bad_pte()Christophe Leroy2-4/+0
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 3Christophe Leroy1-49/+49
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 2Christophe Leroy1-32/+30