summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_book3s_32.S
AgeCommit message (Expand)Author
2021-03-01powerpc/603: Fix protection of user pages mapped with PROT_NONEChristophe Leroy
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-02-11powerpc/32: Preserve cr1 in exception prolog stack check to fix build errorChristophe Leroy
2021-02-09powerpc: add and use unknown_async_exceptionNicholas Piggin
2021-02-09powerpc: remove arguments from fault handler functionsNicholas Piggin
2021-02-09powerpc/32s: move DABR match out of handle_page_faultChristophe Leroy
2021-01-31powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selectedChristophe Leroy
2021-01-04powerpc/32s: Fix RTAS machine check with VMAP stackChristophe Leroy
2020-12-09powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAPChristophe Leroy
2020-12-09powerpc/32s: Make Hash var staticChristophe Leroy
2020-12-04powerpc/32s: Use SPRN_SPRG_SCRATCH2 in DSI prologChristophe Leroy
2020-12-04powerpc/603: Use SPRN_SDR1 to store the pgdir phys addressChristophe Leroy
2020-12-04powerpc/32s: Fix an FTR_SECTION_ELSEChristophe Leroy
2020-12-04powerpc/32s: Always map kernel text and rodata with BATsChristophe Leroy
2020-12-04powerpc/32s: Allow deselecting CONFIG_PPC_FPU on mpc832xChristophe Leroy
2020-11-25Merge branch 'fixes' into nextMichael Ellerman
2020-11-19powerpc: Replace RFI by rfi on book3s/32 and bookeChristophe Leroy
2020-11-08powerpc/32s: Use relocation offset when setting early hash tableChristophe Leroy
2020-11-05powerpc/603: Always fault when _PAGE_ACCESSED is not setChristophe Leroy
2020-10-08powerpc/32s: Remove #ifdef CONFIG_PPC_BOOK3S_32 in head_book3s_32.SChristophe Leroy
2020-10-08powerpc/32s: Rename head_32.S to head_book3s_32.SChristophe Leroy