summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy2022-07-271-2/+2
| * | powerpc/32s: Fix boot failure with KASAN + SMP + JUMP_LABEL_FEATURE_CHECK_DEBUGChristophe Leroy2022-07-271-1/+1
| * | powerpc/32: Set an IBAT covering up to _einittext during initChristophe Leroy2022-07-271-6/+4
| * | powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping.Christophe Leroy2022-07-272-5/+5
| * | powerpc/64s: POWER10 nest MMU can upgrade PTE access authority without TLB flushNicholas Piggin2022-07-272-17/+28
| * | powerpc/64s: POWER10 nest MMU does not require flush escalation workaroundNicholas Piggin2022-07-271-3/+11
| * | powerpc: Fix all occurences of duplicate wordsMichael Ellerman2022-07-251-1/+1
| * | Merge branch 'fixes' into nextMichael Ellerman2022-07-092-4/+35
| |\ \
| * | | powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy2022-06-293-0/+136
| * | | powerpc/64e: Move virtual memory closer to linear memoryChristophe Leroy2022-06-291-27/+37
| * | | powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASChristophe Leroy2022-06-292-88/+8
| * | | powerpc/64e: Fix early TLB miss with KUAPChristophe Leroy2022-06-291-9/+8
| * | | powerpc/ptdump: Fix display of RW pages on FSL_BOOK3EChristophe Leroy2022-06-291-3/+3