summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mmNicholas Piggin2020-10-301-7/+16
* powerpc: Allow 4224 bytes of stack expansion for the signal frameMichael Ellerman2020-08-211-2/+5
* powerpc/book3s64/pkeys: Use PVR check instead of cpu featureAneesh Kumar K.V2020-08-191-6/+10
* powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkeyAneesh Kumar K.V2020-07-221-5/+7
* powerpc/fsl_booke: Avoid creating duplicate tlb1 entryLaurentiu Tudor2020-04-171-1/+11
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-291-10/+1
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2020-01-291-2/+0
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2020-01-291-6/+3
* powerpc/mm: Fix section mismatch warningAneesh Kumar K.V2020-01-291-4/+4
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2020-01-291-1/+2
* powerpc/64s/radix: Fix memory hot-unplug page table splitNicholas Piggin2020-01-271-2/+2
* powerpc/mm: Check secondary hash page tableRashmica Gupta2020-01-271-1/+1
* powerpc: Ensure that swiotlb buffer is allocated from low memoryMike Rapoport2020-01-121-0/+8
* powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warningAneesh Kumar K.V2020-01-041-0/+1
* powerpc/pseries: Don't fail hash page table insert for bolted mappingAneesh Kumar K.V2020-01-041-1/+8
* powerpc/mm: Make NULL pointer deferences explicit on bad page faults.Christophe Leroy2019-12-051-8/+9
* powerpc/book3s/32: fix number of bats in p/v_block_mapped()Christophe Leroy2019-12-051-2/+2
* powerpc/64s/radix: Fix radix__flush_tlb_collapsed_pmd double flushing pmdNicholas Piggin2019-12-011-1/+0
* powerpc/mm/radix: Fix small page at boundary when splittingMichael Ellerman2019-12-011-2/+2
* powerpc/mm/radix: Fix overuse of small pages in splitting logicMichael Ellerman2019-12-011-2/+2
* powerpc/mm/radix: Fix off-by-one in split mapping logicMichael Ellerman2019-12-011-2/+2
* powerpc/64s/radix: Explicitly flush ERAT with local LPID invalidationNicholas Piggin2019-11-241-0/+1
* powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin2019-11-201-1/+1
* powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-11-102-11/+98
* powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-10-112-3/+3
* powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy2019-10-111-1/+8
* powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V2019-09-211-9/+7
* powerpc/mm: Limit rma_size to 1TB when running without HV modeSuraj Jitindar Singh2019-09-161-0/+9
* powerpc/pkeys: Fix handling of pkey state across fork()Ram Pai2019-09-161-0/+10
* powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V2019-07-311-0/+8
* powerpc/mm/64s/hash: Reallocate context ids on forkMichael Ellerman2019-06-251-4/+42
* powerpc/numa: improve control of topology updatesNathan Lynch2019-05-311-6/+12
* powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V2019-05-081-4/+6
* powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot2019-04-051-8/+1
* powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callbackAneesh Kumar K.V2019-04-051-2/+3
* powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun2019-04-031-0/+7
* powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V2019-02-151-0/+22
* powerpc/mm: Fix reporting of kernel execute faults on the 8xxChristophe Leroy2019-02-121-1/+3
* powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran2019-01-131-3/+16
* powerpc/mm: Fix linux page tables build with some configsMichael Ellerman2019-01-131-0/+1
* powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran2018-12-011-1/+1
* Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy2018-11-211-1/+1
* powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleakChristophe Leroy2018-11-211-0/+3
* powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens2018-11-211-0/+3
* powerpc/mm: fix always true/false warning in slice.cChristophe Leroy2018-11-211-7/+14
* powerpc/mm: Fix page table dump to work on RadixMichael Ellerman2018-11-211-3/+9
* powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9Nicholas Piggin2018-11-131-2/+2
* Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-10-071-2/+3
|\
| * powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju2018-10-051-2/+3
* | Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-09-283-3/+8
|\|