summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2021-02-09powerpc/64s/radix: Check for no TLB flush requiredNicholas Piggin
2021-02-09powerpc/64s/radix: refactor TLB flush type selectionNicholas Piggin
2021-02-09powerpc/64s/radix: add warning and comments in mm_cpumask trimNicholas Piggin
2021-02-09powerpc/64: context tracking move to interrupt wrappersNicholas Piggin
2021-02-09powerpc/64s/hash: improve context tracking of hash faultsNicholas Piggin
2021-02-09powerpc: add interrupt_cond_local_irq_enable helperNicholas Piggin
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin
2021-02-09powerpc/64s: slb comment updateNicholas Piggin
2021-02-09powerpc/mm: Remove stale do_page_fault comment referring to SLB faultsNicholas Piggin
2021-02-09powerpc/64s: split do_hash_faultNicholas Piggin
2021-02-09powerpc/64s: move bad_page_fault handling to CNicholas Piggin
2021-02-09powerpc: rearrange do_page_fault error case to be inside exception_enterNicholas Piggin
2021-02-09powerpc/64s: add do_bad_page_fault_segv handlerNicholas Piggin
2021-02-09powerpc: bad_page_fault get registers from regsNicholas Piggin
2021-02-09powerpc: remove arguments from fault handler functionsNicholas Piggin
2021-02-09powerpc/64s: move the hash fault handling logic to CNicholas Piggin
2021-02-06powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mmAneesh Kumar K.V
2021-01-31powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selectedChristophe Leroy
2021-01-31powerpc/mm/book3s64/iommu: fix some RCU-list locksQian Cai
2021-01-30powerpc/mm/hugetlb: Make pseries_alloc_bootmem_huge_page() staticCédric Le Goater
2021-01-30powerpc/mm: Move hpte_insert_repeating() prototypeCédric Le Goater
2021-01-30powerpc/mm: Include __find_linux_pte() prototypeCédric Le Goater
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-15powerpc/mm: Fix hugetlb_free_pmd_range() and hugetlb_free_pud_range()Christophe Leroy
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-15powerpc: Inline setup_kup()Michael Ellerman
2020-12-14powerpc/64s: Mark the kuap/kuep functions non __initAneesh Kumar K.V
2020-12-10Merge tag 'powerpc-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-09powerpc/64s/iommu: Don't use atomic_ function on atomic64_t typeNicholas Piggin
2020-12-09powerpc/32s: Cleanup around PTE_FLAGS_OFFSET in hash_low.SChristophe Leroy
2020-12-09powerpc/32s: In add_hash_page(), calculate VSID laterChristophe Leroy
2020-12-09powerpc/32s: Remove unused counters incremented by create_hpte()Christophe Leroy
2020-12-09powerpc/mm: Refactor the floor/ceiling check in hugetlb range freeing functionsChristophe Leroy
2020-12-09powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy
2020-12-09powerpc/fault: Avoid heavy search_exception_tables() verificationChristophe Leroy
2020-12-09powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy
2020-12-09powerpc/fault: Unnest definition of page_fault_is_write() and page_fault_is_b...Christophe Leroy
2020-12-09powerpc/mm: sanity_check_fault() should work for all, not only BOOK3SChristophe Leroy
2020-12-09powerpc/8xx: Always pin kernel text TLBChristophe Leroy
2020-12-09powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAPChristophe Leroy
2020-12-09powerpc/32s: Move early_mmu_init() into mmu.cChristophe Leroy
2020-12-09powerpc/32s: Inline flush_hash_entry()Christophe Leroy
2020-12-09powerpc/32s: Inline tlb_flush()Christophe Leroy
2020-12-09powerpc/32s: Split and inline flush_range()Christophe Leroy
2020-12-09powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()Christophe Leroy
2020-12-09powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()Christophe Leroy
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() in a new fileChristophe Leroy
2020-12-09powerpc/32s: Inline _tlbie() on non SMPChristophe Leroy
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.hChristophe Leroy
2020-12-09powerpc/32s: Declare Hash related vars as __initdataChristophe Leroy