summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/book3s32/hash_low.S
AgeCommit message (Expand)AuthorFilesLines
2023-10-19powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy1-7/+15
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy1-6/+6
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada1-1/+1
2023-06-14powerpc/32s: Fix LLVM SMP buildNicholas Piggin1-4/+4
2021-06-16powerpc/32s: Rename PTE_SIZE to PTE_T_SIZEChristophe Leroy1-2/+4
2021-03-29powerpc/32: Always enable data translation in exception prologChristophe Leroy1-14/+0
2020-12-09powerpc/32s: Cleanup around PTE_FLAGS_OFFSET in hash_low.SChristophe Leroy1-10/+13
2020-12-09powerpc/32s: In add_hash_page(), calculate VSID laterChristophe Leroy1-6/+6
2020-12-09powerpc/32s: Remove unused counters incremented by create_hpte()Christophe Leroy1-15/+0
2020-12-09powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAPChristophe Leroy1-2/+11
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() in a new fileChristophe Leroy1-78/+0
2020-12-09powerpc/32s: Inline _tlbie() on non SMPChristophe Leroy1-5/+2
2020-12-03powerpc/32s: Don't use SPRN_SPRG_PGDIR in hash_pageChristophe Leroy1-4/+5
2020-12-03powerpc/32s: Don't hash_preload() kernel textChristophe Leroy1-17/+1
2020-10-08powerpc/32s: Setup the early hash table at all time.Christophe Leroy1-2/+7
2020-10-08powerpc: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy1-12/+0
2020-07-26powerpc/32s: Kernel space starts at TASK_SIZEChristophe Leroy1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-02powerpc/32s: Blacklist functions running with MMU disabled for kprobeChristophe Leroy1-0/+6
2020-06-02powerpc/32s: Make local symbols non visible in hash_low.Christophe Leroy1-13/+13
2020-05-20Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy1-6/+8
2020-03-25powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy1-8/+6
2020-03-10Merge branch 'fixes' into nextMichael Ellerman1-29/+23
2020-02-19powerpc/32s: Slenderize _tlbia() for powerpc 603/603eChristophe Leroy1-5/+8
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy1-29/+23
2020-01-27powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy1-17/+29
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-14powerpc/32s: fix flush_hash_pages() on SMPChristophe Leroy1-1/+2
2019-05-02powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64Christophe Leroy1-0/+705