aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-20powerpc/highmem: Change BUG_ON() to WARN_ON()Christophe Leroy1-10/+4
2019-03-19powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32Christophe Leroy1-4/+4
2019-03-16Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+3
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport6-3/+36
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport1-2/+6
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport1-0/+4
2019-03-12powerpc/mm: Disable kcov for SLB routinesMahesh Salgaonkar1-0/+3
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-33/+14
2019-03-07arch: simplify several early memory allocationsMike Rapoport1-2/+1
2019-03-07powerpc: prefer memblock APIs returning virtual addressMike Rapoport4-31/+13
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds29-246/+366
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-1/+1
2019-03-05powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backingAneesh Kumar K.V1-17/+7
2019-03-05powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_allocAneesh Kumar K.V1-87/+38
2019-03-05arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgradeAneesh Kumar K.V2-0/+42
2019-03-05arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V2-0/+43
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-7/+7
2019-03-02powerpc/mm: fix "section_base" set but not usedQian Cai1-2/+0
2019-03-02powerpc/mm: Fix "sz" set but not used warningQian Cai1-2/+1
2019-03-02powerpc/mm: Check secondary hash page tableRashmica Gupta1-1/+1
2019-02-26powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown searchAneesh Kumar K.V1-4/+6
2019-02-26powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callbackAneesh Kumar K.V1-2/+3