summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/fpu.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson2023-11-281-0/+13
* powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-161-1/+1
* powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin2021-12-161-0/+5
* powerpc/32: Remove unneccessary calculations in load_up_{fpu/altivec}Christophe Leroy2021-08-181-2/+1
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-251-0/+4
* powerpc/32: Always enable data translation in exception prologChristophe Leroy2021-03-291-2/+0
* powerpc: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy2020-10-081-1/+0
* powerpc/fpu: Drop cvt_fd() and cvt_df()Christophe Leroy2020-09-021-15/+0
* powerpc: re-initialise lazy FPU/VEC counters on every faultNicholas Piggin2020-07-161-3/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+0
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* powerpc/32: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2020-06-021-0/+1
* powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy2020-01-271-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin2019-05-031-0/+1
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-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-26/+0
* | powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur2016-10-041-1/+1
|/
* powerpc: Add the ability to save FPU without giving it upCyril Bur2016-03-021-17/+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-16/+0
* powerpc: Move part of giveup_fpu,altivec,spe into cAnton Blanchard2015-12-011-14/+2
* powerpc: Remove NULL task struct pointer checks in FP and vector codeAnton Blanchard2015-12-011-2/+0
* powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard2015-12-011-35/+0
* powerpc: Don't disable MSR bits in do_load_up_transact_*() functionsAnton Blanchard2015-12-011-4/+0
* powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras2014-01-151-0/+16
* powerpc: Don't corrupt user registers on 32-bitPaul Mackerras2013-10-231-6/+8
* powerpc: Provide for giveup_fpu/altivec to save state in alternate locationPaul Mackerras2013-10-111-1/+24
* powerpc: Put FP/VSX and VR state into structuresPaul Mackerras2013-10-111-46/+13
* powerpc: Add FP/VSX and VMX register load functions for transactional memoryMichael Neuling2013-02-151-0/+54
* powerpc: New macros for transactional memory supportMichael Neuling2013-02-151-0/+12
* powerpc: Enforce usage of R0-R31 where possibleMichael Neuling2012-07-101-5/+7
* powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling2012-07-101-2/+2
* powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell2010-11-291-0/+1
* powerpc: Remove fpscr use from [kvm_]cvt_{fd,df}Andreas Schwab2010-09-021-10/+0
* powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt2009-08-201-1/+1
* powerpc: Disable VSX or current process in giveup_fpu/altivecMichael Neuling2009-04-071-0/+5
* powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling2008-07-011-3/+13
* powerpc: Add VSX assembler code macrosMichael Neuling2008-07-011-0/+23
* powerpc: Make load_up_fpu and load_up_altivec callableMichael Neuling2008-07-011-1/+1
* [POWERPC] Restore copyright notice in arch/powerpc/kernel/fpu.SPaul Mackerras2006-08-301-0/+5
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [POWERPC] 64bit FPSCR supportAnton Blanchard2006-06-151-3/+3
* powerpc/64: Fix bug in setting floating-point exception modePaul Mackerras2006-02-071-1/+1
* [PATCH] powerpc: Cleanup LOADADDR etc. asm macrosDavid Gibson2006-01-131-5/+5
* [PATCH] powerpc: Consolidate asm compatibility macrosDavid Gibson2005-11-101-12/+12
* powerpc: Introduce toreal/fromreal assembly macrosPaul Mackerras2005-10-271-4/+4