aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2024-04-15Merge tag 'v5.15.154' into v5.15/standard/baseBruce Ashfield
2024-04-10powerpc: xor_vmx: Add '-mhard-float' to CFLAGSNathan Chancellor
2024-02-26Merge tag 'v5.15.149' into v5.15/standard/baseBruce Ashfield
2024-02-23powerpc/lib: Validate size for vector operationsNaveen N Rao
2024-02-06Merge tag 'v5.15.148' into v5.15/standard/baseBruce Ashfield
2024-01-25powerpc: add crtsavres.o to always-y instead of extra-yMasahiro Yamada
2024-01-25powerpc: remove checks for binutils older than 2.25Masahiro Yamada
2023-01-01powerpc: Fix reschedule bug in KUAP-unlocked user copyNicholas Piggin
2022-07-12powerpc: flexible GPR range save/restore macrosNicholas Piggin
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/security: Use a mutex for interrupt exit code patchingRussell Currey
2021-10-07powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao
2021-07-01powerpc: Only build restart_table.c for 64sMichael Ellerman
2021-06-30powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin
2021-06-25powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin
2021-06-25powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin
2021-06-21powerpc/lib/code-patching: Set up Strict RWX patching earlierJordan Niethe
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy
2021-06-17powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in t...Christophe Leroy
2021-06-16powerpc/lib/code-patching: Make instr_is_branch_to_addr() staticChristophe Leroy
2021-06-16powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching,...Christophe Leroy
2021-06-16powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy
2021-06-16powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macrosChristophe Leroy
2021-06-16powerpc: Rework PPC_RAW_xxx() macros for prefixed instructionsChristophe Leroy
2021-05-23powerpc/sstep: Add tests for setb instructionSathvika Vasireddy
2021-05-23powerpc/sstep: Add emulation support for ‘setb’ instructionSathvika Vasireddy
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