aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/lib/sstep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-06powerpc/64: remove system call instruction emulationNicholas Piggin1-36/+10
2022-05-02powerpc/sstep: Use bitwise instead of arithmetic operator for flagsYang Li1-3/+3
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-19/+11
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-2/+2
2022-03-01powerpc/lib/sstep: Fix build errors with newer binutilsAnders Roxell1-0/+6
2022-03-01powerpc/lib/sstep: Fix 'sthcx' instructionAnders Roxell1-1/+1
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-2/+2
2022-02-15powerpc/lib/sstep: fix 'ptesync' build errorAnders Roxell1-0/+2
2022-02-12powerpc/lib/sstep: use truncate_if_32bit()Christophe Leroy1-6/+3
2022-02-12powerpc/lib/sstep: Remove unneeded #ifdef __powerpc64__Christophe Leroy1-8/+0
2022-02-12powerpc/lib/sstep: Use l1_dcache_bytes() instead of opencodingChristophe Leroy1-4/+1
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy1-2/+2
2021-10-22powerpc/lib/sstep: Don't use __{get/put}_user() on kernel addressesChristophe Leroy1-57/+140
2021-06-25powerpc/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-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-18/+83
2021-02-09powerpc/sstep: Fix darn emulationSandipan Das1-1/+1
2021-02-09powerpc/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-11powerpc/sstep: Support VSX vector paired storage access instructionsBalamuruhan S1-21/+129
2020-12-11powerpc/sstep: Cover new VSX instructions under CONFIG_VSXRavi Bangoria1-1/+3
2020-12-11powerpc/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/viro/vfsLinus Torvalds1-3/+3
2020-09-18powerpc/sstep: Remove empty if statement checking for invalid formCédric Le Goater1-3/+6
2020-09-08powerpc: 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-19powerpc sstep: Add support for prefixed fixed-point arithmeticJordan Niethe1-0/+20
2020-05-19powerpc sstep: Add support for prefixed load/storesJordan Niethe1-2/+162
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe1-1/+3
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe1-2/+2
2020-05-19powerpc: Use a function for getting the instruction op codeJordan Niethe1-1/+1
2020-05-19powerpc: 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-26powerpc sstep: Add support for modsd, modud instructionsSandipan Das1-2/+15
2019-02-26powerpc sstep: Add support for modsw, moduw instructionsPrasannaKumar Muralidharan1-0/+14
2019-02-26powerpc sstep: Add support for extswsli instructionSandipan Das1-0/+14
2019-02-26powerpc sstep: Add support for cnttzw, cnttzd instructionsSandipan Das1-0/+14
2019-02-26powerpc: sstep: Add support for darn instructionSandipan Das1-0/+22
2019-02-26powerpc: sstep: Add support for maddhd, maddhdu, maddld instructionsSandipan Das1-1/+34
2018-06-04powerpc/sstep: Fix kernel crash if VSX is not presentRavi Bangoria1-0/+9