summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2022-08-25powerpc/ptdump: Fix display of RW pages on FSL_BOOK3EChristophe Leroy1-3/+3
2022-08-25powerpc/mm: Split dump_pagelinuxtables flag_array tableChristophe Leroy6-153/+307
2022-06-25powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy1-1/+1
2021-05-22powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe1-2/+2
2020-10-30powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mmNicholas Piggin1-7/+16
2020-08-21powerpc: Allow 4224 bytes of stack expansion for the signal frameMichael Ellerman1-2/+5
2020-08-19powerpc/book3s64/pkeys: Use PVR check instead of cpu featureAneesh Kumar K.V1-6/+10
2020-07-22powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkeyAneesh Kumar K.V1-5/+7
2020-04-17powerpc/fsl_booke: Avoid creating duplicate tlb1 entryLaurentiu Tudor1-1/+11
2020-01-29mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-10/+1
2020-01-29mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2020-01-29mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand1-6/+3
2020-01-29powerpc/mm: Fix section mismatch warningAneesh Kumar K.V1-4/+4
2020-01-29mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+2
2020-01-27powerpc/64s/radix: Fix memory hot-unplug page table splitNicholas Piggin1-2/+2
2020-01-27powerpc/mm: Check secondary hash page tableRashmica Gupta1-1/+1
2020-01-12powerpc: Ensure that swiotlb buffer is allocated from low memoryMike Rapoport1-0/+8
2020-01-04powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warningAneesh Kumar K.V1-0/+1
2020-01-04powerpc/pseries: Don't fail hash page table insert for bolted mappingAneesh Kumar K.V1-1/+8
2019-12-05powerpc/mm: Make NULL pointer deferences explicit on bad page faults.Christophe Leroy1-8/+9
2019-12-05powerpc/book3s/32: fix number of bats in p/v_block_mapped()Christophe Leroy1-2/+2
2019-12-01powerpc/64s/radix: Fix radix__flush_tlb_collapsed_pmd double flushing pmdNicholas Piggin1-1/+0
2019-12-01powerpc/mm/radix: Fix small page at boundary when splittingMichael Ellerman1-2/+2
2019-12-01powerpc/mm/radix: Fix overuse of small pages in splitting logicMichael Ellerman1-2/+2
2019-12-01powerpc/mm/radix: Fix off-by-one in split mapping logicMichael Ellerman1-2/+2
2019-11-24powerpc/64s/radix: Explicitly flush ERAT with local LPID invalidationNicholas Piggin1-0/+1
2019-11-20powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin1-1/+1
2019-11-10powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2-11/+98
2019-10-11powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2-3/+3
2019-10-11powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy1-1/+8
2019-09-21powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V1-9/+7
2019-09-16powerpc/mm: Limit rma_size to 1TB when running without HV modeSuraj Jitindar Singh1-0/+9
2019-09-16powerpc/pkeys: Fix handling of pkey state across fork()Ram Pai1-0/+10
2019-07-31powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V1-0/+8
2019-06-25powerpc/mm/64s/hash: Reallocate context ids on forkMichael Ellerman1-4/+42
2019-05-31powerpc/numa: improve control of topology updatesNathan Lynch1-6/+12
2019-05-08powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V1-4/+6
2019-04-05powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot1-8/+1
2019-04-05powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callbackAneesh Kumar K.V1-2/+3
2019-04-03powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun1-0/+7
2019-02-15powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V1-0/+22
2019-02-12powerpc/mm: Fix reporting of kernel execute faults on the 8xxChristophe Leroy1-1/+3
2019-01-13powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran1-3/+16
2019-01-13powerpc/mm: Fix linux page tables build with some configsMichael Ellerman1-0/+1
2018-12-01powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran1-1/+1
2018-11-21Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy1-1/+1
2018-11-21powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleakChristophe Leroy1-0/+3
2018-11-21powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens1-0/+3
2018-11-21powerpc/mm: fix always true/false warning in slice.cChristophe Leroy1-7/+14
2018-11-21powerpc/mm: Fix page table dump to work on RadixMichael Ellerman1-3/+9