summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorLines
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3833/+4
2025-06-30lib/crc: arm: Migrate optimized CRC code into lib/crc/Eric Biggers-975/+0
2025-06-30lib/crypto: arm: Move arch/arm/lib/crypto/ into lib/crypto/Eric Biggers-3833/+4
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+3833
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers-7/+7
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers-15/+20
2025-05-09lib/crc: make arch-optimized code use subsys_initcallEric Biggers-2/+2
2025-05-05crypto: arm/sha256 - Add simd block functionHerbert Xu-17/+18
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu-2/+2
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu-3/+3
2025-05-05crypto: arm/sha256 - implement library instead of shashEric Biggers-1/+925
2025-05-05crypto: lib/poly1305 - Use block-only interfaceHerbert Xu-57/+0
2025-05-05crypto: arm/poly1305 - Add block-only interfaceHerbert Xu-36/+48
2025-04-28arm/crc: drop "glue" from filenamesEric Biggers-2/+2
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers-4/+4
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers-1/+1
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers-1/+1
2025-04-28crypto: arm - move library functions to arch/arm/lib/crypto/Eric Biggers-0/+2948
2025-03-26arm/crc-t10dif: fix use of out-of-scope array in crc_t10dif_arch()Eric Biggers-3/+1
2025-02-09lib/crc-t10dif: remove crc_t10dif_is_optimized()Eric Biggers-6/+0
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers-6/+6
2024-12-01arm/crc-t10dif: expose CRC-T10DIF function through libEric Biggers-0/+551
2024-12-01arm/crc32: expose CRC32 functions through libEric Biggers-0/+432
2024-09-01crypto: arm/xor - add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-05-19ARM: crypto: use CC_FLAGS_FPU for NEON CFLAGSSamuel Holland-2/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2024-05-16Merge branches 'amba', 'cfi', 'clkdev' and 'misc' into for-linusRussell King (Oracle)-7/+29
2024-04-29ARM: 9390/2: lib: Annotate loop delay instructions for CFILinus Walleij-6/+10
2024-04-25mm/arm: remove pmd_thp_or_huge()Peter Xu-2/+2
2024-04-18ARM: 9358/2: Implement PAN for LPAE by TTBR0 page table walks disablementLinus Walleij-1/+19
2023-10-05ARM: 9321/1: memset: cast the constant byte to unsigned charKursad Oney-0/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+3
2023-06-19arm: allow pte_offset_map[_lock]() to failHugh Dickins-0/+3
2023-06-05locking/atomic: arm: fix sync opsMark Rutland-3/+23
2023-03-06ARM: 9290/1: uaccess: Fix KASAN false-positivesAndrew Jeffery-2/+2
2022-12-07ARM: 9279/1: support function error injectionWang Kefeng-0/+12
2022-11-14ARM: findbit: add unwinder informationRussell King (Oracle)-1/+7
2022-11-14ARM: findbit: operate by wordsRussell King (Oracle)-34/+44
2022-11-14ARM: findbit: convert to macrosRussell King (Oracle)-116/+42
2022-11-14ARM: findbit: provide more efficient ARMv7 implementationRussell King (Oracle)-1/+5
2022-11-14ARM: findbit: document ARMv5 bit offset calculationRussell King (Oracle)-4/+4
2022-11-08ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers-4/+4
2022-10-04ARM: 9233/1: stacktrace: Skip frame pointer boundary check for call_with_stack()Li Huafei-0/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2022-07-29ARM: findbit: fix overflowing offsetRussell King (Oracle)-8/+8
2022-07-17arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-1/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+0
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-123/+105
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-10/+0
2022-02-11crypto: arm/xor - make vectorized C code Clang-friendlyArd Biesheuvel-9/+3