aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2021-05-14powerpc/64s: Fix stf mitigation patching w/strict RWX & hashMichael Ellerman
2021-05-14powerpc/64s: Fix entry flush patching w/strict RWX & hashMichael Ellerman
2021-05-14powerpc/64s: Fix crashes when toggling entry flush barrierMichael Ellerman
2021-05-14powerpc/64s: Fix crashes when toggling stf barrierMichael Ellerman
2021-05-04powerpc/32: Fix boot failure with CONFIG_STACKPROTECTORChristophe Leroy
2021-04-21powerpc: Move copy_inst_from_kernel_nofault()Christophe Leroy
2021-04-21powerpc: Rename probe_kernel_read_inst()Christophe Leroy
2021-04-21powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64Christophe Leroy
2021-04-21powerpc: Remove probe_user_read_inst()Christophe Leroy
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy
2021-04-14powerpc: remove partial register save logicNicholas Piggin
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy
2021-03-26powerpc/net: Switch csum_and_copy_{to/from}_user to user_access blockChristophe Leroy
2021-03-26powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.hChristophe Leroy
2021-03-02powerpc/sstep: Fix VSX instruction emulationJordan Niethe
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-02-12kbuild: LD_VERSION redenominationMasahiro Yamada
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
2021-01-30powerpc/pmem: Include pmem prototypesCédric Le Goater
2021-01-20powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin
2020-12-11powerpc/sstep: Add testcases for VSX vector paired load/store instructionsBalamuruhan S
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-12-04powerpc/feature-fixups: use a semicolon rather than a commaDaniel Axtens
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