summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2025-03-13powerpc/code-patching: Fix KASAN hit by not flagging text patching area as VM...Christophe Leroy
2024-12-14powerpc/sstep: make emulate_vsx_load and emulate_vsx_store staticMichal Suchanek
2024-04-13powerpc: xor_vmx: Add '-mhard-float' to CFLAGSNathan Chancellor
2024-02-23powerpc/lib: Validate size for vector operationsNaveen N Rao
2024-01-25powerpc: add crtsavres.o to always-y instead of extra-yMasahiro Yamada
2022-04-08powerpc/lib/sstep: Fix build errors with newer binutilsAnders Roxell
2022-04-08powerpc/lib/sstep: Fix 'sthcx' instructionAnders Roxell
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2022-02-23powerpc/lib/sstep: fix 'ptesync' build errorAnders Roxell
2022-02-01powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy
2021-11-18powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao
2021-05-19powerpc/64s: Fix crashes when toggling entry flush barrierMichael Ellerman
2021-05-19powerpc/64s: Fix crashes when toggling stf barrierMichael Ellerman
2021-05-11powerpc/32: Fix boot failure with CONFIG_STACKPROTECTORChristophe Leroy
2021-03-25powerpc/sstep: Fix darn emulationSandipan Das
2021-03-25powerpc/sstep: Fix load-store and update emulationSandipan Das
2021-03-07powerpc/sstep: Fix incorrect return from analyze_instr()Ananth N Mavinakayanahalli
2021-03-07powerpc/sstep: Check instruction validity against ISA version before emulationAnanth N Mavinakayanahalli
2021-01-27powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin
2020-12-30powerpc/sstep: Cover new VSX instructions under CONFIG_VSXRavi Bangoria
2020-12-30powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is setBalamuruhan S
2020-11-19powerpc/64s: flush L1D after user accessesNicholas Piggin
2020-11-19powerpc/64s: flush L1D on kernel entryNicholas Piggin
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-10-14powerpc32: don't adjust unmoved stack pointer in csum_partial_copy_generic() ...Jason A. Donenfeld
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-09-18powerpc/sstep: Remove empty if statement checking for invalid formCédric Le Goater
2020-09-15powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto()Christophe Leroy
2020-09-08powerpc: remove address space overrides using set_fs()Christoph Hellwig
2020-08-20ppc: propagate the calling conventions change down to csum_partial_copy_gener...Al Viro
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro
2020-07-29powerpc/test_emulate_step: Add testcases for divde[.] and divdeu[.] instructionsBalamuruhan S
2020-07-29powerpc/sstep: Add support for divde[.] and divdeu[.] instructionsBalamuruhan S
2020-07-27powerpc/lib: remove memcpy_flushcache redundant returnLi RongQing
2020-07-27powerpc/lib: Prepare code-patching for modules allocated outside vmalloc spaceChristophe Leroy
2020-07-27powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin
2020-07-26powerpc/pseries: Move some PAPR paravirt functions to their own fileNicholas Piggin
2020-07-24powerpc/sstep: Fix incorrect CONFIG symbol in scv handlingMichael Ellerman
2020-07-24powerpc/test_emulate_sstep: Fix build errorMichael Ellerman
2020-07-23Merge branch 'scv' support into nextMichael Ellerman
2020-07-23powerpc/test_emulate_step: Move extern declaration to sstep.hBalamuruhan S
2020-07-23powerpc/sstep: Introduce macros to retrieve Prefix instruction operandsBalamuruhan S
2020-07-23powerpc/test_emulate_step: Add negative tests for prefixed addiBalamuruhan S
2020-07-23powerpc/test_emulate_step: Enhancement to test negative scenariosBalamuruhan S
2020-07-23powerpc: Add a ppc_inst_as_str() helperJordan Niethe
2020-07-23powerpc/sstep: Add tests for Prefixed Add ImmediateJordan Niethe
2020-07-23powerpc/sstep: Let compute tests specify a required cpu featureJordan Niethe
2020-07-23powerpc/sstep: Set NIP in instruction emulation testsJordan Niethe