summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_fsl_booke.S
Commit message (Expand)AuthorAgeFilesLines
* 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-151-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy2019-05-021-2/+1Star
* powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy2019-05-021-13/+13
* powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy2019-05-021-1/+1
* powerpc/32: Add KASAN supportChristophe Leroy2019-05-021-0/+3
* powerpc: remove dead code in head_fsl_booke.SJason Yan2019-03-051-7/+0Star
* powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-231-3/+2Star
* 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/+3Star
* 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-081-0/+2
* powerpc/cache: add cache flush operation for various e500chenhui zhao2016-03-051-74/+0Star
* powerpc: Move part of giveup_fpu,altivec,spe into cAnton Blanchard2015-12-011-6/+2Star
* powerpc: Remove NULL task struct pointer checks in FP and vector codeAnton Blanchard2015-12-011-2/+0Star
* powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard2015-12-011-32/+0Star
* 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-101-13/+28
* powerpc/fsl_booke: make sure PAGE_OFFSET map to memstart_addr for relocatable...Kevin Hao2014-01-101-5/+69
* powerpc/fsl_booke: set the tlb entry for the kernel address in AS1Kevin Hao2014-01-101-0/+81
* powerpc: enable the relocatable support for the fsl booke 32bit kernelKevin Hao2014-01-101-0/+34
* powerpc/fsl_booke: introduce get_phys_addr functionKevin Hao2014-01-101-20/+30
* powerpc/fsl_booke: protect the access to MAS7Kevin Hao2014-01-101-0/+2
* powerpc/fsl-booke: Use common defines for SPE/FP interrupts numbersMihai Caraman2013-10-171-5/+5
* powerpc: Remove the empty giveup_fpu() function on 32bit kernelKevin Hao2013-08-141-10/+0Star
* 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/+4Star
* powerpc/85xx: add HOTPLUG_CPU supportZhao Chenhui2012-09-121-0/+28
* Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-07-131-17/+6Star
|\
| * powerpc/e500: make load_up_spe a normal fuctionLiu Yu2012-07-101-17/+6Star
* | powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyStuart Yoder2012-07-111-1/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-251-20/+78
|\
| * KVM: PPC: e500mc supportScott Wood2012-04-081-0/+46
| * powerpc/booke: Provide exception macros with interrupt nameScott Wood2012-04-081-20/+32
* | powerpc: Remove empty giveup_altivec function on book3e CPUsAnton Blanchard2012-04-301-8/+0Star
|/
* powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt2012-03-091-1/+1
* powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookESuzuki Poulose2011-12-201-1/+1
* powerpc/fsl_booke: Fix comment in head_fsl_booke.SMatthew McClintock2011-11-031-2/+2
* powerpc/32: Pass device tree address as u64 to machine_initScott Wood2011-09-201-16/+26
* powerpc: Hugetlb for BookEBecky Bruce2011-09-201-19/+114
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-261-22/+27
|\
| * powerpc/85xx: Save scratch registers to thread info instead of using SPRGs.Ashish Kalra2011-06-231-22/+27
* | powerpc/e500: SPE register saving: take arbitrary struct offsetScott Wood2011-07-121-3/+3
* | powerpc/e500: Save SPEFCSR in flush_spe_to_thread()yu liu2011-07-121-2/+0Star
|/