aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vector.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin1-8/+7
2021-12-16powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin1-0/+10
2021-08-18powerpc/32: Remove unneccessary calculations in load_up_{fpu/altivec}Christophe Leroy1-3/+1
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-0/+6
2021-06-25powerpc/64s: introduce different functions to return from SRR vs HSRR interruptsNicholas Piggin1-1/+1
2021-03-29powerpc/32: Always enable data translation in exception prologChristophe Leroy1-2/+0
2020-07-16powerpc: re-initialise lazy FPU/VEC counters on every faultNicholas Piggin1-3/+1
2020-06-02powerpc/32: Blacklist functions running with MMU disabled for kprobeChristophe Leroy1-0/+1
2020-04-01powerpc/64s: Implement interrupt exit logic in CNicholas Piggin1-1/+1
2020-01-27powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy1-0/+3
2019-05-03powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin1-0/+1
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+3
2016-10-04powerpc: Remove do_load_up_transact_{fpu,altivec}Cyril Bur1-25/+0
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur1-2/+2
2016-08-07ppc: move exports to definitionsAl Viro1-0/+3
2016-07-26powerpc: Improve comment explaining why we modify VRSAVEAnton Blanchard1-4/+5
2016-03-02powerpc: Add the ability to save VSX without giving it upCyril Bur1-17/+0
2016-03-02powerpc: Add the ability to save Altivec without giving it upCyril Bur1-20/+4
2016-03-02powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur1-0/+4
2015-12-01powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()Anton Blanchard1-10/+0
2015-12-01powerpc: Move part of giveup_vsx into cAnton Blanchard1-6/+0
2015-12-01powerpc: Move part of giveup_fpu,altivec,spe into cAnton Blanchard1-8/+2
2015-12-01powerpc: Remove NULL task struct pointer checks in FP and vector codeAnton Blanchard1-14/+0
2015-12-01powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard1-68/+0
2015-12-01powerpc: Don't disable MSR bits in do_load_up_transact_*() functionsAnton Blanchard1-4/+0
2015-03-16powerpc: Change vrX register defines to vX to match gcc and glibcAnton Blanchard1-12/+12
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras1-0/+10
2013-10-23powerpc: Don't corrupt user registers on 32-bitPaul Mackerras1-6/+9
2013-10-11powerpc: Provide for giveup_fpu/altivec to save state in alternate locationPaul Mackerras1-2/+27
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras1-35/+15
2013-02-15powerpc: Add FP/VSX and VMX register load functions for transactional memoryMichael Neuling1-0/+51
2012-04-30powerpc: Optimise enable_kernel_altivecAnton Blanchard1-0/+10
2011-05-19powerpc: Remove static branch hint in giveup_altivecAnton Blanchard1-1/+1
2010-11-29powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell1-0/+1
2009-12-09powerpc: Fix usage of 64-bit instruction in 32-bit altivec codeBenjamin Herrenschmidt1-1/+1
2009-08-20powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt1-1/+1
2009-07-15powerpc: Fix another bug in move of altivec code to vector.SAndreas Schwab1-3/+3
2009-06-09powerpc: Move VMX and VSX asm code to vector.SBenjamin Herrenschmidt1-0/+210
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-15[POWERPC] 64bit FPSCR supportAnton Blanchard1-2/+2
2005-10-10powerpc: Use reg.h instead of processor.h when we just want reg namesPaul Mackerras1-1/+1
2005-09-26powerpc: Merge enough to start building in arch/powerpc.Paul Mackerras1-0/+197