summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vector.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson2023-11-281-0/+2
* powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-161-1/+1
* powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin2023-04-201-0/+6
* powerpc: Fix objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-151-1/+3
* powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin2022-09-281-8/+7
* powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin2021-12-161-0/+10
* powerpc/32: Remove unneccessary calculations in load_up_{fpu/altivec}Christophe Leroy2021-08-181-3/+1
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-251-0/+6
* powerpc/64s: introduce different functions to return from SRR vs HSRR interruptsNicholas Piggin2021-06-251-1/+1
* powerpc/32: Always enable data translation in exception prologChristophe Leroy2021-03-291-2/+0
* powerpc: re-initialise lazy FPU/VEC counters on every faultNicholas Piggin2020-07-161-3/+1
* powerpc/32: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2020-06-021-0/+1
* powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-011-1/+1
* powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy2020-01-271-0/+3
* powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin2019-05-031-0/+1
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+3
|\
| * ppc: move exports to definitionsAl Viro2016-08-071-0/+3
* | powerpc: Remove do_load_up_transact_{fpu,altivec}Cyril Bur2016-10-041-25/+0
* | powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur2016-10-041-2/+2
|/
* powerpc: Improve comment explaining why we modify VRSAVEAnton Blanchard2016-07-261-4/+5
* powerpc: Add the ability to save VSX without giving it upCyril Bur2016-03-021-17/+0
* powerpc: Add the ability to save Altivec without giving it upCyril Bur2016-03-021-20/+4
* powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur2016-03-021-0/+4
* powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()Anton Blanchard2015-12-011-10/+0
* powerpc: Move part of giveup_vsx into cAnton Blanchard2015-12-011-6/+0
* powerpc: Move part of giveup_fpu,altivec,spe into cAnton Blanchard2015-12-011-8/+2
* powerpc: Remove NULL task struct pointer checks in FP and vector codeAnton Blanchard2015-12-011-14/+0
* powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard2015-12-011-68/+0
* powerpc: Don't disable MSR bits in do_load_up_transact_*() functionsAnton Blanchard2015-12-011-4/+0
* powerpc: Change vrX register defines to vX to match gcc and glibcAnton Blanchard2015-03-161-12/+12
* powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras2014-01-151-0/+10
* powerpc: Don't corrupt user registers on 32-bitPaul Mackerras2013-10-231-6/+9
* powerpc: Provide for giveup_fpu/altivec to save state in alternate locationPaul Mackerras2013-10-111-2/+27
* powerpc: Put FP/VSX and VR state into structuresPaul Mackerras2013-10-111-35/+15
* powerpc: Add FP/VSX and VMX register load functions for transactional memoryMichael Neuling2013-02-151-0/+51
* powerpc: Optimise enable_kernel_altivecAnton Blanchard2012-04-301-0/+10
* powerpc: Remove static branch hint in giveup_altivecAnton Blanchard2011-05-191-1/+1
* powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell2010-11-291-0/+1
* powerpc: Fix usage of 64-bit instruction in 32-bit altivec codeBenjamin Herrenschmidt2009-12-091-1/+1
* powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt2009-08-201-1/+1
* powerpc: Fix another bug in move of altivec code to vector.SAndreas Schwab2009-07-151-3/+3
* powerpc: Move VMX and VSX asm code to vector.SBenjamin Herrenschmidt2009-06-091-0/+210
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [POWERPC] 64bit FPSCR supportAnton Blanchard2006-06-151-2/+2
* powerpc: Use reg.h instead of processor.h when we just want reg namesPaul Mackerras2005-10-101-1/+1
* powerpc: Merge enough to start building in arch/powerpc.Paul Mackerras2005-09-261-0/+197