summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s
AgeCommit message (Expand)Author
2023-12-07powerpc/book3s64: Avoid __pte_protnone() check in __pte_flags_need_flush()Aneesh Kumar K.V (IBM)
2023-12-07powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONEAneesh Kumar K.V (IBM)
2023-10-23powerpc/32s: Implement local_flush_tlb_page_psize()Michael Ellerman
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy
2023-10-19powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy
2023-10-19powerpc/64s: Use generic permission masksChristophe Leroy
2023-10-19powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy
2023-10-19powerpc: Refactor update_mmu_cache_range()Christophe Leroy
2023-10-19powerpc: Deduplicate prototypes of ptep_set_access_flags() and phys_mem_acces...Christophe Leroy
2023-10-19powerpc: Remove pte_ERROR()Christophe Leroy
2023-08-31powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple
2023-08-18powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V
2023-08-18powerpc/32s: Cleanup the mess in __set_pte_at()Christophe Leroy
2023-08-02powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy
2023-08-02powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy
2023-08-02powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy
2023-08-02powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-07-10powerpc/mm/book3s64/hash/4k: Add pmd_same callback for 4K page sizeAneesh Kumar K.V
2023-06-19powerpc/dexcr: Add initial Dynamic Execution Control Register (DEXCR) supportBenjamin Gray
2023-06-19powerpc/book3s: Add missing <linux/sched.h> includeBenjamin Gray
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-03-28mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer
2023-03-28powerpc/64s: Fix __pte_needs_flush() false positive warningBenjamin Gray
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-17powerpc/64s: Prevent fallthrough to hash TLB flush when using radixBenjamin Gray
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand
2023-02-02powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()Michael Ellerman
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand
2022-11-30powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray
2022-11-30powerpc/mm: Remove flush_all_mm, local_flush_all_mmBenjamin Gray
2022-11-30powerpc/mm: Remove empty hash__ functionsBenjamin Gray
2022-10-18powerpc/64s: Disable preemption in hash lazy mmu modeNicholas Piggin
2022-09-30powerpc/mm/book3s/hash: Rename flush_tlb_pmd_rangeAneesh Kumar K.V