aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/lib
AgeCommit message (Expand)AuthorFilesLines
2022-12-06Merge branch 'for-next/sysregs' into for-next/coreGravatar Will Deacon 1-1/+1
2022-12-01arm64/sysreg: Remove duplicate definitions from asm/sysreg.hGravatar Will Deacon 1-1/+1
2022-11-15arm64: insn: always inline hint generationGravatar Mark Rutland 1-10/+0
2022-11-15arm64: insn: simplify insn group identificationGravatar Mark Rutland 1-24/+0
2022-11-15arm64: insn: always inline predicatesGravatar Mark Rutland 1-61/+0
2022-11-15arm64: insn: remove aarch64_insn_gen_prefetch()Gravatar Mark Rutland 1-70/+0
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-4/+26
2022-07-11arm64: Add LDR (literal) instructionGravatar Xu Kuohai 1-4/+26
2022-07-05arm64/mte: Standardise GMID field name definitionsGravatar Mark Brown 1-1/+1
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+11
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-14/+53
2022-05-16arm64: mte: Clean up user tag accessorsGravatar Robin Murphy 1-2/+2
2022-04-20arm64: Use WFxT for __delay() when possibleGravatar Marc Zyngier 1-1/+11
2022-04-01arm64, insn: Add ldr/str with immediate offsetGravatar Xu Kuohai 1-14/+53
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-31/+102
2022-03-14Merge branch 'for-next/strings' into for-next/coreGravatar Will Deacon 2-206/+269
2022-03-14Merge branch 'for-next/linkage' into for-next/coreGravatar Will Deacon 12-39/+50
2022-03-14Merge branch 'for-next/insn' into for-next/coreGravatar Will Deacon 1-15/+172
2022-03-07Revert "arm64: Mitigate MTE issues with str{n}cmp()"Gravatar Joey Gouly 2-2/+2
2022-03-07arm64: lib: Import latest version of Arm Optimized Routines' strncmpGravatar Joey Gouly 1-93/+141
2022-03-07arm64: lib: Import latest version of Arm Optimized Routines' strcmpGravatar Joey Gouly 1-112/+126
2022-02-22arm64: insn: add encoders for atomic operationsGravatar Hou Tao 1-14/+171
2022-02-22arm64: clean up symbol aliasingGravatar Mark Rutland 12-39/+50
2022-02-15arm64: mte: Define the number of bytes for storing the tags in a pageGravatar Catalin Marinas 1-2/+2
2022-02-15arm64: insn: Generate 64 bit mask immediates correctlyGravatar James Morse 1-1/+1
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationGravatar Ard Biesheuvel 1-17/+29
2022-01-31arm64: lib: accelerate crc32_beGravatar Kevin Bracey 1-14/+73
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Gravatar Catalin Marinas 4-5/+164
2021-12-14arm64: Use BTI C directly and unconditionallyGravatar Mark Brown 1-3/+1
2021-12-14arm64/xor: use EOR3 instructions when availableGravatar Ard Biesheuvel 1-1/+146
2021-12-06arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1Gravatar Reiji Watanabe 1-1/+7
2021-12-06arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1Gravatar Reiji Watanabe 1-0/+10
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+2
2021-10-21arm64: extable: consolidate definitionsGravatar Mark Rutland 1-1/+1
2021-10-21arm64: lib: __arch_copy_to_user(): fold fixups into bodyGravatar Mark Rutland 1-5/+3
2021-10-21arm64: lib: __arch_copy_from_user(): fold fixups into bodyGravatar Mark Rutland 1-5/+3
2021-10-21arm64: lib: __arch_clear_user(): fold fixups into bodyGravatar Mark Rutland 1-5/+3
2021-09-22isystem: delete global -isystem compile optionGravatar Alexey Dobriyan 1-0/+2
2021-09-21arm64: Mitigate MTE issues with str{n}cmp()Gravatar Robin Murphy 2-2/+2
2021-09-08arch: remove compat_alloc_user_spaceGravatar Arnd Bergmann 2-78/+1
2021-07-30arm64: use __func__ to get function name in pr_errGravatar Jason Wang 1-2/+2
2021-07-15arm64: Avoid premature usercopy failureGravatar Robin Murphy 3-13/+35
2021-07-12arm64: fix strlen() with CONFIG_KASAN_HW_TAGSGravatar Mark Rutland 1-0/+10
2021-06-24Merge branch 'for-next/mte' into for-next/coreGravatar Will Deacon 1-0/+20
2021-06-24Merge branch 'for-next/kasan' into for-next/coreGravatar Will Deacon 2-0/+78
2021-06-24Merge branch 'for-next/insn' into for-next/coreGravatar Will Deacon 2-1/+1459
2021-06-24Merge branch 'for-next/cortex-strings' into for-next/coreGravatar Will Deacon 9-967/+907
2021-06-04arm64: mte: handle tags zeroing at page allocation timeGravatar Peter Collingbourne 1-0/+20
2021-06-02arm64: update string routine copyrights and URLsGravatar Mark Rutland 5-11/+11
2021-06-01arm64: Rewrite __arch_clear_user()Gravatar Robin Murphy 1-20/+27