aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/sstep.c
AgeCommit message (Expand)Author
2023-11-27powerpc/lib: Validate size for vector operationsNaveen N Rao
2023-11-27powerpc/lib: Avoid array bounds warnings in vec opsMichael Ellerman
2023-08-16powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inlineChristophe Leroy
2022-11-24powerpc: add compile-time support for lbarx, lharxNicholas Piggin
2022-05-06powerpc/64: remove system call instruction emulationNicholas Piggin
2022-05-02powerpc/sstep: Use bitwise instead of arithmetic operator for flagsYang Li
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-01powerpc/lib/sstep: Fix build errors with newer binutilsAnders Roxell
2022-03-01powerpc/lib/sstep: Fix 'sthcx' instructionAnders Roxell
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2022-02-15powerpc/lib/sstep: fix 'ptesync' build errorAnders Roxell
2022-02-12powerpc/lib/sstep: use truncate_if_32bit()Christophe Leroy
2022-02-12powerpc/lib/sstep: Remove unneeded #ifdef __powerpc64__Christophe Leroy
2022-02-12powerpc/lib/sstep: Use l1_dcache_bytes() instead of opencodingChristophe Leroy
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy
2021-10-22powerpc/lib/sstep: Don't use __{get/put}_user() on kernel addressesChristophe Leroy
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin
2021-05-23powerpc/sstep: Add emulation support for ‘setb’ instructionSathvika Vasireddy
2021-04-14powerpc: remove partial register save logicNicholas Piggin
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy
2021-03-02powerpc/sstep: Fix VSX instruction emulationJordan Niethe
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-02-09powerpc/sstep: Fix darn emulationSandipan Das
2021-02-09powerpc/sstep: Fix load-store and update emulationSandipan Das
2021-01-30powerpc/sstep: Fix array out of bound warningRavi Bangoria
2021-01-30powerpc/sstep: Fix incorrect return from analyze_instr()Ananth N Mavinakayanahalli
2021-01-30powerpc/sstep: Check instruction validity against ISA version before emulationAnanth N Mavinakayanahalli
2020-12-11powerpc/sstep: Support VSX vector paired storage access instructionsBalamuruhan S
2020-12-11powerpc/sstep: Cover new VSX instructions under CONFIG_VSXRavi Bangoria
2020-12-11powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is setBalamuruhan S
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-09-18powerpc/sstep: Remove empty if statement checking for invalid formCédric Le Goater
2020-09-08powerpc: remove address space overrides using set_fs()Christoph Hellwig
2020-07-29powerpc/sstep: Add support for divde[.] and divdeu[.] instructionsBalamuruhan S
2020-07-24powerpc/sstep: Fix incorrect CONFIG symbol in scv handlingMichael Ellerman
2020-07-23Merge branch 'scv' support into nextMichael Ellerman
2020-07-23powerpc/sstep: Introduce macros to retrieve Prefix instruction operandsBalamuruhan S
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin
2020-05-19powerpc sstep: Add support for prefixed fixed-point arithmeticJordan Niethe
2020-05-19powerpc sstep: Add support for prefixed load/storesJordan Niethe
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe
2020-05-19powerpc: Use a function for getting the instruction op codeJordan Niethe
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe
2020-04-01powerpc/64/sstep: Ifdef the deprecated fast endian switch syscallNicholas Piggin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-26powerpc sstep: Add support for modsd, modud instructionsSandipan Das
2019-02-26powerpc sstep: Add support for modsw, moduw instructionsPrasannaKumar Muralidharan
2019-02-26powerpc sstep: Add support for extswsli instructionSandipan Das