summaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib
AgeCommit message (Expand)AuthorFilesLines
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-09arm64: 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-10Merge 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
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon2-22/+0
2019-08-29arm64: atomics: Remove atomic_ll_sc compilation unitAndrew Murray2-22/+0
2019-08-07arm64: Add support for function error injectionLeo Yan2-0/+20
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner20-249/+20
2019-04-09arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe1-1/+1
2018-12-10arm64: string: use asm EXPORT_SYMBOL()Mark Rutland11-0/+14
2018-12-10arm64: uaccess: use asm EXPORT_SYMBOL()Mark Rutland4-3/+11
2018-12-10arm64: page: use asm EXPORT_SYMBOL()Mark Rutland2-0/+2
2018-12-10arm64: tishift: use asm EXPORT_SYMBOL()Mark Rutland1-0/+5
2018-12-06arm64: crypto: add NEON accelerated XOR implementationJackie Liu2-0/+190
2018-11-30arm64/lib: improve CRC32 performance for deep pipelinesArd Biesheuvel1-5/+49
2018-10-26arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin8-8/+8
2018-09-24arm64: lse: remove -fcall-used-x0 flagTri Vo1-1/+1
2018-09-10arm64/lib: add accelerated crc32 routinesArd Biesheuvel2-0/+62
2018-06-21locking/atomics/arm64: Replace our atomic/lock bitop implementations with asm...Will Deacon2-77/+1
2018-05-21arm64: export tishift functions to modulesJason A. Donenfeld1-13/+2
2018-04-27arm64: avoid instrumenting atomic_ll_sc.oMark Rutland1-0/+4
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2018-03-06arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomicsWill Deacon1-1/+2
2018-03-05arm64/efi: Make strrchr() available to the EFI namespaceRob Herring1-1/+1
2018-02-06arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon2-5/+6
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas4-4/+4
2018-01-02arm64: make label allocation style consistent in tishiftJason A. Donenfeld1-4/+4
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon4-4/+4
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-5/+100
2017-11-13arm64: Implement __lshrti3 library functionJason A. Donenfeld1-0/+21