aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2019-05-03powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_structChristophe Leroy
2019-05-03powerpc/mm: Move nohash specifics in subdirectory mm/nohashChristophe Leroy
2019-05-03powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64Christophe Leroy
2019-05-03powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy
2019-05-02powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy
2019-05-02powerpc/book3e: drop BUG_ON() in map_kernel_page()Christophe Leroy
2019-05-02powerpc/32s: Fix BATs setting with CONFIG_STRICT_KERNEL_RWXChristophe Leroy
2019-05-01powerpc/mm/radix: Fix kernel crash when running subpage protect testAneesh Kumar K.V
2019-04-29powerpc/pseries: Track LMB nid instead of using device treeNathan Fontenot
2019-04-28powerpc/mm: fix spelling mistake "Outisde" -> "Outside"Colin Ian King
2019-04-21powerpc/mm: Fix section mismatch warningAneesh Kumar K.V
2019-04-21powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V
2019-04-21powerpc/mm: Validate address values against different region limitsAneesh Kumar K.V
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V
2019-04-21powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V
2019-04-21powerc/mm/hash: Reduce hash_mm_context sizeAneesh Kumar K.V
2019-04-21powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V
2019-04-21powerpc/mm: Move slb_addr_linit to early_init_mmuAneesh Kumar K.V
2019-04-21powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V
2019-04-21powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy
2019-04-21powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy
2019-04-21powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy
2019-04-21powerpc/8xx: Add Kernel Userspace Access ProtectionChristophe Leroy
2019-04-21powerpc/8xx: Add Kernel Userspace Execution PreventionChristophe Leroy
2019-04-21powerpc/mm: Detect bad KUAP faultsMichael Ellerman
2019-04-21powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman
2019-04-21powerpc/mm/radix: Use KUEP API for Radix MMURussell Currey
2019-04-21powerpc/64: Setup KUP on secondary CPUsRussell Currey
2019-04-21powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy
2019-04-21powerpc: Add skeleton for Kernel Userspace Execution PreventionChristophe Leroy
2019-04-21powerpc: Add framework for Kernel Userspace ProtectionChristophe Leroy
2019-04-20powerpc/numa: document topology_updates_enabled, disable by defaultNathan Lynch
2019-04-20powerpc/numa: improve control of topology updatesNathan Lynch
2019-04-20powerpc: Remove duplicate headersJagadeesh Pagadala
2019-04-20powerpc/mm: move warning from resize_hpt_for_hotplug()Laurent Vivier
2019-04-20powerpc/highmem: Change BUG_ON() to WARN_ON()Christophe Leroy
2019-04-17powerpc/mm_iommu: Allow pinning large regionsAlexey Kardashevskiy
2019-04-17powerpc/mm_iommu: Fix potential deadlockAlexey Kardashevskiy
2019-03-19powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32Christophe Leroy
2019-03-16Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport
2019-03-12powerpc/mm: Disable kcov for SLB routinesMahesh Salgaonkar
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-07arch: simplify several early memory allocationsMike Rapoport
2019-03-07powerpc: prefer memblock APIs returning virtual addressMike Rapoport
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2019-03-05powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backingAneesh Kumar K.V