summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2019-11-07powerpc: Chunk calls to flush_dcache_range in arch_*_memoryAlastair D'Silva
2019-11-07powerpc: Convert flush_icache_range & friends to CAlastair D'Silva
2019-11-05powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warningAneesh Kumar K.V
2019-11-05powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is setAneesh Kumar K.V
2019-11-05powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_allAneesh Kumar K.V
2019-11-05powerpc/mm/book3s64/radix: Remove unused code.Aneesh Kumar K.V
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne
2019-10-28powerpc/book3s64/hash: Use secondary hash for bolted mapping if the primary i...Aneesh Kumar K.V
2019-10-28powerpc/pseries: Don't fail hash page table insert for bolted mappingAneesh Kumar K.V
2019-10-28powerpc/nvdimm: Update vmemmap_populated to check sub-section rangeAneesh Kumar K.V
2019-10-11powerpc/pkeys: remove unused pkey_allows_readwriteQian Cai
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-28Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-24thp: update split_huge_page_pmd() commentKefeng Wang
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-09-24mm: introduce page_shift()Matthew Wilcox (Oracle)
2019-09-24libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V
2019-09-24powerpc/book3s64: Export has_transparent_hugepage() related functions.Aneesh Kumar K.V
2019-09-24powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V
2019-09-24powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-21powerpc/mm: Fix an Oops in kasan_mmu_init()Christophe Leroy
2019-09-21powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLYChristophe Leroy
2019-09-21powerpc/book3s64/radix: Remove WARN_ON in destroy_context()Aneesh Kumar K.V
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-09-14powerpc/mm/radix: remove useless kernel messagesQian Cai
2019-09-14powerpc/64s: Remove overlaps_kvm_tmp()Michael Ellerman
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-09-05powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin
2019-09-05powerpc/64s: remove unnecessary translation cache flushes at bootNicholas Piggin
2019-09-05powerpc/64s/pseries: radix flush translations before MMU is enabled at bootNicholas Piggin
2019-09-05powerpc/64s: make mmu_partition_table_set_entry TLB flush optionalNicholas Piggin
2019-09-05powerpc/64s/radix: tidy up TLB flushing codeNicholas Piggin
2019-09-05powerpc/64s: remove register_process_table callbackNicholas Piggin
2019-08-30powerpc/64s/exception: reduce page fault unnecessary loadsNicholas Piggin
2019-08-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2019-08-30powerpc/mm: Write to PTCR only if ultravisor disabledClaudio Carvalho
2019-08-30powerpc/mm: Use UV_WRITE_PATE ucall to register a PATEMichael Anderson
2019-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig
2019-08-28powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy
2019-08-27powerpc/mm: split out early ioremap path.Christophe Leroy
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy
2019-08-27powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy
2019-08-27powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy
2019-08-27powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy
2019-08-27powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy
2019-08-27powerpc/mm: rework io-workaround invocation.Christophe Leroy