summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_fsl_booke.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/32: Remove _ENTRY() macroChristophe Leroy2022-02-071-3/+3
* powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode.Christophe Leroy2021-12-091-0/+12
* powerpc/book3e: Activate KUEP at all timeChristophe Leroy2021-12-091-0/+1
* Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-031-3/+3
|\
| * powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy2021-08-251-3/+3
* | printk: Userspace format indexing supportChris Down2021-07-191-1/+1
|/
* powerpc: Define swapper_pg_dir[] in CChristophe Leroy2021-06-171-12/+0
* powerpc: Define empty_zero_page[] in CChristophe Leroy2021-06-171-4/+0
* powerpc/nohash: Convert set_context() to CChristophe Leroy2021-06-171-5/+0
* powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy2021-06-171-16/+0
* powerpc/64e: Trivial spelling fixes throughout head_fsl_booke.SBhaskar Chowdhury2021-03-291-3/+3
* powerpc/32: Remove the xfer parameter in EXCEPTION() macroChristophe Leroy2021-03-291-17/+11
* powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATEChristophe Leroy2021-03-291-4/+10
* powerpc/32: Only restore non volatile registers when requiredChristophe Leroy2021-03-291-4/+12
* powerpc/32: Save trap number on stack in exception prologChristophe Leroy2021-03-291-2/+2
* powerpc/32: Call bad_page_fault() from do_page_fault()Christophe Leroy2021-03-291-1/+1
* powerpc/32: Set regs parameter in r3 in transfer_to_handlerChristophe Leroy2021-03-291-3/+1
* powerpc/fsl_booke/32: CacheLockingException remove argsNicholas Piggin2021-02-091-3/+3
* powerpc: Retire e200 core (mpc555x processor)Christophe Leroy2020-12-051-56/+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/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy2020-01-261-0/+1
* powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKEChristophe Leroy2019-12-051-3/+3
* powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan2019-11-131-3/+10
* powerpc/fsl_booke/32: introduce reloc_kernel_entry() helperJason Yan2019-11-131-0/+13
* powerpc/fsl_booke/32: introduce create_kaslr_tlb_entry() helperJason Yan2019-11-131-0/+35
* Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-221-1/+1
|\
| * powerpc/32: fix build failure on book3e with KVMChristophe Leroy2019-06-161-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy2019-05-031-2/+1
* powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy2019-05-031-13/+13
* powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy2019-05-031-1/+1
* powerpc/32: Add KASAN supportChristophe Leroy2019-05-031-0/+3
* powerpc: remove dead code in head_fsl_booke.SJason Yan2019-03-051-7/+0
* powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-231-3/+2
* powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy2019-02-231-2/+2
* powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-4/+3
* powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-1/+1
* powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy2019-02-231-1/+1
* powerpc: Only use task_struct 'cpu' field on SMPChristophe Leroy2019-02-231-0/+2
* powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)Diana Craciun2018-12-201-0/+15
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* ppc: move exports to definitionsAl Viro2016-08-071-0/+2
* powerpc/cache: add cache flush operation for various e500chenhui zhao2016-03-041-74/+0
* powerpc: Move part of giveup_fpu,altivec,spe into cAnton Blanchard2015-12-011-6/+2
* powerpc: Remove NULL task struct pointer checks in FP and vector codeAnton Blanchard2015-12-011-2/+0
* powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard2015-12-011-32/+0
* powerpc/booke: Revert SPE/AltiVec common defines for interrupt numbersMihai Caraman2014-09-221-4/+4
* powerpc/booke: Restrict SPE exception handlers to e200/e500 coresMihai Caraman2014-09-221-5/+13
* powerpc/fsl_booke: smp support for booting a relocatable kernel above 64MKevin Hao2014-01-091-13/+28