summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc: simplify BDI switchChristophe Leroy2019-02-221-5/+2
| * powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instructionNicholas Piggin2019-02-221-0/+5
| * Merge branch 'topic/dma' into nextMichael Ellerman2019-02-212-35/+27
| |\
| | * powerpc/dma: use the generic direct mapping bypassChristoph Hellwig2019-02-181-3/+3
| | * powerpc/dma: use the dma_direct mapping routinesChristoph Hellwig2019-02-181-9/+20
| | * powerpc/dma: use the dma-direct allocator for coherent platformsChristoph Hellwig2019-02-181-22/+0
| | * powerpc/dma: remove dma_nommu_mmap_coherentChristoph Hellwig2019-02-181-2/+5
| * | Merge branch 'fixes' into nextMichael Ellerman2019-02-191-0/+22
| |\ \
| * | | powerpc: Drop page_is_ram() and walk_system_ram_range()Christophe Leroy2019-02-041-33/+6
| * | | powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot2019-01-301-8/+1
| * | | powerpc: remove unnecessary unlikely()Igor Stoppa2019-01-151-1/+1
| * | | powerpc/mm: Fix debugfs_simple_attr.cocci warningsYueHaibing2019-01-141-3/+3
| | |/ | |/|
* | | numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-1/+1
* | | powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backingAneesh Kumar K.V2019-03-051-17/+7
* | | powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_a...Aneesh Kumar K.V2019-03-051-87/+38
* | | arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgradeAneesh Kumar K.V2019-03-052-0/+42
* | | arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V2019-03-052-0/+43
* | | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-7/+7
| |/ |/|
* | powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V2019-01-311-0/+22
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-5/+5
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-042-5/+5
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-2/+2
|/
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+2
* Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-2725-338/+668
|\
| * powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy2018-12-211-9/+84
| * powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a regionAlexey Kardashevskiy2018-12-211-10/+9
| * powerpc/mm: Fix reporting of kernel execute faults on the 8xxChristophe Leroy2018-12-211-1/+3
| * powerpc/pkeys: Fix handling of pkey state across fork()Ram Pai2018-12-211-0/+10
| * powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun2018-12-201-0/+7
| * powerpc/mm: Make NULL pointer deferences explicit on bad page faults.Christophe Leroy2018-12-201-8/+9
| * powerpc: use mm zones more sensiblyChristoph Hellwig2018-12-201-30/+17
| * powerpc/dma: split the two __dma_alloc_coherent implementationsChristoph Hellwig2018-12-201-8/+7
| * powerpc/mm/hash: Handle user access of kernel address gracefullyAneesh Kumar K.V2018-12-201-5/+19
| * powerpc/mm: add exec protection on powerpc 603Christophe Leroy2018-12-192-11/+11
| * powerpc/mm: define an empty slice_init_new_context_exec()Christophe Leroy2018-12-191-2/+0
| * powerpc/book3s/32: fix number of bats in p/v_block_mapped()Christophe Leroy2018-12-191-2/+2
| * powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy2018-12-191-11/+3
| * powerpc/8xx: use modify_instruction_site()Christophe Leroy2018-12-191-5/+1
| * powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy2018-12-192-39/+29
| * powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy2018-12-191-11/+1
| * powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy2018-12-191-1/+1
| * Merge branch 'fixes' into nextMichael Ellerman2018-12-172-3/+17
| |\
| * | powerpc/mm: dump block address translation on book3s/32Christophe Leroy2018-12-042-1/+174
| * | powerpc/mm: dump segment registers on book3s/32Christophe Leroy2018-12-042-1/+65
| * | powerpc/8xx: Enable 512k hugepage support with HW assistanceChristophe Leroy2018-12-042-1/+12
| * | powerpc/8xx: Enable 8M hugepage support with HW assistanceChristophe Leroy2018-12-041-0/+3
| * | powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy2018-12-041-2/+2
| * | powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy2018-12-041-6/+0
| * | powerpc/mm: remove unnecessary test in pgtable_cache_init()Christophe Leroy2018-12-041-2/+2
| * | powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy2018-12-042-17/+35