summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | powerpc/kasan: Fix shadow area set up for modules.Christophe Leroy2019-08-201-1/+1
| * | | powerpc/kasan: Fix parallel loading of modules.Christophe Leroy2019-08-201-2/+19
| * | | powerpc/ptdump: drop non vital #ifdefsChristophe Leroy2019-08-201-15/+9
| * | | powerpc/ptdump: get out of note_prot_wx() when CONFIG_PPC_DEBUG_WX is not sel...Christophe Leroy2019-08-201-1/+1
| * | | powerpc/ptdump: drop dummy KERN_VIRT_START on PPC32Christophe Leroy2019-08-201-10/+8
| * | | powerpc/ptdump: fix walk_pagetables() address mismatchChristophe Leroy2019-08-201-5/+3
| * | | powerpc/ptdump: Fix addresses display on PPC32Christophe Leroy2019-08-201-1/+1
| * | | powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy2019-08-191-1/+8
| * | | Merge branch 'fixes' into nextMichael Ellerman2019-08-192-3/+5
| |\ \ \ | |/ / / |/| | |
| * | | powerpc/64s: Make boot look nice(r)Nicholas Piggin2019-08-151-3/+0
| |/ /
* | / powerpc/64e: Drop stale call to smp_processor_id() which hangs SMP startupChristophe Leroy2019-08-121-1/+0
| |/ |/|
* | powerpc/kasan: fix early boot failure on PPC32Christophe Leroy2019-07-311-2/+5
|/
* Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-242-1/+10
|\
| * powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMAAndrea Arcangeli2019-07-151-1/+1
| * powerpc/mm: Limit rma_size to 1TB when running without HV modeSuraj Jitindar Singh2019-07-151-0/+9
* | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-181-2/+0
* | mm: add account_locked_vm utility functionDaniel Jordan2019-07-161-37/+4
* | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-21/+2
* | mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-07-161-0/+5
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-141-9/+1
|\ \ | |/ |/|
| * memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-9/+1
* | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-1317-188/+285
|\ \
| * | powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy2019-07-051-2/+2
| * | powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cacheAneesh Kumar K.V2019-07-051-2/+8
| * | powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table cachesAneesh Kumar K.V2019-07-051-1/+6
| * | powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V2019-07-051-0/+8
| * | powerpc/mm: pmd_devmap implies pmd_large().Aneesh Kumar K.V2019-07-052-2/+2
| * | powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-054-19/+25
| * | powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap b...Aneesh Kumar K.V2019-07-051-1/+4
| * | powerpc/mm: Consolidate numa_enable check and min_common_depth checkAneesh Kumar K.V2019-07-051-5/+11
| * | powerpc/mm: Fix node look up with numa=off bootAneesh Kumar K.V2019-07-051-3/+3
| * | powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0Aneesh Kumar K.V2019-07-051-4/+6
| * | powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V2019-07-051-9/+7
| * | powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesizeAneesh Kumar K.V2019-07-051-3/+1
| * | powerpc/pseries: Provide vcpu dispatch statisticsNaveen N. Rao2019-07-041-0/+16
| * | powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/Naveen N. Rao2019-07-044-112/+0
| * | powerpc/pseries: Generalize hcall_vphn()Naveen N. Rao2019-07-042-14/+21
| * | powerpc/mm: mark more tlb functions as __always_inlineMasahiro Yamada2019-07-032-17/+17
| * | powerpc/64s/radix: keep kernel ERAT over local process/guest invalidatesNicholas Piggin2019-07-031-3/+3
| * | powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin2019-07-032-5/+5