summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2-3/+3
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy8-16/+16
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2-4/+4
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy5-7/+7
2022-09-26powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3EChristophe Leroy1-6/+0
2022-09-26powerpc/highmem: Properly handle fragmented memoryChristophe Leroy1-1/+1
2022-09-26powerpc/book3s: Inline first level of update_mmu_cache()Christophe Leroy2-7/+2
2022-09-26powerpc: move __end_rodata to cover arch read-only sectionsNicholas Piggin4-6/+7
2022-09-26powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman2-3/+3
2022-09-01powerpc/32: Remove wii_memory_fixups()Christophe Leroy1-8/+0
2022-09-01powerpc/32: Allow fragmented physical memoryChristophe Leroy1-9/+0
2022-09-01powerpc/32: Drop a stale comment about reservation of gigantic pagesChristophe Leroy1-4/+0
2022-08-26powerpc/mm: Support execute-only memory on the Radix MMURussell Currey2-3/+14
2022-08-26powerpc/fsl_booke: Make calc_cam_sz() staticChristophe Leroy2-4/+2
2022-08-26powerpc: Remove stale declarations in mmu_decl.hChristophe Leroy1-4/+0
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+1
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds22-212/+256
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-0/+34
2022-07-29powerpc/mm: Export memory_add_physaddr_to_nid() for modulesMichael Ellerman1-0/+1
2022-07-27powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy1-2/+2
2022-07-27powerpc/32s: Fix boot failure with KASAN + SMP + JUMP_LABEL_FEATURE_CHECK_DEBUGChristophe Leroy1-1/+1
2022-07-27powerpc/32: Set an IBAT covering up to _einittext during initChristophe Leroy1-6/+4
2022-07-27powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping.Christophe Leroy2-5/+5
2022-07-27powerpc/64s: POWER10 nest MMU can upgrade PTE access authority without TLB flushNicholas Piggin2-17/+28
2022-07-27powerpc/64s: POWER10 nest MMU does not require flush escalation workaroundNicholas Piggin1-3/+11
2022-07-25powerpc: Fix all occurences of duplicate wordsMichael Ellerman1-1/+1
2022-07-18powerpc/mm: move protection_map[] inside the platformAnshuman Khandual1-0/+24
2022-07-09Merge branch 'fixes' into nextMichael Ellerman2-4/+35
2022-06-29powerpc/memhotplug: Add add_pages override for PPCAneesh Kumar K.V1-1/+32
2022-06-29powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy3-0/+136
2022-06-29powerpc/64e: Move virtual memory closer to linear memoryChristophe Leroy1-27/+37
2022-06-29powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASChristophe Leroy2-88/+8
2022-06-29powerpc/64e: Fix early TLB miss with KUAPChristophe Leroy1-9/+8
2022-06-29powerpc/ptdump: Fix display of RW pages on FSL_BOOK3EChristophe Leroy1-3/+3
2022-06-29powerpc/32: Remove __map_without_ltlbsChristophe Leroy2-25/+7
2022-06-29powerpc/32: Remove 'noltlbs' kernel parameterChristophe Leroy2-12/+0
2022-06-29powerpc/32: Remove the 'nobats' kernel parameterChristophe Leroy3-13/+1
2022-06-29powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy3-0/+3
2022-06-24powerpc/book3e: Fix PUD allocation size in map_kernel_page()Christophe Leroy1-3/+3
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy1-0/+1
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2-0/+10
2022-06-06powerpc/book3e: get rid of #include <generated/compile.h>Masahiro Yamada1-6/+2
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds35-520/+245
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+17
2022-05-22powerpc/fsl_book3e: Don't set rodata RO too earlyChristophe Leroy1-9/+6
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman2-2/+2
2022-05-22powerpc/numa: Associate numa node to its cpu earlierOscar Salvador1-24/+8
2022-05-22powerpc/kaslr_booke: Fix build errorYueHaibing1-0/+2
2022-05-22powerpc/book3e: Fix build errorYueHaibing1-0/+1
2022-05-22powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens4-1/+114