summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/book3s32/hash_low.S
AgeCommit message (Expand)AuthorFilesLines
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