summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/sstep.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-24powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-8/+9
2021-05-23powerpc/sstep: Add emulation support for ‘setb’ instructionSathvika Vasireddy1-0/+22
2021-04-14powerpc: remove partial register save logicNicholas Piggin1-4/+0
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy1-9/+0
2021-03-02powerpc/sstep: Fix VSX instruction emulationJordan Niethe1-2/+2
2021-02-23Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-18/+83
2021-02-08powerpc/sstep: Fix darn emulationSandipan Das1-1/+1
2021-02-08powerpc/sstep: Fix load-store and update emulationSandipan Das1-0/+14
2021-01-30powerpc/sstep: Fix array out of bound warningRavi Bangoria1-6/+8
2021-01-30powerpc/sstep: Fix incorrect return from analyze_instr()Ananth N Mavinakayanahalli1-1/+6
2021-01-30powerpc/sstep: Check instruction validity against ISA version before emulationAnanth N Mavinakayanahalli1-16/+62
2020-12-10powerpc/sstep: Support VSX vector paired storage access instructionsBalamuruhan S1-21/+129
2020-12-10powerpc/sstep: Cover new VSX instructions under CONFIG_VSXRavi Bangoria1-1/+3
2020-12-10powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is setBalamuruhan S1-0/+6
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+3
2020-09-18powerpc/sstep: Remove empty if statement checking for invalid formCédric Le Goater1-3/+6
2020-09-09powerpc: remove address space overrides using set_fs()Christoph Hellwig1-3/+3
2020-07-29powerpc/sstep: Add support for divde[.] and divdeu[.] instructionsBalamuruhan S1-1/+12
2020-07-24powerpc/sstep: Fix incorrect CONFIG symbol in scv handlingMichael Ellerman1-1/+1
2020-07-23Merge branch 'scv' support into nextMichael Ellerman1-0/+16
2020-07-23powerpc/sstep: Introduce macros to retrieve Prefix instruction operandsBalamuruhan S1-6/+6
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin1-0/+16
2020-05-18powerpc sstep: Add support for prefixed fixed-point arithmeticJordan Niethe1-0/+20
2020-05-18powerpc sstep: Add support for prefixed load/storesJordan Niethe1-2/+162
2020-05-18powerpc: Add prefixed instructions to instruction data typeJordan Niethe1-1/+3
2020-05-18powerpc: Use a datatype for instructionsJordan Niethe1-2/+2
2020-05-18powerpc: Use a function for getting the instruction op codeJordan Niethe1-1/+1
2020-05-18powerpc: Use an accessor for instructionsJordan Niethe1-133/+135
2020-04-01powerpc/64/sstep: Ifdef the deprecated fast endian switch syscallNicholas Piggin1-2/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-25powerpc sstep: Add support for modsd, modud instructionsSandipan Das1-2/+15
2019-02-25powerpc sstep: Add support for modsw, moduw instructionsPrasannaKumar Muralidharan1-0/+14
2019-02-25powerpc sstep: Add support for extswsli instructionSandipan Das1-0/+14
2019-02-25powerpc sstep: Add support for cnttzw, cnttzd instructionsSandipan Das1-0/+14
2019-02-25powerpc: sstep: Add support for darn instructionSandipan Das1-0/+22
2019-02-25powerpc: sstep: Add support for maddhd, maddhdu, maddld instructionsSandipan Das1-1/+34
2018-06-03powerpc/sstep: Fix kernel crash if VSX is not presentRavi Bangoria1-0/+9
2018-06-03powerpc/sstep: Introduce GETTYPE macroRavi Bangoria1-3/+3
2018-05-18powerpc/lib: Fix "integer constant is too large" build failureFinn Thain1-5/+6
2018-03-13powerpc/32: Move the inline keyword at the beginning of function declarationMathieu Malaterre1-2/+2
2017-11-12powerpc/kprobes: Blacklist emulate_update_regs() from kprobesNaveen N. Rao1-0/+1
2017-11-10Merge branch 'fixes' into nextMichael Ellerman1-2/+4
2017-10-10powerpc/lib/sstep: Fix count leading zeros instructionsSandipan Das1-2/+4
2017-10-04powerpc/lib/sstep: Fix fixed-point shift instructions that set CA32Sandipan Das1-0/+4
2017-10-04powerpc/lib/sstep: Fix fixed-point arithmetic instructions that set CA32Sandipan Das1-0/+13
2017-10-04powerpc/lib/sstep: Add XER bits introduced in POWER ISA v3.0Sandipan Das1-0/+2
2017-09-20powerpc/sstep: mullw should calculate a 64 bit signed resultAnton Blanchard1-2/+3
2017-09-20powerpc/sstep: Fix issues with mcrfAnton Blanchard1-2/+2
2017-09-20powerpc/sstep: Fix issues with set_cr0()Anton Blanchard1-7/+7
2017-09-02powerpc/sstep: Avoid used uninitialized errorMichael Ellerman1-0/+1