aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-01-31powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V1-0/+22
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+5
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2-5/+5
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-2/+2
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+2
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds25-338/+668
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2018-12-21powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy1-9/+84
2018-12-21powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a regionAlexey Kardashevskiy1-10/+9
2018-12-21powerpc/mm: Fix reporting of kernel execute faults on the 8xxChristophe Leroy1-1/+3
2018-12-21powerpc/pkeys: Fix handling of pkey state across fork()Ram Pai1-0/+10
2018-12-20powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun1-0/+7
2018-12-20powerpc/mm: Make NULL pointer deferences explicit on bad page faults.Christophe Leroy1-8/+9
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig1-30/+17
2018-12-20powerpc/dma: split the two __dma_alloc_coherent implementationsChristoph Hellwig1-8/+7
2018-12-20powerpc/mm/hash: Handle user access of kernel address gracefullyAneesh Kumar K.V1-5/+19
2018-12-19powerpc/mm: add exec protection on powerpc 603Christophe Leroy2-11/+11
2018-12-19powerpc/mm: define an empty slice_init_new_context_exec()Christophe Leroy1-2/+0
2018-12-19powerpc/book3s/32: fix number of bats in p/v_block_mapped()Christophe Leroy1-2/+2
2018-12-19powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy1-11/+3
2018-12-19powerpc/8xx: use modify_instruction_site()Christophe Leroy1-5/+1
2018-12-19powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy2-39/+29
2018-12-19powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy1-11/+1
2018-12-19powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy1-1/+1
2018-12-17Merge branch 'fixes' into nextMichael Ellerman2-3/+17
2018-12-17KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh1-0/+1
2018-12-09powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran1-3/+16
2018-12-04powerpc/mm: dump block address translation on book3s/32Christophe Leroy2-1/+174
2018-12-04powerpc/mm: dump segment registers on book3s/32Christophe Leroy2-1/+65
2018-12-04powerpc/8xx: Enable 512k hugepage support with HW assistanceChristophe Leroy2-1/+12
2018-12-04powerpc/8xx: Enable 8M hugepage support with HW assistanceChristophe Leroy1-0/+3
2018-12-04powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy1-2/+2
2018-12-04powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy1-6/+0
2018-12-04powerpc/mm: remove unnecessary test in pgtable_cache_init()Christophe Leroy1-2/+2
2018-12-04powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy2-17/+35
2018-12-04powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)Christophe Leroy1-19/+7
2018-12-04powerpc/mm: enable the use of page table cache of order 0Christophe Leroy1-3/+3
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy4-22/+16
2018-12-04powerpc/mm: add helpers to get/set mm.context->pte_fragChristophe Leroy1-4/+4
2018-12-04powerpc/mm: Avoid useless lock with single page fragmentsChristophe Leroy2-0/+6
2018-12-04powerpc/mm: Move pte_fragment_alloc() to a common locationChristophe Leroy4-101/+119
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2018-11-27powerpc/mm: Fix linux page tables build with some configsMichael Ellerman1-0/+1
2018-11-26powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3SChristophe Leroy3-5/+5
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy2-2/+2
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy1-1/+1