summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-293-8/+18
|\
| * libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V2019-09-241-1/+16
| * powerpc/book3s64: Export has_transparent_hugepage() related functions.Aneesh Kumar K.V2019-09-242-7/+2
* | Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-284-23/+141
|\ \
| * | powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-09-242-11/+98
| * | powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-09-242-3/+3
| * | powerpc/mm: Fix an Oops in kasan_mmu_init()Christophe Leroy2019-09-211-1/+14
| * | powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLYChristophe Leroy2019-09-211-8/+13
| * | powerpc/book3s64/radix: Remove WARN_ON in destroy_context()Aneesh Kumar K.V2019-09-211-1/+14
* | | mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-3/+3
* | | thp: update split_huge_page_pmd() commentKefeng Wang2019-09-241-1/+1
* | | mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* | | mm: introduce page_shift()Matthew Wilcox (Oracle)2019-09-241-5/+2
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-6/+6
|\ \ \ | |/ / |/| |
| * | pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-5/+5
| * | mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-1/+1
| |/
* | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-2020-1019/+786
|\ \
| * | powerpc/mm/radix: remove useless kernel messagesQian Cai2019-09-141-3/+0
| * | powerpc/64s: Remove overlaps_kvm_tmp()Michael Ellerman2019-09-141-4/+0
| * | powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin2019-09-052-18/+219
| * | powerpc/64s: remove unnecessary translation cache flushes at bootNicholas Piggin2019-09-053-8/+7
| * | powerpc/64s/pseries: radix flush translations before MMU is enabled at bootNicholas Piggin2019-09-052-8/+10
| * | powerpc/64s: make mmu_partition_table_set_entry TLB flush optionalNicholas Piggin2019-09-053-4/+4
| * | powerpc/64s/radix: tidy up TLB flushing codeNicholas Piggin2019-09-052-100/+30
| * | powerpc/64s: remove register_process_table callbackNicholas Piggin2019-09-053-42/+12
| * | powerpc/64s/exception: reduce page fault unnecessary loadsNicholas Piggin2019-08-301-2/+2
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-08-303-19/+46
| |\ \
| | * | powerpc/mm: Write to PTCR only if ultravisor disabledClaudio Carvalho2019-08-303-6/+9
| | * | powerpc/mm: Use UV_WRITE_PATE ucall to register a PATEMichael Anderson2019-08-301-13/+37
| * | | powerpc: use the generic dma coherent remap allocatorChristoph Hellwig2019-08-283-322/+9
| * | | powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy2019-08-282-10/+7
| * | | powerpc/mm: split out early ioremap path.Christophe Leroy2019-08-273-27/+33
| * | | powerpc/mm: refactor ioremap vm area setup.Christophe Leroy2019-08-273-21/+31
| * | | powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy2019-08-275-65/+27
| * | | powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy2019-08-275-227/+229
| * | | powerpc/mm: make ioremap_bot common to allChristophe Leroy2019-08-275-7/+5
| * | | powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy2019-08-273-41/+19
| * | | powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy2019-08-274-61/+37
| * | | powerpc/mm: rework io-workaround invocation.Christophe Leroy2019-08-271-8/+9
| * | | powerpc/mm: drop function __ioremap()Christophe Leroy2019-08-272-16/+2
| * | | powerpc/mm: drop ppc_md.iounmap() and __iounmap()Christophe Leroy2019-08-271-10/+1
| * | | powerpc/64s/radix: Fix memory hot-unplug page table splitNicholas Piggin2019-08-201-2/+2
| * | | powerpc/64s/radix: Fix memory hotplug section page table creationNicholas Piggin2019-08-201-1/+1
| * | | powerpc/mm: ppc 603 doesn't need update_mmu_cache()Christophe Leroy2019-08-201-0/+2
| * | | powerpc/mm: Simplify update_mmu_cache() on BOOK3S32Christophe Leroy2019-08-203-26/+9
| * | | powerpc/mm: move update_mmu_cache() into book3s hash utils.Christophe Leroy2019-08-204-58/+102
| * | | powerpc/mm: move FSL_BOOK3 version of update_mmu_cache()Christophe Leroy2019-08-202-10/+14
| * | | powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy2019-08-201-4/+7
| * | | powerpc/mm: don't display empty early ioremap areaChristophe Leroy2019-08-201-2/+3
| * | | powerpc/32s: Fix boot failure with DEBUG_PAGEALLOC without KASAN.Christophe Leroy2019-08-201-0/+9