summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_fsl_booke.S
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/fsl_booke: make sure PAGE_OFFSET map to memstart_addr for relocatable...Kevin Hao2014-01-091-5/+69
* powerpc/fsl_booke: set the tlb entry for the kernel address in AS1Kevin Hao2014-01-091-0/+81
* powerpc: enable the relocatable support for the fsl booke 32bit kernelKevin Hao2014-01-091-0/+34
* powerpc/fsl_booke: introduce get_phys_addr functionKevin Hao2014-01-091-20/+30
* powerpc/fsl_booke: protect the access to MAS7Kevin Hao2014-01-091-0/+2
* powerpc/fsl-booke: Use common defines for SPE/FP interrupts numbersMihai Caraman2013-10-161-5/+5
* powerpc: Remove the empty giveup_fpu() function on 32bit kernelKevin Hao2013-08-141-10/+0
* powerpc: Fix interrupt range check on debug exceptionBharat Bhushan2013-05-021-0/+2
* powepc/booke: Separate out E.HV check and ivor setup code.Varun Sethi2012-09-121-14/+4
* powerpc/85xx: add HOTPLUG_CPU supportZhao Chenhui2012-09-121-0/+28