aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-01arm64, insn: Add ldr/str with immediate offsetXu Kuohai1-14/+53
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-31/+102
2022-03-14Merge branch 'for-next/strings' into for-next/coreWill Deacon2-206/+269
2022-03-14Merge branch 'for-next/linkage' into for-next/coreWill Deacon12-39/+50
2022-03-14Merge branch 'for-next/insn' into for-next/coreWill Deacon1-15/+172
2022-03-07Revert "arm64: Mitigate MTE issues with str{n}cmp()"Joey Gouly2-2/+2
2022-03-07arm64: lib: Import latest version of Arm Optimized Routines' strncmpJoey Gouly1-93/+141
2022-03-07arm64: lib: Import latest version of Arm Optimized Routines' strcmpJoey Gouly1-112/+126
2022-02-22arm64: insn: add encoders for atomic operationsHou Tao1-14/+171
2022-02-22arm64: clean up symbol aliasingMark Rutland12-39/+50
2022-02-15arm64: mte: Define the number of bytes for storing the tags in a pageCatalin Marinas1-2/+2
2022-02-15arm64: insn: Generate 64 bit mask immediates correctlyJames Morse1-1/+1
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel1-17/+29
2022-01-31arm64: lib: accelerate crc32_beKevin Bracey1-14/+73
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrace', 'for-next/xor-neon', 'for-next/kasan', 'for-next/armv8_7-fp', 'for-next/atomics', 'for-next/bti', 'for-next/sve', 'for-next/kselftest' and 'for-next/kcsan', remote-tracking branch 'arm64/for-next/perf' into for-next/...Catalin Marinas4-5/+164
2021-12-14arm64: Use BTI C directly and unconditionallyMark Brown1-3/+1
2021-12-14arm64/xor: use EOR3 instructions when availableArd Biesheuvel1-1/+146
2021-12-06arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1Reiji Watanabe1-1/+7
2021-12-06arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1Reiji Watanabe1-0/+10
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+2
2021-10-21arm64: extable: consolidate definitionsMark Rutland1-1/+1
2021-10-21arm64: lib: __arch_copy_to_user(): fold fixups into bodyMark Rutland1-5/+3
2021-10-21arm64: lib: __arch_copy_from_user(): fold fixups into bodyMark Rutland1-5/+3
2021-10-21arm64: lib: __arch_clear_user(): fold fixups into bodyMark Rutland1-5/+3
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan1-0/+2
2021-09-21arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy2-2/+2
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann2-78/+1
2021-07-30arm64: use __func__ to get function name in pr_errJason Wang1-2/+2
2021-07-15arm64: Avoid premature usercopy failureRobin Murphy3-13/+35
2021-07-12arm64: fix strlen() with CONFIG_KASAN_HW_TAGSMark Rutland1-0/+10
2021-06-24Merge branch 'for-next/mte' into for-next/coreWill Deacon1-0/+20
2021-06-24Merge branch 'for-next/kasan' into for-next/coreWill Deacon2-0/+78
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon2-1/+1459
2021-06-24Merge branch 'for-next/cortex-strings' into for-next/coreWill Deacon9-967/+907
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne1-0/+20
2021-06-02arm64: update string routine copyrights and URLsMark Rutland5-11/+11
2021-06-01arm64: Rewrite __arch_clear_user()Robin Murphy1-20/+27
2021-06-01arm64: Better optimised memchr()Robin Murphy1-12/+53
2021-06-01arm64: Import latest memcpy()/memmove() implementationRobin Murphy3-233/+230
2021-06-01arm64: Import latest version of Cortex Strings' strncmpSam Tebbs1-222/+184
2021-06-01arm64: Import updated version of Cortex Strings' strlenSam Tebbs1-85/+173
2021-06-01arm64: Import latest version of Cortex Strings' strcmpSam Tebbs1-168/+121
2021-06-01arm64: Import latest version of Cortex Strings' memcmpSam Tebbs1-227/+119
2021-05-27arm64: insn: Add SVE instruction classJulien Thierry1-1/+1
2021-05-27arm64: Move instruction encoder/decoder under lib/Julien Thierry2-3/+1461
2021-05-26kasan: arm64: support specialized outlined tag mismatch checksPeter Collingbourne2-0/+78
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba1-2/+2
2021-05-25arm64: __clean_dcache_area_pop to take end parameter instead of sizeFuad Tabba1-2/+2
2021-03-19arm64: lib: Annotate {clear, copy}_page() as position-independentWill Deacon2-4/+4
2021-02-26arm64: kasan: simplify and inline MTE functionsAndrey Konovalov1-16/+0