index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
vector.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2016-10-14
1
-0
/
+3
|
\
|
*
ppc: move exports to definitions
Al Viro
2016-08-07
1
-0
/
+3
*
|
powerpc: Remove do_load_up_transact_{fpu,altivec}
Cyril Bur
2016-10-04
1
-25
/
+0
*
|
powerpc: tm: Rename transct_(*) to ck(\1)_state
Cyril Bur
2016-10-04
1
-2
/
+2
|
/
*
powerpc: Improve comment explaining why we modify VRSAVE
Anton Blanchard
2016-07-26
1
-4
/
+5
*
powerpc: Add the ability to save VSX without giving it up
Cyril Bur
2016-03-02
1
-17
/
+0
*
powerpc: Add the ability to save Altivec without giving it up
Cyril Bur
2016-03-02
1
-20
/
+4
*
powerpc: Restore FPU/VEC/VSX if previously used
Cyril Bur
2016-03-02
1
-0
/
+4
*
powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()
Anton Blanchard
2015-12-01
1
-10
/
+0
*
powerpc: Move part of giveup_vsx into c
Anton Blanchard
2015-12-01
1
-6
/
+0
*
powerpc: Move part of giveup_fpu,altivec,spe into c
Anton Blanchard
2015-12-01
1
-8
/
+2
*
powerpc: Remove NULL task struct pointer checks in FP and vector code
Anton Blanchard
2015-12-01
1
-14
/
+0
*
powerpc: Remove UP only lazy floating point and vector optimisations
Anton Blanchard
2015-12-01
1
-68
/
+0
*
powerpc: Don't disable MSR bits in do_load_up_transact_*() functions
Anton Blanchard
2015-12-01
1
-4
/
+0
*
powerpc: Change vrX register defines to vX to match gcc and glibc
Anton Blanchard
2015-03-16
1
-12
/
+12
*
powerpc: Don't corrupt transactional state when using FP/VMX in kernel
Paul Mackerras
2014-01-15
1
-0
/
+10
*
powerpc: Don't corrupt user registers on 32-bit
Paul Mackerras
2013-10-23
1
-6
/
+9
*
powerpc: Provide for giveup_fpu/altivec to save state in alternate location
Paul Mackerras
2013-10-11
1
-2
/
+27
*
powerpc: Put FP/VSX and VR state into structures
Paul Mackerras
2013-10-11
1
-35
/
+15
*
powerpc: Add FP/VSX and VMX register load functions for transactional memory
Michael Neuling
2013-02-15
1
-0
/
+51
*
powerpc: Optimise enable_kernel_altivec
Anton Blanchard
2012-04-30
1
-0
/
+10
*
powerpc: Remove static branch hint in giveup_altivec
Anton Blanchard
2011-05-19
1
-1
/
+1
*
powerpc: Remove second definition of STACK_FRAME_OVERHEAD
Stephen Rothwell
2010-11-29
1
-0
/
+1
*
powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
Benjamin Herrenschmidt
2009-12-09
1
-1
/
+1
*
powerpc: Use names rather than numbers for SPRGs (v2)
Benjamin Herrenschmidt
2009-08-20
1
-1
/
+1
*
powerpc: Fix another bug in move of altivec code to vector.S
Andreas Schwab
2009-07-15
1
-3
/
+3
*
powerpc: Move VMX and VSX asm code to vector.S
Benjamin Herrenschmidt
2009-06-09
1
-0
/
+210
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[POWERPC] 64bit FPSCR support
Anton Blanchard
2006-06-15
1
-2
/
+2
*
powerpc: Use reg.h instead of processor.h when we just want reg names
Paul Mackerras
2005-10-10
1
-1
/
+1
*
powerpc: Merge enough to start building in arch/powerpc.
Paul Mackerras
2005-09-26
1
-0
/
+197