summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-251-1/+0
|\
| * mm/migration: add trace events for THP migrationsAnshuman Khandual2022-03-251-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-222-4/+179
| |\
| * \ Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-172-65/+8
| |\ \
| * | | powerpc/mm/book3s64: Fix possible build errorAneesh Kumar K.V2021-06-171-9/+17
* | | | Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-291-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier2021-06-101-0/+1
| |/ /
* | | KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao2021-06-221-4/+0
* | | KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEBharata B Rao2021-06-211-0/+174
* | | powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao2021-06-211-0/+5
| |/ |/|
* | KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin2021-06-102-65/+8
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-301-21/+0
|\
| * powerpc: inline huge vmap supported functionsNicholas Piggin2021-04-301-21/+0
| * mm: HUGE_VMAP arch support cleanupNicholas Piggin2021-04-301-4/+4
* | powerpc/traps: Enhance readability for trap typesXiongwei Song2021-04-171-2/+2
* | powerpc/mm/radix: Make radix__change_memory_range() staticMichael Ellerman2021-04-141-2/+2
* | powerpc: clean up do_page_faultNicholas Piggin2021-04-141-9/+7
* | powerpc/mm: Add cond_resched() while removing hpte mappingsVaibhav Jain2021-04-141-1/+12
* | powerpc/mm/64s/hash: Add real-mode change_memory_range() for hash LPARMichael Ellerman2021-04-081-1/+104
* | powerpc/mm/64s/hash: Factor out change_memory_range()Michael Ellerman2021-04-081-8/+15
* | powerpc/64s: Use htab_convert_pte_flags() in hash__mark_rodata_ro()Michael Ellerman2021-04-081-2/+4
* | powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe2021-04-081-2/+2