summaryrefslogtreecommitdiff
path: root/arch/arm64/lib
AgeCommit message (Expand)Author
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-10-21arm64: extable: consolidate definitionsMark Rutland
2021-10-21arm64: lib: __arch_copy_to_user(): fold fixups into bodyMark Rutland
2021-10-21arm64: lib: __arch_copy_from_user(): fold fixups into bodyMark Rutland
2021-10-21arm64: lib: __arch_clear_user(): fold fixups into bodyMark Rutland
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan
2021-09-21arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann
2021-07-30arm64: use __func__ to get function name in pr_errJason Wang
2021-07-15arm64: Avoid premature usercopy failureRobin Murphy
2021-07-12arm64: fix strlen() with CONFIG_KASAN_HW_TAGSMark Rutland
2021-06-24Merge branch 'for-next/mte' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/kasan' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/cortex-strings' into for-next/coreWill Deacon
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne
2021-06-02arm64: update string routine copyrights and URLsMark Rutland
2021-06-01arm64: Rewrite __arch_clear_user()Robin Murphy
2021-06-01arm64: Better optimised memchr()Robin Murphy
2021-06-01arm64: Import latest memcpy()/memmove() implementationRobin Murphy
2021-06-01arm64: Import latest version of Cortex Strings' strncmpSam Tebbs
2021-06-01arm64: Import updated version of Cortex Strings' strlenSam Tebbs
2021-06-01arm64: Import latest version of Cortex Strings' strcmpSam Tebbs
2021-06-01arm64: Import latest version of Cortex Strings' memcmpSam Tebbs
2021-05-27arm64: insn: Add SVE instruction classJulien Thierry
2021-05-27arm64: Move instruction encoder/decoder under lib/Julien Thierry
2021-05-26kasan: arm64: support specialized outlined tag mismatch checksPeter Collingbourne
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: __clean_dcache_area_pop to take end parameter instead of sizeFuad Tabba
2021-03-19arm64: lib: Annotate {clear, copy}_page() as position-independentWill Deacon
2021-02-26arm64: kasan: simplify and inline MTE functionsAndrey Konovalov
2020-12-22arm64: mte: add in-kernel MTE helpersVincenzo Frascino
2020-12-02arm64: uaccess cleanup macro namingMark Rutland
2020-12-02arm64: uaccess: simplify __copy_user_flushcache()Mark Rutland
2020-11-09arm64: uaccess: move uao_* alternatives to asm-uaccess.hMark Rutland
2020-10-30arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.SFangrui Song
2020-09-04arm64: mte: Enable swap of tagged pagesSteven Price
2020-09-04arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas
2020-09-04arm64: mte: Tags-aware copy_{user_,}highpage() implementationsVincenzo Frascino
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-29arm64: Reorder the macro arguments in the copy routinesCatalin Marinas
2020-04-28arm64: lib: Consistently enable crc32 extensionMark Brown
2020-04-15arm64: csum: Disable KASAN for do_csum()Will Deacon
2020-03-17arm64: fix spelling mistake "ca not" -> "cannot"韩科才
2020-03-09arm64: csum: Optimise IPv6 header checksumRobin Murphy
2020-01-22Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Will Deacon
2020-01-17arm64: csum: Fix pathological zero-length callsRobin Murphy
2020-01-16arm64/lib: copy_page: avoid x18 register in assembler codeArd Biesheuvel