aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib
AgeCommit message (Expand)AuthorFilesLines
7 daysarm64, bpf: add internal-only MOV instruction to resolve per-CPU addrsPuranjay Mohan1-0/+11
2023-12-05arm64: Get rid of ARM64_HAS_NO_HW_PREFETCHMarc Zyngier1-11/+0
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_WFXTMark Rutland1-1/+1
2023-09-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2023-09-07arm64: csum: Fix OoB access in IP checksum code for negative lengthsWill Deacon1-1/+1
2023-08-18arm64: insn: Add encoders for LDRSB/LDRSH/LDRSWXu Kuohai1-0/+6
2023-05-25arm64: xor-neon: mark xor_arm64_neon_*() staticArnd Bergmann1-4/+4
2023-03-27arm: uaccess: Remove memcpy_page_flushcache()Ira Weiny1-6/+0
2022-12-06Merge branch 'for-next/sysregs' into for-next/coreWill Deacon1-1/+1
2022-12-01arm64/sysreg: Remove duplicate definitions from asm/sysreg.hWill Deacon1-1/+1
2022-11-15arm64: insn: always inline hint generationMark Rutland1-10/+0
2022-11-15arm64: insn: simplify insn group identificationMark Rutland1-24/+0
2022-11-15arm64: insn: always inline predicatesMark Rutland1-61/+0
2022-11-15arm64: insn: remove aarch64_insn_gen_prefetch()Mark Rutland1-70/+0
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+26
2022-07-11arm64: Add LDR (literal) instructionXu Kuohai1-4/+26
2022-07-05arm64/mte: Standardise GMID field name definitionsMark Brown1-1/+1
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+11
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-14/+53
2022-05-16arm64: mte: Clean up user tag accessorsRobin Murphy1-2/+2
2022-04-20arm64: Use WFxT for __delay() when possibleMarc Zyngier1-1/+11
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...Linus 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/stacktrac...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/mas...Linus 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
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
2017-11-03arm64: support __int128 on gcc 5+Jason A. Donenfeld2-1/+60
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13arm64: use WFE for long delaysJulien Thierry1-4/+19
2017-08-10arm64: uaccess: Add the uaccess_flushcache.c fileRobin Murphy1-0/+47
2017-08-09arm64: uaccess: Implement *_flushcache variantsRobin Murphy1-0/+2
2017-07-25arm64/lib: copy_page: use consistent prefetch strideArd Biesheuvel1-4/+5
2017-03-28arm64: switch to RAW_COPY_USERAl Viro1-2/+2
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro4-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas4-32/+12
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro1-6/+1
2016-09-15arm64: don't zero in __copy_from_user{,_inatomic}Al Viro1-6/+1
2016-09-12arm64: use alternative auto-nopMark Rutland1-9/+4
2016-06-21arm64: kasan: instrument user memory access APIYang Shi2-4/+4
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-43/+91
2016-03-04arm64: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-02-26arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel1-6/+7
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse4-8/+8
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse4-20/+20
2016-02-16arm64: lib: patch in prfm for copy_page if requestedAndrew Pinski1-0/+17
2016-02-16arm64: lib: improve copy_page to deal with 128 bytes at a timeWill Deacon1-8/+38
2016-02-16arm64/efi: Make strnlen() available to the EFI namespaceThierry Reding1-1/+1
2015-10-12arm64: add KASAN supportAndrey Ryabinin3-2/+11
2015-10-12arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel8-8/+8
2015-10-07arm64: copy_to-from-in_user optimization using copy templateFeng Kan3-92/+120
2015-10-07arm64: Change memcpy in kernel to use the copy template fileFeng Kan2-153/+219
2015-07-27arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon1-0/+2
2015-07-27arm64: bitops: patch in lse instructions when supported by the CPUWill Deacon1-19/+24
2015-07-27arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon2-0/+16
2015-07-27arm64: kernel: Add support for Privileged Access NeverJames Morse4-0/+32
2015-07-27arm64: lib: use pair accessors for copy_*_user routinesWill Deacon3-18/+33
2014-11-13arm64: __clear_user: handle exceptions on strbKyle McMartin1-1/+1
2014-05-23arm64: lib: Implement optimized string length routineszhichang.yuan3-1/+299
2014-05-23arm64: lib: Implement optimized string compare routineszhichang.yuan3-1/+545
2014-05-23arm64: lib: Implement optimized memcmp routinezhichang.yuan2-1/+259
2014-05-23arm64: lib: Implement optimized memset routinezhichang.yuan1-22/+185
2014-05-23arm64: lib: Implement optimized memmove routinezhichang.yuan1-25/+165
2014-05-23arm64: lib: Implement optimized memcpy routinezhichang.yuan1-22/+170
2014-02-07arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon1-1/+2
2013-12-19arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon3-102/+3
2013-05-08arm64: Treat the bitops index argument as an 'int'Catalin Marinas1-5/+5
2013-04-30arm64: Use acquire/release semantics instead of explicit DMBCatalin Marinas1-4/+2
2013-04-30arm64: klib: bitops: fix unpredictable stxr usageMark Rutland1-2/+2
2013-03-21arm64: klib: Optimised atomic bitopsCatalin Marinas2-25/+70
2013-03-21arm64: klib: Optimised string functionsCatalin Marinas3-1/+87
2013-03-21arm64: klib: Optimised memory functionsCatalin Marinas5-1/+209
2012-09-17arm64: Miscellaneous library functionsMarc Zyngier5-0/+169
2012-09-17arm64: User access library functionsCatalin Marinas6-0/+345