summaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib
Commit message (Expand)AuthorAgeFilesLines
* arm64: lib: Annotate {clear, copy}_page() as position-independentWill Deacon2021-03-192-4/+4
* arm64: kasan: simplify and inline MTE functionsAndrey Konovalov2021-02-261-16/+0
* arm64: mte: add in-kernel MTE helpersVincenzo Frascino2020-12-221-0/+16
* arm64: uaccess cleanup macro namingMark Rutland2020-12-025-22/+22
* arm64: uaccess: simplify __copy_user_flushcache()Mark Rutland2020-12-021-3/+1
* arm64: uaccess: move uao_* alternatives to asm-uaccess.hMark Rutland2020-11-091-1/+1
* arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.SFangrui Song2020-10-303-6/+3
* arm64: mte: Enable swap of tagged pagesSteven Price2020-09-041-0/+45
* arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas2020-09-041-0/+53
* arm64: mte: Tags-aware copy_{user_,}highpage() implementationsVincenzo Frascino2020-09-041-0/+19
* arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas2020-09-042-0/+36
* Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-8/+12
|\
| * arm64: csum: Disable KASAN for do_csum()Will Deacon2020-04-151-8/+12
* | arm64: Reorder the macro arguments in the copy routinesCatalin Marinas2020-04-294-64/+64
* | arm64: lib: Consistently enable crc32 extensionMark Brown2020-04-281-1/+1
|/
* arm64: fix spelling mistake "ca not" -> "cannot"韩科才2020-03-171-1/+1
* arm64: csum: Optimise IPv6 header checksumRobin Murphy2020-03-091-0/+27
* Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon2020-01-2219-50/+50
|\
| * arm64: lib: Use modern annotations for assembly functionsMark Brown2020-01-0819-50/+50
| |
| \
*-. \ Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Will Deacon2020-01-223-22/+148
|\ \ \ | |_|/ |/| |
| | * arm64/lib: copy_page: avoid x18 register in assembler codeArd Biesheuvel2020-01-161-19/+19
| |/ |/|
| * arm64: csum: Fix pathological zero-length callsRobin Murphy2020-01-171-0/+3
| * arm64: Implement optimised checksum routineRobin Murphy2020-01-162-3/+126
|/
* arm64: uaccess: Remove uaccess_*_not_uao asm macrosPavel Tatashin2019-11-205-13/+5
* arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess faultPavel Tatashin2019-11-204-0/+4
* Merge branch 'for-next/atomics' into for-next/coreWill Deacon2019-08-302-22/+0
|\
| * arm64: atomics: Remove atomic_ll_sc compilation unitAndrew Murray2019-08-292-22/+0
* | arm64: Add support for function error injectionLeo Yan2019-08-072-0/+20
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-1920-249/+20
* arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe2019-04-091-1/+1
* arm64: string: use asm EXPORT_SYMBOL()Mark Rutland2018-12-1011-0/+14
* arm64: uaccess: use asm EXPORT_SYMBOL()Mark Rutland2018-12-104-3/+11
* arm64: page: use asm EXPORT_SYMBOL()Mark Rutland2018-12-102-0/+2
* arm64: tishift: use asm EXPORT_SYMBOL()Mark Rutland2018-12-101-0/+5
* arm64: crypto: add NEON accelerated XOR implementationJackie Liu2018-12-062-0/+190
* arm64/lib: improve CRC32 performance for deep pipelinesArd Biesheuvel2018-11-301-5/+49
* arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin2018-10-268-8/+8
* arm64: lse: remove -fcall-used-x0 flagTri Vo2018-09-241-1/+1
* arm64/lib: add accelerated crc32 routinesArd Biesheuvel2018-09-102-0/+62
* locking/atomics/arm64: Replace our atomic/lock bitop implementations with asm...Will Deacon2018-06-212-77/+1
* arm64: export tishift functions to modulesJason A. Donenfeld2018-05-211-13/+2
* arm64: avoid instrumenting atomic_ll_sc.oMark Rutland2018-04-271-0/+4
* Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-051-1/+1
|\
| * arm64/efi: Make strrchr() available to the EFI namespaceRob Herring2018-03-051-1/+1
* | arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomicsWill Deacon2018-03-061-1/+2
|/
* arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon2018-02-062-5/+6
* arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2018-01-164-4/+4
* arm64: make label allocation style consistent in tishiftJason A. Donenfeld2018-01-021-4/+4
* arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon2017-12-114-4/+4