aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2023-04-04powerpc/papr_scm: Update the NUMA distance table for the target nodeGravatar Aneesh Kumar K.V 1-0/+1
2023-03-15powerpc/mm: Fix false detection of read faultsGravatar Russell Currey 1-3/+8
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 5-40/+44
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-02-20powerpc/e500: Add missing prototype for 'relocate_init'Gravatar Christophe Leroy 1-0/+1
2023-02-16powerpc/mm: Rearrange if-else block to avoid clang warningGravatar Anders Roxell 1-7/+4
2023-02-16powerpc/nohash: Fix build with llvm-asGravatar Michael Ellerman 1-1/+1
2023-02-16powerpc/nohash: Fix build error with binutils >= 2.38Gravatar Michael Ellerman 1-1/+4
2023-02-12Merge branch 'fixes' into nextGravatar Michael Ellerman 2-1/+25
2023-02-10powerpc/64s: Fix stress_hpt memblock alloc alignmentGravatar Nicholas Piggin 1-1/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2023-02-08powerpc/64s/radix: Remove TLB_FLUSH_ALL test from range flushesGravatar Nicholas Piggin 1-11/+10
2023-02-08powerpc/64s/radix: mm->context.id should always be validGravatar Nicholas Piggin 1-18/+21
2023-02-08powerpc/64s/radix: Remove need_flush_all test from radix__tlb_flushGravatar Nicholas Piggin 1-1/+1
2023-01-31powerpc/64s/radix: Fix RWX mapping with relocated kernelGravatar Michael Ellerman 1-0/+13
2023-01-31powerpc/64s/radix: Fix crash with unaligned relocated kernelGravatar Michael Ellerman 1-0/+11
2023-01-12powerpc/64s/hash: Make stress_hpt_timer_fn() staticGravatar Yang Yingliang 1-1/+1
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 8-5/+165
2022-12-02powerpc/code-patching: Remove protection against patching init addresses afte...Gravatar Christophe Leroy 1-1/+0
2022-12-02powerpc/64s/hash: add stress_hpt kernel boot option to increase hash faultsGravatar Nicholas Piggin 4-1/+155
2022-11-30powerpc/tlb: Add local flush for page given mm_struct and psizeGravatar Benjamin Gray 1-0/+8
2022-11-30powerpc/book3e: remove #include <generated/utsrelease.h>Gravatar Thomas Weißschuh 1-1/+0
2022-11-30Merge branch 'fixes' into nextGravatar Michael Ellerman 3-17/+70
2022-11-24powerpc: Remove find_current_mm_pte()Gravatar Christophe Leroy 1-2/+2
2022-11-08hugetlb: simplify hugetlb handling in follow_page_maskGravatar Mike Kravetz 1-37/+0
2022-10-18powerpc/64s: Fix hash__change_memory_range preemption warningGravatar Nicholas Piggin 1-3/+5
2022-10-18powerpc/64s: make linear_map_hash_lock a raw spinlockGravatar Nicholas Piggin 1-6/+6
2022-10-18powerpc/64s: make HPTE lock and native_tlbie_lock irq-safeGravatar Nicholas Piggin 1-2/+25
2022-10-18powerpc/64s: Add lockdep for HPTE lockGravatar Nicholas Piggin 1-7/+35
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-16/+8
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 20-160/+128
2022-09-30powerpc/mm: Fix UBSAN warning reported on hugetlbGravatar Aneesh Kumar K.V 1-3/+3
2022-09-30powerpc/mm: Always update max/min_low_pfn in mem_topology_setup()Gravatar Aneesh Kumar K.V 1-3/+3
2022-09-30powerpc/mm/book3s/hash: Rename flush_tlb_pmd_rangeGravatar Aneesh Kumar K.V 2-2/+2
2022-09-28powerpc: Ignore DSI error caused by the copy/paste instructionGravatar Haren Myneni 1-1/+16
2022-09-28powerpc/64e: provide an addressing macro for use with TOC in alternate registerGravatar Nicholas Piggin 1-1/+1
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCGravatar Nicholas Piggin 1-1/+1
2022-09-28powerpc/64s: Enable KFENCE on book3s64Gravatar Nicholas Miehlbradt 2-7/+9
2022-09-28powerpc/64s: Allow double call of kernel_[un]map_linear_page()Gravatar Christophe Leroy 1-1/+7
2022-09-28powerpc/64s: Remove unneeded #ifdef CONFIG_DEBUG_PAGEALLOC in hash_utilsGravatar Christophe Leroy 1-7/+2
2022-09-28powerpc/64s: Add DEBUG_PAGEALLOC for radixGravatar Nicholas Miehlbradt 1-4/+14
2022-09-26powerpc: remove mmap linked list walksGravatar Matthew Wilcox (Oracle) 2-16/+8
2022-09-26powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushGravatar Yang Shi 1-9/+0
2022-09-26powerpc: Remove impossible mmu_psize_defs[] on nohashGravatar Christophe Leroy 1-49/+15
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUGravatar Christophe Leroy 2-3/+3
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EGravatar Christophe Leroy 8-16/+16
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EGravatar Christophe Leroy 2-4/+4
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEGravatar Christophe Leroy 5-7/+7
2022-09-26powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3EGravatar Christophe Leroy 1-6/+0
2022-09-26powerpc/highmem: Properly handle fragmented memoryGravatar Christophe Leroy 1-1/+1