aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy1-9/+0
2021-03-26powerpc/net: Switch csum_and_copy_{to/from}_user to user_access blockChristophe Leroy1-11/+4
2021-03-26powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.hChristophe Leroy1-4/+9
2021-03-02powerpc/sstep: Fix VSX instruction emulationJordan Niethe1-2/+2
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-18/+84
2021-02-12kbuild: LD_VERSION redenominationMasahiro Yamada1-1/+1
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
2021-01-30powerpc/pmem: Include pmem prototypesCédric Le Goater1-0/+1
2021-01-20powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin1-3/+21
2020-12-11powerpc/sstep: Add testcases for VSX vector paired load/store instructionsBalamuruhan S1-0/+270
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-12-04powerpc/feature-fixups: use a semicolon rather than a commaDaniel Axtens1-4/+4
2020-11-19powerpc/64s: flush L1D after user accessesNicholas Piggin1-0/+50
2020-11-19powerpc/64s: flush L1D on kernel entryNicholas Piggin1-0/+54
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-13/+13
2020-10-14powerpc32: don't adjust unmoved stack pointer in csum_partial_copy_generic() epilogueJason A. Donenfeld1-1/+0
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-133/+52
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2-3/+3
2020-09-18powerpc/sstep: Remove empty if statement checking for invalid formCédric Le Goater1-3/+6
2020-09-15powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto()Christophe Leroy1-10/+7
2020-09-08powerpc: remove address space overrides using set_fs()Christoph Hellwig1-3/+3
2020-08-20ppc: propagate the calling conventions change down to csum_partial_copy_generic()Al Viro3-99/+44
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-47/+21
2020-07-29powerpc/test_emulate_step: Add testcases for divde[.] and divdeu[.] instructionsBalamuruhan S1-0/+156
2020-07-29powerpc/sstep: Add support for divde[.] and divdeu[.] instructionsBalamuruhan S1-1/+12
2020-07-27powerpc/lib: remove memcpy_flushcache redundant returnLi RongQing1-3/+1
2020-07-27powerpc/lib: Prepare code-patching for modules allocated outside vmalloc spaceChristophe Leroy1-1/+1
2020-07-27powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin1-0/+3
2020-07-26powerpc/pseries: Move some PAPR paravirt functions to their own fileNicholas Piggin1-6/+6
2020-07-24powerpc/sstep: Fix incorrect CONFIG symbol in scv handlingMichael Ellerman1-1/+1
2020-07-24powerpc/test_emulate_sstep: Fix build errorMichael Ellerman1-0/+1
2020-07-23Merge branch 'scv' support into nextMichael Ellerman1-0/+16
2020-07-23powerpc/test_emulate_step: Move extern declaration to sstep.hBalamuruhan S1-2/+0
2020-07-23powerpc/sstep: Introduce macros to retrieve Prefix instruction operandsBalamuruhan S1-6/+6
2020-07-23powerpc/test_emulate_step: Add negative tests for prefixed addiBalamuruhan S1-0/+10
2020-07-23powerpc/test_emulate_step: Enhancement to test negative scenariosBalamuruhan S1-9/+21
2020-07-23powerpc: Add a ppc_inst_as_str() helperJordan Niethe1-2/+2
2020-07-23powerpc/sstep: Add tests for Prefixed Add ImmediateJordan Niethe2-0/+127
2020-07-23powerpc/sstep: Let compute tests specify a required cpu featureJordan Niethe1-0/+6
2020-07-23powerpc/sstep: Set NIP in instruction emulation testsJordan Niethe1-0/+3
2020-07-23powerpc/sstep: Add tests for prefixed floating-point load/storesJordan Niethe1-0/+124
2020-07-23powerpc/sstep: Add tests for prefixed integer load/storesJordan Niethe1-0/+85