aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.cChristophe Leroy1-7/+5
2019-05-03powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy2-20/+19
2019-05-03powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy1-0/+1
2019-05-03powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy1-34/+3
2019-05-03powerpc/mm: add a helper to populate hugepdChristophe Leroy1-19/+1
2019-05-03powerpc/mm: make gup_hugepte() staticChristophe Leroy1-19/+19
2019-05-03powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGEChristophe Leroy2-6/+1
2019-05-03powerpc/mm: move __find_linux_pte() out of hugetlbpage.cChristophe Leroy2-103/+104
2019-05-03powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3EChristophe Leroy2-29/+20
2019-05-03powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2-44/+0
2019-05-03powerpc/book3e: drop mmu_get_tsize()Christophe Leroy1-5/+0
2019-05-03powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy3-9/+3
2019-05-03powerpc/mm: define get_slice_psize() all the timeChristophe Leroy1-3/+1
2019-05-03powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.cChristophe Leroy1-6/+4
2019-05-03powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64Christophe Leroy1-3/+1
2019-05-03powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy1-34/+0
2019-05-03powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_structChristophe Leroy1-17/+17
2019-05-03powerpc/mm: Move nohash specifics in subdirectory mm/nohashChristophe Leroy12-16/+19
2019-05-03powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64Christophe Leroy6-2/+4
2019-05-03powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy22-90/+124
2019-05-02powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy17-17/+17
2019-05-02powerpc/book3e: drop BUG_ON() in map_kernel_page()Christophe Leroy1-3/+0
2019-05-01powerpc/mm/radix: Fix kernel crash when running subpage protect testAneesh Kumar K.V1-4/+9
2019-04-29powerpc/pseries: Track LMB nid instead of using device treeNathan Fontenot1-1/+5
2019-04-28powerpc/mm: fix spelling mistake "Outisde" -> "Outside"Colin Ian King4-7/+7
2019-04-21powerpc/mm: Fix section mismatch warningAneesh Kumar K.V1-4/+4
2019-04-21powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V2-4/+4
2019-04-21powerpc/mm: Validate address values against different region limitsAneesh Kumar K.V4-6/+46
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V7-30/+46
2019-04-21powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V3-0/+4
2019-04-21powerc/mm/hash: Reduce hash_mm_context sizeAneesh Kumar K.V3-10/+38
2019-04-21powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V2-2/+18
2019-04-21powerpc/mm: Move slb_addr_linit to early_init_mmuAneesh Kumar K.V2-0/+8
2019-04-21powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V4-35/+34
2019-04-21powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy1-0/+10
2019-04-21powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy1-3/+3
2019-04-21powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy1-0/+13
2019-04-21powerpc/8xx: Add Kernel Userspace Access ProtectionChristophe Leroy1-0/+12
2019-04-21powerpc/8xx: Add Kernel Userspace Execution PreventionChristophe Leroy1-0/+12
2019-04-21powerpc/mm: Detect bad KUAP faultsMichael Ellerman1-3/+22
2019-04-21powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2-0/+20
2019-04-21powerpc/mm/radix: Use KUEP API for Radix MMURussell Currey1-3/+9
2019-04-21powerpc/64: Setup KUP on secondary CPUsRussell Currey1-1/+1
2019-04-21powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy2-4/+25
2019-04-21powerpc: Add skeleton for Kernel Userspace Execution PreventionChristophe Leroy2-5/+15
2019-04-21powerpc: Add framework for Kernel Userspace ProtectionChristophe Leroy2-0/+8
2019-04-20powerpc/numa: document topology_updates_enabled, disable by defaultNathan Lynch1-4/+10
2019-04-20powerpc/numa: improve control of topology updatesNathan Lynch1-6/+12
2019-04-20powerpc: Remove duplicate headersJagadeesh Pagadala1-1/+0
2019-04-20powerpc/mm: move warning from resize_hpt_for_hotplug()Laurent Vivier2-13/+9