aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/ldstfp.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-28powerpc/lib: only build ldstfp.o when CONFIG_PPC_FPU is setChristophe Leroy1-4/+0
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy1-0/+1
2017-09-04powerpc: Fix kernel crash in emulation of vector loads and storesPaul Mackerras1-4/+4
2017-09-01powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras1-198/+43
2017-09-01powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras1-22/+48
2016-11-14powerpc: EX_TABLE macro for exception tablesNicholas Piggin1-15/+9
2015-03-16powerpc: Change vsrX register defines to vsX to match gcc and glibcAnton Blanchard1-3/+3
2015-03-16powerpc: Change vrX register defines to vX to match gcc and glibcAnton Blanchard1-13/+13
2012-07-10powerpc: Fixes for instructions not using correct register namingMichael Neuling1-2/+2
2012-07-10powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling1-6/+6
2010-09-02powerpc: mtmsrd not definedSean MacLennan1-16/+20
2010-06-22powerpc: Emulate most Book I instructions in emulate_step()Paul Mackerras1-0/+375