summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/book3s32/hash_low.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/32s: Rename PTE_SIZE to PTE_T_SIZEChristophe Leroy2021-06-171-2/+4
* powerpc/32: Always enable data translation in exception prologChristophe Leroy2021-03-291-14/+0
* powerpc/32s: Cleanup around PTE_FLAGS_OFFSET in hash_low.SChristophe Leroy2020-12-091-10/+13
* powerpc/32s: In add_hash_page(), calculate VSID laterChristophe Leroy2020-12-091-6/+6
* powerpc/32s: Remove unused counters incremented by create_hpte()Christophe Leroy2020-12-091-15/+0
* powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAPChristophe Leroy2020-12-091-2/+11
* powerpc/32s: Move _tlbie() and _tlbia() in a new fileChristophe Leroy2020-12-091-78/+0
* powerpc/32s: Inline _tlbie() on non SMPChristophe Leroy2020-12-091-5/+2
* powerpc/32s: Don't use SPRN_SPRG_PGDIR in hash_pageChristophe Leroy2020-12-041-4/+5
* powerpc/32s: Don't hash_preload() kernel textChristophe Leroy2020-12-041-17/+1
* powerpc/32s: Setup the early hash table at all time.Christophe Leroy2020-10-081-2/+7
* powerpc: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy2020-10-081-12/+0
* powerpc/32s: Kernel space starts at TASK_SIZEChristophe Leroy2020-07-271-1/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* powerpc/32s: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2020-06-021-0/+6
* powerpc/32s: Make local symbols non visible in hash_low.Christophe Leroy2020-06-021-13/+13
* Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy2020-05-201-6/+8
* powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy2020-03-251-8/+6
* Merge branch 'fixes' into nextMichael Ellerman2020-03-101-29/+23
|\
| * powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy2020-02-181-29/+23
* | powerpc/32s: Slenderize _tlbia() for powerpc 603/603eChristophe Leroy2020-02-191-5/+8
|/
* powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy2020-01-271-17/+29
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* powerpc/32s: fix flush_hash_pages() on SMPChristophe Leroy2019-05-141-1/+2
* powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64Christophe Leroy2019-05-031-0/+705