summaryrefslogtreecommitdiff
path: root/arch/arm64/lib
AgeCommit message (Expand)AuthorFilesLines
2022-01-27arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1Reiji Watanabe1-1/+7
2022-01-27arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1Reiji Watanabe1-0/+10
2021-09-21arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy2-2/+2
2021-09-09arch: 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-27kasan: 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
2020-12-22arm64: mte: add in-kernel MTE helpersVincenzo Frascino1-0/+16
2020-12-02arm64: uaccess cleanup macro namingMark Rutland5-22/+22
2020-12-02arm64: uaccess: simplify __copy_user_flushcache()Mark Rutland1-3/+1
2020-11-10arm64: uaccess: move uao_* alternatives to asm-uaccess.hMark Rutland1-1/+1
2020-10-30arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.SFangrui Song3-6/+3
2020-09-04arm64: mte: Enable swap of tagged pagesSteven Price1-0/+45
2020-09-04arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas1-0/+53
2020-09-04arm64: mte: Tags-aware copy_{user_,}highpage() implementationsVincenzo Frascino1-0/+19
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas2-0/+36
2020-06-11Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+12
2020-04-29arm64: Reorder the macro arguments in the copy routinesCatalin Marinas4-64/+64
2020-04-28arm64: lib: Consistently enable crc32 extensionMark Brown1-1/+1
2020-04-15arm64: csum: Disable KASAN for do_csum()Will Deacon1-8/+12
2020-03-17arm64: fix spelling mistake "ca not" -> "cannot"韩科才1-1/+1
2020-03-09arm64: csum: Optimise IPv6 header checksumRobin Murphy1-0/+27
2020-01-22Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon19-50/+50
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Will Deacon3-22/+148
2020-01-17arm64: csum: Fix pathological zero-length callsRobin Murphy1-0/+3
2020-01-16arm64/lib: copy_page: avoid x18 register in assembler codeArd Biesheuvel1-19/+19
2020-01-16arm64: Implement optimised checksum routineRobin Murphy2-3/+126
2020-01-08arm64: lib: Use modern annotations for assembly functionsMark Brown19-50/+50
2019-11-20arm64: uaccess: Remove uaccess_*_not_uao asm macrosPavel Tatashin5-13/+5
2019-11-20arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess faultPavel Tatashin4-0/+4