summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vector.S
Commit message (Expand)AuthorAgeFilesLines
* 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