summaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-212-31/+102
|\
| * lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel2022-02-111-17/+29
| * arm64: lib: accelerate crc32_beKevin Bracey2022-01-311-14/+73
* | Merge branch 'for-next/strings' into for-next/coreWill Deacon2022-03-142-206/+269
|\ \
| * | Revert "arm64: Mitigate MTE issues with str{n}cmp()"Joey Gouly2022-03-072-2/+2
| * | arm64: lib: Import latest version of Arm Optimized Routines' strncmpJoey Gouly2022-03-071-93/+141
| * | arm64: lib: Import latest version of Arm Optimized Routines' strcmpJoey Gouly2022-03-071-112/+126
| |/
* | Merge branch 'for-next/linkage' into for-next/coreWill Deacon2022-03-1412-39/+50
|\ \
| * | arm64: clean up symbol aliasingMark Rutland2022-02-2212-39/+50
| |/
* | Merge branch 'for-next/insn' into for-next/coreWill Deacon2022-03-141-15/+172
|\ \
| * | arm64: insn: add encoders for atomic operationsHou Tao2022-02-221-14/+171
| * | arm64: insn: Generate 64 bit mask immediates correctlyJames Morse2022-02-151-1/+1
| |/
* / arm64: mte: Define the number of bytes for storing the tags in a pageCatalin Marinas2022-02-151-2/+2
|/
*---. Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas2022-01-054-5/+164
|\ \ \
| | | * arm64: Use BTI C directly and unconditionallyMark Brown2021-12-141-3/+1
| |_|/ |/| |
| | * arm64/xor: use EOR3 instructions when availableArd Biesheuvel2021-12-141-1/+146
| |/ |/|
| * arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1Reiji Watanabe2021-12-061-1/+7
| * arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1Reiji Watanabe2021-12-061-0/+10
|/
* Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-0/+2
|\
| * isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-221-0/+2
* | arm64: extable: consolidate definitionsMark Rutland2021-10-211-1/+1
* | arm64: lib: __arch_copy_to_user(): fold fixups into bodyMark Rutland2021-10-211-5/+3
* | arm64: lib: __arch_copy_from_user(): fold fixups into bodyMark Rutland2021-10-211-5/+3
* | arm64: lib: __arch_clear_user(): fold fixups into bodyMark Rutland2021-10-211-5/+3
* | arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy2021-09-212-2/+2
|/
* arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-082-78/+1
* arm64: use __func__ to get function name in pr_errJason Wang2021-07-301-2/+2
* arm64: Avoid premature usercopy failureRobin Murphy2021-07-153-13/+35
* arm64: fix strlen() with CONFIG_KASAN_HW_TAGSMark Rutland2021-07-121-0/+10
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2021-06-241-0/+20
|\
| * arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne2021-06-041-0/+20
* | Merge branch 'for-next/kasan' into for-next/coreWill Deacon2021-06-242-0/+78
|\ \
| * | kasan: arm64: support specialized outlined tag mismatch checksPeter Collingbourne2021-05-262-0/+78
| |/
* | Merge branch 'for-next/insn' into for-next/coreWill Deacon2021-06-242-1/+1459
|\ \
| * | arm64: insn: Add SVE instruction classJulien Thierry2021-05-271-1/+1
| * | arm64: Move instruction encoder/decoder under lib/Julien Thierry2021-05-272-3/+1461
| |/
* | Merge branch 'for-next/cortex-strings' into for-next/coreWill Deacon2021-06-249-967/+907
|\ \
| * | arm64: update string routine copyrights and URLsMark Rutland2021-06-025-11/+11
| * | arm64: Rewrite __arch_clear_user()Robin Murphy2021-06-011-20/+27
| * | arm64: Better optimised memchr()Robin Murphy2021-06-011-12/+53
| * | arm64: Import latest memcpy()/memmove() implementationRobin Murphy2021-06-013-233/+230
| * | arm64: Import latest version of Cortex Strings' strncmpSam Tebbs2021-06-011-222/+184
| * | arm64: Import updated version of Cortex Strings' strlenSam Tebbs2021-06-011-85/+173
| * | arm64: Import latest version of Cortex Strings' strcmpSam Tebbs2021-06-011-168/+121
| * | arm64: Import latest version of Cortex Strings' memcmpSam Tebbs2021-06-011-227/+119
| |/
* | arm64: Rename arm64-internal cache maintenance functionsFuad Tabba2021-05-251-2/+2
* | arm64: __clean_dcache_area_pop to take end parameter instead of sizeFuad Tabba2021-05-251-2/+2
|/
* 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