summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s64
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi2022-09-261-9/+0
* 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
* powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy2022-06-292-0/+2
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-2810-147/+845
|\
| * powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-221-0/+9
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-191-68/+0
| |\
| | * KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-191-68/+0
| * | powerpc: Add missing headersChristophe Leroy2022-05-081-1/+1
| * | powerpc: fix typos in commentsJulia Lawall2022-05-056-8/+8
| * | powerpc: Simplify and move arch_randomize_brk()Christophe Leroy2022-05-051-0/+19
| * | powerpc/mm: Enable full randomisation of memory mappingsChristophe Leroy2022-05-051-11/+7
| * | powerpc/mm: Move get_unmapped_area functions to slice.cChristophe Leroy2022-05-051-0/+42
| * | powerpc/mm: Use generic_hugetlb_get_unmapped_area()Christophe Leroy2022-05-051-55/+0
| * | powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy2022-05-052-16/+1
| * | powerpc/mm: Make slice specific to book3s/64Christophe Leroy2022-05-052-0/+770
| |/
* / powerpc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-04-281-0/+17
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-251-1/+0
|\
| * mm/migration: add trace events for THP migrationsAnshuman Khandual2022-03-241-1/+0
* | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-253-48/+9
|\ \ | |/ |/|
| * powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-081-1/+0
| * powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin2022-02-241-46/+8
| * powerpc/mm: Update default hugetlb size earlyAneesh Kumar K.V2022-02-121-1/+1
* | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
|/
* powerpc/mm/book3s64/hash: Switch pre 2.06 tlbiel to .longAlexey Kardashevskiy2021-12-231-2/+2
* powerpc/mm: Add __init attribute to eligible functionsNick Child2021-12-235-8/+8
* powerpc/64s/radix: Fix huge vmap false positiveNicholas Piggin2021-12-201-2/+2
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-095-14/+41
* powerpc: make memremap_compat_align 64s-onlyNicholas Piggin2021-12-021-0/+20
* powerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.cNicholas Piggin2021-12-022-1/+1
* powerpc/64s: move page size definitions from hash specific fileNicholas Piggin2021-12-022-5/+7
* powerpc/64s: move THP trace point creation out of hash specific fileNicholas Piggin2021-12-023-2/+9
* powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specificNicholas Piggin2021-12-021-16/+0
* powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin2021-12-022-104/+104
* powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVENicholas Piggin2021-12-022-2/+2
* powerpc/64s: Get LPID bit width from device treeNicholas Piggin2021-11-302-17/+1
* powerpc/64s: Keep AMOR SPR a constant ~0 at runtimeNicholas Piggin2021-11-241-15/+0
* powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley2021-10-222-1/+8
* powerpc: Refactor verification of MSR_RIChristophe Leroy2021-08-261-1/+1
* powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-133-7/+7
* powerpc/book3s64/radix: make tlb_single_page_flush_ceiling a debugfs entryAneesh Kumar K.V2021-08-131-2/+14
* powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini2021-07-263-4/+5
* powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V2021-07-082-18/+34
* mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-081-1/+1
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-2/+2
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-022-22/+28
|\
| * powerpc/64s: fix hash page fault interrupt handlerNicholas Piggin2021-06-301-13/+11
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-232-4/+179
| |\
| * \ Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-172-65/+8
| |\ \