summaryrefslogtreecommitdiff
path: root/arch/arm64/lib
AgeCommit message (Expand)Author
2023-12-05arm64: Get rid of ARM64_HAS_NO_HW_PREFETCHMarc Zyngier
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_WFXTMark Rutland
2023-09-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-09-07arm64: csum: Fix OoB access in IP checksum code for negative lengthsWill Deacon
2023-08-18arm64: insn: Add encoders for LDRSB/LDRSH/LDRSWXu Kuohai
2023-05-25arm64: xor-neon: mark xor_arm64_neon_*() staticArnd Bergmann
2023-03-27arm: uaccess: Remove memcpy_page_flushcache()Ira Weiny
2022-12-06Merge branch 'for-next/sysregs' into for-next/coreWill Deacon
2022-12-01arm64/sysreg: Remove duplicate definitions from asm/sysreg.hWill Deacon
2022-11-15arm64: insn: always inline hint generationMark Rutland
2022-11-15arm64: insn: simplify insn group identificationMark Rutland
2022-11-15arm64: insn: always inline predicatesMark Rutland
2022-11-15arm64: insn: remove aarch64_insn_gen_prefetch()Mark Rutland
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-07-11arm64: Add LDR (literal) instructionXu Kuohai
2022-07-05arm64/mte: Standardise GMID field name definitionsMark Brown
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-16arm64: mte: Clean up user tag accessorsRobin Murphy
2022-04-20arm64: Use WFxT for __delay() when possibleMarc Zyngier
2022-04-01arm64, insn: Add ldr/str with immediate offsetXu Kuohai
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-14Merge branch 'for-next/strings' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/linkage' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/insn' into for-next/coreWill Deacon
2022-03-07Revert "arm64: Mitigate MTE issues with str{n}cmp()"Joey Gouly
2022-03-07arm64: lib: Import latest version of Arm Optimized Routines' strncmpJoey Gouly
2022-03-07arm64: lib: Import latest version of Arm Optimized Routines' strcmpJoey Gouly
2022-02-22arm64: insn: add encoders for atomic operationsHou Tao
2022-02-22arm64: clean up symbol aliasingMark Rutland
2022-02-15arm64: mte: Define the number of bytes for storing the tags in a pageCatalin Marinas
2022-02-15arm64: insn: Generate 64 bit mask immediates correctlyJames Morse
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel
2022-01-31arm64: lib: accelerate crc32_beKevin Bracey
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas
2021-12-14arm64: Use BTI C directly and unconditionallyMark Brown
2021-12-14arm64/xor: use EOR3 instructions when availableArd Biesheuvel
2021-12-06arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1Reiji Watanabe
2021-12-06arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1Reiji Watanabe
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-10-21arm64: extable: consolidate definitionsMark Rutland
2021-10-21arm64: lib: __arch_copy_to_user(): fold fixups into bodyMark Rutland
2021-10-21arm64: lib: __arch_copy_from_user(): fold fixups into bodyMark Rutland
2021-10-21arm64: lib: __arch_clear_user(): fold fixups into bodyMark Rutland
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan
2021-09-21arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann
2021-07-30arm64: use __func__ to get function name in pr_errJason Wang
2021-07-15arm64: Avoid premature usercopy failureRobin Murphy
2021-07-12arm64: fix strlen() with CONFIG_KASAN_HW_TAGSMark Rutland