summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* | powerpc/64s/radix: Fix RWX mapping with relocated kernelMichael Ellerman2023-01-311-0/+13
* | powerpc/64s/radix: Fix crash with unaligned relocated kernelMichael Ellerman2023-01-311-0/+11
|/
* powerpc/64s/hash: Make stress_hpt_timer_fn() staticYang Yingliang2023-01-121-1/+1
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-198-5/+165
|\
| * powerpc/code-patching: Remove protection against patching init addresses afte...Christophe Leroy2022-12-021-1/+0
| * powerpc/64s/hash: add stress_hpt kernel boot option to increase hash faultsNicholas Piggin2022-12-024-1/+155
| * powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray2022-11-301-0/+8
| * powerpc/book3e: remove #include <generated/utsrelease.h>Thomas Weißschuh2022-11-301-1/+0
| * Merge branch 'fixes' into nextMichael Ellerman2022-11-303-17/+70
| |\
| * | powerpc: Remove find_current_mm_pte()Christophe Leroy2022-11-241-2/+2
* | | hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz2022-11-081-37/+0
| |/ |/|
* | powerpc/64s: Fix hash__change_memory_range preemption warningNicholas Piggin2022-10-181-3/+5
* | powerpc/64s: make linear_map_hash_lock a raw spinlockNicholas Piggin2022-10-181-6/+6
* | powerpc/64s: make HPTE lock and native_tlbie_lock irq-safeNicholas Piggin2022-10-181-2/+25
* | powerpc/64s: Add lockdep for HPTE lockNicholas Piggin2022-10-181-7/+35
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-16/+8
|\
| * powerpc: remove mmap linked list walksMatthew Wilcox (Oracle)2022-09-262-16/+8
* | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-0920-160/+128
|\ \ | |/ |/|
| * powerpc/mm: Fix UBSAN warning reported on hugetlbAneesh Kumar K.V2022-09-301-3/+3
| * powerpc/mm: Always update max/min_low_pfn in mem_topology_setup()Aneesh Kumar K.V2022-09-301-3/+3
| * powerpc/mm/book3s/hash: Rename flush_tlb_pmd_rangeAneesh Kumar K.V2022-09-302-2/+2
| * powerpc: Ignore DSI error caused by the copy/paste instructionHaren Myneni2022-09-281-1/+16
| * powerpc/64e: provide an addressing macro for use with TOC in alternate registerNicholas Piggin2022-09-281-1/+1
| * powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin2022-09-281-1/+1
| * powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt2022-09-282-7/+9
| * powerpc/64s: Allow double call of kernel_[un]map_linear_page()Christophe Leroy2022-09-281-1/+7
| * powerpc/64s: Remove unneeded #ifdef CONFIG_DEBUG_PAGEALLOC in hash_utilsChristophe Leroy2022-09-281-7/+2
| * powerpc/64s: Add DEBUG_PAGEALLOC for radixNicholas Miehlbradt2022-09-281-4/+14
| * powerpc: Remove impossible mmu_psize_defs[] on nohashChristophe Leroy2022-09-261-49/+15
| * powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2022-09-262-3/+3
| * powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-268-16/+16
| * powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-262-4/+4
| * powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-265-7/+7
| * powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-6/+0
| * powerpc/highmem: Properly handle fragmented memoryChristophe Leroy2022-09-261-1/+1
| * powerpc/book3s: Inline first level of update_mmu_cache()Christophe Leroy2022-09-262-7/+2
| * powerpc: move __end_rodata to cover arch read-only sectionsNicholas Piggin2022-09-264-6/+7
| * powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman2022-09-262-3/+3
| * powerpc/32: Remove wii_memory_fixups()Christophe Leroy2022-09-011-8/+0
| * powerpc/32: Allow fragmented physical memoryChristophe Leroy2022-09-011-9/+0
| * powerpc/32: Drop a stale comment about reservation of gigantic pagesChristophe Leroy2022-09-011-4/+0
| * powerpc/mm: Support execute-only memory on the Radix MMURussell Currey2022-08-262-3/+14
| * powerpc/fsl_booke: Make calc_cam_sz() staticChristophe Leroy2022-08-262-4/+2
| * powerpc: Remove stale declarations in mmu_decl.hChristophe Leroy2022-08-261-4/+0
* | powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi2022-09-261-9/+0
|/
* Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-101-0/+1
|\
| * powerpc/mm: Export memory_add_physaddr_to_nid() for modulesMichael Ellerman2022-07-291-0/+1
* | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-0622-212/+256
|\ \