aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_book3s_32.S
AgeCommit message (Expand)AuthorFilesLines
2022-12-08Merge branch 'topic/objtool' into nextGravatar Michael Ellerman 1-9/+20
2022-12-02powerpc: allow minimum sized kernel stack framesGravatar Nicholas Piggin 1-2/+2
2022-11-18powerpc/32: Fix objtool unannotated intra-function call warningsGravatar Christophe Leroy 1-9/+20
2022-07-27powerpc/32: Set an IBAT covering up to _einittext during initGravatar Christophe Leroy 1-2/+2
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-15/+6
2022-02-07powerpc/32: Remove _ENTRY() macroGravatar Christophe Leroy 1-4/+4
2022-02-07powerpc/32: Remove remaining .stabs annotationsGravatar Christophe Leroy 1-3/+0
2022-02-07powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCEGravatar Christophe Leroy 1-2/+2
2022-02-03powerpc/603: Clear C bit when PTE is read onlyGravatar Christophe Leroy 1-0/+2
2022-02-03powerpc/603: Remove outdated commentGravatar Christophe Leroy 1-8/+0
2021-12-09powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyGravatar Christophe Leroy 1-0/+4
2021-08-07powerpc/32s: Fix napping restore in data storage interrupt (DSI)Gravatar Christophe Leroy 1-1/+1
2021-06-25powerpc: Remove klimitGravatar Christophe Leroy 1-4/+2
2021-06-17powerpc: Define swapper_pg_dir[] in CGravatar Christophe Leroy 1-10/+0
2021-06-17powerpc: Define empty_zero_page[] in CGravatar Christophe Leroy 1-5/+0
2021-06-17powerpc/32s: Initialise KUAP and KUEP in CGravatar Christophe Leroy 1-6/+0
2021-06-17powerpc/32s: Convert switch_mmu_context() to CGravatar Christophe Leroy 1-58/+0
2021-05-17powerpc/603: Avoid a pile of NOPs when not using SW LRU in TLB exceptionsGravatar Christophe Leroy 1-4/+14
2021-05-17powerpc/32s: Remove m8260_gorom()Gravatar Christophe Leroy 1-36/+0
2021-04-21powerpc/32s: Enhance readability of trap typesGravatar Christophe Leroy 1-21/+22
2021-03-29powerpc/32: Remove the xfer parameter in EXCEPTION() macroGravatar Christophe Leroy 1-36/+36
2021-03-29powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATEGravatar Christophe Leroy 1-8/+19
2021-03-29powerpc/32: Only restore non volatile registers when requiredGravatar Christophe Leroy 1-3/+14
2021-03-29powerpc/32: Save trap number on stack in exception prologGravatar Christophe Leroy 1-7/+7
2021-03-29powerpc/32: Call bad_page_fault() from do_page_fault()Gravatar Christophe Leroy 1-2/+2
2021-03-29powerpc/32: Set regs parameter in r3 in transfer_to_handlerGravatar Christophe Leroy 1-7/+2
2021-03-29powerpc/32: Provide a name to exception prolog continuation in virtual modeGravatar Christophe Leroy 1-7/+7
2021-03-29powerpc/32: Move exception prolog code into .text once MMU is back onGravatar Christophe Leroy 1-19/+15
2021-03-29powerpc/32: Use START_EXCEPTION() as much as possibleGravatar Christophe Leroy 1-22/+8
2021-03-29powerpc/32: Add vmap_stack_overflow label inside the macroGravatar Christophe Leroy 1-1/+0
2021-03-29powerpc/32: Always enable data translation in exception prologGravatar Christophe Leroy 1-45/+2
2021-03-01powerpc/603: Fix protection of user pages mapped with PROT_NONEGravatar Christophe Leroy 1-3/+6
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-12/+20
2021-02-11powerpc/32: Preserve cr1 in exception prolog stack check to fix build errorGravatar Christophe Leroy 1-6/+0
2021-02-09powerpc: add and use unknown_async_exceptionGravatar Nicholas Piggin 1-3/+3
2021-02-09powerpc: remove arguments from fault handler functionsGravatar Nicholas Piggin 1-3/+2
2021-02-09powerpc/32s: move DABR match out of handle_page_faultGravatar Christophe Leroy 1-0/+3
2021-01-31powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selectedGravatar Christophe Leroy 1-0/+12
2021-01-04powerpc/32s: Fix RTAS machine check with VMAP stackGravatar Christophe Leroy 1-0/+9
2020-12-09powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAPGravatar Christophe Leroy 1-8/+0
2020-12-09powerpc/32s: Make Hash var staticGravatar Christophe Leroy 1-5/+0
2020-12-04powerpc/32s: Use SPRN_SPRG_SCRATCH2 in DSI prologGravatar Christophe Leroy 1-16/+8
2020-12-04powerpc/603: Use SPRN_SDR1 to store the pgdir phys addressGravatar Christophe Leroy 1-7/+24
2020-12-04powerpc/32s: Fix an FTR_SECTION_ELSEGravatar Christophe Leroy 1-1/+1
2020-12-04powerpc/32s: Always map kernel text and rodata with BATsGravatar Christophe Leroy 1-2/+2
2020-12-04powerpc/32s: Allow deselecting CONFIG_PPC_FPU on mpc832xGravatar Christophe Leroy 1-0/+4
2020-11-25Merge branch 'fixes' into nextGravatar Michael Ellerman 1-13/+2
2020-11-19powerpc: Replace RFI by rfi on book3s/32 and bookeGravatar Christophe Leroy 1-9/+9
2020-11-08powerpc/32s: Use relocation offset when setting early hash tableGravatar Christophe Leroy 1-1/+2
2020-11-05powerpc/603: Always fault when _PAGE_ACCESSED is not setGravatar Christophe Leroy 1-12/+0