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