summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
2025-09-01powerpc/qspinlock: Add spinlock contention tracepointNysal Jan K.A.1-9/+10
2025-07-29Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds9-2533/+0
2025-06-30lib/crc: powerpc: Migrate optimized CRC code into lib/crc/Eric Biggers6-2615/+0
2025-06-30lib/crypto: powerpc: Move arch/powerpc/lib/crypto/ into lib/crypto/Eric Biggers9-2533/+0
2025-05-27Merge tag 'powerpc-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds11-13/+2547
2025-05-21crypto: powerpc/poly1305 - add depends on BROKEN for nowEric Biggers1-0/+1
2025-05-21Revert "crypto: powerpc/poly1305 - Add SIMD fallback"Herbert Xu2-39/+4
2025-05-14crypto: powerpc/poly1305 - Add SIMD fallbackHerbert Xu2-4/+39
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-2/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers2-11/+10
2025-05-10crypto: powerpc/poly1305 - Add poly1305_emit_arch wrapperHerbert Xu2-6/+13
2025-05-10lib/crc: make arch-optimized code use subsys_initcallEric Biggers2-2/+2
2025-05-08crypto: powerpc/poly1305 - Add missing poly1305_emit_archHerbert Xu2-2/+3
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu1-2/+2
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu2-2/+2
2025-05-05crypto: powerpc/sha256 - implement library instead of shashEric Biggers4-0/+397
2025-05-05crypto: lib/poly1305 - Use block-only interfaceHerbert Xu1-63/+0
2025-05-05crypto: powerpc/poly1305 - Add block-only interfaceHerbert Xu1-35/+49
2025-04-28powerpc/crc: rename crc32-vpmsum_core.S to crc-vpmsum-template.SEric Biggers3-2/+2
2025-04-28powerpc/crc: drop "glue" from filenamesEric Biggers3-2/+2
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers2-2/+2
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: powerpc - move library functions to arch/powerpc/lib/crypto/Eric Biggers7-0/+2177
2025-04-17powerpc/crc: Include uaccess.h and othersHerbert Xu2-13/+14
2025-04-16powerpc: enable dynamic preemptionShrikanth Hegde1-1/+1
2025-03-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2-11/+5
2025-02-12powerpc/code-patching: Fix KASAN hit by not flagging text patching area as VM...Christophe Leroy1-1/+1
2025-02-10powerpc/code-patching: Disable KASAN report during patching via temporary mmChristophe Leroy1-0/+2
2025-02-09lib/crc-t10dif: remove crc_t10dif_is_optimized()Eric Biggers1-6/+0
2025-02-09lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-5/+5
2025-01-23Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds6-0/+2620
2024-12-19powerpc: Large user copy aware of full:rt:lazy preemptionShrikanth Hegde1-1/+1
2024-12-02powerpc/crc-t10dif: expose CRC-T10DIF function through libEric Biggers3-0/+937
2024-12-02powerpc/crc32: expose CRC32 functions through libEric Biggers4-0/+1683
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-8/+4
2024-11-14powerpc/sstep: make emulate_vsx_load and emulate_vsx_store staticMichal Suchanek1-8/+4
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)4-4/+4
2024-09-20powerpc/vdso32: Fix use of crtsavres for PPC64Christophe Leroy1-1/+1
2024-09-19Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-15/+96
2024-08-29powerpc/qspinlock: Fix deadlock in MCS queueNysal Jan K.A.1-1/+9
2024-08-21powerpc/code-patching: Add boot selftest for data patchingBenjamin Gray1-0/+41
2024-08-21powerpc/code-patching: Add data patch alignment checkBenjamin Gray1-0/+6
2024-08-21powerpc/code-patching: Add generic memory patchingBenjamin Gray1-15/+49
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-6/+127
2024-05-14powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)1-1/+1
2024-05-07powerpc/code-patching: Use dedicated memory routines for patchingBenjamin Gray1-4/+27
2024-05-07powerpc/code-patching: Test patch_instructions() during bootBenjamin Gray1-0/+92
2024-05-07powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeNaveen N Rao1-2/+0