aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_fsl_booke.S
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-01-26powerpc/32: save DEAR/DAR before calling handle_page_faultGravatar Christophe Leroy 1-0/+1
2019-12-05powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKEGravatar Christophe Leroy 1-3/+3
2019-11-13powerpc/fsl_booke/32: implement KASLR infrastructureGravatar Jason Yan 1-3/+10
2019-11-13powerpc/fsl_booke/32: introduce reloc_kernel_entry() helperGravatar Jason Yan 1-0/+13
2019-11-13powerpc/fsl_booke/32: introduce create_kaslr_tlb_entry() helperGravatar Jason Yan 1-0/+35
2019-06-22Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2019-06-16powerpc/32: fix build failure on book3e with KVMGravatar Christophe Leroy 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-03powerpc/32: implement fast entry for syscalls on BOOKEGravatar Christophe Leroy 1-2/+1
2019-05-03powerpc/32: Enter exceptions with MSR_EE unsetGravatar Christophe Leroy 1-13/+13
2019-05-03powerpc/32: enter syscall with MSR_EE inconditionaly setGravatar Christophe Leroy 1-1/+1
2019-05-03powerpc/32: Add KASAN supportGravatar Christophe Leroy 1-0/+3
2019-03-05powerpc: remove dead code in head_fsl_booke.SGravatar Jason Yan 1-7/+0
2019-02-23powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUGravatar Christophe Leroy 1-3/+2
2019-02-23powerpc: 'current_set' is now a table of task_struct pointersGravatar Christophe Leroy 1-2/+2
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKGravatar Christophe Leroy 1-4/+3
2019-02-23powerpc: Update comments in preparation for THREAD_INFO_IN_TASKGravatar Christophe Leroy 1-1/+1
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKGravatar Christophe Leroy 1-1/+1
2019-02-23powerpc: Only use task_struct 'cpu' field on SMPGravatar Christophe Leroy 1-0/+2
2018-12-20powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)Gravatar Diana Craciun 1-0/+15
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hGravatar Christophe Leroy 1-0/+1
2016-08-07ppc: move exports to definitionsGravatar Al Viro 1-0/+2
2016-03-04powerpc/cache: add cache flush operation for various e500Gravatar chenhui zhao 1-74/+0
2015-12-01powerpc: Move part of giveup_fpu,altivec,spe into cGravatar Anton Blanchard 1-6/+2
2015-12-01powerpc: Remove NULL task struct pointer checks in FP and vector codeGravatar Anton Blanchard 1-2/+0
2015-12-01powerpc: Remove UP only lazy floating point and vector optimisationsGravatar Anton Blanchard 1-32/+0
2014-09-22powerpc/booke: Revert SPE/AltiVec common defines for interrupt numbersGravatar Mihai Caraman 1-4/+4
2014-09-22powerpc/booke: Restrict SPE exception handlers to e200/e500 coresGravatar Mihai Caraman 1-5/+13
2014-01-09powerpc/fsl_booke: smp support for booting a relocatable kernel above 64MGravatar Kevin Hao 1-13/+28
2014-01-09powerpc/fsl_booke: make sure PAGE_OFFSET map to memstart_addr for relocatable...Gravatar Kevin Hao 1-5/+69
2014-01-09powerpc/fsl_booke: set the tlb entry for the kernel address in AS1Gravatar Kevin Hao 1-0/+81
2014-01-09powerpc: enable the relocatable support for the fsl booke 32bit kernelGravatar Kevin Hao 1-0/+34
2014-01-09powerpc/fsl_booke: introduce get_phys_addr functionGravatar Kevin Hao 1-20/+30
2014-01-09powerpc/fsl_booke: protect the access to MAS7Gravatar Kevin Hao 1-0/+2
2013-10-16powerpc/fsl-booke: Use common defines for SPE/FP interrupts numbersGravatar Mihai Caraman 1-5/+5
2013-08-14powerpc: Remove the empty giveup_fpu() function on 32bit kernelGravatar Kevin Hao 1-10/+0
2013-05-02powerpc: Fix interrupt range check on debug exceptionGravatar Bharat Bhushan 1-0/+2
2012-09-12powepc/booke: Separate out E.HV check and ivor setup code.Gravatar Varun Sethi 1-14/+4
2012-09-12powerpc/85xx: add HOTPLUG_CPU supportGravatar Zhao Chenhui 1-0/+28
2012-07-13Merge remote-tracking branch 'kumar/next' into nextGravatar Benjamin Herrenschmidt 1-17/+6
2012-07-11powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyGravatar Stuart Yoder 1-1/+1
2012-07-10powerpc/e500: make load_up_spe a normal fuctionGravatar Liu Yu 1-17/+6
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-20/+78
2012-04-30powerpc: Remove empty giveup_altivec function on book3e CPUsGravatar Anton Blanchard 1-8/+0
2012-04-08KVM: PPC: e500mc supportGravatar Scott Wood 1-0/+46
2012-04-08powerpc/booke: Provide exception macros with interrupt nameGravatar Scott Wood 1-20/+32
2012-03-09powerpc: Call do_page_fault() with interrupts offGravatar Benjamin Herrenschmidt 1-1/+1
2011-12-20powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookEGravatar Suzuki Poulose 1-1/+1