summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Only build restart_table.c for 64sMichael Ellerman2021-07-011-2/+2
* powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin2021-06-301-0/+26
* powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin2021-06-251-4/+48
* powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin2021-06-252-1/+31
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-253-9/+11
* powerpc/lib/code-patching: Set up Strict RWX patching earlierJordan Niethe2021-06-211-10/+4
* powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy2021-06-172-74/+70
* powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in t...Christophe Leroy2021-06-171-42/+53
* powerpc/lib/code-patching: Make instr_is_branch_to_addr() staticChristophe Leroy2021-06-161-9/+9
* powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching,...Christophe Leroy2021-06-162-5/+5
* powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy2021-06-161-1/+1
* powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macrosChristophe Leroy2021-06-161-61/+60
* powerpc: Rework PPC_RAW_xxx() macros for prefixed instructionsChristophe Leroy2021-06-161-4/+2
* powerpc/sstep: Add tests for setb instructionSathvika Vasireddy2021-05-231-0/+29
* powerpc/sstep: Add emulation support for ‘setb’ instructionSathvika Vasireddy2021-05-231-0/+22
* 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
|\ \