summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy2019-05-033-26/+68
| * | | | | | | | | powerpc/32s: move hash code patching out of MMU_init_hw()Christophe Leroy2019-05-033-14/+26
| * | | | | | | | | powerpc/32: Add KASAN supportChristophe Leroy2019-05-0311-0/+188
| * | | | | | | | | powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy2019-05-036-0/+36
| * | | | | | | | | powerpc/32: prepare shadow area for KASANChristophe Leroy2019-05-035-0/+38
| * | | | | | | | | powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy2019-05-032-6/+20
| * | | | | | | | | 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-032-9/+6
| * | | | | | | | | powerpc: prepare string/mem functions for KASANChristophe Leroy2019-05-037-13/+80
| * | | | | | | | | powerpc/32: Move early_init() in a separate fileChristophe Leroy2019-05-033-29/+37
| * | | | | | | | | powerpc/mm: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy2019-05-033-22/+12
| * | | | | | | | | powerpc/mm: refactor pmd_pgtable()Christophe Leroy2019-05-035-11/+5
| * | | | | | | | | powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy2019-05-033-86/+44
| * | | | | | | | | powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32Christophe Leroy2019-05-031-20/+8
| * | | | | | | | | powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy2019-05-035-86/+21
| * | | | | | | | | powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy2019-05-035-97/+25
| * | | | | | | | | powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy2019-05-033-16/+24
| * | | | | | | | | powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32Christophe Leroy2019-05-031-6/+28
| * | | | | | | | | powerpc/book3e: move early_alloc_pgtable() to init sectionChristophe Leroy2019-05-031-2/+2
| * | | | | | | | | powerpc/Kconfig: select PPC_MM_SLICES from subarch typeChristophe Leroy2019-05-031-2/+2
| * | | | | | | | | powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.hChristophe Leroy2019-05-034-33/+14
| * | | | | | | | | powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy2019-05-035-24/+3
| * | | | | | | | | powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy2019-05-035-30/+17
| * | | | | | | | | powerpc/mm: drop __bad_pte()Christophe Leroy2019-05-032-4/+0
| * | | | | | | | | powerpc/mm: flatten function __find_linux_pte() step 3Christophe Leroy2019-05-031-49/+49
| * | | | | | | | | powerpc/mm: flatten function __find_linux_pte() step 2Christophe Leroy2019-05-031-32/+30
| * | | | | | | | | powerpc/mm: flatten function __find_linux_pte() step 1Christophe Leroy2019-05-031-10/+22
| * | | | | | | | | powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.cChristophe Leroy2019-05-031-7/+5
| * | | | | | | | | powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy2019-05-035-24/+30
| * | | | | | | | | powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy2019-05-034-1/+4
| * | | | | | | | | powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy2019-05-034-34/+43
| * | | | | | | | | powerpc/mm: add a helper to populate hugepdChristophe Leroy2019-05-034-19/+20
| * | | | | | | | | powerpc/mm: split asm/hugetlb.h into dedicated subarch filesChristophe Leroy2019-05-034-83/+106
| * | | | | | | | | powerpc/mm: make gup_hugepte() staticChristophe Leroy2019-05-032-22/+19
| * | | | | | | | | powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGEChristophe Leroy2019-05-032-6/+1
| * | | | | | | | | powerpc/mm: move __find_linux_pte() out of hugetlbpage.cChristophe Leroy2019-05-032-103/+104
| * | | | | | | | | powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3EChristophe Leroy2019-05-032-29/+20
| * | | | | | | | | powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2019-05-039-72/+5
| * | | | | | | | | powerpc/book3e: drop mmu_get_tsize()Christophe Leroy2019-05-031-5/+0
| * | | | | | | | | powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy2019-05-035-9/+7
| * | | | | | | | | powerpc/mm: define get_slice_psize() all the timeChristophe Leroy2019-05-032-3/+6
| * | | | | | | | | powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slicesChristophe Leroy2019-05-031-4/+1
| * | | | | | | | | powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.cChristophe Leroy2019-05-031-6/+4
| * | | | | | | | | powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64Christophe Leroy2019-05-031-3/+1
| * | | | | | | | | powerpc/mm: get rid of mm_ctx_slice_mask_xxx()Christophe Leroy2019-05-032-45/+4
| * | | | | | | | | powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy2019-05-033-47/+46
| * | | | | | | | | powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_structChristophe Leroy2019-05-031-17/+17
| * | | | | | | | | powerpc/mm: no slice for nohash/64Christophe Leroy2019-05-033-15/+5