summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | powerpc/32: Remove __map_without_ltlbsChristophe Leroy2022-06-292-25/+7
| * | | powerpc/32: Remove 'noltlbs' kernel parameterChristophe Leroy2022-06-292-12/+0
| * | | powerpc/32: Remove the 'nobats' kernel parameterChristophe Leroy2022-06-293-13/+1
| * | | powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy2022-06-293-0/+3
| * | | powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy2022-06-201-0/+1
| | |/ | |/|
* | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-053-0/+34
|\ \ \ | |_|/ |/| |
| * | powerpc/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-171-0/+24
| * | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-162-0/+10
| |/
* | powerpc/memhotplug: Add add_pages override for PPCAneesh Kumar K.V2022-06-291-1/+32
* | powerpc/book3e: Fix PUD allocation size in map_kernel_page()Christophe Leroy2022-06-241-3/+3
|/
* powerpc/book3e: get rid of #include <generated/compile.h>Masahiro Yamada2022-06-061-6/+2
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-2835-520/+245
|\
| * powerpc/fsl_book3e: Don't set rodata RO too earlyChristophe Leroy2022-05-221-9/+6
| * powerpc: Fix all occurences of "the the"Michael Ellerman2022-05-222-2/+2
| * powerpc/numa: Associate numa node to its cpu earlierOscar Salvador2022-05-221-24/+8
| * powerpc/kaslr_booke: Fix build errorYueHaibing2022-05-221-0/+2
| * powerpc/book3e: Fix build errorYueHaibing2022-05-221-0/+1
| * powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-224-1/+114
| * powerpc/mm/kasan: rename kasan_init_32.c to init_32.cDaniel Axtens2022-05-222-1/+1
| * powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao2022-05-221-0/+2
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-192-68/+3
| |\
| | * KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-191-68/+0
| | * KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, NestedNicholas Piggin2022-05-131-0/+3
| * | powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy2022-05-111-0/+2
| * | powerpc: align address to page boundary in change_page_attr()Christophe Leroy2022-05-081-0/+1
| * | powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy2022-05-081-0/+2
| * | powerpc: Add missing headersChristophe Leroy2022-05-082-2/+2
| * | powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-087-7/+0
| * | powerpc: fix typos in commentsJulia Lawall2022-05-0510-13/+13
| * | powerpc: Simplify and move arch_randomize_brk()Christophe Leroy2022-05-051-0/+19
| * | powerpc/mm: Convert to default topdown mmap layoutChristophe Leroy2022-05-052-106/+1
| * | powerpc/mm: Enable full randomisation of memory mappingsChristophe Leroy2022-05-052-12/+8
| * | powerpc/mm: Move get_unmapped_area functions to slice.cChristophe Leroy2022-05-053-57/+42