summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kasan: Fix early region not updated correctlyChen Jingwen2022-04-151-1/+1
* powerpc/mm: Fix lockup on kernel exec faultChristophe Leroy2021-07-191-3/+1
* powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe2021-05-141-2/+2
* powerpc/mm: Fix verification of MMU_FTR_TYPE_44xChristophe Leroy2020-12-301-1/+1
* powerpc/mm: sanity_check_fault() should work for all, not only BOOK3SChristophe Leroy2020-12-301-5/+3
* powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mmNicholas Piggin2020-10-291-7/+16
* pseries/drmem: don't cache node id in drmem_lmb structScott Cheloha2020-10-291-5/+1
* powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()Alexey Kardashevskiy2020-10-011-18/+21
* powerpc/book3s64/radix: Fix boot failure with large amount of guest memoryAneesh Kumar K.V2020-09-232-17/+9
* powerpc: Allow 4224 bytes of stack expansion for the signal frameMichael Ellerman2020-08-211-2/+5
* powerpc/ptdump: Fix build failure in hashpagetable.cChristophe Leroy2020-08-211-1/+1
* powerpc/book3s64/pkeys: Use PVR check instead of cpu featureAneesh Kumar K.V2020-08-191-6/+10
* Revert "powerpc/kasan: Fix shadow pages allocation failure"Christophe Leroy2020-08-112-3/+3
* powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkeyAneesh Kumar K.V2020-07-221-5/+7
* powerpc/32s: Don't warn when mapping RO data ROX.Christophe Leroy2020-06-241-2/+4
* powerpc/ptdump: Add _PAGE_COHERENT flagChristophe Leroy2020-06-241-0/+5
* powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy2020-06-222-3/+3
* powerpc/mm: Fix conditions to perform MMU specific management by blocks on PP...Christophe Leroy2020-06-221-2/+2
* powerpc/ptdump: Properly handle non standard page sizeChristophe Leroy2020-06-171-9/+12
* powerpc/kasan: Fix kasan_remap_early_shadow_ro()Christophe Leroy2020-04-171-1/+1
* powerpc/fsl_booke: Avoid creating duplicate tlb1 entryLaurentiu Tudor2020-04-171-1/+11
* powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()Michael Ellerman2020-03-121-0/+2
* powerpc: Convert flush_icache_range & friends to CAlastair D'Silva2020-03-121-1/+149
* powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page sizeChristophe Leroy2020-02-281-11/+18
* powerpc/mm: Don't log user reads to 0xffffffffChristophe Leroy2020-02-241-0/+3
* powerpc/ptdump: Fix W+X verification call in mark_rodata_ro()Christophe Leroy2020-02-141-0/+1
* powerpc/32s: Fix bad_kuap_fault()Christophe Leroy2020-02-111-1/+1
* powerpc/ptdump: Fix W+X verificationChristophe Leroy2020-02-111-1/+3
* powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V2020-02-111-7/+0
* powerpc: Ensure that swiotlb buffer is allocated from low memoryMike Rapoport2020-01-121-0/+8
* powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache...Aneesh Kumar K.V2020-01-091-1/+1
* powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notraceMichael Ellerman2020-01-091-2/+2
* powerpc: Chunk calls to flush_dcache_range in arch_*_memoryAlastair D'Silva2020-01-091-2/+25
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-091-2/+1
* 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
* Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-293-8/+18
|\
| * libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V2019-09-241-1/+16
| * powerpc/book3s64: Export has_transparent_hugepage() related functions.Aneesh Kumar K.V2019-09-242-7/+2
* | Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-284-23/+141
|\ \
| * | powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-09-242-11/+98
| * | powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-09-242-3/+3
| * | powerpc/mm: Fix an Oops in kasan_mmu_init()Christophe Leroy2019-09-211-1/+14
| * | powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLYChristophe Leroy2019-09-211-8/+13
| * | powerpc/book3s64/radix: Remove WARN_ON in destroy_context()Aneesh Kumar K.V2019-09-211-1/+14
* | | mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-3/+3
* | | thp: update split_huge_page_pmd() commentKefeng Wang2019-09-241-1/+1
* | | mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* | | mm: introduce page_shift()Matthew Wilcox (Oracle)2019-09-241-5/+2
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-6/+6
|\ \ \ | |/ / |/| |