summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Fix stf mitigation patching w/strict RWX & hashMichael Ellerman2021-05-141-10/+10
* powerpc/64s: Fix entry flush patching w/strict RWX & hashMichael Ellerman2021-05-141-16/+43
* powerpc/64s: Fix crashes when toggling entry flush barrierMichael Ellerman2021-05-141-1/+15
* powerpc/64s: Fix crashes when toggling stf barrierMichael Ellerman2021-05-141-2/+17
* powerpc/32: Fix boot failure with CONFIG_STACKPROTECTORChristophe Leroy2021-05-041-0/+3
* powerpc: Move copy_inst_from_kernel_nofault()Christophe Leroy2021-04-212-27/+1
* powerpc: Rename probe_kernel_read_inst()Christophe Leroy2021-04-211-2/+1
* powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64Christophe Leroy2021-04-211-16/+1
* powerpc: Remove probe_user_read_inst()Christophe Leroy2021-04-211-31/+0
* powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy2021-04-211-1/+1
* powerpc: remove partial register save logicNicholas Piggin2021-04-141-4/+0
* powerpc/32: Remove ksp_limitChristophe Leroy2021-03-291-9/+0
* powerpc/net: Switch csum_and_copy_{to/from}_user to user_access blockChristophe Leroy2021-03-261-11/+4
* powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.hChristophe Leroy2021-03-261-4/+9
* powerpc/sstep: Fix VSX instruction emulationJordan Niethe2021-03-021-2/+2
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-1/+1
|\
| * kbuild: LD_VERSION redenominationMasahiro Yamada2021-02-121-1/+1
* | Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-222-18/+84
|\ \ | |/ |/|
| * powerpc/sstep: Fix darn emulationSandipan Das2021-02-091-1/+1
| * powerpc/sstep: Fix load-store and update emulationSandipan Das2021-02-091-0/+14
| * powerpc/sstep: Fix incorrect return from analyze_instr()Ananth N Mavinakayanahalli2021-01-301-1/+6
| * powerpc/sstep: Check instruction validity against ISA version before emulationAnanth N Mavinakayanahalli2021-01-301-16/+62
| * powerpc/pmem: Include pmem prototypesCédric Le Goater2021-01-301-0/+1
* | powerpc/sstep: Fix array out of bound warningRavi Bangoria2021-01-301-6/+8
* | powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin2021-01-201-3/+21
|/
* powerpc/sstep: Add testcases for VSX vector paired load/store instructionsBalamuruhan S2020-12-111-0/+270
* powerpc/sstep: Support VSX vector paired storage access instructionsBalamuruhan S2020-12-111-21/+129
* powerpc/sstep: Cover new VSX instructions under CONFIG_VSXRavi Bangoria2020-12-111-1/+3
* powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is setBalamuruhan S2020-12-111-0/+6
* powerpc/feature-fixups: use a semicolon rather than a commaDaniel Axtens2020-12-041-4/+4
* powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-191-0/+50
* powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-191-0/+54
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-3/+3
|\
| * powerpc: remove address space overrides using set_fs()Christoph Hellwig2020-09-081-3/+3
* | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-162-13/+13
|\ \
| * | powerpc/sstep: Remove empty if statement checking for invalid formCédric Le Goater2020-09-181-3/+6
| * | powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto()Christophe Leroy2020-09-151-10/+7
| |/
* | powerpc32: don't adjust unmoved stack pointer in csum_partial_copy_generic() ...Jason A. Donenfeld2020-10-141-1/+0
* | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-123-133/+52
|\ \
| * | ppc: propagate the calling conventions change down to csum_partial_copy_gener...Al Viro2020-08-203-99/+44
| * | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-47/+21
| |/
* / x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-062-3/+3
|/
* powerpc/test_emulate_step: Add testcases for divde[.] and divdeu[.] instructionsBalamuruhan S2020-07-291-0/+156
* powerpc/sstep: Add support for divde[.] and divdeu[.] instructionsBalamuruhan S2020-07-291-1/+12
* powerpc/lib: remove memcpy_flushcache redundant returnLi RongQing2020-07-271-3/+1
* powerpc/lib: Prepare code-patching for modules allocated outside vmalloc spaceChristophe Leroy2020-07-271-1/+1
* powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin2020-07-271-0/+3
* powerpc/pseries: Move some PAPR paravirt functions to their own fileNicholas Piggin2020-07-261-6/+6
* powerpc/sstep: Fix incorrect CONFIG symbol in scv handlingMichael Ellerman2020-07-241-1/+1
* powerpc/test_emulate_sstep: Fix build errorMichael Ellerman2020-07-241-0/+1