aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/mem.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageGravatar Christoph Hellwig 1-1/+1
2020-06-08powerpc: unexport flush_icache_user_rangeGravatar Christoph Hellwig 1-1/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+2
2020-06-04arch/kmap: ensure kmap_prot visibilityGravatar Ira Weiny 1-3/+0
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Gravatar Mike Rapoport 1-1/+1
2020-06-02powerpc/mem: Blacklist flush_dcache_icache_phys() for kprobeGravatar Christophe Leroy 1-0/+2
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsGravatar Logan Gunthorpe 1-1/+2
2020-04-10powerpc/mm: thread pgprot_t through create_section_mapping()Gravatar Logan Gunthorpe 1-2/+3
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsGravatar Logan Gunthorpe 1-2/+2
2020-03-10Merge branch 'fixes' into nextGravatar Michael Ellerman 1-0/+2
2020-03-05powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()Gravatar Michael Ellerman 1-0/+2
2020-02-26powerpc/32: drop get_pteptr()Gravatar Christophe Leroy 1-5/+0
2020-02-26powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Gravatar Christophe Leroy 1-2/+1
2020-01-27powerpc/32: Add support of KASAN_VMALLOCGravatar Christophe Leroy 1-0/+4
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryGravatar David Hildenbrand 1-2/+1
2019-12-13powerpc: Ensure that swiotlb buffer is allocated from low memoryGravatar Mike Rapoport 1-0/+8
2019-12-05powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache...Gravatar Aneesh Kumar K.V 1-1/+1
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-8/+175
2019-11-29powerpc/fixmap: fix crash with HIGHMEMGravatar Christophe Leroy 1-0/+6
2019-11-25powerpc/fixmap: don't clear fixmap area in paging_init()Gravatar Christophe Leroy 1-8/+0
2019-11-07powerpc: Don't flush caches when adding memoryGravatar Alastair D'Silva 1-2/+0
2019-11-07powerpc: Chunk calls to flush_dcache_range in arch_*_memoryGravatar Alastair D'Silva 1-2/+25
2019-11-07powerpc: Convert flush_icache_range & friends to CGravatar Alastair D'Silva 1-1/+149
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableGravatar Nicolas Saenz Julienne 1-5/+15
2019-08-28powerpc: use the generic dma coherent remap allocatorGravatar Christoph Hellwig 1-4/+0
2019-08-20powerpc/mm: move update_mmu_cache() into book3s hash utils.Gravatar Christophe Leroy 1-52/+0
2019-08-20powerpc/mm: move FSL_BOOK3 version of update_mmu_cache()Gravatar Christophe Leroy 1-8/+0
2019-08-20powerpc/mm: define empty update_mmu_cache() as static inlineGravatar Christophe Leroy 1-4/+7
2019-08-20powerpc/mm: don't display empty early ioremap areaGravatar Christophe Leroy 1-2/+3
2019-07-24Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEGravatar David Hildenbrand 1-2/+0
2019-07-15powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMAGravatar Andrea Arcangeli 1-1/+1
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-9/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-2/+2
2019-07-05powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Gravatar Christophe Leroy 1-2/+2
2019-07-02memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagGravatar Christoph Hellwig 1-9/+1
2019-06-22Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+2
2019-06-19powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacGravatar Christoph Hellwig 1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failGravatar David Hildenbrand 1-6/+3
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugGravatar Michal Hocko 1-3/+3
2019-05-14initramfs: provide a generic free_initrd_mem implementationGravatar Christoph Hellwig 1-7/+0
2019-05-03powerpc/32: prepare shadow area for KASANGravatar Christophe Leroy 1-0/+4
2019-05-02powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Gravatar Christophe Leroy 1-1/+1
2019-04-21powerpc/mm: Fix section mismatch warningGravatar Aneesh Kumar K.V 1-4/+4
2019-04-20powerpc/mm: move warning from resize_hpt_for_hotplug()Gravatar Laurent Vivier 1-1/+2
2019-02-21Merge branch 'topic/dma' into nextGravatar Michael Ellerman 1-22/+0
2019-02-18powerpc/dma: use the dma-direct allocator for coherent platformsGravatar Christoph Hellwig 1-22/+0
2019-02-04powerpc: Drop page_is_ram() and walk_system_ram_range()Gravatar Christophe Leroy 1-33/+6