aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib
AgeCommit message (Expand)Author
2020-03-17arm64: fix spelling mistake "ca not" -> "cannot"韩科才
2020-03-09arm64: csum: Optimise IPv6 header checksumRobin Murphy
2020-01-22Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Will Deacon
2020-01-17arm64: csum: Fix pathological zero-length callsRobin Murphy
2020-01-16arm64/lib: copy_page: avoid x18 register in assembler codeArd Biesheuvel
2020-01-16arm64: Implement optimised checksum routineRobin Murphy
2020-01-08arm64: lib: Use modern annotations for assembly functionsMark Brown
2019-11-20arm64: uaccess: Remove uaccess_*_not_uao asm macrosPavel Tatashin
2019-11-20arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess faultPavel Tatashin
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon
2019-08-29arm64: atomics: Remove atomic_ll_sc compilation unitAndrew Murray
2019-08-07arm64: Add support for function error injectionLeo Yan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-09arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe
2018-12-10arm64: string: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: uaccess: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: page: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: tishift: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-06arm64: crypto: add NEON accelerated XOR implementationJackie Liu
2018-11-30arm64/lib: improve CRC32 performance for deep pipelinesArd Biesheuvel
2018-10-26arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin
2018-09-24arm64: lse: remove -fcall-used-x0 flagTri Vo
2018-09-10arm64/lib: add accelerated crc32 routinesArd Biesheuvel
2018-06-21locking/atomics/arm64: Replace our atomic/lock bitop implementations with asm...Will Deacon
2018-05-21arm64: export tishift functions to modulesJason A. Donenfeld
2018-04-27arm64: avoid instrumenting atomic_ll_sc.oMark Rutland
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-06arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomicsWill Deacon
2018-03-05arm64/efi: Make strrchr() available to the EFI namespaceRob Herring
2018-02-06arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2018-01-02arm64: make label allocation style consistent in tishiftJason A. Donenfeld
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-13arm64: Implement __lshrti3 library functionJason A. Donenfeld
2017-11-03arm64: support __int128 on gcc 5+Jason A. Donenfeld
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-13arm64: use WFE for long delaysJulien Thierry
2017-08-10arm64: uaccess: Add the uaccess_flushcache.c fileRobin Murphy
2017-08-09arm64: uaccess: Implement *_flushcache variantsRobin Murphy
2017-07-25arm64/lib: copy_page: use consistent prefetch strideArd Biesheuvel
2017-03-28arm64: switch to RAW_COPY_USERAl Viro
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro
2016-09-15arm64: don't zero in __copy_from_user{,_inatomic}Al Viro