summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2025-03-07powerpc/code-patching: Fix KASAN hit by not flagging text patching area as VM...Christophe Leroy
2024-12-14powerpc/sstep: make emulate_vsx_load and emulate_vsx_store staticMichal Suchanek
2024-04-03powerpc: xor_vmx: Add '-mhard-float' to CFLAGSNathan Chancellor
2024-02-05powerpc/lib: Validate size for vector operationsNaveen N Rao
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
2022-10-18powerpc: Fix reschedule bug in KUAP-unlocked user copyNicholas Piggin
2022-09-28powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2022-09-01powerpc/code-patching: Speed up page mapping/unmappingChristophe Leroy
2022-07-27powerpc/ppc-opcode: Define and use PPC_RAW_SETB()Christophe Leroy
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-22powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens
2022-05-22powerpc/inst: Remove PPC_INST_BRANCHChristophe Leroy
2022-05-19powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy
2022-05-19powerpc/code-patching: Inline create_branch()Christophe Leroy
2022-05-19powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Christophe Leroy
2022-05-11powerpc/code-patching: Use jump_label to check if poking_init() is doneChristophe Leroy
2022-05-11powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy
2022-05-08powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_...Christophe Leroy
2022-05-06powerpc/64: remove system call instruction emulationNicholas Piggin
2022-05-02powerpc/sstep: Use bitwise instead of arithmetic operator for flagsYang Li
2022-04-29net: unexport csum_and_copy_{from,to}_userChristoph Hellwig
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy
2022-03-08powerpc/code-patching: Pre-map patch areaMichael Ellerman
2022-03-01powerpc/lib/sstep: Fix build errors with newer binutilsAnders Roxell
2022-03-01powerpc/lib/sstep: Fix 'sthcx' instructionAnders Roxell
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2022-02-15powerpc/lib/sstep: fix 'ptesync' build errorAnders Roxell
2022-02-12powerpc/lib/sstep: use truncate_if_32bit()Christophe Leroy
2022-02-12powerpc/lib/sstep: Remove unneeded #ifdef __powerpc64__Christophe Leroy
2022-02-12powerpc/lib/sstep: Use l1_dcache_bytes() instead of opencodingChristophe Leroy
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel
2022-02-07powerpc/32: Remove remaining .stabs annotationsChristophe Leroy
2021-12-23powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy
2021-12-23powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel...Christophe Leroy
2021-12-23powerpc/code-patching: Move code patching selftests in its own fileChristophe Leroy
2021-12-23powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.hChristophe Leroy
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy
2021-12-23powerpc/code-patching: Use test_trampoline for prefixed patch testChristophe Leroy
2021-12-23powerpc/code-patching: Fix patch_branch() return on out-of-range failureChristophe Leroy
2021-12-23powerpc/code-patching: Reorganise do_patch_instruction() to ease error handlingChristophe Leroy
2021-12-23powerpc/code-patching: Fix unmap_patch_area() error handlingChristophe Leroy
2021-12-23powerpc/code-patching: Fix error handling in do_patch_instruction()Christophe Leroy
2021-12-23powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy
2021-12-23powerpc/code-patching: Remove pr_debug()/pr_devel() messages and fix check()Christophe Leroy