summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-05-03powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.hChristophe Leroy
2019-05-03powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy
2019-05-03powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy
2019-05-03powerpc/mm: drop __bad_pte()Christophe Leroy
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 3Christophe Leroy
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 2Christophe Leroy
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 1Christophe Leroy
2019-05-03powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.cChristophe Leroy
2019-05-03powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy
2019-05-03powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy
2019-05-03powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy
2019-05-03powerpc/mm: add a helper to populate hugepdChristophe Leroy
2019-05-03powerpc/mm: split asm/hugetlb.h into dedicated subarch filesChristophe Leroy
2019-05-03powerpc/mm: make gup_hugepte() staticChristophe Leroy
2019-05-03powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGEChristophe Leroy
2019-05-03powerpc/mm: move __find_linux_pte() out of hugetlbpage.cChristophe Leroy
2019-05-03powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2019-05-03powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy
2019-05-03powerpc/book3e: drop mmu_get_tsize()Christophe Leroy
2019-05-03powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy
2019-05-03powerpc/mm: define get_slice_psize() all the timeChristophe Leroy
2019-05-03powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slicesChristophe Leroy
2019-05-03powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.cChristophe Leroy
2019-05-03powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64Christophe Leroy
2019-05-03powerpc/mm: get rid of mm_ctx_slice_mask_xxx()Christophe Leroy
2019-05-03powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy
2019-05-03powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_structChristophe Leroy
2019-05-03powerpc/mm: no slice for nohash/64Christophe Leroy
2019-05-03powerpc/mm: fix erroneous duplicate slb_addr_limit initChristophe Leroy
2019-05-03powerpc/mm: Move nohash specifics in subdirectory mm/nohashChristophe Leroy